aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/api/project.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: fix 'modernize-return-braced-init-list'Ivan Komissarov2024-02-231-2/+8
* Add an LSP serverChristian Kandeler2023-11-071-0/+6
* Consolidate expansion and modification test in SourceWildcardRichard Weickelt2023-11-011-7/+3
* Port from qAsConst() to std::as_const()Marc Mutz2023-05-221-13/+13
* Introduce loader/ subdirectoryChristian Kandeler2023-05-041-1/+0
* Rewrite ModuleLoaderChristian Kandeler2023-04-201-2/+2
* Get rid of Set::to/from methodsIvan Komissarov2021-08-161-1/+1
* Always build with project file updates supportIvan Komissarov2021-07-271-8/+1
* JSON API: use fullDisplayName in dependencies arrayRaphaël Cotty2020-12-071-1/+1
* Replace QRegExp by QRegularExpressionChristian Stenger2020-07-231-2/+2
* Android: Add support to generation of aab packageRaphaël Cotty2020-06-251-1/+4
* ProductData: return members by const-referenceIvan Komissarov2020-06-021-2/+1
* ProjectData: return const values/referencesIvan Komissarov2020-05-251-6/+3
* Replace QList<Internal::ResolvedProductPtr> with QVectorIvan Komissarov2020-01-061-12/+13
* API: Do not try to do manual book-keepingChristian Kandeler2020-01-061-203/+0
* Avoid an unnecessary copy operationRichard Weickelt2019-12-191-10/+9
* Add missing move-ctors to the ErrorItem and ErrorInfoIvan Komissarov2019-12-041-4/+8
* Fix 'modernize-use-emplace' warningsIvan Komissarov2019-12-021-1/+1
* Apply 'modernize-use-equals-default' fix-itIvan Komissarov2019-11-251-15/+4
* Introduce the session commandChristian Kandeler2019-09-181-3/+19
* Merge 1.13 into masterChristian Kandeler2019-03-181-11/+15
|\
| * Fix some warningshjk2019-03-041-11/+15
* | Fix calls to non-const begin()/end() in range-for loopsIvan Komissarov2019-03-061-7/+14
|/
* Return initializer list where it is possibleDenis Shienkov2019-02-261-18/+18
* Use 'const auto' keywords more at objects allocationsDenis Shienkov2019-02-231-4/+4
* Module providers: Fix some change tracking problemsChristian Kandeler2019-02-111-4/+4
* corelib: Apply modernize-use-nullptrAlessandro Portale2018-08-201-6/+6
* API: Consider auxiliary inputs when collecting transformer datav1.12.0Christian Kandeler2018-07-121-0/+5
* 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