aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/jsextensions/moduleproperties.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make sure product type and artifact file tags are sortedChristian Kandeler2018-07-301-1/+2
* Fix module property access trackingChristian Kandeler2018-06-251-6/+8
* Make ResolvedProduct::modules a vectorJoerg Bornemann2018-04-261-2/+2
* Provide rules with information about the content of Export itemsChristian Kandeler2018-03-141-12/+19
* Re-use product, module and project script valuesChristian Kandeler2018-01-261-31/+125
* Fix some issues preventing Qbs from being built in amalgamation modeJake Petroules2017-11-301-1/+1
* Modernize variable declarationsDenis Shienkov2017-11-301-2/+2
* corelib: Gather string constants in central placeChristian Kandeler2017-11-291-10/+11
* Use nullptr to initialize the pointersDenis Shienkov2017-11-201-1/+1
* STL compatibility: use size() instead of count()Jake Petroules2017-11-151-2/+2
* Amend some function signatures to take raw pointersChristian Kandeler2017-11-151-5/+5
* Fix glitch with new module property access syntaxChristian Kandeler2017-07-271-0/+2
* Replace QSharedPointer/QWeakPointer with std::shared_ptr/std::weak_ptrJake Petroules2017-05-231-3/+3
* Add a convenient replacement for moduleProperty()Joerg Bornemann2017-03-071-19/+111
* Small code clean-up in ModulePropertiesJoerg Bornemann2017-02-281-13/+11
* JS API: expose the properties of an artifact's productJake Petroules2017-01-301-0/+13
* Change style of #includes of Qt headersJake Petroules2017-01-041-1/+1
* Add PropertyMapInternal::modulePropertyJoerg Bornemann2016-12-231-2/+1
* Fix error message of product.modulePropertyJoerg Bornemann2016-12-231-1/+1
* Remove the deprecated product.moduleProperties functionJoerg Bornemann2016-12-231-17/+2
* Update license headersIikka Eklund2016-08-291-14/+23
* Deprecate the "moduleProperties" functionChristian Kandeler2016-08-041-11/+10
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* Code clean-up in corelib/language/.Christian Kandeler2015-07-301-0/+1
* update license headersJoerg Bornemann2015-03-021-2/+2
* Merge branch '1.3' into 'master'Christian Kandeler2015-01-281-7/+8
|\
| * Do not insert into module property cache if caching is disabled.Christian Kandeler2015-01-261-1/+2
| * Update LicenseEike Ziller2015-01-261-6/+6
* | Merge branch '1.3' into 'master'.Christian Kandeler2015-01-231-2/+4
|\|
| * more fine-grained cache disablingJoerg Bornemann2015-01-211-2/+4
* | Merge remote-tracking branch 'origin/1.3'Joerg Bornemann2014-10-161-7/+8
|\|
| * License update.Eike Ziller2014-10-161-7/+8
* | do not distinguish between internal and external module namesJoerg Bornemann2014-08-141-8/+1
|/
* fix module property cacheJoerg Bornemann2014-04-151-2/+3
* Do not share product properties with artifacts.Christian Kandeler2014-02-261-1/+1
* Prepare for using QT_NO_CAST_FROM/TO_ASCII.Jake Petroules2014-01-141-2/+2
* Move Qt profile setup into a dedicated library.Christian Kandeler2014-01-101-0/+154