aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/jsextensions
Commit message (Expand)AuthorAgeFilesLines
* Warn against possibly improper use of JS extensions in qbs project filesChristian Kandeler2016-11-115-1/+56
* Refactor MSVC toolchain detectionJoerg Bornemann2016-11-101-6/+4
* Merge 1.6 into masterChristian Kandeler2016-09-302-24/+19
|\
| * Fix race conditionsChristian Kandeler2016-09-092-24/+19
* | Merge "Merge 1.6 into master"Christian Kandeler2016-08-294-12/+4
|\ \
| * | Merge 1.6 into masterChristian Kandeler2016-08-294-12/+4
| |\|
| | * Do not allow "static" JS extension classes to be instantiatedChristian Kandeler2016-08-264-12/+4
* | | Update license headersIikka Eklund2016-08-292-28/+46
|/ /
* | Update license headersIikka Eklund2016-08-2910-139/+230
* | Update license headersIikka Eklund2016-08-2912-166/+276
* | Merge 1.6 into masterChristian Kandeler2016-08-091-0/+21
|\|
| * Add a versionCompare function to the Utilities extensionJake Petroules2016-08-011-0/+21
* | Deprecate the "moduleProperties" functionChristian Kandeler2016-08-042-13/+11
|/
* Fix self-hosted build error on macOS with Qt 5.7Jake Petroules2016-07-061-0/+5
* Merge 1.5 into 1.6Jake Petroules2016-06-282-5/+5
|\
| * Do the OS X to macOS rename.v1.5.2Jake Petroules2016-06-272-5/+5
* | Determine Visual Studio architecture & build environment automatically.Jake Petroules2016-06-271-0/+45
* | Merge remote-tracking branch 'origin/1.5'Joerg Bornemann2016-06-0824-24/+24
|\|
| * Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-0624-24/+24
| * Add a code location to deprecation warnings.Christian Kandeler2016-04-211-8/+25
* | Bump required Qt version to 5.4.0Orgad Shaneh2016-06-063-57/+12
* | Automatically determine the compiler's architecture.Jake Petroules2016-05-111-5/+9
* | Do extensive validation on the value of qbs.toolchain.Jake Petroules2016-04-291-0/+13
* | Merge remote-tracking branch 'origin/1.5'Joerg Bornemann2016-04-152-14/+88
|\|
| * Add some helper functions related to Apple code signing.Jake Petroules2016-03-261-0/+77
| * PropertyList extension: print filenames as part of errors.Jake Petroules2016-03-241-14/+11
* | Remove deprecated JS functionsJoerg Bornemann2016-03-212-19/+0
|/
* Add a Utilities.nativeSettingGroups function.Jake Petroules2016-02-121-0/+15
* Add a readFromData method to the PropertyList extension.Jake Petroules2015-12-072-3/+9
* Partially revert removal of qbs.getEnv and qbs.currentEnv.Jake Petroules2015-12-032-3/+25
* Roll the global getEnv and currentEnv functions into Environment.Jake Petroules2015-12-011-7/+22
* Move global auxiliary functions into a new Utilities extension.Jake Petroules2015-11-274-2/+190
* Fix Windows build.Jake Petroules2015-11-211-3/+3
* Move setup[Build|Run]Environment global functions into a real extension.Jake Petroules2015-11-194-0/+192
* Move shellQuote global function to the Process class.Jake Petroules2015-11-192-0/+20
* Fix regression in FileInfo.joinPaths.Jake Petroules2015-08-281-3/+6
* Implement the FileInfo extension in C++.Jake Petroules2015-08-244-0/+298
* File extension: add rename functionality.Jake Petroules2015-08-121-0/+47
* TemporaryDir extension: turn off auto remove.Jake Petroules2015-08-101-0/+1
* Merge branch 1.4 into master.Christian Kandeler2015-07-315-0/+141
|\
| * Code clean-up in corelib/language/.Christian Kandeler2015-07-301-0/+1
| * Introduce the TemporaryDir JS extension.Jake Petroules2015-07-284-0/+140
* | Merge branch 1.4 into master.Christian Kandeler2015-07-241-0/+13
|\|
| * Add a File.canonicalFilePath function.Jake Petroules2015-07-241-0/+13
* | Add a File.directoryEntries function to list directory contents.Jake Petroules2015-06-101-3/+59
* | Merge branch 1.4 into master.Christian Kandeler2015-06-041-0/+13
|\|
| * Introduce, document, and use File.makePath.Jake Petroules2015-05-291-0/+13
* | Merge remote-tracking branch 'origin/1.4'Joerg Bornemann2015-05-193-217/+213
|\|
| * Fix memory leaks in PropertyList (de)serialization.Jake Petroules2015-05-121-99/+103
| * Refactor/cleanup PropertyList class.Jake Petroules2015-05-123-204/+196