summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Do some build graph sanity checks.Christian Kandeler2013-09-306-4/+66
* fix calling of prepare script functionJoerg Bornemann2013-09-2418-33/+98
* Do not store the build graph after an internal error.Christian Kandeler2013-09-244-4/+19
* Fix handling of disabled products when restoring.Christian Kandeler2013-09-201-4/+16
* Add support for C, Objective-C and Objective-C++ precompiled headers.Jake Petroules2013-09-191-2/+2
* Improvements to the "Process" extension.Christian Kandeler2013-09-192-0/+16
* Add shortcuts to some equality checks.Christian Kandeler2013-09-191-4/+16
* fix imports/extensions for script propertiesJoerg Bornemann2013-09-198-66/+109
* fix docs of the ScriptFunction classJoerg Bornemann2013-09-181-4/+4
* ModuleLoader: Do not descend into disabled Depends items.Christian Kandeler2013-09-181-24/+20
* Transformer.explicitlyDependsOn addedJoerg Bornemann2013-09-184-0/+20
* ResolvedTransformer::Ptr -> ResolvedTransformerPtrJoerg Bornemann2013-09-185-11/+16
* Fix a number of bugs uncovered by a recent leak fix (ff5b33b82b).Christian Kandeler2013-09-114-57/+88
* Remove redundant method parameter.Christian Kandeler2013-09-093-15/+7
* Fix artifact leaks in build graph loader and automoc.Christian Kandeler2013-09-094-5/+8
* Add a variant of use.pri for an installed qbs.Christian Kandeler2013-09-093-1/+41
* Give the Project class a public constructor.Christian Kandeler2013-09-093-1/+16
* Install qbs_export.h.Christian Kandeler2013-09-092-1/+2
* Set compiler flags for using a libc++ build of Qt.Jake Petroules2013-09-041-0/+7
* Introduce Qt.core.config property for user-config items.Jake Petroules2013-09-041-0/+1
* Raise iOS deployment target. Qt 5 will only support iOS 5.0 and above.Jake Petroules2013-09-041-1/+1
* check for existence before execution of a toolJoerg Bornemann2013-09-041-1/+8
* Fix incorrect logging output.Jake Petroules2013-09-041-2/+2
* API: Expose the target directory for an installable file.Christian Kandeler2013-09-024-8/+22
* fix JS exception handling in evaluatorJoerg Bornemann2013-08-301-2/+4
* Fix crash on restoring.Christian Kandeler2013-08-302-0/+3
* Always try to create the target directory when copying files.Christian Kandeler2013-08-301-7/+6
* fix cppscanner file type passingJoerg Bornemann2013-08-301-5/+3
* AutoMoc: do not scan files twiceJoerg Bornemann2013-08-273-31/+25
* don't pass file tags to scanner pluginsJoerg Bornemann2013-08-276-69/+56
* rename class PrepareScript to ScriptFunctionJoerg Bornemann2013-08-267-24/+24
* put creation of PrepareScript objects into a functionJoerg Bornemann2013-08-262-13/+14
* fix tracking of added file tagsJoerg Bornemann2013-08-261-1/+3
* Take the condition of a "filetagsFilter" group into account.Christian Kandeler2013-08-261-1/+4
* Fix change tracking for properties requested from prepare scripts.Christian Kandeler2013-08-239-41/+142
* Fix over-eager cleaning operation.Christian Kandeler2013-08-231-1/+1
* Refactor Project::targetExecutable().Christian Kandeler2013-08-231-37/+10
* Do not try to store the build graph if the underlying file is not writable.Christian Kandeler2013-08-232-10/+14
* Put class Property into a namespace.Christian Kandeler2013-08-231-0/+6
* API: Add ability to retrieve the list of files to be installed.Christian Kandeler2013-08-219-18/+240
* Expose information about target artifacts in the public API.Christian Kandeler2013-08-214-22/+139
* Remove "showProperties" command.Christian Kandeler2013-08-2010-156/+2
* store settings on OS X within a groupJoerg Bornemann2013-08-191-0/+32
* fix setup-qt for Qt 5.2Joerg Bornemann2013-08-191-2/+7
* Support system-wide settings.Christian Kandeler2013-08-191-1/+0
* Compile fix for BuildGraphLoader.Christian Kandeler2013-08-191-0/+1
* Even better handling of property changes when restoring a build graph.Christian Kandeler2013-08-196-21/+72
* Fix build error with Qt 4.Christian Kandeler2013-08-141-2/+4
* yield error on assigning array of arrays to stringList propertiesJoerg Bornemann2013-08-145-24/+31
* Better handling of property changes when restoring a build graph.Christian Kandeler2013-08-147-117/+141