aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update list of Qt modules required by apps linking against libqbscore.v1.0.1Christian Kandeler2013-06-272-2/+2
* add modules Qt.multimedia and Qt.multimediawidgetsJoerg Bornemann2013-06-272-0/+16
* adjust READMEJoerg Bornemann2013-06-271-12/+26
* qbs-config-ui: Fix output of lists.Christian Kandeler2013-06-271-1/+1
* MSVC: do not collect static lib from object inputsJoerg Bornemann2013-06-261-2/+2
* Add support for setting the compiler character set.Jake Petroules2013-06-265-2/+28
* fix exception handling in property bindingsJoerg Bornemann2013-06-265-13/+29
* Fix handling of weak frameworks with path names.Jake Petroules2013-06-261-1/+1
* undefine input/output if they're not availableJoerg Bornemann2013-06-261-0/+4
* Overwrite existing symlinks in framework bundle artifacts.Jake Petroules2013-06-251-4/+4
* remove TestBlackbox::codegenJoerg Bornemann2013-06-252-8/+3
* fix static library dependenciesJoerg Bornemann2013-06-243-3/+2
* enhance link_staticlib test for QBS-294Joerg Bornemann2013-06-247-11/+97
* remove dead code from GenericGCC.qbsJoerg Bornemann2013-06-241-6/+2
* remove unused variableJoerg Bornemann2013-06-241-1/+0
* Improve handling of changes to restored build graph.Christian Kandeler2013-06-2411-125/+81
* Add XmlDom generator/parser to JavaScriptBogDan Vatra2013-06-247-4/+530
* Implement support for prefix headers (Xcode) / forced includes (MSVC).Jake Petroules2013-06-244-0/+20
* Refactor compiler and linker flags handling to avoid long arg lists.Jake Petroules2013-06-242-105/+73
* Add String.startsWith and String.endsWith to JavaScript.Jake Petroules2013-06-241-0/+5
* Fix PathProbe.fileName.Jake Petroules2013-06-241-3/+5
* Add isValid() method to (Group|Product|Project)DataTobias Hunger2013-06-214-0/+45
* Store list of files that are part of the projectTobias Hunger2013-06-2013-9/+64
* Fix linking of static libraries with relative paths.Jake Petroules2013-06-201-1/+1
* Use "stringList" in the documentation as it's an actual data type now.Jake Petroules2013-06-204-24/+24
* Fix some trivial JavaScript warnings.Jake Petroules2013-06-192-7/+7
* Use better property types where appropriate.Jake Petroules2013-06-195-37/+37
* Remove existing shared library symlinks before creating them.Jake Petroules2013-06-191-0/+5
* Update processInfoPlist docs to reflect reality.Jake Petroules2013-06-191-1/+1
* Update targetOS docs with the full list of possible OS values.Jake Petroules2013-06-191-1/+35
* Implement the infoPlistFormat property.Jake Petroules2013-06-193-4/+66
* Move BuildGraphLoader into its own set of files.Christian Kandeler2013-06-197-548/+640
* Don't create symlinks for the dylib binary when building frameworks.Jake Petroules2013-06-191-0/+1
* allow qbs to be built without rpathJoerg Bornemann2013-06-184-4/+11
* fix loading of the generic unix cpp moduleJoerg Bornemann2013-06-181-1/+3
* add String.contains to JavaScriptJoerg Bornemann2013-06-181-0/+3
* Check for multiple occurrences of items in SubProject item.Christian Kandeler2013-06-184-6/+30
* fix MinGW run environmentJoerg Bornemann2013-06-181-0/+6
* s/Error/ErrorInfo/Tobias Hunger2013-06-181-1/+1
* make hostOS the default of targetOS againJoerg Bornemann2013-06-181-1/+1
* Introduce function that gets a single child item of some type.Christian Kandeler2013-06-184-20/+16
* Some minor improvements to the Error class.Christian Kandeler2013-06-1856-281/+296
* Make use of contains() where appropriate.Jake Petroules2013-06-186-34/+34
* Change targetOS and hostOS to lists, and remove targetPlatform.Jake Petroules2013-06-1838-148/+237
* Make the toolchain property a list.Jake Petroules2013-06-1818-31/+42
* bump version number to 1.0.1Joerg Bornemann2013-06-182-2/+2
* adjust tst_language to latest changesJoerg Bornemann2013-06-181-2/+2
* convert profile values to the right property typeJoerg Bornemann2013-06-183-4/+92
* yield error on unknown type in property declarationJoerg Bornemann2013-06-173-0/+10
* fix usage of Properties item in Qt modulesJoerg Bornemann2013-06-172-1/+4