aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs/commandlinefrontend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Speed up project re-resolving by skipping the loading from file.Christian Kandeler2014-07-161-1/+1
* Command-line frontend: Make plugin and search paths configurable.Christian Kandeler2014-06-241-5/+4
* Add the settings directory to the project setup parameters.Christian Kandeler2014-05-261-4/+1
* Sanitize the project setup API.Christian Kandeler2014-05-231-14/+9
* Normalize signal/slot signaturesOrgad Shaneh2014-03-031-2/+2
* Make the "lib" part of plugin and library locations configurable.Christian Kandeler2014-02-271-1/+2
* Do not put the plugins where the resources are.Christian Kandeler2014-02-251-1/+1
* Introduce per-profile preferences.Christian Kandeler2014-01-091-5/+45
* Merge remote-tracking branch 'origin/1.1'Joerg Bornemann2014-01-091-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | Support specifying the Qbs build directory as a command line option.Jake Petroules2013-11-261-1/+1
* | Merge "Merge branch '1.1' into 'master'."Joerg Bornemann2013-11-061-2/+11
|\|
| * Separate between overridden values and others in command-line frontend.Christian Kandeler2013-10-311-2/+11
* | Fix meaning of "Command.silent".Christian Kandeler2013-11-061-2/+1
|/
* Fix potential deadlock in Ctrl-C handling.Christian Kandeler2013-10-281-13/+45
* Remove "showProperties" command.Christian Kandeler2013-08-201-12/+1
* split overridden values off the build configurationJoerg Bornemann2013-07-191-0/+1
* Some minor improvements to the Error class.Christian Kandeler2013-06-181-12/+11
* Allow installing without building.Christian Kandeler2013-06-171-9/+20
* Move expanding of configuration to SetupProjectParametersTobias Hunger2013-06-171-1/+6
* Allow projects to be nested.Christian Kandeler2013-06-171-1/+1
* Pass the environment to be used as part of the setupprojectparametersTobias Hunger2013-06-061-3/+2
* Fix misleading messages when canceling operations.Christian Kandeler2013-05-311-1/+1
* Introduce ILogSink::printWarning().Christian Kandeler2013-05-281-6/+0
* Don't install into sysroot by default.Christian Kandeler2013-05-231-1/+1
* Use private implementation in API classes.Christian Kandeler2013-05-231-15/+15
* Show more fine-grained progress information for project loading.Christian Kandeler2013-03-281-0/+9
* Add option to log how much time an operation takes.Christian Kandeler2013-03-261-1/+3
* Add new command "resolve".Christian Kandeler2013-03-261-0/+4
* Introduce class CleanOptions.Christian Kandeler2013-02-281-5/+2
* Remove global log sink.Christian Kandeler2013-02-061-19/+9
* Do not refer to the qbs application path in library code.Christian Kandeler2013-02-041-4/+8
* CL frontend: Handle Ctrl-C in the main thread.Christian Kandeler2013-02-011-1/+7
* Command-line frontend: Always print the current task.Christian Kandeler2013-02-011-2/+7
* Check whether stored build graph is really for our project.Christian Kandeler2013-02-011-0/+1
* Introduce new class SetupProjectParameters.Christian Kandeler2013-02-011-2/+5
* Do not hardcode the settings source in the library.Christian Kandeler2013-01-291-5/+6
* Fix frontend output of process command line.Christian Kandeler2013-01-241-1/+1
* Introduce the "install" command.Christian Kandeler2013-01-221-4/+26
* Report a proper Error in reportWarning().Christian Kandeler2013-01-171-7/+3
* Allow for setting the environment to be usedTobias Hunger2013-01-151-2/+3
* Do not write directly into loggerTobias Hunger2013-01-111-1/+58
* update copyright yearJoerg Bornemann2013-01-091-1/+1
* Make the "run" command easier to use.Christian Kandeler2012-12-111-37/+29
* Add command-line support for removing all build artifacts.v0.2.0Christian Kandeler2012-12-111-4/+4
* Some improvements to canceling functionality.Christian Kandeler2012-12-061-1/+6
* Make it possible to mark the build artifacts as up to date ...Christian Kandeler2012-12-061-0/+13
* Redo help output.Christian Kandeler2012-12-051-30/+45
* Do not allow more than one build configuration with "run" and "shell".Christian Kandeler2012-11-281-2/+16
* Make the public API asynchronous.Christian Kandeler2012-11-271-0/+329