aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add command-line support for removing all build artifacts.v0.2.0Christian Kandeler2012-12-118-6/+43
* Allow "-h" or "--help" to get general help.Christian Kandeler2012-12-111-2/+10
* Fix semantics of recursive wildcards.Christian Kandeler2012-12-112-17/+11
* Better handling of recursive installation.Christian Kandeler2012-12-104-7/+47
* Some improvements to canceling functionality.Christian Kandeler2012-12-063-7/+7
* Fix warning about forward-declared QSharedPointer.Christian Kandeler2012-12-061-1/+1
* Make it possible to mark the build artifacts as up to date ...Christian Kandeler2012-12-0612-5/+210
* Fix minor bug in command line parser.Christian Kandeler2012-12-061-1/+1
* Fix "run" command.Christian Kandeler2012-12-061-0/+2
* Check for cancelation request also during moc'ing.Christian Kandeler2012-12-061-0/+2
* Fix renaming files to be installed that are matched by a wildcard.Christian Kandeler2012-12-061-13/+18
* Fix warning for forward-declared QSharedPointer.Christian Kandeler2012-12-058-0/+8
* Remove editor artifact.Christian Kandeler2012-12-051-1/+1
* Fix warning for forward-declared QSharedPointer.Christian Kandeler2012-12-051-0/+1
* Remove the BuildGraph class.Christian Kandeler2012-12-0510-88/+72
* Store the build graph also after resolving a project.Christian Kandeler2012-12-052-8/+13
* Do not tolerate compiler warnings.Christian Kandeler2012-12-053-3/+6
* Redo help output.Christian Kandeler2012-12-0519-505/+1912
* Some engine-related optimizations.Christian Kandeler2012-12-0513-76/+83
* Split up buildgraph.h and buildgraph.cpp.Christian Kandeler2012-12-0425-1362/+1631
* fix spurious caching error in InputArtifactScannerJoerg Bornemann2012-12-032-18/+28
* Move engine-related functionality out of BuildGraph.Christian Kandeler2012-12-0310-222/+320
* Use CodeLocation to save where groups and products were definedTobias Hunger2012-12-0310-45/+44
* Fix usage of forward declared classesOrgad Shaneh2012-12-032-0/+5
* Fix warningOrgad Shaneh2012-11-301-1/+1
* Sort products, groups and filesTobias Hunger2012-11-293-0/+16
* Slash more heads off the BuildGraph hydra.Christian Kandeler2012-11-2911-272/+259
* Allow for reuse of log level stringsTobias Hunger2012-11-294-34/+48
* Make header guards unique.Christian Kandeler2012-11-2943-125/+126
* Reduce compile dependencies.Christian Kandeler2012-11-2946-388/+510
* Sanitize the Executor code flow.Christian Kandeler2012-11-297-116/+87
* Rename namespace QmlJS to QbsQmlJSTobias Hunger2012-11-2916-39/+39
* fill ProductData.m_propertiesJoerg Bornemann2012-11-281-0/+1
* Add comparison operators to projectdataTobias Hunger2012-11-282-0/+49
* Rip more functionality out of the BuildGraph class.Christian Kandeler2012-11-283-398/+438
* Do not allow more than one build configuration with "run" and "shell".Christian Kandeler2012-11-281-2/+16
* Fix directory clean-up (again).Christian Kandeler2012-11-271-3/+4
* Do not use setError with error.toString()Tobias Hunger2012-11-271-1/+1
* Ensure the Executor never emits error() more than once.Christian Kandeler2012-11-271-0/+2
* Make clean-up behave better when "keep-going" is set.Christian Kandeler2012-11-272-12/+26
* Fix directory removal when cleaning up.Christian Kandeler2012-11-272-5/+34
* Make the public API asynchronous.Christian Kandeler2012-11-2737-1230/+1893
* setup-qt: Use native separators for mkspecPathOrgad Shaneh2012-11-261-0/+1
* setup-qt: Fix typoOrgad Shaneh2012-11-262-3/+3
* Make Ctrl-C more responsive.Joerg Bornemann2012-11-233-4/+26
* Prevent deadlock in signal handler.Christian Kandeler2012-11-231-2/+4
* call Application::userInterrupt() directly from signal handlerJoerg Bornemann2012-11-233-10/+17
* implement Application::instance()Joerg Bornemann2012-11-232-0/+7
* reactivate the Ctrl-C handlerJoerg Bornemann2012-11-231-2/+1
* Executor::cancelBuild: prevent recursion through signals/slotsJoerg Bornemann2012-11-231-1/+1