aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/api/projectdata.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: fix 'modernize-return-braced-init-list'Ivan Komissarov2024-02-231-1/+1
* Language server: Add completion supportChristian Kandeler2024-02-081-16/+57
* Loader: Simplify ProductItemMultiplexerChristian Kandeler2023-07-171-2/+2
* Iterate over a map directly in mapToString()Ivan Komissarov2023-05-251-4/+3
* Port from qAsConst() to std::as_const()Marc Mutz2023-05-221-4/+4
* Introduce loader/ subdirectoryChristian Kandeler2023-05-041-1/+1
* Rewrite ModuleLoaderChristian Kandeler2023-04-201-1/+2
* Use std::transform where it is possibleDenis Shienkov2022-01-271-8/+6
* qt6: Do not use QVariant::Type as it was deprecatedIvan Komissarov2021-02-111-1/+1
* qt6: Do not use QVariant::type()Ivan Komissarov2021-02-111-1/+1
* Android: Add support to generation of aab packageRaphaƫl Cotty2020-06-251-2/+4
* ProductData: return members by const-referenceIvan Komissarov2020-06-021-14/+14
* ProjectData: return const values/referencesIvan Komissarov2020-05-251-7/+7
* Introduce the session commandChristian Kandeler2019-09-181-15/+141
* Use = default in ProjectData and friendsIvan Komissarov2019-05-091-55/+15
* Use std::unique_ptr in PropertyMapIvan Komissarov2019-05-081-19/+7
* Add missing move ctors to ProjectData and friendsIvan Komissarov2019-05-061-0/+31
* Merge 1.13 into masterChristian Kandeler2019-03-181-1/+1
|\
| * Fix some warningshjk2019-03-041-1/+1
* | Fix calls to non-const begin()/end() in range-for loopsIvan Komissarov2019-03-061-7/+11
|/
* 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
|/