Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMake Nightly Date Stamp | Kitware Robot | 2018-03-16 | 1 | -1/+1 |
* | Merge topic 'compile-options-shell' | Brad King | 2018-03-15 | 1 | -5/+17 |
|\ | |||||
| * | target_compile_options: Add syntax to specify shell strings | Brad King | 2018-03-14 | 1 | -5/+17 |
* | | CMake Nightly Date Stamp | Kitware Robot | 2018-03-15 | 1 | -1/+1 |
* | | CMake Nightly Date Stamp | Kitware Robot | 2018-03-14 | 1 | -1/+1 |
* | | Merge topic 'genex-COMPILE_LANGUAGE-system-include' | Brad King | 2018-03-13 | 8 | -24/+40 |
|\ \ | |||||
| * | | Genex: Fix COMPILE_LANGUAGE propagation through try_compile | Brad King | 2018-03-12 | 3 | -9/+18 |
| * | | Genex: Fix COMPILE_LANGUAGE in SYSTEM include directories | Brad King | 2018-03-12 | 5 | -15/+22 |
| * | | CMake 3.11.0-rc3v3.11.0-rc3 | Brad King | 2018-03-09 | 1 | -1/+1 |
| * | | Merge branch 'update-kwsys' into release-3.11 | Brad King | 2018-03-07 | 4 | -16/+25 |
| |\ \ | |||||
* | \ \ | Merge topic 'ccmake-stack-smashing' | Brad King | 2018-03-13 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | ccmake: fix status line buffer overflow on very wide terminals | Tianhao Chai | 2018-03-13 | 1 | -1/+1 |
| * | | | | CMake 3.10.2v3.10.2 | Brad King | 2018-01-18 | 1 | -1/+1 |
| * | | | | Merge branch 'backport-autogen-nexist-source-fix' into release-3.10 | Brad King | 2018-01-10 | 1 | -5/+17 |
| |\ \ \ \ | |||||
| | * | | | | Autogen: Ignore not existing source files in cmMakefile | Sebastian Holtermann | 2018-01-10 | 1 | -5/+17 |
| * | | | | | Merge branch 'backport-autogen-nested-lists-fix' into release-3.10 | Brad King | 2017-12-20 | 2 | -1/+4 |
| |\ \ \ \ \ | |||||
| | * | | | | | Autogen: Fix for problematic nested list separator | Sebastian Holtermann | 2017-12-20 | 2 | -1/+4 |
| | |/ / / / | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-03-13 | 1 | -1/+1 |
* | | | | | | Merge topic 'genex-TARGET_EXISTS' | Brad King | 2018-03-12 | 1 | -0/+32 |
|\ \ \ \ \ \ | |||||
| * | | | | | | genex: Add TARGET_EXISTS to check for target existence | Alex Turbov | 2018-03-09 | 1 | -0/+32 |
* | | | | | | | Merge topic 'xml-raii' | Brad King | 2018-03-12 | 2 | -115/+130 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | cmGlobalVisualStudio10Generator: Use cmXMLWriter RAII helpers | Vitaly Stakhovsky | 2018-03-09 | 2 | -117/+80 |
| * | | | | | | | cmXMLWriter: Add RAII helpers to allow DOM-like syntax | Vitaly Stakhovsky | 2018-03-09 | 1 | -0/+52 |
* | | | | | | | | Merge topic 'update-dllplatform' | Brad King | 2018-03-12 | 3 | -6/+7 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Identify DLL platforms via CMAKE_IMPORT_LIBRARY_SUFFIX | Stephan Szabo | 2018-03-09 | 3 | -6/+7 |
* | | | | | | | | | Merge topic 'cmake-rc-version-decimal' | Brad King | 2018-03-12 | 1 | -1/+6 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
| * | | | | | | | | CMakeVersion.rc: Avoid leading zeros in integer version components | Brad King | 2018-03-09 | 1 | -1/+6 |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-03-12 | 1 | -1/+1 |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-03-11 | 1 | -1/+1 |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-03-10 | 1 | -1/+1 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge topic 'cmWorkingDirectory_success_checking' | Brad King | 2018-03-09 | 17 | -31/+226 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | cmDepends: Remove attempt to change directory that always fails | Craig Scott | 2018-03-08 | 2 | -12/+1 |
| * | | | | | | | | cmWorkingDirectory: Check success of current dir changes | Craig Scott | 2018-03-08 | 15 | -19/+225 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'cmoutpconv-static' | Brad King | 2018-03-09 | 1 | -6/+4 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | cmOutputConverter: mark helper functions static | Rolf Eike Beer | 2018-03-06 | 1 | -6/+4 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'make-clean-no-targets' | Brad King | 2018-03-09 | 1 | -0/+4 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Makefile: Fix "make clean" when there are no targets | Brad King | 2018-03-08 | 1 | -0/+4 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'sort_glob_output' | Brad King | 2018-03-09 | 1 | -12/+7 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | file(GLOB): Ensure entire file list is sorted | Shane Parris | 2018-03-07 | 1 | -12/+7 |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-03-09 | 1 | -1/+1 |
* | | | | | | | | | Merge topic 'project-warn-missing-metadata-values' | Craig Scott | 2018-03-08 | 1 | -2/+47 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | project: warn on metadata arguments missing values | Alex Turbov | 2018-03-07 | 1 | -2/+47 |
* | | | | | | | | | | Merge topic 'misc-typos' | Brad King | 2018-03-08 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Fix misc typos in documentation and comments | luz.paz | 2018-03-07 | 2 | -2/+2 |
| | |_|_|/ / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge topic 'vs10-xmlmacros' | Brad King | 2018-03-08 | 2 | -312/+166 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | cmVisualStudio10TargetGenerator: Use helpers for XML tags | Vitaly Stakhovsky | 2018-03-07 | 2 | -312/+166 |
* | | | | | | | | | | | Merge topic 'avoid-LIB_DEPENDS' | Brad King | 2018-03-08 | 4 | -33/+15 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Do not produce legacy _LIB_DEPENDS cache entries | Brad King | 2018-03-07 | 2 | -2/+8 |
| * | | | | | | | | | | | cmTarget: Remove unnecessary RecordDependencies member | Brad King | 2018-03-06 | 2 | -11/+3 |
| * | | | | | | | | | | | cmTarget: Simplify ClearDependencyInformation implementation | Brad King | 2018-03-06 | 1 | -16/+1 |