aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib
Commit message (Expand)AuthorAgeFilesLines
* fix Qt4 buildJoerg Bornemann2014-07-221-1/+1
* put the project file artifact into artifactsByFileTagJoerg Bornemann2014-07-221-0/+1
* make it possible to set module properties on artifacts in outputArtifactsJoerg Bornemann2014-07-221-0/+73
* Export information about project file updates being available.Christian Kandeler2014-07-223-1/+6
* Fix build.Christian Kandeler2014-07-212-3/+3
* Fix JS command canceling for the "dry run" case.Christian Kandeler2014-07-211-1/+2
* add a simple Version classJoerg Bornemann2014-07-217-49/+129
* Add artifact to transformer outputs earlier.Christian Kandeler2014-07-211-1/+1
* Fix possible assertion in Executor.Christian Kandeler2014-07-211-2/+1
* More error message fine-tuning.Christian Kandeler2014-07-212-1/+4
* Import some shellquote utility functions from qmake.Jake Petroules2014-07-184-0/+160
* API: Make the ability to update project files optional.Christian Kandeler2014-07-185-18/+42
* fix occasional crash when applying dynamic rulesJoerg Bornemann2014-07-181-2/+10
* add assertion in RulesApplicatorJoerg Bornemann2014-07-183-6/+12
* fix up-to-date check wrt missing file dependenciesJoerg Bornemann2014-07-181-0/+7
* invalidate artifacts if a dependency is removedJoerg Bornemann2014-07-181-1/+2
* extend debug output of the up-to-date checkJoerg Bornemann2014-07-171-4/+8
* Expose additional properties in the ProductData API.Jake Petroules2014-07-174-0/+52
* fix calculation of added/removed artifactsJoerg Bornemann2014-07-1713-213/+102
* speed up ResolvedProduct::lookupArtifactsByFileTagJoerg Bornemann2014-07-176-8/+18
* Take product type changes into account when change tracking.Christian Kandeler2014-07-161-0/+6
* Add missing metatype registration.Christian Kandeler2014-07-162-1/+2
* Speed up project re-resolving by skipping the loading from file.Christian Kandeler2014-07-169-52/+103
* deprecate Artifact.fileName in favor of Artifact.filePathJoerg Bornemann2014-07-167-14/+55
* Rename "lockBuildGraph" to "lockProject".Christian Kandeler2014-07-162-8/+8
* Fix race condition in project locking.Christian Kandeler2014-07-163-9/+13
* Put a system-wide lock on the build directory.Joerg Bornemann2014-07-167-2/+180
* remove deprecated Product.additionalFileTagsJoerg Bornemann2014-07-151-11/+0
* Refactor BuildGraphLoader::load().Christian Kandeler2014-07-152-28/+35
* Introduce a private header class for qbs::Project.Christian Kandeler2014-07-154-68/+122
* qbs-config: Understand JavaScript for all types.Christian Kandeler2014-07-101-7/+17
* prohibit duplicate source files in enabled groupsJoerg Bornemann2014-07-106-16/+35
* Allow empty submodules property in Depends item.Christian Kandeler2014-07-091-1/+7
* fix crash when removing artifactJoerg Bornemann2014-07-041-1/+3
* Fix argument replacement in error message.Christian Kandeler2014-07-041-2/+2
* Remember at what point in time a project was fully resolved.Christian Kandeler2014-07-036-11/+12
* Make it possible to set profiles per product.Christian Kandeler2014-07-0220-175/+358
* remove superfluous item cacheJoerg Bornemann2014-07-024-26/+8
* Merge remote-tracking branch 'origin/1.2'Joerg Bornemann2014-07-025-21/+95
|\
| * fix scope chain of conditions of Properties itemsJoerg Bornemann2014-06-163-21/+88
| * fix graph traversal of ArtifactVisitorJoerg Bornemann2014-06-132-0/+7
* | Make sure to remove empty parent directories when removing artifacts.Christian Kandeler2014-07-0212-10/+221
* | Fix exception leak in JS command execution.Christian Kandeler2014-07-021-5/+20
* | Use the same environment in Loader and BuildGraphLoader.Christian Kandeler2014-07-024-17/+15
* | Correctly handle overriding of file tags via an empty list.Christian Kandeler2014-07-023-4/+7
* | Do not lose rescuable artifact data after an incomplete build.Christian Kandeler2014-07-022-3/+13
* | Be more verbose about changed environment.Christian Kandeler2014-06-241-3/+6
* | Let sub-projects inherit the buildDirectory property.Christian Kandeler2014-06-191-1/+2
* | prevent writing of mixed line endings in ProjectFileUpdaterJoerg Bornemann2014-06-162-2/+60
* | make toJSLiteral functions available in command line toolsJoerg Bornemann2014-06-164-31/+33