Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | cmake: Fix `-E time` argument passing to child | Brad King | 2016-01-20 | 6 | -2/+19 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'ExternalProject-ctest-config' | Brad King | 2016-01-21 | 1 | -3/+6 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | ExternalProject: Fix TEST_BEFORE_INSTALL for multi-config generators | Brad King | 2016-01-20 | 1 | -0/+3 | |
| * | | | | | | | | ExternalProject: Simplify `cmake --build` configuration passing | Brad King | 2016-01-20 | 1 | -3/+3 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'GetPrerequisites-ms-ucrt' | Brad King | 2016-01-21 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | GetPrerequisites: Define api-ms-win-* files as system libraries (#15691) | André Klitzing | 2016-01-19 | 1 | -2/+2 | |
| |/ / / / / / | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-01-21 | 1 | -1/+1 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge topic 'cleanup-RunSingleCommand' | Brad King | 2016-01-20 | 4 | -51/+37 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cmSystemTools: Teach RunSingleCommand to merge child pipes when possible | Brad King | 2016-01-19 | 1 | -23/+21 | |
| * | | | | | | cmSystemTools: Simplify RunSingleCommand output string construction | Brad King | 2016-01-19 | 1 | -13/+4 | |
| * | | | | | | cmSystemTools: Drop redundant condition in RunSingleCommand | Brad King | 2016-01-19 | 1 | -9/+7 | |
| * | | | | | | cmSystemTools: Rename OUTPUT_NORMAL to OUTPUT_FORWARD to clarify its purpose | Brad King | 2016-01-19 | 2 | -3/+3 | |
| * | | | | | | cmcmd.cxx: Remove unused code in __run_iwyu implementation | Brad King | 2016-01-19 | 1 | -3/+2 | |
| * | | | | | | cmake: Change `-E chdir` to pass through stdout/stderr directly | Brad King | 2016-01-19 | 1 | -1/+1 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'mfc-utility-targets' | Brad King | 2016-01-20 | 1 | -6/+9 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix MFC setting on utility targets (#15867) | Clinton Stimpson | 2016-01-19 | 1 | -6/+9 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'cache-parse-error-line-number' | Brad King | 2016-01-20 | 8 | -2/+34 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Print line number of cache parse errors (#11109) | Ashley Whetter | 2016-01-19 | 8 | -2/+34 | |
* | | | | | | | Merge topic 'java-updates' | Brad King | 2016-01-20 | 5 | -5/+42 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | UseJava: Fix create_javah CLASSPATH handling on Windows | Marc Chevrier | 2016-01-19 | 5 | -5/+42 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge topic 'FindPkgConfig-protect-semicolons' | Brad King | 2016-01-20 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | FindPkgConfig: Quote ${_pkgconfig_path} to protect semicolons on Windows | Rob Gowin | 2016-01-19 | 1 | -4/+4 | |
| |/ / / / / / | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-01-20 | 1 | -1/+1 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge branch 'release' | Brad King | 2016-01-19 | 0 | -0/+0 | |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | CMake 3.4.2v3.4.2 | Brad King | 2016-01-19 | 1 | -1/+1 | |
* | | | | | | Merge branch 'release' | Brad King | 2016-01-19 | 0 | -0/+0 | |
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | | | ||||||
| * | | | | Merge branch 'vs-win10-sdk' into release | Brad King | 2016-01-11 | 3 | -17/+35 | |
| |\ \ \ \ | | | |_|/ | | |/| | | ||||||
* | | | | | Merge topic 'export-static-private-depend' | Brad King | 2016-01-19 | 4 | -5/+26 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix export of STATIC library PRIVATE dependencies with CMP0022 NEW | Brad King | 2016-01-15 | 4 | -3/+18 | |
| * | | | | | Tests: Use CMP0022 NEW behavior in some ExportImport cases | Brad King | 2016-01-15 | 1 | -0/+3 | |
| * | | | | | Tests: Isolate policy changes in ExportImport test | Brad King | 2016-01-15 | 1 | -2/+5 | |
* | | | | | | Merge topic 'FindPkgConfig-fix-restore' | Brad King | 2016-01-19 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | FindPkgConfig: Fix restoration of PKG_CONFIG_PATH in environment | Rob Gowin | 2016-01-15 | 1 | -1/+1 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge topic 'ExternalProject-git-clone-o' | Brad King | 2016-01-19 | 2 | -6/+22 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | ExternalProject: Add option to set `git clone -o` argument | Adam Rankin | 2016-01-15 | 2 | -6/+22 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'doc-export-compile-commands' | Brad King | 2016-01-19 | 2 | -0/+31 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Help: Document the CMAKE_EXPORT_COMPILE_COMMANDS variable | Sebastian Schuberth | 2016-01-15 | 2 | -0/+31 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'FindCUDA-verbatim' | Brad King | 2016-01-19 | 1 | -0/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | FindCUDA: Support special characters in path (#15919) | Brad King | 2016-01-15 | 1 | -0/+3 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge topic 'rpath-preserve-compiler-defined' | Brad King | 2016-01-19 | 2 | -13/+30 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | install: Do not remove compiler-defined RPATH entries | Lior Goldberg | 2016-01-15 | 2 | -13/+30 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge topic 'windows-program-files' | Brad King | 2016-01-19 | 1 | -33/+19 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | Windows: Find Program Files directories more robustly from environment | Brad King | 2016-01-15 | 1 | -33/+19 | |
| |/ / / / | ||||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-01-19 | 1 | -1/+1 | |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-01-18 | 1 | -1/+1 | |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-01-17 | 1 | -1/+1 | |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-01-16 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-01-15 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge topic 'FindDCMTK-update' | Brad King | 2016-01-14 | 1 | -46/+229 | |
|\ \ \ | ||||||
| * | | | FindDCMTK: Simplify documentation. | Matt McCormick | 2016-01-14 | 1 | -40/+18 | |