aboutsummaryrefslogtreecommitdiffstats
path: root/src/libexec
Commit message (Expand)AuthorAgeFilesLines
* Fix deprecation warningsChristian Kandeler2020-01-071-2/+1
* Apply fix-its for the missing override keywordIvan Komissarov2019-05-031-1/+1
* Merge 1.13 into masterChristian Kandeler2019-03-181-1/+1
|\
| * Fix some warningshjk2019-03-041-1/+1
* | Use pass-by-value and moveIvan Komissarov2019-03-072-3/+3
|/
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-251-3/+3
* Replace non-const calls to temporaries with constIvan Komissarov2019-02-211-1/+1
* Remove support for in-build-dir-execution of the qbs qbs buildJoerg Bornemann2018-07-121-3/+1
* Merge 1.11 into masterChristian Kandeler2018-03-151-4/+15
|\
| * Fix license header in qbs_processlauncherKai Koehne2018-03-091-4/+15
* | Build qbs with C++14Christian Kandeler2018-02-151-1/+1
* | qbs build: Set cpp.cxxLanguageVersion in QbsProductChristian Kandeler2018-02-141-1/+0
* | Use 'auto' keywords more for the allocated variablesDenis Shienkov2018-01-231-1/+1
|/
* Rewrite rpath handling for binaries that are a part of Qbs itselfJake Petroules2017-12-081-6/+2
* STL compatibility: use size() instead of count()Jake Petroules2017-11-151-1/+1
* Close process launcher on socket disconnectChristian Kandeler2017-10-191-0/+1
* Install debug symbols of Qbs apps, libs, and plugins for debug buildsJake Petroules2017-10-041-0/+2
* Add an rpath to qbs_processlauncher pointing to the libraries directoryJake Petroules2017-08-091-0/+5
* Make "bin" the libexec path on WindowsChristian Kandeler2017-05-301-2/+5
* Fix build of processlauncher with older Windows SDKsJoerg Bornemann2017-04-041-1/+1
* Fix hang after Ctrl-C on WindowsJoerg Bornemann2017-04-041-0/+14
* Process launcher: Don't call sender() repeatedlyChristian Kandeler2017-02-141-18/+21
* Process launcher: Remove outdated commentChristian Kandeler2017-02-141-1/+0
* Process launcher: Make "warning" the default log levelChristian Kandeler2017-02-011-1/+1
* Use a dedicated launcher process to run all ProcessCommandsChristian Kandeler2017-01-259-0/+590
* Solve the Java dependency tracking issue once and for all.Jake Petroules2015-07-0913-1004/+0
* Fix libexec path.Christian Kandeler2015-07-061-2/+4
* Fix qbs-javac-scan build.Jake Petroules2015-07-011-7/+19
* don't build qbs-javac-scan on every incremental buildJoerg Bornemann2015-06-111-5/+4
* Make libexec path properly configurable.Christian Kandeler2015-06-013-8/+10
* Fix qbs-javac-scan usage with Windows/nmake.Jake Petroules2015-05-292-2/+18
* Add support for tracking class, h files produced by Java inner classes.Jake Petroules2015-05-2813-0/+981
* Add support for building internal executables (libexec) as part of Qbs.Jake Petroules2015-05-192-0/+7