aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix look-up of scalar module properties.v1.1.0Christian Kandeler2013-11-052-9/+9
* fix crash on missing Depends items in Export itemsJoerg Bornemann2013-11-051-0/+1
* fix use_installed.priJoerg Bornemann2013-11-053-4/+13
* fix static buildJoerg Bornemann2013-11-041-2/+6
* Prevent the .gitignore file from being packaged by git-archive.Christian Kandeler2013-11-041-0/+2
* Fix autotest.Christian Kandeler2013-11-043-10/+1
* Doc: document the remaining language items and their properties.Jake Petroules2013-11-0412-10/+295
* Add missing description for "ln" commands.Christian Kandeler2013-11-041-0/+3
* Fix filetag for "C" file extension.Christian Kandeler2013-11-041-1/+1
* Fix file tagger pattern matching.Christian Kandeler2013-11-041-1/+2
* Add missing include statement.Christian Kandeler2013-11-041-0/+1
* Fix broken property reference.Jake Petroules2013-11-041-1/+1
* Add documentation for "global" built-in functions.Christian Kandeler2013-11-011-0/+57
* Clean up manual tests.Christian Kandeler2013-10-3123-66/+36
* Rename "qbsPath" preference setting to "qbsSearchPaths".Christian Kandeler2013-10-312-2/+12
* Separate between overridden values and others in command-line frontend.Christian Kandeler2013-10-311-2/+11
* Store the right build configuration.Christian Kandeler2013-10-303-18/+13
* Fix installation of library in qbs project file.Christian Kandeler2013-10-301-1/+1
* Fix some property types in qbs' qbs project file.Christian Kandeler2013-10-301-3/+3
* yield error if Product.name conflicts with a module nameJoerg Bornemann2013-10-301-0/+22
* check property declarations of overridden propertiesJoerg Bornemann2013-10-302-1/+4
* do not collect cpp.platformDefines from dependent modulesJoerg Bornemann2013-10-303-6/+6
* Fix broken links in Qt modules documentation.Christian Kandeler2013-10-301-7/+7
* fix product/module name collisionJoerg Bornemann2013-10-301-1/+2
* Install examples.Christian Kandeler2013-10-304-3/+14
* make default value of Product.type an empty listJoerg Bornemann2013-10-301-2/+4
* Remove duplicates when transitively adding library dependencies.Christian Kandeler2013-10-292-4/+16
* Add failing autotests for bugs.Christian Kandeler2013-10-294-0/+43
* Add examples.Christian Kandeler2013-10-2938-376/+105
* Fix Process.exec().Christian Kandeler2013-10-281-1/+1
* Fix potential deadlock in Ctrl-C handling.Christian Kandeler2013-10-282-16/+56
* Cache directory entries when collecting item prototypes.Christian Kandeler2013-10-284-21/+55
* Check for duplicate product names.Christian Kandeler2013-10-289-3/+78
* Don't throw from API class.Christian Kandeler2013-10-241-1/+1
* Add failing autotest for QBS-424.Christian Kandeler2013-10-235-0/+43
* Add an example to the Rule documentation.Christian Kandeler2013-10-221-0/+44
* Fix autotest on Windows.Christian Kandeler2013-10-222-2/+4
* Take dependencies into account when tracking changes.Christian Kandeler2013-10-224-0/+43
* Move a number of cpp module properties to the base module.Jake Petroules2013-10-224-28/+31
* fix Windows buildJoerg Bornemann2013-10-222-2/+5
* Fix build with namespaced Qt.Christian Kandeler2013-10-221-1/+7
* Give the qbs library a version.Christian Kandeler2013-10-222-0/+3
* Remove Artifact conditions in GenericGcc module.Christian Kandeler2013-10-211-3/+0
* Add missing "product." prefix in GenericGCC module.Christian Kandeler2013-10-211-1/+1
* Improve the documentation on building Qbs.Jake Petroules2013-10-211-7/+16
* Try harder to clean up on exit.Christian Kandeler2013-10-212-2/+11
* fix Product.condition evaluationJoerg Bornemann2013-10-211-2/+2
* Allow trailing slash in install root.Christian Kandeler2013-10-181-1/+6
* call Module.validate after the base module setupJoerg Bornemann2013-10-181-1/+1
* move the setup of the base module to its own functionJoerg Bornemann2013-10-182-13/+26