aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* simplify output of detect-toolchainsv1.1.1Joerg Bornemann2013-11-271-2/+1
* use the Windows SDK version, not the ProductVersionJoerg Bornemann2013-11-271-1/+1
* fix Windows SDK lookup for x86_64 buildJoerg Bornemann2013-11-271-6/+14
* add /FS to cpp.platformC(xx)Flags for VS 2013Joerg Bornemann2013-11-271-4/+10
* Better error diagnostics.Christian Kandeler2013-11-272-0/+9
* Fix formatting of command line option descriptions.Jake Petroules2013-11-261-23/+28
* fix "invalid subsystem" warning for MSVCJoerg Bornemann2013-11-262-10/+43
* Braces cleanupOrgad Shaneh2013-11-268-26/+18
* fix regression introduced in e0a8ec89Joerg Bornemann2013-11-223-1/+12
* Take the qbs.install* properties into account when change tracking.Christian Kandeler2013-11-216-0/+49
* Fix settings export.Christian Kandeler2013-11-211-2/+4
* evaluate qbsSearchPaths after the item has been fully set upJoerg Bornemann2013-11-204-5/+29
* allow invalid bindings in disabled groupsJoerg Bornemann2013-11-193-1/+10
* Fix check for qbs library type.Christian Kandeler2013-11-182-2/+2
* fix filetags language test for 1.1 branchJoerg Bornemann2013-11-141-1/+1
* fix FileTagger application for other patterns than *.fooJoerg Bornemann2013-11-144-2/+14
* fix 'Unexpected item type' error messageJoerg Bornemann2013-11-146-7/+25
* build fixJoerg Bornemann2013-11-131-1/+1
* detect-toolchains: set qbs.endianness for MinGWJoerg Bornemann2013-11-131-0/+2
* detect-toolchains: set qbs.architecture for MinGWJoerg Bornemann2013-11-131-0/+7
* translate multipart module names in moduleProperty functionJoerg Bornemann2013-11-122-1/+9
* Fix bug in rescuing build data.Christian Kandeler2013-11-112-9/+18
* don't throw exceptions through script engineJoerg Bornemann2013-11-111-2/+11
* Take rules into account when tracking changes.Christian Kandeler2013-11-113-0/+62
* make qbs-config-ui a non-console applicationJoerg Bornemann2013-11-062-0/+2
* 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
* Fix file tagger pattern matching.Christian Kandeler2013-11-041-1/+2
* Add missing include statement.Christian Kandeler2013-11-041-0/+1
* Rename "qbsPath" preference setting to "qbsSearchPaths".Christian Kandeler2013-10-311-1/+11
* 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
* yield error if Product.name conflicts with a module nameJoerg Bornemann2013-10-301-0/+22
* check property declarations of overridden propertiesJoerg Bornemann2013-10-301-0/+4
* fix product/module name collisionJoerg Bornemann2013-10-301-1/+2
* make default value of Product.type an empty listJoerg Bornemann2013-10-301-2/+4
* 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-282-3/+32
* Don't throw from API class.Christian Kandeler2013-10-241-1/+1
* Take dependencies into account when tracking changes.Christian Kandeler2013-10-221-0/+15
* fix Windows buildJoerg Bornemann2013-10-221-2/+4
* Fix build with namespaced Qt.Christian Kandeler2013-10-221-1/+7
* Give the qbs library a version.Christian Kandeler2013-10-222-0/+3
* Try harder to clean up on exit.Christian Kandeler2013-10-212-2/+11
* fix Product.condition evaluationJoerg Bornemann2013-10-211-2/+2