aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/language/value.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-use VariantValue objectsChristian Kandeler2017-11-301-0/+23
* Use nullptr to initialize the pointersDenis Shienkov2017-11-201-1/+1
* Merge 1.9 into masterChristian Kandeler2017-10-051-0/+5
|\
| * Fix usage of outer within Properties blocksJoerg Bornemann2017-10-041-0/+5
* | Use std::vector as container for JSSourceValue::AlternativeJoerg Bornemann2017-10-051-3/+4
|/
* Replace QSharedPointer/QWeakPointer with std::shared_ptr/std::weak_ptrJake Petroules2017-05-231-3/+4
* Fix JSSourceValue::clone()Christian Kandeler2017-05-091-0/+13
* Remove all usages of Q_FOREACH from the libraryChristian Kandeler2017-02-211-1/+2
* Remove the concept of an "Export Scope"Christian Kandeler2016-11-181-12/+0
* Merge 1.6 into masterChristian Kandeler2016-11-081-0/+8
|\
| * Fix module property assignments in Group itemsChristian Kandeler2016-10-311-0/+8
* | Update license headersIikka Eklund2016-08-291-14/+23
|/
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* Merge 1.4 into master.Christian Kandeler2015-08-211-12/+15
|\
| * Fix false positives in property declaration check.Christian Kandeler2015-08-181-12/+15
* | Make use of our knowledge that ItemValue::item() is never null.Christian Kandeler2015-08-171-0/+1
* | Clean up the ItemValue class.Christian Kandeler2015-08-141-6/+1
|/
* Code clean-up in corelib/language/.Christian Kandeler2015-07-301-0/+2
* Remove pointless parameter from Item::clone().Christian Kandeler2015-07-291-1/+1
* Fix property evaluation of export items.Joerg Bornemann2015-07-201-1/+11
* move next chain to ValueJoerg Bornemann2015-05-221-11/+11
* move definingItem to ValueJoerg Bornemann2015-05-221-8/+15
* fix property lookupJoerg Bornemann2015-05-211-1/+24
* Prevent automatic casting from char* to QString.Christian Kandeler2015-04-231-2/+2
* update license headersJoerg Bornemann2015-03-021-2/+2
* Update LicenseEike Ziller2015-01-261-6/+6
* License update.Eike Ziller2014-10-161-7/+8
* let Item::clone() create a deep copy of the item treeJoerg Bornemann2014-10-131-0/+16
* Do not store CodeLocations in JSSourceValue objects.Christian Kandeler2014-03-261-1/+12
* turn JSSourceValue::m_sourceCode into a QStringRefJoerg Bornemann2014-03-251-0/+19
* turn JSSourceValue bools into flagsJoerg Bornemann2014-03-251-3/+0
* Move Qt profile setup into a dedicated library.Christian Kandeler2014-01-101-0/+91