aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/language/language.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace QRegExp by QRegularExpressionChristian Stenger2020-07-231-3/+3
* Fix Qt 5.15 deprecation warningsChristian Kandeler2020-06-161-1/+1
* Fix crash in operator==(ArtifactProperties, ArtifactProperties)Ivan Komissarov2020-03-201-0/+1
* Avoid an unnecessary copy operationRichard Weickelt2019-12-191-5/+5
* Fix 'modernize-use-emplace' warningsIvan Komissarov2019-12-021-2/+2
* Apply 'modernize-make-unique' fix-itIvan Komissarov2019-11-281-1/+1
* Apply 'modernize-use-equals-default' fix-itIvan Komissarov2019-11-251-14/+4
* Work around deprecation warnings in Qthjk2019-07-241-1/+1
* Merge 1.13 into masterChristian Kandeler2019-05-231-2/+9
|\
| * Fix module provider bug in IDE modeChristian Kandeler2019-05-231-2/+9
* | Use pass-by-value and moveIvan Komissarov2019-03-071-2/+2
|/
* Return initializer list where it is possibleDenis Shienkov2019-02-261-2/+2
* Module providers: Fix some change tracking problemsChristian Kandeler2019-02-111-1/+1
* Introduce module providersChristian Kandeler2019-01-231-0/+20
* Merge 1.12 into masterChristian Kandeler2018-08-311-7/+1
|\
| * Store product names in ExportedModuleChristian Kandeler2018-08-311-7/+1
* | Make sure the set of root artifacts is always up to dateChristian Kandeler2018-07-311-2/+2
* | RuleNode: Fix calculation of changed inputsChristian Kandeler2018-07-161-6/+0
* | Merge 1.12 into masterChristian Kandeler2018-07-121-1/+2
|\|
| * Consider Rule::excludedInputs where neededJoerg Bornemann2018-07-101-1/+2
* | Do not reset the product build data due to source file metadata changesChristian Kandeler2018-07-051-6/+0
* | Get rid of the code marking a rule for re-applicationChristian Kandeler2018-06-251-30/+0
|/
* Add new property explicitlyDependsOnFromDependenciesAlexandru Croitor2018-05-091-0/+1
* Make ResolvedProject::subProjects a vectorJoerg Bornemann2018-04-271-3/+3
* Make ResolvedProject::products a vectorJoerg Bornemann2018-04-271-3/+3
* Make Rule::artifacts a vectorJoerg Bornemann2018-04-271-4/+3
* Make lists of SourceArtifactPtr vectorsJoerg Bornemann2018-04-261-8/+8
* Make ResolvedProduct::artifactProperties a vectorJoerg Bornemann2018-04-261-3/+3
* Make ResolvedProduct::groups a vectorJoerg Bornemann2018-04-261-2/+2
* Make ResolvedProduct::rules a vectorJoerg Bornemann2018-04-261-8/+12
* Print debug output when the project's "dirty" flag is writtenChristian Kandeler2018-04-261-3/+2
* Remove the deprecated Product.profile propertyChristian Kandeler2018-04-131-0/+5
* Fix false positives in change tracking of exported modulesChristian Kandeler2018-04-121-2/+3
* Fix and rename the excludedAuxiliaryInputs propertyChristian Kandeler2018-04-051-1/+1
* Provide rules with information about the content of Export itemsChristian Kandeler2018-03-141-0/+58
* Remove most load() and store() methodsChristian Kandeler2018-02-161-103/+5
* Get rid of redundancies between load() and store() methodsChristian Kandeler2018-02-161-236/+49
* Persistence: Support QRegExpChristian Kandeler2018-02-131-5/+2
* Make ProductBuildData a proper class with accessors and modifiersChristian Kandeler2018-01-231-9/+9
* Get rid of the PersistentObject classChristian Kandeler2017-12-061-0/+4
* Remove as many dynamic_casts as possibleChristian Kandeler2017-11-301-4/+2
* Consider imported files when tracking changes to Probe.configureChristian Kandeler2017-11-301-0/+11
* corelib: Gather string constants in central placeChristian Kandeler2017-11-291-14/+16
* Share ScriptFunction objects between productsChristian Kandeler2017-11-231-8/+13
* STL compatibility: use push_back() instead of append()Jake Petroules2017-11-221-1/+1
* Use nullptr to initialize the pointersDenis Shienkov2017-11-201-2/+2
* Make Module.setup{Build,Run}Environment first-class citizensChristian Kandeler2017-11-201-149/+16
* STL compatibility: use push_back() instead of operator<<Jake Petroules2017-11-161-2/+2
* STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-161-7/+7
* STL compatibility: use size() instead of count()Jake Petroules2017-11-151-3/+3