aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Recognize more MinGW machine names.Jake Petroules2014-03-031-4/+10
* Canonicalize more architectures.Jake Petroules2014-03-032-10/+12
* do not export ScriptEngine and LoaderJoerg Bornemann2014-02-282-5/+2
* introduce loadExtension functionJoerg Bornemann2014-02-282-0/+81
* store search paths in file contextJoerg Bornemann2014-02-285-1/+19
* introduce loadFile function for loading JS filesJoerg Bornemann2014-02-285-15/+87
* give FileContext and ResolvedFileContext a common baseJoerg Bornemann2014-02-2812-56/+183
* Introduce PropertyList functions isEmpty and clear.Jake Petroules2014-02-282-0/+18
* Add support for writing a PropertyList object directly to a file.Jake Petroules2014-02-282-0/+16
* Centralize plist writing code.Jake Petroules2014-02-282-47/+90
* 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