aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-161-1/+1
* Change style of #includes of Qt headersJake Petroules2017-01-041-1/+1
* Update license headersIikka Eklund2016-08-291-14/+23
* Merge remote-tracking branch 'origin/1.5'Joerg Bornemann2016-06-081-1/+1
|\
| * Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* | Use Qt5-style connectsOrgad Shaneh2016-06-071-1/+1
|/
* update license headersJoerg Bornemann2015-03-021-2/+2
* Update LicenseEike Ziller2015-01-261-6/+6
* fix compilation with minimal Qt configurationJoerg Bornemann2014-12-231-0/+1
* License update.Eike Ziller2014-10-161-7/+8
* remove qbsSettings() functionJoerg Bornemann2014-07-091-4/+3
* Allow the user to specify a custom place for settings.Christian Kandeler2014-02-211-3/+4
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Some minor improvements to the Error class.Christian Kandeler2013-06-181-1/+1
* Remove global log sink.Christian Kandeler2013-02-061-2/+2
* Do not hardcode the settings source in the library.Christian Kandeler2013-01-291-3/+5
* Integrate tool-specific help into general help.Christian Kandeler2013-01-281-9/+5
* update copyright yearJoerg Bornemann2013-01-091-1/+1
* catch all exceptions in command line frontendJoerg Bornemann2012-12-191-17/+22
* Redo help output.Christian Kandeler2012-12-051-5/+3
* Fix warningOrgad Shaneh2012-11-301-1/+1
* Make the public API asynchronous.Christian Kandeler2012-11-271-231/+6
* Move build root information out of BuildGraph.Christian Kandeler2012-11-151-3/+2
* Make console progress observer cancelable.Christian Kandeler2012-11-131-5/+3
* Fix "clean" command.Christian Kandeler2012-11-081-12/+6
* Introduce the first version of a public API.Christian Kandeler2012-11-071-48/+58
* Add qbs.h.Christian Kandeler2012-11-071-5/+2
* Rename classes.Christian Kandeler2012-11-061-27/+27
* Do product filtering at an earlier stage.Christian Kandeler2012-11-061-33/+99
* Revert "Rename classes."Christian Kandeler2012-11-061-20/+20
* Rename classes.Christian Kandeler2012-11-061-20/+20
* Add a progress indicator for the command-line client.Christian Kandeler2012-11-021-0/+7
* Some major steps toward a sensible public API.Christian Kandeler2012-11-021-106/+83
* SourceProject: Introduce more fine-grained resolving.Christian Kandeler2012-11-011-20/+36
* Move the PersistentObject class into its own header.Christian Kandeler2012-10-291-1/+0
* Remove some redundant namespace usages.Christian Kandeler2012-10-231-49/+51
* Introduce logger class for timing activities.Christian Kandeler2012-10-221-0/+3
* obliberate last remains of the Qbs namespaceJoerg Bornemann2012-10-171-33/+55
* liberate RunEnvironment from Qbs namespaced classesJoerg Bornemann2012-10-171-2/+2
* Move command line parser out of lib/.Christian Kandeler2012-10-161-20/+20
* Remove as much stuff as possible from the evil Qbs namespace.Christian Kandeler2012-10-161-11/+11
* Clean up main().Christian Kandeler2012-10-161-143/+129
* Remove the optimization that skips resetting of artifact status.Christian Kandeler2012-10-151-1/+0
* Introduce BuildOptions.Christian Kandeler2012-10-151-16/+5
* share QbsEngine with Loader, BuildGraph and ExecutorJoerg Bornemann2012-10-151-0/+1
* Remove unrelated functionality from CommandLineOptions.Christian Kandeler2012-10-121-5/+3
* Rename logsink.hChristian Kandeler2012-10-121-4/+4
* share one QbsEngine with Loader and BuildGraphJoerg Bornemann2012-10-121-1/+3
* Move "qbs config" functionality into dedicated tool.Christian Kandeler2012-10-121-10/+0
* remove maxJobs parameter from Executor c'torJoerg Bornemann2012-10-121-1/+2