aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Do the OS X to macOS rename.v1.5.2Jake Petroules2016-06-2717-39/+39
* Respect the "active file tags" build option also when installing.Christian Kandeler2016-06-172-1/+8
* Prevent users from creating nonsensical Command properties.Christian Kandeler2016-06-151-1/+7
* Make processNameByPid() work on OpenBSD,NetBSD and FreeBSDRalf Nolden2016-06-133-11/+32
* Make search paths given on the command line available right away.Christian Kandeler2016-06-101-16/+22
* Fix potential crash in project setup.Christian Kandeler2016-06-071-1/+4
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-06351-351/+351
* Executor: Do not assert on condition that can actually happen.v1.5.1Christian Kandeler2016-06-022-3/+21
* Add missing code location to some parsing errors.Christian Kandeler2016-06-021-4/+8
* BuildGraphLocker: Workaround a lockfile issueOrgad Shaneh2016-05-301-1/+8
* Enable C++11 for the scanner plugins.Christian Kandeler2016-05-272-0/+2
* Fix edge case in module look-up.Christian Kandeler2016-05-251-2/+6
* Check for self-assignment in ProjectData assignment operator.Jake Petroules2016-05-251-2/+4
* Fix use of potentially uninitialized value.Jake Petroules2016-05-251-1/+1
* Fix setup-toolchains when the compiler name is g++ and no --type is set.Jake Petroules2016-05-231-0/+2
* Fix null pointer accesses.Christian Kandeler2016-05-202-11/+22
* Add missing initializations for class members.Christian Kandeler2016-05-201-2/+2
* Respect the conditions of Export items.Christian Kandeler2016-05-202-0/+30
* Quote arguments in response filesPhilip Schuchardt2016-05-201-1/+1
* Clone values when copying them from Export items.Christian Kandeler2016-05-181-1/+1
* 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