aboutsummaryrefslogtreecommitdiffstats
path: root/src
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-218-63/+135
* don't print usage on missing project fileJoerg Bornemann2014-07-211-4/+2
* 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
* remove special ActiveQt case from moduleNameWithoutPrefixJoerg Bornemann2014-07-171-3/+3
* fix deprecation warning in Qt.gui moduleJoerg Bornemann2014-07-171-1/+1
* rename QtModuleInfo::moduleName to moduleNameWithoutPrefixJoerg Bornemann2014-07-173-3/+3
* fix library names for Qt4 ActiveQtJoerg Bornemann2014-07-171-1/+1
* remove unused property qtModulePrefix from Qt modulesJoerg Bornemann2014-07-173-7/+0
* remove property includeDirName from QtModule.qbsJoerg Bornemann2014-07-171-1/+0
* fix MinGW compiler detectionJoerg Bornemann2014-07-171-1/+2
* 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-1610-53/+104
* deprecate Artifact.fileName in favor of Artifact.filePathJoerg Bornemann2014-07-169-20/+61
* qtprofilesetup: Only copy module files if necessary.Christian Kandeler2014-07-161-66/+76
* Rename "lockBuildGraph" to "lockProject".Christian Kandeler2014-07-162-8/+8
* Fix race condition in project locking.Christian Kandeler2014-07-163-9/+13
* remove outdated commentJoerg Bornemann2014-07-161-1/+0
* 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
* Add an Info.plist for qbs-config-ui.Jake Petroules2014-07-143-1/+19
* introduce cpp.compilerPathByLanguageJoerg Bornemann2014-07-141-16/+38
* fix setup-qt for modules without libsJoerg Bornemann2014-07-141-0/+2
* init QtModuleInfo::isPlugin properlyJoerg Bornemann2014-07-141-1/+2
* libqtprofilesetup: Gather information about Qt plugins.Christian Kandeler2014-07-118-5/+133
* Make qbs-config-ui menu more cross platform.Jake Petroules2014-07-111-3/+4
* make the GCC linkerName different from compilerNameJoerg Bornemann2014-07-112-0/+5
* fix "Failed to compare version" warning on OS XJoerg Bornemann2014-07-101-2/+2
* qbs-config: Get rid of the "CfgGet" command type.Christian Kandeler2014-07-103-5/+2
* qbs-config: Understand JavaScript for all types.Christian Kandeler2014-07-102-41/+26