aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add getter/setters for Artifact::fileTagsJoerg Bornemann2014-07-3115-47/+76
* Speed up artifact removal.Christian Kandeler2014-07-311-40/+14
* fix condition for "conflicting rules" errorJoerg Bornemann2014-07-311-29/+24
* add trace output for RuleNode::applyJoerg Bornemann2014-07-313-0/+27
* Avoid contractions in user-visible messages.Christian Kandeler2014-07-316-10/+10
* Add missing comma to error message.Christian Kandeler2014-07-312-2/+2
* Invalidate project after certain unsuccessful re-resolving attempts.Christian Kandeler2014-07-308-4/+68
* fix setup of cpp.compilerPathByLanguageJoerg Bornemann2014-07-301-0/+1
* Tests: Move waitForNewTimestamp() function to shared file.Christian Kandeler2014-07-304-14/+17
* fix calculation of old inputs for dynamic rulesJoerg Bornemann2014-07-306-28/+62
* Clean up module item caches.Christian Kandeler2014-07-292-24/+16
* remove pointless assignmentJoerg Bornemann2014-07-281-2/+1
* fix speed regressionJoerg Bornemann2014-07-282-5/+10
* GCC module: Only use -fvisibility-inlines-hidden for C++ code.Christian Kandeler2014-07-281-1/+1
* Correct handling of project re-resolving with a new build root.Christian Kandeler2014-07-281-5/+7
* skip TestBlackbox::testAssetCatalog for OS X < 10.9Joerg Bornemann2014-07-241-0/+4
* Doc: document restriction for Product.name valuesJoerg Bornemann2014-07-241-1/+13
* qtprofile,clang: add libc++ on iOS and OSX for compilation and linkingFawzi Mohamed2014-07-241-2/+9
* API: Be smarter about adding files already matched by wildcards.Christian Kandeler2014-07-238-23/+109
* Doc: remove outdated informationJoerg Bornemann2014-07-231-30/+0
* Add autotest for tracking wildcard-related changes.Christian Kandeler2014-07-233-0/+29
* Allow qbs.endianness to be undefined.Jake Petroules2014-07-222-2/+2
* fix build on platforms != OS XJoerg Bornemann2014-07-221-0/+2
* simplify signature of MSVC.prepareLinkerJoerg Bornemann2014-07-222-13/+10
* simplify signature of MSVC.prepareCompilerJoerg Bornemann2014-07-222-28/+17
* introduce Project.minimumQbsVersionJoerg Bornemann2014-07-227-0/+56
* Add documentation for the ib module.Jake Petroules2014-07-221-0/+212
* Add support for compiling Interface Builder storyboards.Jake Petroules2014-07-227-12/+764
* Add support for compiling Xcode asset catalogs.Jake Petroules2014-07-2210-4/+190
* 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-224-1/+88
* 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
* Doc: document qbs_enable_project_file_updatesJoerg Bornemann2014-07-211-0/+2
* Add artifact to transformer outputs earlier.Christian Kandeler2014-07-211-1/+1
* Fix possible assertion in Executor.Christian Kandeler2014-07-211-2/+1
* Add support for compiling OS X icon sets.Jake Petroules2014-07-2111-2/+82
* 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-1810-19/+52
* 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-186-0/+36
* Cpp module: Fix "visibility" property.Christian Kandeler2014-07-183-5/+7
* invalidate artifacts if a dependency is removedJoerg Bornemann2014-07-189-1/+52
* Organize and split IB module logic into a JS file for code reuse.Jake Petroules2014-07-172-79/+110