Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMake Nightly Date Stamp | Kitware Robot | 2015-03-04 | 1 | -1/+1 |
* | Merge topic 'update-kwsys' | Brad King | 2015-03-03 | 1 | -0/+4 |
|\ | |||||
| * | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2015-03-02 | 1 | -0/+4 |
* | | CMake Nightly Date Stamp | Kitware Robot | 2015-03-03 | 1 | -1/+1 |
|/ | |||||
* | Merge topic 'fix-ctest-update-locale' | Brad King | 2015-03-02 | 1 | -12/+12 |
|\ | |||||
| * | CTest: To enforce the C locale use LC_ALL instead of LC_MESSAGES. | Nils Gladitz | 2015-02-27 | 1 | -12/+12 |
* | | Merge topic 'fix-crash-on-bad-LANG_STANDARD' | Brad King | 2015-03-02 | 1 | -1/+8 |
|\ \ | |||||
| * | | Diagnose invalid <LANG>_STANDARD value instead of crashing (#15426) | Brad King | 2015-02-28 | 1 | -1/+8 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2015-03-02 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2015-03-01 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2015-02-28 | 1 | -1/+1 |
* | | | Merge topic 'remove_error_read_script' | Brad King | 2015-02-27 | 1 | -5/+1 |
|\ \ \ | |||||
| * | | | CTest: Drop "Error in read script" message at end of testing | Zack Galbreath | 2015-02-27 | 1 | -5/+1 |
* | | | | Merge topic 'cmake-build-ninja-verbose' | Brad King | 2015-02-27 | 17 | -22/+35 |
|\ \ \ \ | |||||
| * | | | | cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for Ninja | Gregor Jasny | 2015-02-26 | 17 | -22/+35 |
| |/ / / | |||||
* | | | | Merge topic 'install-manifest-optimize' | Brad King | 2015-02-27 | 2 | -12/+10 |
|\ \ \ \ | |||||
| * | | | | install: Write the entire installation manifest at once | Robert Goulet | 2015-02-26 | 2 | -12/+10 |
| | |/ / | |/| | | |||||
* | | | | Merge topic 'update-kwsys' | Brad King | 2015-02-27 | 3 | -30/+59 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2015-02-26 | 3 | -30/+59 |
| | |/ | |/| | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2015-02-27 | 1 | -1/+1 |
|/ / | |||||
* | | CMake Nightly Date Stamp | Kitware Robot | 2015-02-26 | 1 | -1/+1 |
* | | Merge topic 'vs-midl-absolute-OutputDirectory' | Brad King | 2015-02-25 | 1 | -1/+2 |
|\ \ | |||||
| * | | cmVisualStudio10TargetGenerator: Wrap long line | Brad King | 2015-02-24 | 1 | -1/+2 |
* | | | Merge topic 'sln-no-bom' | Brad King | 2015-02-25 | 2 | -10/+0 |
|\ \ \ | |||||
| * | | | VS: Do not generate a BOM in .sln files | Brad King | 2015-02-24 | 2 | -10/+0 |
| | |/ | |/| | |||||
| * | | CMake 3.2.0-rc2v3.2.0-rc2 | Brad King | 2015-02-23 | 1 | -1/+1 |
| * | | Merge branch 'private-FindJsonCpp' into release | Brad King | 2015-02-20 | 1 | -0/+117 |
| |\ \ | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-02-25 | 1 | -1/+1 |
* | | | | Merge topic 'cleanup-cmAlgorithms' | Brad King | 2015-02-24 | 1 | -24/+37 |
|\ \ \ \ | |||||
| * | | | | cmAlgorithms: Cache the end iterators in algorithms. | Stephen Kelly | 2015-02-24 | 1 | -4/+7 |
| * | | | | cmAlgorithms: Remove needless assignment. | Stephen Kelly | 2015-02-24 | 1 | -2/+1 |
| * | | | | cmAlgorithms: Maintain the pivot iterator in cmRemoveIndices. | Stephen Kelly | 2015-02-24 | 1 | -2/+4 |
| * | | | | cmAlgorithms: Relax iterator requirement for cmRemoveIndices. | Stephen Kelly | 2015-02-24 | 1 | -2/+5 |
| * | | | | cmAlgorithms: Make cmRemoveDuplicates work with more containers. | Stephen Kelly | 2015-02-24 | 1 | -2/+3 |
| * | | | | cmAlgorithms: Rename template argument to RemoveN. | Stephen Kelly | 2015-02-24 | 1 | -3/+3 |
| * | | | | cmAlgorithms: Relax cmRemoveN requirement to FwdIter. | Stephen Kelly | 2015-02-24 | 1 | -1/+3 |
| * | | | | cmAlgorithms: Add a size() to cmRange. | Stephen Kelly | 2015-02-24 | 1 | -0/+3 |
| * | | | | cmAlgorithms: Rename template type in cmDeleteAll algorithm. | Stephen Kelly | 2015-02-23 | 1 | -10/+10 |
| * | | | | cmAlgorithms: Add const to const objects. | Stephen Kelly | 2015-02-23 | 1 | -3/+3 |
* | | | | | Merge topic 'osx-CFBundleExecutable' | Brad King | 2015-02-24 | 1 | -1/+2 |
|\ \ \ \ \ | |||||
| * | | | | | OS X: Shorten CFBundleExecutable to file name only | Gregor Jasny | 2015-02-23 | 1 | -1/+2 |
| |/ / / / | |||||
* | | | | | Merge topic 'vs-midl-absolute-OutputDirectory' | Brad King | 2015-02-24 | 1 | -1/+1 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | VS: Specify absolute output directory for the Midl tool | Tim Blechmann | 2015-02-23 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge topic 'ctest-output-options' | Brad King | 2015-02-24 | 33 | -575/+722 |
|\ \ \ \ | |||||
| * | | | | ctest_upload: Add QUIET option | Zack Galbreath | 2015-02-23 | 2 | -2/+9 |
| * | | | | ctest_memcheck: Add QUIET option | Zack Galbreath | 2015-02-23 | 3 | -47/+58 |
| * | | | | ctest_coverage: Add QUIET option | Zack Galbreath | 2015-02-23 | 8 | -211/+228 |
| * | | | | ctest_test: Add QUIET option | Zack Galbreath | 2015-02-23 | 4 | -50/+65 |
| * | | | | ctest_build: Add QUIET option | Zack Galbreath | 2015-02-23 | 2 | -40/+51 |
| * | | | | ctest_configure: Add QUIET option | Zack Galbreath | 2015-02-23 | 2 | -8/+10 |