aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/jsextensions/process.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch JavaScript back-endChristian Kandeler2023-02-071-171/+135
* Fix Clang-Tidy & Clazy 'clazy-qstring-arg' warningsDenis Shienkov2021-11-151-2/+3
* Use std::unique_ptr in qbs::Internal::ProcessIvan Komissarov2021-05-131-10/+3
* qt6: do not use QTextStream::setCodec methodIvan Komissarov2020-11-091-20/+22
* Android: Update for Qt 5.15Raphaël Cotty2020-10-211-2/+2
* Apply fix-its for the missing override keywordIvan Komissarov2019-05-031-1/+1
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-251-4/+4
* Add atEnd() function to the Process serviceOla Røer Thorsen2019-01-031-0/+6
* Do not generally re-apply rules just because inputs have changedChristian Kandeler2018-07-111-0/+1
* Fix build with MSVCChristian Kandeler2018-05-081-8/+9
* 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
* Modernize variable declarationsDenis Shienkov2017-11-301-1/+1
* Use nullptr to initialize the pointersDenis Shienkov2017-11-201-2/+2
* Provide more detailed error output when a Process jsextension failsJake Petroules2017-11-141-4/+10
* Remove the need for calling Process.close()Joerg Bornemann2017-09-271-2/+14
* Use categorized logging in ExecutorJoerg Bornemann2017-08-021-9/+1
* Refactor all jsextension code into the .cpp filesJake Petroules2017-01-051-2/+58
* Change style of #includes of Qt headersJake Petroules2017-01-041-5/+6
* Warn against possibly improper use of JS extensions in qbs project filesChristian Kandeler2016-11-111-0/+6
* Update license headersIikka Eklund2016-08-291-14/+23
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* Move shellQuote global function to the Process class.Jake Petroules2015-11-191-0/+18
* Added method closeWriteChannel to Process classSergey Belyashov2015-04-271-0/+6
* Fix double delete in Process.close()Sergey Belyashov2015-04-201-2/+2
* update license headersJoerg Bornemann2015-03-021-2/+2
* Update LicenseEike Ziller2015-01-261-6/+6
* License update.Eike Ziller2014-10-161-7/+8
* let JS extension Process find executables in PATHJoerg Bornemann2014-10-101-2/+15
* fix environment of JS ProcessJoerg Bornemann2014-04-141-1/+7
* Prepare for using QT_NO_CAST_FROM/TO_ASCII.Jake Petroules2014-01-141-2/+2
* Move Qt profile setup into a dedicated library.Christian Kandeler2014-01-101-0/+223