aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/jsextensions
Commit message (Expand)AuthorAgeFilesLines
* Fix some warnings about null pointersIvan Komissarov2019-06-041-1/+3
* Apply fix-its for the missing override keywordIvan Komissarov2019-05-034-4/+4
* Fix tests on non-latin systemsIvan Komissarov2019-04-231-2/+2
* Add support for the clang-cl compilerIvan Komissarov2019-04-101-23/+74
* Fix calls to non-const begin()/end() in range-for loopsIvan Komissarov2019-03-061-1/+2
* Return initializer list where it is possibleDenis Shienkov2019-02-267-38/+38
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-2511-96/+96
* Use 'const auto' keywords more at objects allocationsDenis Shienkov2019-02-231-1/+1
* Detect Qt via a module providerChristian Kandeler2019-02-121-0/+262
* Darwin support: Work around issue with canonical pathsChristian Kandeler2019-01-111-1/+10
* Add atEnd() function to the Process serviceOla Røer Thorsen2019-01-031-0/+6
* Add FileInfo.canonicalPathJoerg Bornemann2018-12-201-0/+13
* corelib: Apply modernize-use-autoAlessandro Portale2018-08-204-21/+21
* Merge 1.12 into masterChristian Kandeler2018-08-031-1/+2
|\
| * Make sure product type and artifact file tags are sortedChristian Kandeler2018-07-301-1/+2
* | Do not generally re-apply rules just because inputs have changedChristian Kandeler2018-07-114-0/+6
|/
* Fix module property access trackingChristian Kandeler2018-06-251-6/+8
* Fix build with MSVCChristian Kandeler2018-05-0812-178/+182
* Fix macOS buildChristian Kandeler2018-05-081-5/+1
* Initialize the JS extension classes explicitlyChristian Kandeler2018-05-0813-119/+37
* Add FileInfo.suffix and FileInfo.completeSuffixJoerg Bornemann2018-05-021-0/+26
* Make ResolvedProduct::modules a vectorJoerg Bornemann2018-04-261-2/+2
* Remove deprecated XmlDom[Document|Element]Joerg Bornemann2018-04-181-5/+0
* Provide rules with information about the content of Export itemsChristian Kandeler2018-03-142-12/+21
* Merge 1.11 into masterChristian Kandeler2018-03-091-1/+1
|\
| * Fix compilation with gcc 4.8Kai Koehne2018-03-071-1/+1
* | Merge 1.11 into masterChristian Kandeler2018-02-121-2/+2
|\|
| * Fix FileInfo.{to,from}NativeSeparators()Christian Kandeler2018-02-091-2/+2
* | Re-use product, module and project script valuesChristian Kandeler2018-01-262-31/+136
* | Use 'auto' keywords more for the allocated variablesDenis Shienkov2018-01-231-1/+1
|/
* Introduce a named constant for the magic "_qbs_procenv" variableChristian Kandeler2018-01-182-2/+4
* Merge 1.10 into masterChristian Kandeler2017-12-221-2/+5
|\
| * qbs.Environment: Normalize key values on WindowsChristian Kandeler2017-12-221-2/+5
* | Clean up LanguageInfoJake Petroules2017-12-011-1/+1
* | Make Version a public classJake Petroules2017-12-011-3/+3
* | Fix some issues preventing Qbs from being built in amalgamation modeJake Petroules2017-11-301-1/+1
* | Modernize variable declarationsDenis Shienkov2017-11-306-14/+14
* | corelib: Gather string constants in central placeChristian Kandeler2017-11-293-16/+19
* | Replace 'foreach' macro with range-based 'for'Jake Petroules2017-11-271-1/+1
* | Add qbs.targetPlatform and qbs.hostPlatform propertiesJake Petroules2017-11-221-0/+23
* | STL compatibility: use push_back() instead of append()Jake Petroules2017-11-222-2/+2
* | Use nullptr to initialize the pointersDenis Shienkov2017-11-204-7/+7
* | STL compatibility: use size() instead of count()Jake Petroules2017-11-151-2/+2
* | Amend some function signatures to take raw pointersChristian Kandeler2017-11-152-7/+7
* | Provide more detailed error output when a Process jsextension failsJake Petroules2017-11-141-4/+10
* | Merge 1.10 into masterChristian Kandeler2017-11-071-6/+1
|\|
| * Fix File.move() and add autotestChristian Kandeler2017-11-011-6/+1
* | Add BinaryFile service to manipulate binary filesDenis Shienkov2017-11-072-0/+279
|/
* Allow the qbs.Xml extension to work in JavaScript filesJake Petroules2017-10-171-4/+14
* Fix makefile warning "overriding commands for propertylist.moc"Jake Petroules2017-10-171-2/+2