aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/environment.cpp
Commit message (Expand)AuthorAgeFilesLines
* All: Use Utils::SkipEmptyPartshjk2020-06-171-1/+2
* Utils: Rename FilePathList to simply FilePathshjk2019-12-181-5/+5
* Utils::Environment: Consider target OS type when sortingChristian Kandeler2019-08-221-6/+6
* Utils::Environment: Use expanded valuesChristian Kandeler2019-08-201-3/+8
* Utils::Environment: Remove another set of duplicate functionsChristian Kandeler2019-08-191-27/+3
* Let users disable environment entriesChristian Kandeler2019-07-221-15/+17
* Utils: Add path search function to environmentDavid Schulz2019-07-151-0/+39
* Make the project managers tell the code model about include pathsChristian Kandeler2019-07-121-2/+7
* Enable macro editing for the Clang indexerMarco Bubke2019-06-131-349/+20
* Utils: Rename FileName to FilePathhjk2019-05-281-23/+23
* ProjectExplorer: Use Utils::FileName in ProcessParametershjk2019-05-151-0/+5
* Utils: Detect hardlinks also on WindowsOrgad Shaneh2019-04-301-24/+1
* Utils: Fix "unreferenced formal parameter" warningsAlessandro Portale2019-04-051-0/+2
* Utils: Make Environment::isSameExecutable also detect hard linksChristian Kandeler2019-04-041-0/+23
* Allow external tools to use build or run environmentEike Ziller2018-09-261-0/+20
* Environment: Do not allow keys containing '='Tobias Hunger2018-09-051-2/+8
* Do not modify environment for user applicationsEike Ziller2018-08-211-24/+7
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-08-071-2/+4
|\
| * Environment: Do not leave stray ':' in LD_LIBRARY_PATHTobias Hunger2018-07-261-2/+4
* | Utils: Remove superfluous qualificationsOrgad Shaneh2018-07-191-4/+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