summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* VisualStudio: Remove MSVC6 compatibility macro.Stephen Kelly2014-11-201-6/+0
* cmSystemTools: Remove MSVC6 compatibility define.Stephen Kelly2014-11-201-3/+1
* cmStandardIncludes: Remove MSVC6 condition for cmArrayBegin macro.Stephen Kelly2014-11-201-2/+1
* cmFindCommon: Remove MSVC6 workaround for nested struct private access.Stephen Kelly2014-11-201-7/+0
* cmTarget: Remove std::min and std::max MSVC6 compatibility code.Stephen Kelly2014-11-201-12/+2
* CMake Nightly Date StampKitware Robot2014-11-201-1/+1
* CMake Nightly Date StampKitware Robot2014-11-191-1/+1
* Merge topic 'vs-check-phone-store-tools'Brad King2014-11-187-35/+242
|\
| * VS: Do not produce WinMD file for OBJECT libraries (#15228)Gilles Khouzam2014-11-171-1/+2
| * VS: Improve error messages when compiler is not detected (#15228)Gilles Khouzam2014-11-146-34/+240
* | CMake Nightly Date StampKitware Robot2014-11-181-1/+1
* | Merge topic 'ninja-minor-refactoring'Brad King2014-11-174-33/+26
|\ \
| * | Ninja: Refactor restat to be a string internallyBrad King2014-11-144-15/+15
| * | Ninja: Use a TARGET_FILE variable to hold the link output fileBrad King2014-11-141-18/+11
* | | Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-11-171-1/+1
* | | Merge topic 'console-pool'Brad King2014-11-1713-33/+111
|\ \ \ | |/ /
| * | Ninja: Implement USES_TERMINAL using the console pool if availablePeter Collingbourne2014-11-144-0/+13
| * | Ninja: Remove unused declarationPeter Collingbourne2014-11-141-1/+0
| * | Ninja: factor out the test for console pool supportPeter Collingbourne2014-11-142-3/+10
| * | Give the interactive cache editor the USES_TERMINAL propertyPeter Collingbourne2014-11-142-13/+16
| * | Add USES_TERMINAL option for custom commandsPeter Collingbourne2014-11-146-14/+70
| * | Rename doing_verbatim to doing_nothingPeter Collingbourne2014-11-141-2/+2
* | | Merge topic 'vs14-is-2015'Brad King2014-11-172-11/+31
|\ \ \
| * | | VS: Rename VS 14 generator to 'Visual Studio 14 2015'Brad King2014-11-142-11/+31
| * | | CMake 3.1.0-rc2v3.1.0-rc2Brad King2014-11-121-1/+1
| * | | Merge branch 'kwsys-SystemInformation-AIX-_SC_AIX_REALMEM' into releaseBrad King2014-11-121-1/+1
| |\ \ \
| | * | | KWSys SystemInformation: Check for _SC_AIX_REALMEM before using itÅdne Hovda2014-11-111-1/+1
| * | | | Merge branch 'fix_link-line-dedup_regression' into releaseBrad King2014-11-111-4/+9
| |\ \ \ \
* | \ \ \ \ Merge topic 'fix-vs2015-warnings'Brad King2014-11-172-8/+9
|\ \ \ \ \ \
| * | | | | | cmVisualStudio10TargetGenerator: fix a narrowing warningBen Boeckel2014-11-131-2/+2
| * | | | | | cmCallVisualStudioMacro: fix a shadowing warningBen Boeckel2014-11-131-6/+7
* | | | | | | Merge topic 'string-SUBSTRING-truncate'Brad King2014-11-171-4/+2
|\ \ \ \ \ \ \
| * | | | | | | string: Tolerate SUBSTRING length exceeding end indexDomen Vrankar2014-11-131-4/+2
* | | | | | | | CMake Nightly Date StampKitware Robot2014-11-171-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2014-11-161-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2014-11-151-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge topic 'vs-nsight-tegra-version'Brad King2014-11-141-2/+2
|\ \ \ \ \ \ \
| * | | | | | | VS: Change Nsight Tegra 2.0 Project Revision Number from 8 to 9Dmitry Polyanitsa2014-11-131-2/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge topic 'no-cmake-self-install-when-cross-compiling'Brad King2014-11-141-1/+2
|\ \ \ \ \ \ \
| * | | | | | | Do not use just-built CMake to install itself when cross-compiling (#15248)Brad King2014-11-131-1/+2
| |/ / / / / /
* | | | | | | CMake Nightly Date StampKitware Robot2014-11-141-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge topic 'file-GENERATE-source'Brad King2014-11-1310-3/+92
|\ \ \ \ \ \
| * | | | | | file(GENERATE): Evaluate early to allow generating source filesStephen Kelly2014-11-1210-2/+91
| * | | | | | Genex: Fix whitespace issue.Stephen Kelly2014-11-111-1/+1
* | | | | | | Merge topic 'refactor-search-path-construction'Brad King2014-11-1312-455/+831
|\ \ \ \ \ \ \
| * | | | | | | Use containers of labeled search paths instead of individual membersChuck Atkins2014-11-1210-106/+339
| * | | | | | | Encapsulate search path manipulation functions into a seperate class.Chuck Atkins2014-11-119-345/+414
| * | | | | | | Refactor and seperate search path construction for find commandsChuck Atkins2014-11-117-321/+395
| |/ / / / / /
* | | | | | | CMake Nightly Date StampKitware Robot2014-11-131-1/+1
* | | | | | | Merge topic 'fix-vs12-GetVersionEx-warning'Brad King2014-11-121-0/+10
|\ \ \ \ \ \ \