aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Add missing member initialization in BuildOptions class.Christian Kandeler2014-08-121-1/+3
* fix storing/loading of null string valuesJoerg Bornemann2014-08-082-2/+13
* Be smarter about storing property maps.Christian Kandeler2014-08-043-3/+82
* Avoid contractions in user-visible messages.Christian Kandeler2014-07-311-2/+2
* fix calculation of old inputs for dynamic rulesJoerg Bornemann2014-07-301-1/+1
* Fix build.Christian Kandeler2014-07-211-1/+1
* add a simple Version classJoerg Bornemann2014-07-213-2/+199
* Import some shellquote utility functions from qmake.Jake Petroules2014-07-183-0/+158
* fix calculation of added/removed artifactsJoerg Bornemann2014-07-171-1/+1
* speed up ResolvedProduct::lookupArtifactsByFileTagJoerg Bornemann2014-07-171-1/+1
* Put a system-wide lock on the build directory.Joerg Bornemann2014-07-163-0/+161
* qbs-config: Understand JavaScript for all types.Christian Kandeler2014-07-101-7/+17
* Remember at what point in time a project was fully resolved.Christian Kandeler2014-07-031-1/+1
* Make it possible to set profiles per product.Christian Kandeler2014-07-022-2/+3
* Use the same environment in Loader and BuildGraphLoader.Christian Kandeler2014-07-022-0/+13
* make toJSLiteral functions available in command line toolsJoerg Bornemann2014-06-162-26/+28
* show error location in Rule.ArtifactJoerg Bornemann2014-06-051-1/+1
* remove superfluous includeJoerg Bornemann2014-06-051-1/+0
* Add the settings directory to the project setup parameters.Christian Kandeler2014-05-265-15/+41
* Do not let the autotests pollute the profiles namespace.Christian Kandeler2014-05-232-4/+18
* Sanitize the project setup API.Christian Kandeler2014-05-233-89/+137
* Merge remote-tracking branch 'origin/1.2'Joerg Bornemann2014-04-282-1/+9
|\
| * Work around braindead QFileInfo::exists() behavior for symbolic links.Christian Kandeler2014-04-152-1/+9
* | Merge remote-tracking branch 'origin/1.2'Joerg Bornemann2014-04-071-1/+1
|\|
| * remove TopLevelProject::platformEnvironmentJoerg Bornemann2014-04-041-1/+1
* | Merge remote-tracking branch 'origin/1.2'Joerg Bornemann2014-03-317-14/+48
|\|
| * remove deprecated qbsPath preferences keyJoerg Bornemann2014-03-311-11/+1
| * fix FileInfo::isFileCaseCorrect on OS XJoerg Bornemann2014-03-281-1/+1
| * Fix "build single file" and "changed files" functionalities.Christian Kandeler2014-03-265-2/+46
* | remove settings migration codeJoerg Bornemann2014-03-311-27/+0
|/
* Add new qml item ScannerMaxim Zaitsev2014-03-121-1/+1
* Canonicalize more architectures.Jake Petroules2014-03-031-2/+10
* store search paths in file contextJoerg Bornemann2014-02-281-1/+1
* Do not share product properties with artifacts.Christian Kandeler2014-02-261-1/+1
* Do not put the plugins where the resources are.Christian Kandeler2014-02-252-8/+8
* Try harder not to store a corrupted build graph.Christian Kandeler2014-02-242-1/+18
* Fix some sub-optimal use of the persistence facility.Christian Kandeler2014-02-211-1/+1
* Allow the user to specify a custom place for settings.Christian Kandeler2014-02-212-3/+10
* Add helpful output to assertion for file path absoluteness.Christian Kandeler2014-02-211-1/+2
* Make parameter of PersistentPool::storeContainer() const.Christian Kandeler2014-02-201-2/+2
* Serialize information about rules with changed inputs.Christian Kandeler2014-02-201-1/+1
* support transformers with an unknown number of outputsJoerg Bornemann2014-02-131-1/+1
* centralize pointer-to-scriptvalue-attachmentJoerg Bornemann2014-02-051-0/+15
* Fix handling additionalProductFileTagsMaxim Zaitsev2014-01-291-1/+1
* Fix compilation on Windows.Christian Kandeler2014-01-231-1/+1
* Do lazy allocation of CodeLocation's private pointer.Christian Kandeler2014-01-232-5/+7
* Move knowledge about Qt modules into libsetupqt.Christian Kandeler2014-01-162-0/+7
* Merge remote-tracking branch 'origin/1.1'Joerg Bornemann2014-01-151-11/+9
* Prepare for using QT_NO_CAST_FROM/TO_ASCII.Jake Petroules2014-01-144-20/+20
* Merge remote-tracking branch 'origin/1.1'Joerg Bornemann2014-01-134-64/+58