summaryrefslogtreecommitdiff
path: root/src/libs/utils/environment.cpp
Commit message (Expand)AuthorAgeFilesLines
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* Fix searchInPathDaniel Teske2012-09-111-1/+1
* Fix searchInPath in various waysDaniel Teske2012-09-111-43/+44
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Sanitize environment for buildstepsDaniel Teske2012-05-021-1/+25
* Win: Avoid long creator startup times with '\' in PATHTobias Hunger2012-03-221-2/+5
* Removed module names from #include directives.Erik Verbruggen2012-02-151-3/+3
* Long live the king!hjk2012-01-261-1/+1
* Utils: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-061-5/+5
* Add a comand line editor for environment variablesJarek Kobus2011-12-071-0/+10
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Mac: Fix compilation warningKai Koehne2011-07-191-0/+1
* utils/environment: stylehjk2011-05-241-11/+9
* utils/environment: performancehjk2011-05-241-1/+1
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Compilation.Friedemann Kleint2011-04-291-2/+2
* Environment, expandVariables() can return native separatorsdt_2011-04-291-1/+1
* Evironment::searchInPath, no need to convert slashesdt_2011-04-291-1/+1
* Revert "Fix setting of LD_LIBRARY_PATH in the run environment."dt_2011-04-291-0/+15
* Fix setting of LD_LIBRARY_PATH in the run environment.Christian Kamm2011-04-291-15/+0
* Fix build on Mac.con2011-04-291-12/+7
* Don't adjust DYLD_LIBRARY_PATH in run environments.Christian Kamm2011-04-281-3/+2
* Set LD_LIBRARY_PATH in unix run environments.Christian Kamm2011-04-281-0/+21
* Use non-native separators internallyTobias Hunger2011-04-191-1/+1
* Update license.hjk2011-04-131-14/+13
* Env: Add method to get the difference between two EnvsTobias Hunger2011-02-151-0/+32
* Utils::Environment::searchInPath do not return directoriesdt2011-02-091-1/+1
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | overhaul process argument handlingOswald Buddenhagen2010-11-171-56/+0
* | change Environment::expandVariables() semanticsOswald Buddenhagen2010-11-171-45/+55
* | Utils::Environment::find() => constFind()Oswald Buddenhagen2010-10-191-2/+2
* | Environment: Fix crash searching executables in windowsTobias Hunger2010-10-181-35/+43
* | Environment/Win: Handle extensions when looking for executablesTobias Hunger2010-10-151-3/+10
|/
* Environment: Disable escaping when expanding variablesTobias Hunger2010-10-081-19/+4
* Environment: New method to find an executableTobias Hunger2010-09-241-15/+35
* Move ProjectExplorer::Environment to Utils::EnvironmentTobias Hunger2010-09-231-0/+443