aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* move ResolvedFileContext to separate filesJoerg Bornemann2014-02-288-65/+152
* rename name variable to filePathJoerg Bornemann2014-02-281-9/+9
* rename JsImport.fileNames to filePathsJoerg Bornemann2014-02-284-14/+14
* fix includes in scriptengine.hJoerg Bornemann2014-02-281-2/+2
* Make the "lib" part of plugin and library locations configurable.Christian Kandeler2014-02-2710-14/+28
* Include languageinfo.h in qbs.h.Christian Kandeler2014-02-271-0/+1
* introduce qbs::LanguageInfo classJoerg Bornemann2014-02-279-79/+170
* Shut up warning by stupid compilers.Christian Kandeler2014-02-271-0/+3
* Add support for reading the plist format in the PropertyList extension.Jake Petroules2014-02-272-3/+34
* Add support for reading JSON plists in the PropertyList extension.Jake Petroules2014-02-271-5/+21
* Rename PropertyList API functions for better self-documentation.Jake Petroules2014-02-272-12/+12
* Fix potential uncaught exception when reading files with PropertyList.Jake Petroules2014-02-271-3/+3
* Properly retain/release the propertyListObject held by the plist object.Jake Petroules2014-02-271-1/+3
* Use localizedDescription instead of description when printing NSErrors.Jake Petroules2014-02-271-4/+4
* Use the same string conversion functions names as in QtCore.Jake Petroules2014-02-271-21/+23
* Do not share product properties with artifacts.Christian Kandeler2014-02-2612-66/+87
* use filePath instead of fileName where applicableJoerg Bornemann2014-02-253-17/+17
* rename fileName property in prepare scripts to filePathJoerg Bornemann2014-02-251-1/+7
* Do not put the plugins where the resources are.Christian Kandeler2014-02-255-19/+19
* rename variable in Transformer::translateFileConfigJoerg Bornemann2014-02-251-6/+6
* introduce ScriptEngine::setDeprecatedPropertyJoerg Bornemann2014-02-252-0/+28
* Don't treat warnings as errors.Christian Kandeler2014-02-242-3/+0
* Try harder not to store a corrupted build graph.Christian Kandeler2014-02-243-1/+19
* libqtprofilesetup: Ignore pri file entries with en empty rhs.Christian Kandeler2014-02-211-1/+1
* Fix some sub-optimal use of the persistence facility.Christian Kandeler2014-02-2111-80/+91
* Allow the user to specify a custom place for settings.Christian Kandeler2014-02-2130-99/+217
* Add command line parser classes to config-ui and setup-qt.Christian Kandeler2014-02-2110-68/+369
* Add helpful output to assertion for file path absoluteness.Christian Kandeler2014-02-211-1/+2
* Make parameter of PersistentPool::storeContainer() const.Christian Kandeler2014-02-201-2/+2
* Serialize information about rules with changed inputs.Christian Kandeler2014-02-204-7/+20
* Remove the tool for setting up MADDE platforms.Christian Kandeler2014-02-205-221/+0
* Fix exception leak in qtprofilesetup.Christian Kandeler2014-02-201-6/+12
* Do not cache external project data.Christian Kandeler2014-02-181-9/+5
* Do not call processEvents() in executor.Christian Kandeler2014-02-181-5/+0
* De-obfuscate Executor.Christian Kandeler2014-02-184-104/+100
* Move "static Qt" discovery into libqtprofilesetup.Christian Kandeler2014-02-173-33/+28
* Condense executor code.Christian Kandeler2014-02-176-93/+51
* Fix restoring product build data.Christian Kandeler2014-02-172-97/+98
* Improve register{Added,Removed}FileTag.Christian Kandeler2014-02-171-6/+19
* Fix buildgraph autotest.Christian Kandeler2014-02-142-18/+31
* Turn struct ScannerPlugin into a class.Christian Kandeler2014-02-132-2/+3
* build with Qt4Joerg Bornemann2014-02-131-1/+1
* unshadow loop variableJoerg Bornemann2014-02-131-2/+2
* support transformers with an unknown number of outputsJoerg Bornemann2014-02-1356-1213/+2520
* Update references to the toolchain setup tool.Christian Kandeler2014-02-131-2/+2
* Let detect-toolchains be used like setup-qt.Christian Kandeler2014-02-1317-277/+495
* Get rid of "duplicate dependency" nagging.Christian Kandeler2014-02-121-4/+1
* fix safeConnect functionJoerg Bornemann2014-02-071-2/+12
* centralize pointer-to-scriptvalue-attachmentJoerg Bornemann2014-02-055-26/+24
* fix variable name in createSourceArtifactJoerg Bornemann2014-02-041-2/+2