aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/api/projectdata.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix some warningshjk2019-03-041-1/+1
* Return initializer list where it is possibleDenis Shienkov2019-02-261-5/+5
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-251-3/+3
* Merge 1.11 into masterChristian Kandeler2018-04-271-1/+1
|\
| * API: Fix ProductData::installableArtifacts()v1.11.1Christian Kandeler2018-04-231-1/+1
* | Remove the deprecated Product.profile propertyChristian Kandeler2018-04-131-1/+4
|/
* Merge 1.10 into masterChristian Kandeler2017-12-151-1/+4
|\
| * Allow running multiplexed iOS application bundles via `qbs run`Jake Petroules2017-12-121-1/+4
* | STL compatibility: use cbegin/cend() instead of constBegin/constEnd()Jake Petroules2017-11-221-2/+2
* | STL compatibility: use size() instead of count()Jake Petroules2017-11-151-1/+1
|/
* Add support for running Android apps on devicesJake Petroules2017-10-041-2/+1
* Merge remote-tracking branch 'origin/1.9' into masterJoerg Bornemann2017-09-111-1/+1
|\
| * Fix typo in operator< for ProductDataJoerg Bornemann2017-09-071-1/+1
* | Centralize conversion of multiplex id to human-readable stringChristian Kandeler2017-08-031-0/+11
|/
* Merge 1.8 into masterChristian Kandeler2017-06-301-0/+10
|\
| * Fix running bundled applications on Apple platformsJake Petroules2017-06-271-0/+10
* | Switch to a new multiplexing approachJoerg Bornemann2017-05-231-2/+16
|/
* Remove all usages of Q_FOREACH from the libraryChristian Kandeler2017-02-211-8/+9
* Add operator== for PropertyMapInternalJoerg Bornemann2017-01-251-2/+2
* Change style of #includes of Qt headersJake Petroules2017-01-041-1/+1
* Add PropertyMapInternal::modulePropertyJoerg Bornemann2016-12-231-4/+2
* Do not use fromLocal8Bit() for string literalsKai Koehne2016-11-081-1/+1
* API: Fix off-by-one error when setting the install file pathChristian Kandeler2016-10-071-2/+4
* Merge 1.6 into masterChristian Kandeler2016-08-291-0/+1
|\
| * Fix ProductData's equality operatorChristian Kandeler2016-08-231-0/+1
* | Update license headersIikka Eklund2016-08-291-14/+23
* | API: Fix ProductData's equality operatorChristian Kandeler2016-08-221-1/+1
* | API: Expose generated artifactsChristian Kandeler2016-08-041-2/+32
* | Deprecate the "moduleProperties" functionChristian Kandeler2016-08-041-17/+4
* | API: Add installation info to ArtifactDataChristian Kandeler2016-08-031-31/+92
* | API: Have only one data type for artifactsChristian Kandeler2016-08-021-85/+27
|/
* Extract toJSLiteral functions from scripttools.{h|cpp}Joerg Bornemann2016-07-061-1/+1
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* Check for self-assignment in ProjectData assignment operator.Jake Petroules2016-05-251-2/+4
* Expose Group prefix propertyBogDan Vatra2015-11-171-0/+8
* Fix qbs run when used in conjunction with qbs.installSourceBase.Jake Petroules2015-08-251-11/+1
* Introduce new class SourceArtifact.Christian Kandeler2015-03-201-13/+92
* update license headersJoerg Bornemann2015-03-021-2/+2
* Expose product module properties in API.Jake Petroules2015-02-201-0/+8
* Merge branch '1.3' into 'master'Christian Kandeler2015-01-281-6/+6
|\
| * Update LicenseEike Ziller2015-01-261-6/+6
* | Refactor bundle (CFBundle) support across all of Qbs.Jake Petroules2015-01-131-3/+1
|/
* Make product properties available in API.Christian Kandeler2014-11-101-0/+9
* License update.Eike Ziller2014-10-161-7/+8
* API: Fix equality operators for the *Data classes.Christian Kandeler2014-09-261-3/+18
* Expose additional properties in the ProductData API.Jake Petroules2014-07-171-0/+36
* Make it possible to set profiles per product.Christian Kandeler2014-07-021-1/+15
* make toJSLiteral functions available in command line toolsJoerg Bornemann2014-06-161-1/+1
* Expose in the API whether a product can be run.Christian Kandeler2014-04-221-0/+6
* Move Qt profile setup into a dedicated library.Christian Kandeler2014-01-101-0/+674