aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/jsextensions
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Handle sub-second timestamps correctly on UnixChristian Kandeler2017-03-081-1/+1
* Add a convenient replacement for moduleProperty()Joerg Bornemann2017-03-072-19/+115
* Clean up [q]fileinfo.h includesJoerg Bornemann2017-03-062-4/+1
* Fix FreeBSD host buildsJake Petroules2017-03-021-0/+9
* Small code clean-up in ModulePropertiesJoerg Bornemann2017-02-281-13/+11
* Bump required Qt version to 5.6Christian Kandeler2017-02-271-23/+2
* Remove all usages of Q_FOREACH from the libraryChristian Kandeler2017-02-212-2/+2
* Check the arguments to FileInfo::relativePath() for validityChristian Kandeler2017-02-071-3/+13
* JS API: expose the properties of an artifact's productJake Petroules2017-01-301-0/+13
* Add a Utilities.cStringQuote functionJake Petroules2017-01-301-0/+142
* Refactor all jsextension code into the .cpp filesJake Petroules2017-01-0519-582/+286
* Change style of #includes of Qt headersJake Petroules2017-01-0424-78/+91
* 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-232-19/+3
* Fix passing -arch x86_64h or -arch armv7 to Clang for Apple targetsJake Petroules2016-12-091-0/+24
* Remove version checks on macOSJake Petroules2016-11-301-62/+24
* Do not follow symbolic links in File.copy()Christian Kandeler2016-11-251-1/+1