aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/jsextensions/environmentextension.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix calls to non-const begin()/end() in range-for loopsIvan Komissarov2019-03-061-1/+2
* corelib: Apply modernize-use-autoAlessandro Portale2018-08-201-1/+1
* Fix build with MSVCChristian Kandeler2018-05-081-16/+17
* Initialize the JS extension classes explicitlyChristian Kandeler2018-05-081-5/+1
* Introduce a named constant for the magic "_qbs_procenv" variableChristian Kandeler2018-01-181-1/+2
* qbs.Environment: Normalize key values on WindowsChristian Kandeler2017-12-221-2/+5
* Remove currently unused informationJoerg Bornemann2017-08-301-6/+0
* Replace QRegularExpression with std::regexJake Petroules2017-05-261-1/+0
* Clean up [q]fileinfo.h includesJoerg Bornemann2017-03-061-2/+0
* Remove all usages of Q_FOREACH from the libraryChristian Kandeler2017-02-211-1/+1
* Refactor all jsextension code into the .cpp filesJake Petroules2017-01-051-2/+4
* Change style of #includes of Qt headersJake Petroules2017-01-041-5/+6
* Merge 1.6 into masterChristian Kandeler2016-08-291-3/+1
|\
| * Do not allow "static" JS extension classes to be instantiatedChristian Kandeler2016-08-261-3/+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
| * Add a code location to deprecation warnings.Christian Kandeler2016-04-211-8/+25
* | Remove deprecated JS functionsJoerg Bornemann2016-03-211-16/+0
|/
* Partially revert removal of qbs.getEnv and qbs.currentEnv.Jake Petroules2015-12-031-3/+17
* Roll the global getEnv and currentEnv functions into Environment.Jake Petroules2015-12-011-7/+22
* Fix Windows build.Jake Petroules2015-11-211-3/+3
* Move setup[Build|Run]Environment global functions into a real extension.Jake Petroules2015-11-191-0/+144