Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge topic 'ninja-depfile-name' | Brad King | 2018-02-23 | 1 | -2/+20 |
|\ \ \ \ \ | |||||
| * | | | | | Ninja: Use as dependency file <objectDir/SourceName>.d if needed. | Claus Klein | 2018-02-20 | 1 | -2/+20 |
* | | | | | | Merge topic '14297-partial-xcode-zero-check' | Brad King | 2018-02-23 | 1 | -1/+5 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Xcode: Generate ZERO_CHECK generator target only once | Gregor Jasny | 2018-02-22 | 1 | -1/+5 |
| * | | | | | | Merge branch 'export-android-mk' into release-3.11v3.11.0-rc1 | Brad King | 2018-02-15 | 1 | -12/+16 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'autogen-write-on-change-only' into release-3.11 | Brad King | 2018-02-13 | 1 | -34/+12 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch '17711-reset-xcode-target-var' into release-3.11 | Brad King | 2018-02-13 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ | Merge topic 'std-thread-link' | Brad King | 2018-02-23 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | CMakeLib: Link to system thread libraries to support std::thread | Brad King | 2018-02-22 | 1 | -0/+1 |
* | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-02-23 | 1 | -1/+1 |
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |||||
* | | | | | | | | | | Merge topic 'setidentifier_move' | Brad King | 2018-02-22 | 2 | -9/+10 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | cmGeneratorExpression: Use std::move to avoid vector copies | Frank Winklmeier | 2018-02-21 | 2 | -9/+10 |