summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'get_filename_component-fix-program-split'Brad King2017-09-141-0/+50
|\
| * get_filename_component: Revise PROGRAM/PROGRAM_ARGS split semanticsBrad King2017-09-131-0/+50
* | Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-22/+14
|/
* Replace C-style castsDaniel Pfeifer2017-08-271-7/+8
* Use C++11 nullptrDaniel Pfeifer2017-08-241-13/+13
* Change ComputeFileMD5 to ComputeFileHashAndré Klitzing2017-07-141-8/+6
* Remove second arg: npos in substr usagesPavel Solodovnikov2017-06-011-2/+1
* Access string npos without instancePavel Solodovnikov2017-06-011-1/+2
* Remove unused variablesPavel Solodovnikov2017-05-261-1/+0
* Change std::basic_string<char> to std::stringPavel Solodovnikov2017-05-241-6/+6
* Merge topic 'ninja-dyndep-response-file'Brad King2017-04-251-0/+33
|\
| * Ninja: support response file for cmake_ninja_depends on WindowsBernhard Burgermeister2017-04-251-0/+33
* | Merge topic 'clang-tidy'Brad King2017-04-241-24/+25
|\ \ | |/ |/|
| * clang-tidy: remove else after break and continueDaniel Pfeifer2017-04-211-24/+25
* | Merge topic 'unified-commandline-length'Brad King2017-04-211-0/+40
|\ \ | |/ |/|
| * Ninja,Makefile: Unify command line limit logicChristian Pfeiffer2017-04-191-0/+40
* | Drop Visual Studio 7 .NET 2003 generatorBrad King2017-04-191-2/+0
|/
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-7/+7
* Add self-sufficient wrapper for <sys/stat.h>Daniel Pfeifer2017-03-241-1/+1
* IWYU: use pragma exportDaniel Pfeifer2017-03-231-1/+0
* Merge topic 'iwyu'Brad King2017-02-201-0/+1
|\
| * fix some include-what-you-use diagnosticsDaniel Pfeifer2017-02-171-0/+1
* | Make CMAKE_ROOT independent of case of path used to invoke cmakeBrad King2017-02-171-2/+2
|/
* Merge topic 'case-insensitive-bindir-detection'Brad King2017-01-201-1/+2
|\
| * cmSystemTools: use the actual case for root detectionBen Boeckel2017-01-181-1/+2
* | clang-tidy: apply modernize-use-bool-literals fixesDaniel Pfeifer2016-12-121-1/+1
* | Add Encoding option for RunChild, RunMakeCommand and RunProcessDāvis Mosāns2016-11-141-2/+2
* | Windows: Encode child process output to internally-used encodingDāvis Mosāns2016-11-141-4/+39
* | Port hash computation to cmCryptoHashBrad King2016-11-101-4/+4
* | cmCryptoHash: Avoid using subclasses at client sitesBrad King2016-11-101-4/+4
* | cmSystemTools: Flush output buffer for list_item_verboseDāvis Mosāns2016-10-131-0/+1
* | cmSystemTools, elf: handle DT_MIPS_RLD_REL_MAP in RemoveRPathJames Cowgill2016-10-071-0/+24
* | cmSystemTools: rewrite RemoveRPath using DyanmicEntryList methodsJames Cowgill2016-10-071-35/+17
|/
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Merge topic 'add-strverscmp'Brad King2016-09-151-0/+77
|\
| * cmSystemTools: Add strverscmpBrad King2016-09-131-0/+77
* | cmSystemTools: simplify boolean expressionsDaniel Pfeifer2016-09-121-15/+5
|/
* surround macro arguments with parenthesesDaniel Pfeifer2016-09-051-1/+1
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-30/+36
* CMake: don't use else after returnDaniel Pfeifer2016-08-181-13/+13
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-161-1/+2
* Add additional <= and >= comparison operatorsChuck Atkins2016-08-091-3/+10
* Use better KWSys SystemTools::GetEnv and HasEnv signaturesDāvis Mosāns2016-07-181-3/+3
* use CM_NULLPTRDaniel Pfeifer2016-06-281-13/+14
* Add missing braces around statements.Daniel Pfeifer2016-06-101-4/+6
* Merge topic 'size-empty'Brad King2016-06-031-1/+1
|\
| * Use the empty() method to check for emptyness.Daniel Pfeifer2016-06-021-1/+1
* | Merge topic 'simplify-boolean-expressions'Brad King2016-06-031-5/+2
|\ \ | |/ |/|
| * Simplify boolean expressionsDaniel Pfeifer2016-06-021-5/+2
* | Add option to control 'bin' directory of CMake's own installation (#16076)Nicolas BUNEL2016-06-011-7/+14
|/