aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix missing import in moc.jsv1.5.0Joerg Bornemann2016-05-061-0/+3
* Skip sanity checks by default in release mode.Christian Kandeler2016-05-041-0/+11
* Fix wrong assumption about transformer output timestamps.Christian Kandeler2016-05-041-7/+2
* Add an "importingProduct" variable to the Export item.Christian Kandeler2016-05-031-0/+6
* Fix qmake build with icc on Windows.Christian Kandeler2016-05-024-4/+4
* Fix error locationsJoerg Bornemann2016-05-021-6/+24
* Add missing base property to Export itemsJoerg Bornemann2016-04-294-2/+22
* Fix DBus adaptor/interface support.Christian Kandeler2016-04-292-4/+13
* Fix DBUS module on Windows.Christian Kandeler2016-04-271-2/+7
* DBus module: Add support for the qdbusxml2cpp tool.Christian Kandeler2016-04-274-0/+122
* Fix check whether a module is required.Christian Kandeler2016-04-276-11/+81
* Fix use of qdoc with unrecognized file types.Jake Petroules2016-04-261-1/+3
* Use native separators in error message.Christian Kandeler2016-04-211-3/+4
* Show proper error message for conflicting artifacts.Christian Kandeler2016-04-211-16/+24
* Add a code location to deprecation warnings.Christian Kandeler2016-04-212-9/+26
* Fix case of both required and non-required dependencies to a module.Christian Kandeler2016-04-2011-27/+111
* Also show inputs from dependencies when printing a rule.Christian Kandeler2016-04-201-1/+3
* Display proper file paths and line numbers for errors in more places.Jake Petroules2016-04-1411-22/+95
* Respect Probe conditions.Christian Kandeler2016-04-144-3/+51
* Remove RulesApplicator::applyRuleInEvaluationContextJoerg Bornemann2016-04-133-12/+5
* Fix signature of RulesApplicator::evalContextJoerg Bornemann2016-04-132-2/+2
* Remove dead codeJoerg Bornemann2016-04-121-3/+0
* Plug another exception leak.Christian Kandeler2016-04-111-19/+28
* Do not throw exceptions from the RunEnvironment class.Christian Kandeler2016-04-073-11/+64
* Correctly handle Objective-C++ source files in moc.Jake Petroules2016-04-065-4/+37
* setup-toolchains: Fix tools detection with MinGWOrgad Shaneh2016-04-061-2/+2
* setup-toolchains: Minor optimizations for QFileInfo usagesOrgad Shaneh2016-04-061-4/+5
* Fix library file path generation.Alexander Polishchuk2016-03-261-3/+4
* Add some helper functions related to Apple code signing.Jake Petroules2016-03-266-3/+285
* Fix TestLanguage::wildcards.Jake Petroules2016-03-261-2/+2
* Introduce Array.containsAll and Array.containsAny.Jake Petroules2016-03-251-0/+6
* PropertyList extension: print filenames as part of errors.Jake Petroules2016-03-241-14/+11
* EvaluatorScriptClass: don't change the type of Error valuesJoerg Bornemann2016-03-221-1/+1
* qbs-setup-android: allow SDK directory to be unset.Jake Petroules2016-03-142-10/+7
* Qt templates: Fix lrelease rule.Christian Kandeler2016-03-141-1/+1
* MSVC detection: Account for random Windows file name case.Christian Kandeler2016-03-141-1/+1
* Include the product name in the build graph node string.Christian Kandeler2016-03-102-2/+4
* Add an option to require transformers to generate all declared outputs.Jake Petroules2016-03-0910-2/+80
* Add missing scope to SubProject's Properties item.Christian Kandeler2016-03-041-1/+3
* Executor: Re-add check for unbuilt products.Christian Kandeler2016-03-041-0/+1
* Add location to error message about unknown items.Christian Kandeler2016-03-043-4/+7
* Introduce a build mode that only executes rules.Christian Kandeler2016-03-044-9/+45
* API: Allow to retrieve the direct parents of a given artifact.Christian Kandeler2016-03-024-17/+14
* setup-toolchains: Allow to set up a single, named MSVC profile.Christian Kandeler2016-02-294-9/+49
* Make "duplicate source file" error message more IDE-friendly.Christian Kandeler2016-02-262-8/+8
* Fix change tracking for prepare scripts using JS imports.Christian Kandeler2016-02-252-6/+36
* ProjectResolver: Turn assertion into proper error message.Christian Kandeler2016-02-241-1/+4
* SettingsModel: Allow to change the base directory.Christian Kandeler2016-02-242-0/+9
* Merge 1.4 into master.Jake Petroules2016-02-224-13/+29
|\
| * Fix unwanted "concurrency" in Executor.v1.4.51.4Christian Kandeler2016-02-183-11/+27