| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'bootstrap-intel' | Brad King | 2020-07-27 | 1 | -1/+1 |
|\ |
|
| * | bootstrap: Fix support for Intel compiler with modern GNU system compiler | Brad King | 2020-07-24 | 1 | -1/+1 |
|
|
* | | Fix typos identified using codespell | Jean-Christophe Fillion-Robin | 2020-07-22 | 1 | -1/+1 |
|
|
* | | Merge topic 'bootstrap-system-http2' | Brad King | 2020-07-21 | 1 | -2/+4 |
|\ \ |
|
| * | | bootstrap: Add options to control use of system nghttp2 | Brad King | 2020-07-20 | 1 | -2/+4 |
|
|
* | | | STL Support: Add cm::filesystem::path in <cm/filesystem> | Marc Chevrier | 2020-07-09 | 1 | -1/+3 |
|
|
* | | | STL Support: introduce dedicated configuration file | Marc Chevrier | 2020-07-09 | 1 | -0/+3 |
|
|
* | | | bootstrap: Add option to use system libuv during bootstrap | Julien Schueller | 2020-07-06 | 1 | -14/+28 |
|
|
* | | | cmStandardLevelResolver: Added to handle standard level queries | Robert Maynard | 2020-07-01 | 1 | -0/+1 |
|/ / |
|
* | | Update links to gitlab.kitware.com repos to add `-/` | Brad King | 2020-05-26 | 1 | -1/+1 |
|
|
* | | cmPropertyDefinitionMap: simplify and shorten | Tushar Maheshwari | 2020-05-15 | 1 | -1/+0 |
|
|
* | | bootstrap: update list of problematic files | Marc Chevrier | 2020-05-07 | 1 | -2/+6 |
|
|
* | | bootstrap: Prefer “test … && test …” over “test … -a …” | Issam Maghni | 2020-05-05 | 1 | -3/+3 |
|
|
* | | bootstrap: Prefer “test …” over “[ … ]” | Issam Maghni | 2020-05-05 | 1 | -63/+63 |
|
|
* | | Merge topic 'bootstrap-solaris-tr' | Brad King | 2020-05-05 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | bootstrap: Use 'tr' more portably | Brad King | 2020-05-04 | 1 | -1/+1 |
|
|
* | | Clang: Refactor CXX standard flags into __compiler_clang_cxx_standards() | Raul Tambre | 2020-04-07 | 1 | -2/+10 |
|
|
* | | bootstrap: Tolerate trailing content in CMakeVersion.cmake components | jjYBdx4IL | 2020-03-17 | 1 | -1/+1 |
|/ |
|
* | Bootstrap: take care of C++ features configuration | Marc Chevrier | 2020-02-01 | 1 | -0/+24 |
|
|
* | bootstrap: Build with Release config by default to get optimizations | Brad King | 2020-01-09 | 1 | -0/+1 |
|
|
* | bootstrap: Extend C++17 check for our cast functions | Brad King | 2019-12-14 | 1 | -1/+11 |
|
|
* | Merge branch 'backport-3.16-toc_on_ppc' into toc_on_ppc | Brad King | 2019-12-09 | 1 | -0/+1 |
|\ |
|
| * | bootstrap: Add target_link_options command | Alexander Grund | 2019-12-09 | 1 | -0/+1 |
|
|
* | | cmLocalGenerator: Refactor to use cmMakeSingleCommandLine | Daniel Eiband | 2019-11-24 | 1 | -0/+1 |
|
|
* | | Merge topic 'bootstrap-break' | Brad King | 2019-10-30 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | bootstrap: Avoid redundant compiler selection checks | Brad King | 2019-10-29 | 1 | -2/+2 |
|
|
* | | Graphviz: added test suite, fixes, enhancements | Corentin Plouet | 2019-10-08 | 1 | -0/+1 |
|/ |
|
* | Merge topic 'add-custom-target-byproduct-checks' | Brad King | 2019-09-26 | 1 | -0/+1 |
|\ |
|
| * | add_custom_target: Add output checks for custom target byproducts | Daniel Eiband | 2019-09-23 | 1 | -0/+1 |
|
|
* | | Merge topic 'HP-UX_Port_GCC' | Brad King | 2019-09-23 | 1 | -0/+11 |
|\ \
| |/
|/| |
|
| * | bootstrap: Require GCC 4.9 or higher on HP-UX | Brad King | 2019-09-20 | 1 | -0/+8 |
|
|
| * | libuv: Add partial port to HP-UX | Earle Lowe | 2019-09-20 | 1 | -0/+3 |
|
|
* | | Merge topic 'cmake-system-headers' | Brad King | 2019-09-20 | 1 | -3/+25 |
|\ \
| |/
|/| |
|
| * | cmstd: Modernize CMake system headers | Marc Chevrier | 2019-09-20 | 1 | -3/+25 |
|
|
* | | cmExportSet: subsume cmExportSetMap source files | Tushar Maheshwari | 2019-09-19 | 1 | -1/+0 |
|/ |
|
* | Merge topic 'precompile-headers' | Brad King | 2019-08-29 | 1 | -0/+1 |
|\ |
|
| * | PCH: add target_precompile_headers command | Daniel Pfeifer | 2019-08-27 | 1 | -0/+1 |
|
|
* | | Merge topic 'cmCommand_refactor_disallowed' | Brad King | 2019-08-28 | 1 | -1/+0 |
|\ \
| |/
|/| |
|
| * | cmCommand refactor: remove cmDisallowedCommand class | Gabor Bencze | 2019-08-26 | 1 | -1/+0 |
|
|
* | | Merge topic 'optional' | Brad King | 2019-08-26 | 1 | -1/+15 |
|\ \
| |/
|/| |
|
| * | Extend C++17 feature checks to require std::optional | Brad King | 2019-08-23 | 1 | -1/+15 |
|
|
* | | bootstrap: Compile cm::String | Brad King | 2019-08-20 | 1 | -0/+1 |
|
|
* | | cmConfigure.h: Tell windows.h not to define min/max macros | Brad King | 2019-08-20 | 1 | -0/+6 |
|/ |
|
* | Refactor: Finish replacing CMAKE_BUILD_WITH_CMAKE with CMAKE_BOOTSTRAP | Kyle Edwards | 2019-08-09 | 1 | -2/+2 |
|
|
* | Introduce cmSubcommandTable | Regina Pfeifer | 2019-08-06 | 1 | -0/+1 |
|
|
* | Merge topic 'control-block3' | Brad King | 2019-08-05 | 1 | -0/+1 |
|\ |
|
| * | cmFunctionBlocker: Move common logic to base | Regina Pfeifer | 2019-07-30 | 1 | -0/+1 |
|
|
* | | cmStringAlgorithms: Add cmCatViews and cmStrCat functions | Sebastian Holtermann | 2019-08-01 | 1 | -0/+1 |
|/ |
|
* | Merge topic 'command-refactoring3' | Brad King | 2019-07-23 | 1 | -1/+0 |
|\ |
|
| * | cmUnexpectedCommand: Replace with lambda expression | Regina Pfeifer | 2019-07-21 | 1 | -1/+0 |
|
|