aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/environment.cpp
Commit message (Expand)AuthorAgeFilesLines
* Environment: Do not leave stray ':' in LD_LIBRARY_PATHTobias Hunger2018-07-261-2/+4
* Utils: Follow symlinks in Environment::isSameExecutableOrgad Shaneh2018-07-111-1/+5
* Utils: Use free functions in OsSpecificAspectshjk2018-04-241-3/+3
* Utils: Add variant converter for EnvironmentItem(List)David Schulz2018-02-231-0/+28
* Utils: use system case for environment variables on windowsDavid Schulz2018-02-011-1/+6
* Qmake: Move Qt library path after other librariesOrgad Shaneh2018-01-101-0/+7
* Environment: set LANGUAGE variable both with LC_MESSAGESTobias Hunger2017-10-191-0/+7
* Environment: Use Utils::FileName for path() and related methodsTobias Hunger2017-09-271-20/+20
* Environment::value(): Use findKey() helperFriedemann Kleint2017-09-251-2/+3
* Environment: Modernize a bitTobias Hunger2017-09-191-14/+7
* Environment: Keep case of environment variables on windowsTobias Hunger2017-09-191-17/+43
* Environment: WS-only fixTobias Hunger2017-09-151-1/+1
* EnvironmentItem: Introduce operation enumerationFriedemann Kleint2017-06-261-48/+143
* Merge remote-tracking branch 'origin/4.3'Orgad Shaneh2017-06-201-0/+4
|\
| * fix infinite loop on environment modify()Tim Jenssen2017-06-121-0/+4
* | reduce strange code to what it doesTim Jenssen2017-06-071-5/+1
* | Environment: Use range-based for loopTobias Hunger2017-04-201-7/+7
* | Environment: Simplify code a bitTobias Hunger2017-04-201-25/+25
* | Environment: Use std::functionTobias Hunger2017-04-201-1/+1
* | Environment: Simplify codeTobias Hunger2017-04-201-4/+1
* | Environment: De-noiseTobias Hunger2017-04-201-38/+36
|/
* Qmake: Do not warn when a compiler misses an .exe on windowsTobias Hunger2017-03-241-0/+13
* Merge remote-tracking branch 'origin/4.1' into 4.2Eike Ziller2016-10-121-3/+4
|\
| * MSVC: Ensure the correct MSVC installation folder is detectedThomas Epting2016-10-101-3/+4
* | Remove use of deprecated Qt algorithmsOrgad Shaneh2016-08-091-6/+2
|/
* Set LC_MESSAGES instead of LC_ALL for parsing the error outputJarek Kobus2016-04-111-0/+20
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Environment::prependOrSetLibrarySearchPath: Set DYLD_LIBRARY_PATH on OS XDaniel Teske2015-09-031-1/+8
* Merge remote-tracking branch 'origin/3.5'Oswald Buddenhagen2015-07-171-2/+3
|\
| * Utils: Properly terminate loop in Environment::diff()hjk2015-07-171-1/+1
| * Utils: Make Environment::diff() result not contain common entrieshjk2015-07-161-1/+2
* | Cmake: Fix autodetection of cmake on WindowsDaniel Teske2015-07-171-19/+23
|/
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-07-171-5/+5
|\|
| * Utils: Remove unneeded namespace qualificationsOrgad Shaneh2014-07-161-5/+5
* | Some QString -> FileName transformationOrgad Shaneh2014-07-161-13/+13
|/
* Utils::Environment support magic windows environment variablesDaniel Teske2014-03-191-2/+2
* Environment: Don't search the same directory repeatedlyTobias Hunger2014-03-051-0/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Utils: Untie the Environment class from the host system.Christian Kandeler2013-08-161-17/+15
* Utils: Introduce new class OsSpecificAspects.Christian Kandeler2013-08-161-3/+3
* Environment: Mark hasKey(...) method as constTobias Hunger2013-06-111-1/+1
* Environment: Move isEmpty() test to beginningOrgad Shaneh2013-05-171-3/+3
* Environment: Support absolute file path without extension on WindowsOrgad Shaneh2013-05-171-4/+12
* Clean headers in Utils.Friedemann Kleint2013-03-191-2/+0
* Fix some Krazy warnings about non-const ref iterator.Friedemann Kleint2013-03-111-1/+1
* 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