aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/api/project.cpp
Commit message (Expand)AuthorAgeFilesLines
* Makefile generator: Improve dependency collection performanceChristian Kandeler2018-06-141-9/+7
* Make ResolvedProject::products a vectorJoerg Bornemann2018-04-271-4/+4
* Make Rule::artifacts a vectorJoerg Bornemann2018-04-271-1/+1
* Make lists of SourceArtifactPtr vectorsJoerg Bornemann2018-04-261-8/+8
* Make ResolvedProduct::groups a vectorJoerg Bornemann2018-04-261-5/+5
* Make ResolvedProduct::scanners a vectorJoerg Bornemann2018-04-261-1/+1
* Make ResolvedProduct::modules a vectorJoerg Bornemann2018-04-261-1/+1
* API: Make transformer data availableChristian Kandeler2018-04-201-40/+104
* Remove the deprecated Product.profile propertyChristian Kandeler2018-04-131-3/+1
* Fix false positives in change tracking of exported modulesChristian Kandeler2018-04-121-1/+0
* Introduce dedicated type for command listsChristian Kandeler2018-02-151-1/+2
* Make ProductBuildData a proper class with accessors and modifiersChristian Kandeler2018-01-231-4/+6
* Use 'auto' keywords more for the allocated variablesDenis Shienkov2018-01-231-4/+4
* Merge 1.10 into masterChristian Kandeler2017-12-151-1/+3
|\
| * Allow running multiplexed iOS application bundles via `qbs run`Jake Petroules2017-12-121-1/+3
* | corelib: Gather string constants in central placeChristian Kandeler2017-11-291-5/+6
* | Don't export Qt dependency to clients from the plugin managersJake Petroules2017-11-271-2/+2
* | Share ScriptFunction objects between productsChristian Kandeler2017-11-231-5/+6
* | Give the setupRunEnvironment script an additional parameterChristian Kandeler2017-11-221-2/+3
* | STL compatibility: use push_back() instead of operator<<Jake Petroules2017-11-161-6/+6
* | STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-161-6/+6
* | STL compatibility: use size() instead of count()Jake Petroules2017-11-151-14/+14
* | STL compatibility: use front() instead of first()Jake Petroules2017-11-141-10/+10
* | Enable modules to declare target artifactsChristian Kandeler2017-11-071-2/+4
|/
* Fix shell commandChristian Kandeler2017-10-051-1/+2
* Add support for running Android apps on devicesJake Petroules2017-10-041-1/+1
* Remove currently unused informationJoerg Bornemann2017-08-301-7/+0
* Use categorized logging in ProjectResolverJoerg Bornemann2017-08-021-4/+4
* Use categorized logging for the build graphJoerg Bornemann2017-08-021-1/+1
* API: Allow synchronous retrieval of build graph dataChristian Kandeler2017-06-141-0/+41
* Transform the scanner plugin manager into a true generic plugin managerJake Petroules2017-06-131-11/+4
* Merge 1.8 into masterChristian Kandeler2017-06-021-0/+4
|\
| * Fix race condition when resolving projectsChristian Kandeler2017-05-301-0/+4
* | Replace QSharedPointer/QWeakPointer with std::shared_ptr/std::weak_ptrJake Petroules2017-05-231-2/+2
* | Switch to a new multiplexing approachJoerg Bornemann2017-05-231-4/+19
|/
* API: Catch error from ProductInstallerChristian Kandeler2017-04-281-5/+10
* Replace all uses of QVector with std::vectorJake Petroules2017-03-291-3/+2
* Replace all uses of QSet with Internal::SetJake Petroules2017-03-221-3/+3
* Replace all uses of QPair/qMakePair with std::pair/std::make_pairJake Petroules2017-03-221-3/+3
* Replace all uses of QMutex/QMutexLocker with std::mutex/std::lock_guardJake Petroules2017-03-221-3/+4
* Remove all usages of Q_FOREACH from the libraryChristian Kandeler2017-02-211-50/+53
* Give the two copies command.{cpp,h} non-ambiguous namesJake Petroules2017-01-051-1/+1
* Use a sorted vector rather than QSet or std::setChristian Kandeler2017-01-051-2/+2
* Change style of #includes of Qt headersJake Petroules2017-01-041-6/+4
* Remove superfluous assignmentJoerg Bornemann2017-01-021-1/+0
* Remove superfluous includeJoerg Bornemann2016-12-231-1/+0
* Allow scanner plugins to be built staticallyJake Petroules2016-12-161-0/+11
* Replace QVariantMap with PropertyMapPtr in RescuableArtifactDataChristian Kandeler2016-12-141-1/+1
* API: Fix off-by-one error when setting the install file pathChristian Kandeler2016-10-071-1/+1
* Update license headersIikka Eklund2016-08-291-14/+23