aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/language/loader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce loader/ subdirectoryChristian Kandeler2023-05-041-215/+0
* Rewrite ModuleLoaderChristian Kandeler2023-04-201-10/+12
* Switch JavaScript back-endChristian Kandeler2023-02-071-11/+2
* clang-tidy: fix 'performance-no-automatic-move' warningIvan Komissarov2022-08-161-1/+1
* Wrap ModuleProviderInfoList in a structIvan Komissarov2021-07-271-1/+1
* Use pass-by-value and moveIvan Komissarov2019-03-071-3/+3
* Module providers: Fix some change tracking problemsChristian Kandeler2019-02-111-1/+2
* Introduce module providersChristian Kandeler2019-01-231-0/+6
* Make {TopLevelProject|ResolvedProduct}::probes vectorsJoerg Bornemann2018-04-261-2/+2
* Consider imported files when tracking changes to Probe.configureChristian Kandeler2017-11-301-0/+1
* corelib: Gather string constants in central placeChristian Kandeler2017-11-291-3/+2
* Use nullptr to initialize the pointersDenis Shienkov2017-11-201-1/+1
* STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-161-1/+1
* STL compatibility: use size() instead of count()Jake Petroules2017-11-151-1/+1
* STL compatibility: use front() instead of first()Jake Petroules2017-11-141-1/+1
* Fix behavior with corrupt or outdated build graphsChristian Kandeler2017-07-101-2/+47
* Use stored profile contents when re-resolving implicitlyChristian Kandeler2017-06-091-0/+6
* Make use of more data from the build graph when rebuildingChristian Kandeler2017-05-021-3/+17
* Do not pass Logger in Evaluator's constructorJoerg Bornemann2017-04-261-1/+1
* Remove all usages of Q_FOREACH from the libraryChristian Kandeler2017-02-211-1/+1
* Clarify Evaluator ownershipJoerg Bornemann2017-01-061-2/+4
* Change style of #includes of Qt headersJake Petroules2017-01-041-3/+3
* Allow Probe items inside Project itemsDenis Klychkov2016-12-191-3/+9
* Attach information about the context to our script engineChristian Kandeler2016-11-071-0/+1
* Time more operationsChristian Kandeler2016-10-101-0/+1
* Re-display warnings when loading a stored build graphChristian Kandeler2016-09-301-0/+2
* Update license headersIikka Eklund2016-08-291-14/+23
* Stop special casing qbs.buildVariant in command line handling.Jake Petroules2016-06-201-2/+1
* Cache the results of probes.Christian Kandeler2016-06-151-0/+6
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* Improve the ProjectResolver interface.Christian Kandeler2015-11-061-2/+2
* ProjectResolver: Make the ModuleLoaderResult const.Christian Kandeler2015-11-061-1/+1
* Reset more script engine state in Loader.Christian Kandeler2015-07-311-0/+2
* Code clean-up in corelib/language/.Christian Kandeler2015-07-301-23/+17
* Make BuiltinDeclarations a singleton.Christian Kandeler2015-07-281-4/+2
* update license headersJoerg Bornemann2015-03-021-2/+2
* Update LicenseEike Ziller2015-01-261-6/+6
* License update.Eike Ziller2014-10-161-7/+8
* Remember at what point in time a project was fully resolved.Christian Kandeler2014-07-031-0/+2
* Use the same environment in Loader and BuildGraphLoader.Christian Kandeler2014-07-021-16/+1
* Sanitize the project setup API.Christian Kandeler2014-05-231-1/+2
* remove superfluous parameter from ModuleLoader::loadJoerg Bornemann2014-05-141-1/+1
* Give the whole SetupProjectParameters to the ModuleLoader.Christian Kandeler2014-05-121-5/+1
* Prevent user code from hanging qbs during resolving.Christian Kandeler2014-04-161-0/+13
* detect Visual Studio build environment using vcvarsall.batJoerg Bornemann2014-04-081-1/+16
* introduce qbs::LanguageInfo classJoerg Bornemann2014-02-271-5/+0
* Move Qt profile setup into a dedicated library.Christian Kandeler2014-01-101-0/+122