aboutsummaryrefslogtreecommitdiffstats
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-116-17/+28
* Better handling of recursive installation.Christian Kandeler2012-12-109-7/+71
* 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-0616-5/+228
* 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-065-13/+39
* 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
* Respect "warnings as errors" setting with MSVC compiler.Christian Kandeler2012-12-051-0/+2
* Move Qt-specific MSVC flags into qtcore.qbs.Christian Kandeler2012-12-052-1/+10
* Remove the BuildGraph class.Christian Kandeler2012-12-0510-88/+72
* Store the build graph also after resolving a project.Christian Kandeler2012-12-053-9/+14
* Do not tolerate compiler warnings.Christian Kandeler2012-12-053-3/+6
* Redo help output.Christian Kandeler2012-12-0522-528/+1940
* Some engine-related optimizations.Christian Kandeler2012-12-0513-76/+83
* Split up buildgraph.h and buildgraph.cpp.Christian Kandeler2012-12-0426-1363/+1632
* added autotest for source paths that contain dotsJoerg Bornemann2012-12-037-0/+80
* fix spurious caching error in InputArtifactScannerJoerg Bornemann2012-12-032-18/+28
* Qt modules: fix handling of file names with more than one dotJoerg Bornemann2012-12-032-9/+10
* 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-034-0/+18
* Correct behaviour with sources with more than one dot in the name.William Gallafent2012-12-033-6/+6
* 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-2950-434/+558
* Sanitize the Executor code flow.Christian Kandeler2012-11-297-116/+87
* Rename namespace QmlJS to QbsQmlJSTobias Hunger2012-11-2917-42/+42
* 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