aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/jsextensions
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge 1.9 into masterChristian Kandeler2017-10-023-0/+30
|\
| * Add undocumented Utilities methods to get the Qbs QML type infoJake Petroules2017-09-273-0/+30
* | Remove the need for calling Process.close()Joerg Bornemann2017-09-271-2/+14
* | Merge remote-tracking branch 'origin/1.9' into masterJoerg Bornemann2017-09-111-2/+2
|\|
| * TextFile: Always destroy QTextStream before QFileJoerg Bornemann2017-09-011-2/+2
* | Remove currently unused informationJoerg Bornemann2017-08-301-6/+0
* | Remove the need for calling TextFile.close()Joerg Bornemann2017-08-231-3/+15
* | Add TextFile.Append for appending data to text filesJoerg Bornemann2017-08-211-14/+14
* | Automatically determine built-in compiler definesJake Petroules2017-08-111-3/+15
* | Use categorized logging in ExecutorJoerg Bornemann2017-08-021-9/+1
* | Merge 1.9 into masterChristian Kandeler2017-07-281-0/+2
|\|
| * Fix glitch with new module property access syntaxChristian Kandeler2017-07-271-0/+2
* | Add FileInfo::cleanPath()Christian Kandeler2017-07-131-0/+13
* | Add TextFile::filePath()Christian Kandeler2017-07-131-0/+9
|/
* Re-introduce endianness propertyJake Petroules2017-06-291-7/+12
* Replace QRegularExpression with std::regexJake Petroules2017-05-263-5/+5
* Replace QSharedPointer/QWeakPointer with std::shared_ptr/std::weak_ptrJake Petroules2017-05-231-3/+3