Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'update-kwsys' | Brad King | 2018-03-08 | 4 | -16/+25 |
|\ | |||||
| * | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2018-03-07 | 4 | -16/+25 |
* | | CMake Nightly Date Stamp | Kitware Robot | 2018-03-08 | 1 | -1/+1 |
* | | Merge topic 'ctest-affinity' | Brad King | 2018-03-07 | 11 | -6/+138 |
|\ \ | |||||
| * | | CTest: Add options to control test process affinity to CPUs | Brad King | 2018-03-05 | 11 | -6/+138 |
* | | | Merge topic 'autogen-empty-source-file-fix' | Brad King | 2018-03-07 | 1 | -11/+18 |
|\ \ \ | |||||
| * | | | Autogen: Check if a file is empty before reading it | Sebastian Holtermann | 2018-03-06 | 1 | -11/+18 |
| * | | | CMake 3.11.0-rc2v3.11.0-rc2 | Brad King | 2018-02-27 | 1 | -1/+1 |
| * | | | Merge branch '14297-partial-xcode-zero-check' into release-3.11 | Brad King | 2018-02-23 | 1 | -1/+5 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'std-thread-link' into release-3.11 | Brad King | 2018-02-22 | 1 | -0/+1 |
| |\ \ \ \ | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-03-07 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-03-06 | 1 | -1/+1 |
| |_|_|/ / |/| | | | | |||||
* | | | | | Merge topic 'general_cleanup_enhance' | Brad King | 2018-03-05 | 4 | -103/+104 |
|\ \ \ \ \ | |||||
| * | | | | | Remove c_str() from calls to converttorelativeformake in XCode Generator | Shane Parris | 2018-02-28 | 1 | -22/+16 |
| * | | | | | Refactor cmCacheManager::LoadCache to use ostringstream | Shane Parris | 2018-02-28 | 1 | -8/+8 |
| * | | | | | Refactor HandleGlobCommand | Shane Parris | 2018-02-28 | 1 | -71/+78 |
| * | | | | | Adjust class description in cmFileTimeComparison.h | Shane Parris | 2018-02-28 | 1 | -2/+2 |
* | | | | | | Merge topic 'object-library-linking' | Brad King | 2018-03-05 | 6 | -53/+61 |
|\ \ \ \ \ \ | |||||
| * | | | | | | objlib: Link object-files from `OBJECT` libraries. | Deniz Bahadir | 2018-03-01 | 1 | -8/+34 |
| * | | | | | | objlib: Allow `OBJECT` libraries to link to `OBJECT` libraries. | Deniz Bahadir | 2018-03-01 | 1 | -3/+0 |
| * | | | | | | objlib: Allow other libraries to link to `OBJECT` libraries. | Deniz Bahadir | 2018-03-01 | 6 | -32/+27 |
| * | | | | | | objlib: Allow `OBJECT` libraries to link to other libraries. | Deniz Bahadir | 2018-03-01 | 1 | -10/+0 |
* | | | | | | | Merge topic 'def-generate-windows-only' | Brad King | 2018-03-05 | 1 | -0/+5 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Do not generate rules for .def generation where not supported | Brad King | 2018-02-28 | 1 | -0/+5 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-03-05 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-03-04 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-03-03 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-03-02 | 1 | -1/+1 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | Merge topic 'object-library-export-as-interface' | Brad King | 2018-03-01 | 13 | -46/+77 |
|\ \ \ \ \ \ | |||||
| * | | | | | | install,export: Maybe transform OBJECT libraries to INTERFACE libraries | Brad King | 2018-02-28 | 13 | -46/+77 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-03-01 | 1 | -1/+1 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | Merge topic 'co-compile-with-launcher' | Brad King | 2018-02-28 | 3 | -36/+70 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix combined use of compiler launcher with lint tools | Ilya A. Kriveshko | 2018-02-27 | 3 | -36/+70 |
* | | | | | | | Merge topic 'ideoptions-string' | Brad King | 2018-02-28 | 6 | -37/+40 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | cmIDEOptions: use std::string | Vitaly Stakhovsky | 2018-02-26 | 6 | -37/+40 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-02-28 | 1 | -1/+1 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-02-27 | 1 | -1/+1 |
|/ / / / / / / | |||||
* | | | | | | | Merge topic 'extend_suppress_regeneration' | Brad King | 2018-02-26 | 6 | -33/+62 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Document and extend the CMAKE_SUPPRESS_REGENERATION variable | Shane Parris | 2018-02-23 | 6 | -33/+62 |
* | | | | | | | | Merge topic 'outputconverter_speedup' | Brad King | 2018-02-26 | 2 | -36/+37 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | cmOutputConverter: Inline some functions and avoid string re-allocations | Frank Winklmeier | 2018-02-23 | 2 | -36/+37 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge topic 'getsource_optimize' | Brad King | 2018-02-26 | 2 | -0/+15 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | cmMakefile: Improve performance of GetSource for known files | Frank Winklmeier | 2018-02-23 | 2 | -0/+15 |
* | | | | | | | | | Merge topic 'project-references-csharp-17678' | Brad King | 2018-02-26 | 2 | -18/+27 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | VS: Support C# project references | Robert Dailey | 2018-02-23 | 2 | -18/+27 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge topic 'vs-cpp-improvements' | Brad King | 2018-02-26 | 4 | -82/+58 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | VS: Convert loops to C++11, other C++ improvements | Vitaly Stakhovsky | 2018-02-22 | 4 | -82/+58 |
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-02-26 | 1 | -1/+1 |
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-02-25 | 1 | -1/+1 |
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-02-24 | 1 | -1/+1 |
| |/ / / / / / / / |/| | | | | | | | |