summaryrefslogtreecommitdiff
path: root/src/libs/utils/qtcprocess.cpp
Commit message (Expand)AuthorAgeFilesLines
* License updateEike Ziller2014-10-091-7/+8
* QtcProcess: avoid compiler warningAlessandro Portale2014-05-211-0/+2
* disable Ctrl-C stub in debug buildJoerg Bornemann2014-05-191-0/+10
* Fix some typosSergio Ahumada2014-03-051-1/+1
* Re-arrange Ctrl-C stub argument passing.hjk2014-02-211-8/+10
* QtcProcess: pass arguments only once to child processJoerg Bornemann2014-02-191-0/+2
* QtcProcess: Introduce a QtcProcess::Arguments classhjk2014-02-191-639/+672
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-09-271-14/+14
|\
| * Doc: edit utils docsLeena Miettinen2013-09-091-14/+14
* | Utils: Remove dead codeTobias Hunger2013-09-131-6/+0
* | Debugger: Remove avoidable platform dependent compilationhjk2013-09-131-1/+3
* | Utils: Rename winQPidToPid to qPidToPidhjk2013-07-121-0/+14
|/
* Doc: use standard wording in \brief commandsLeena Miettinen2013-06-201-1/+2
* QNX: Fix shutdown of inferior and inserting breakpoints on WindowsTobias Nätterlund2013-05-061-3/+21
* Doc: replace deprecated QDoc commandsLeena Miettinen2013-02-061-12/+12
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-21/+20
|\ \ | |/
| * Adjust license headershjk2012-10-051-21/+20
* | Do not use the fromAscii() and toAscii() functions.Christian Kandeler2012-09-211-1/+1
|/
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* QtCProcess: Use native separators for commandOrgad Shaneh2012-04-161-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-4/+4
* Long live the king!hjk2012-01-261-1/+1
* Utils: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-061-3/+4
* Set LD_LIBRARY_PATH/DYLD_LIBRARY_PATH to empty if not set at allDaniel Teske2011-11-281-0/+13
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* fix incomplete renaming of qtcbuildhelper to qtcreator_ctrlc_stubJoerg Bornemann2011-08-151-1/+1
* QtcProcess: Windows compile fixJoerg Bornemann2011-08-151-1/+1
* move qtcbuildhelper where it belongs and rename it accordinglyOswald Buddenhagen2011-08-151-1/+1
* unscrew argument quoting in qtcbuildhelper callOswald Buddenhagen2011-08-151-3/+6
* Yet another compile fix for MinGW/Windows.Friedemann Kleint2011-08-091-1/+1
* Compile fix.Friedemann Kleint2011-08-091-0/+1
* Use qtcbuildhelper for starting the build process on Windows.Joerg Bornemann2011-08-031-0/+30
* fix quoting of strings with spaces and backslashes at the endOswald Buddenhagen2011-07-071-1/+4
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-14/+13
|\
| * Update license.hjk2011-04-131-14/+13
* | Merge remote branch 'origin/2.2'con2011-04-011-3/+11
|\ \ | |/
| * support tilde expansion under unixOswald Buddenhagen2011-03-281-3/+11
* | API Documentation: Fix warnings.Friedemann Kleint2011-03-281-3/+3
|/
* API-Documentation: Add the Utils-library.Friedemann Kleint2011-03-021-62/+64
* Toolchains: Fix MSCV.Friedemann Kleint2011-02-281-0/+4
* It's 2011 now.con2011-01-121-1/+1
* License headers, part 2con2010-12-171-7/+11
* Fix compilation for namespaced Qt.Christian Kandeler2010-11-171-0/+4
* add Utils::QtcProcessOswald Buddenhagen2010-11-171-0/+1387