aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/api/project.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Qt profile setup into a dedicated library.Christian Kandeler2014-01-101-1027/+0
* Merge remote-tracking branch 'origin/1.1'Joerg Bornemann2014-01-091-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | Lock the build graph while jobs are running.Christian Kandeler2013-11-251-0/+13
* | API: Add the ability to remove groups.Christian Kandeler2013-11-251-53/+119
* | API: Allow to remove files from a product.Christian Kandeler2013-11-251-39/+132
* | API: Allow adding files to a group with a directory prefix.Christian Kandeler2013-11-211-8/+11
* | Fix compilation with Qt 4.Christian Kandeler2013-11-201-1/+2
* | Add API for adding groups and files.Christian Kandeler2013-11-201-17/+288
|/
* Give the Project class a public constructor.Christian Kandeler2013-09-091-0/+13
* API: Expose the target directory for an installable file.Christian Kandeler2013-09-021-6/+8
* Refactor Project::targetExecutable().Christian Kandeler2013-08-231-37/+10
* API: Add ability to retrieve the list of files to be installed.Christian Kandeler2013-08-211-0/+61
* Expose information about target artifacts in the public API.Christian Kandeler2013-08-211-2/+12
* Add API to retrieve generated files.Tobias Hunger2013-08-091-0/+15
* Re-introduce property qbs.installPrefix.Christian Kandeler2013-06-281-2/+6
* Add isValid() method to (Group|Product|Project)DataTobias Hunger2013-06-211-0/+3
* Store list of files that are part of the projectTobias Hunger2013-06-201-0/+5
* s/Error/ErrorInfo/Tobias Hunger2013-06-181-1/+1
* Some minor improvements to the Error class.Christian Kandeler2013-06-181-2/+2
* Change targetOS and hostOS to lists, and remove targetPlatform.Jake Petroules2013-06-181-2/+3
* Move expanding of configuration to SetupProjectParametersTobias Hunger2013-06-171-66/+3
* Allow projects to be nested.Christian Kandeler2013-06-171-17/+46
* Make used environment and configuration availableTobias Hunger2013-06-111-0/+10
* Pass the environment to be used as part of the setupprojectparametersTobias Hunger2013-06-061-11/+9
* Be less ambiguous about the naming and referencing of OS X.Jake Petroules2013-06-031-1/+1
* Check for valid build variant.Christian Kandeler2013-05-311-0/+8
* Don't install into sysroot by default.Christian Kandeler2013-05-231-12/+12
* Use private implementation in API classes.Christian Kandeler2013-05-231-22/+23
* Pass the project to some operations in addition to a list of products.Christian Kandeler2013-04-161-3/+4
* Make build directory available in the API.v0.3.0Christian Kandeler2013-04-161-0/+1
* Remove structural redundancy in project and product classes.Christian Kandeler2013-04-121-41/+48
* remove Settings parameter from Loader c'torJoerg Bornemann2013-03-211-1/+1
* Use QDir::cleanPath() to avoid redundant path components.Jake Petroules2013-03-191-4/+1
* implement PropertyMap in terms of PropertyMapInternalJoerg Bornemann2013-03-181-2/+3
* Register qbs::Error as metatype.Christian Kandeler2013-03-111-0/+1
* Make the run sub-command work for OS X application bundles.Jake Petroules2013-03-071-2/+9
* Introduce class CleanOptions.Christian Kandeler2013-02-281-25/+13
* Add public API for retrieving properties.Christian Kandeler2013-02-211-2/+2
* introduce classes FileTag and FileTagsJoerg Bornemann2013-02-201-3/+3
* replace Q_ASSERT with QBS_ASSERT / QBS_CHECKJoerg Bornemann2013-02-141-1/+2
* Make the "install" operation take dependencies into account.Christian Kandeler2013-02-141-14/+23
* Fix documentation for the "clean" operation.Christian Kandeler2013-02-141-0/+3
* API docs: Clarify when plugin paths and search paths are actually used.Christian Kandeler2013-02-061-0/+4
* Remove global log sink.Christian Kandeler2013-02-061-21/+24
* Remove expandBuildConfiguration() from the API.Christian Kandeler2013-02-041-25/+28
* Do not refer to the qbs application path in library code.Christian Kandeler2013-02-041-4/+3
* enhance "no profile" error messageJoerg Bornemann2013-02-011-2/+4
* Put Executor into its own thread.Christian Kandeler2013-02-011-0/+2
* Introduce new class SetupProjectParameters.Christian Kandeler2013-02-011-13/+7