aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/language/value.h
Commit message (Expand)AuthorAgeFilesLines
* qt6: replace some QStringRefs with QStringViewsIvan Komissarov2020-11-091-3/+3
* Use make_shared to create ValuesIvan Komissarov2020-10-271-4/+5
* Apply 'modernize-pass-by-value' fix-itIvan Komissarov2020-01-281-3/+3
* Apply 'modernize-use-equals-default' fix-itIvan Komissarov2019-11-251-1/+1
* Apply fix-its for the missing override keywordIvan Komissarov2019-05-031-1/+1
* Use pass-by-value and moveIvan Komissarov2019-03-071-1/+1
* Return initializer list where it is possibleDenis Shienkov2019-02-261-1/+1
* corelib: Apply modernize-use-overrideAlessandro Portale2018-08-201-6/+6
* Add a location to errors in conditions of Properties itemsChristian Kandeler2018-02-231-3/+12
* Mark values that were set up as the defaults of built-in item propertiesChristian Kandeler2018-01-051-0/+3
* Re-use VariantValue objectsChristian Kandeler2017-11-301-1/+4
* Merge 1.9 into masterChristian Kandeler2017-10-051-0/+2
|\
| * Fix usage of outer within Properties blocksJoerg Bornemann2017-10-041-1/+3
* | Use std::vector as container for JSSourceValue::AlternativeJoerg Bornemann2017-10-051-3/+5
* | Remove unused JSSourceValue::setAlternativesJoerg Bornemann2017-10-051-1/+0
* | Fix Depends conditions in modulesJoerg Bornemann2017-07-111-1/+2
|/
* Move the buildgraph, language and tools tests into the proper locationsJake Petroules2017-06-221-1/+1
* Replace QSharedPointer/QWeakPointer with std::shared_ptr/std::weak_ptrJake Petroules2017-05-231-1/+1
* Fix JSSourceValue::clone()Christian Kandeler2017-05-091-0/+10
* Change style of #includes of Qt headersJake Petroules2017-01-041-1/+1
* Remove the concept of an "Export Scope"Christian Kandeler2016-11-181-5/+0
* Make list properties overridableChristian Kandeler2016-11-101-1/+5
* Merge 1.6 into masterChristian Kandeler2016-11-081-0/+1
|\
| * Fix module property assignments in Group itemsChristian Kandeler2016-10-311-0/+1
* | Update license headersIikka Eklund2016-08-291-14/+23
|/
* Merge remote-tracking branch 'origin/1.5'Joerg Bornemann2016-06-081-1/+1
|\
| * Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* | Remove deprecated JS functionsJoerg Bornemann2016-03-211-3/+1
|/
* Do module validation and Probe resolving after module merging.Christian Kandeler2016-01-121-1/+2
* Merge 1.4 into master.Christian Kandeler2015-08-211-5/+8
|\
| * Fix false positives in property declaration check.Christian Kandeler2015-08-181-5/+8
* | Clean up the ItemValue class.Christian Kandeler2015-08-141-17/+6
|/
* Make it possible to overwrite properties conditionally.Joerg Bornemann2015-08-041-0/+2
* Code clean-up in corelib/language/.Christian Kandeler2015-07-301-4/+2
* Fix property evaluation of export items.Joerg Bornemann2015-07-201-3/+5
* move next chain to ValueJoerg Bornemann2015-05-221-4/+4
* move definingItem to ValueJoerg Bornemann2015-05-221-2/+4
* fix property lookupJoerg Bornemann2015-05-211-0/+8
* update license headersJoerg Bornemann2015-03-021-2/+2
* Merge branch '1.3' into 'master'Christian Kandeler2015-01-281-6/+7
|\
| * fix caching for properties transitively dependent on productJoerg Bornemann2015-01-271-0/+1
| * Update LicenseEike Ziller2015-01-261-6/+6
* | Merge branch '1.3' into 'master'.Christian Kandeler2015-01-231-1/+3
|\|
| * more fine-grained cache disablingJoerg Bornemann2015-01-211-1/+3
* | make "base" the default fallback for Properties blocksJoerg Bornemann2014-12-111-0/+1
|/
* License update.Eike Ziller2014-10-161-7/+8
* let Item::clone() create a deep copy of the item treeJoerg Bornemann2014-10-131-0/+4
* remove JSSourceValue::Alternative::conditionScopeItemJoerg Bornemann2014-03-311-1/+0
* Do not store CodeLocations in JSSourceValue objects.Christian Kandeler2014-03-261-3/+6
* turn JSSourceValue::m_sourceCode into a QStringRefJoerg Bornemann2014-03-251-3/+5