Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gitlab-ci: add windows builder | Ben Boeckel | 2020-05-22 | 2 | -0/+29 |
* | gitlab-ci: add Windows infrastructure | Ben Boeckel | 2020-05-22 | 2 | -2/+81 |
* | gitlab: add powershell scripts for utilities | Ben Boeckel | 2020-05-22 | 4 | -0/+66 |
* | gitlab-ci: add a macos builder | Ben Boeckel | 2020-05-22 | 6 | -34/+164 |
* | gitlab-ci: add Linux makefiles and ninja builders | Ben Boeckel | 2020-05-22 | 6 | -1/+154 |
* | ci: add dependencies for the test suite to the Fedora image | Ben Boeckel | 2020-05-22 | 1 | -0/+5 |
* | ci: add make to the CI image | Ben Boeckel | 2020-05-22 | 1 | -1/+2 |
* | gitlab-ci: use the cmake_build_unix anchor | Ben Boeckel | 2020-05-22 | 1 | -41/+3 |
* | CTestCustom: ignore expat having symbol-less objects too | Ben Boeckel | 2020-05-22 | 1 | -0/+1 |
* | Tests/CPackWiXGenerator: support suppressing verification | Ben Boeckel | 2020-05-22 | 2 | -1/+4 |
* | Tests/CPackWiXGenerator; support non-interactive sessions | Ben Boeckel | 2020-05-22 | 1 | -0/+3 |
* | Tests/RunCMake/export: handle collapsed newlines | Ben Boeckel | 2020-05-22 | 1 | -2/+1 |
* | Merge topic 'fortran-preprocess-property' | Brad King | 2020-05-22 | 38 | -131/+479 |
|\ | |||||
| * | Ninja: Skip Fortran preprocessing if Fortran_PREPROCESS is OFF | Peter Hill | 2020-05-21 | 5 | -34/+88 |
| * | Ninja: Add helper functions to generate Fortran build | Peter Hill | 2020-05-21 | 1 | -61/+87 |
| * | Ninja: Add helper functions to generate Fortran preprocess rule | Peter Hill | 2020-05-21 | 1 | -69/+98 |
| * | Fortran: Add Fortran_PREPROCESS property | Peter Hill | 2020-05-21 | 37 | -4/+243 |
* | | Merge topic 'cmake_language-rename-from-cmake_command' | Craig Scott | 2020-05-22 | 92 | -128/+127 |
|\ \ | |||||
| * | | cmake_language: Rename command from cmake_command | Brad King | 2020-05-21 | 92 | -128/+127 |
* | | | Merge topic 'autogen-fix-workerpool-locking' | Brad King | 2020-05-22 | 1 | -28/+41 |
|\ \ \ | |||||
| * | | | Autogen: Redo locking and state machine for fence handling and the worker pool | Joerg Sonnenberger | 2020-05-21 | 1 | -28/+41 |
* | | | | Merge topic 'support_conda_env' | Brad King | 2020-05-22 | 5 | -1/+26 |
|\ \ \ \ | |||||
| * | | | | Conda: Add CONDA_PREFIX as an acceptable system prefix path | Robert Maynard | 2020-05-21 | 2 | -0/+7 |
| * | | | | Tests: Update QtAutogen codeeditor test only include headers needed | Robert Maynard | 2020-05-21 | 1 | -1/+4 |
| * | | | | Tests: Update test suite to run in an Anaconda environment | Robert Maynard | 2020-05-21 | 2 | -0/+15 |
* | | | | | Merge branch 'release-3.17' | Brad King | 2020-05-22 | 0 | -0/+0 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge topic 'cuda-default-runtime' into release-3.17 | Brad King | 2020-05-22 | 12 | -7/+65 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge topic 'cuda-default-runtime' | Brad King | 2020-05-22 | 12 | -7/+66 |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'backport-cuda-default-runtime' into cuda-default-runtime | Brad King | 2020-05-22 | 12 | -7/+66 |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | |||||
| | * | | | | | | CUDA: Compute CMAKE_CUDA_RUNTIME_LIBRARY default from toolchain | Robert Maynard | 2020-05-21 | 10 | -6/+60 |
| | * | | | | | | CUDA: Propagate CMAKE_CUDA_RUNTIME_LIBRARY state to try_compile | Robert Maynard | 2020-05-20 | 2 | -0/+4 |
| | * | | | | | | Help: Correct CMAKE_CUDA_RUNTIME_LIBRARY applicability | Robert Maynard | 2020-05-20 | 1 | -1/+1 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-05-22 | 1 | -1/+1 |
| |_|_|_|/ / / |/| | | | | | | |||||
* | | | | | | | Merge topic 'multi-ninja-pch-msvc' | Brad King | 2020-05-21 | 6 | -12/+35 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | |||||
| * | | | | | | Multi-Ninja: Fix PCHs for Visual C++ | Cristian Adam | 2020-05-20 | 6 | -12/+35 |
* | | | | | | | Merge topic 'cmake_command_invoke_expand_function_name' | Brad King | 2020-05-21 | 22 | -21/+108 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | cmake_command: Expand INVOKE function name argument | Cristian Adam | 2020-05-19 | 22 | -21/+108 |
* | | | | | | | | Merge branch 'release-3.17' | Brad King | 2020-05-21 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | |||||
| * | | | | | | | Merge topic 'FindPython-debug-library-lookup' into release-3.17 | Brad King | 2020-05-21 | 1 | -2/+8 |
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'FindPython-debug-library-lookup' | Brad King | 2020-05-21 | 1 | -0/+6 |
|\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'backport-3.17-FindPython-debug-library-lookup' into FindPython-... | Marc Chevrier | 2020-05-18 | 0 | -0/+0 |
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | |||||
| | * | | | | | | | FindPython: use CMAKE specific variables to look-up debug library | Marc Chevrier | 2020-05-18 | 1 | -2/+8 |
| * | | | | | | | | FindPython: use CMAKE specific variables to look-up debug library | Marc Chevrier | 2020-05-18 | 1 | -0/+6 |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-05-21 | 1 | -1/+1 |
| |_|_|_|_|/ / / |/| | | | | | | | |||||
* | | | | | | | | Merge topic 'cuda-test-nvcc-restore' | Brad King | 2020-05-20 | 5 | -5/+5 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | |||||
| * | | | | | | | Tests: Restore NVCC-specific CUDA tests | Brad King | 2020-05-20 | 5 | -5/+5 |
* | | | | | | | | Merge topic 'doc-find_package-xref' | Brad King | 2020-05-20 | 1 | -6/+6 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Help: Improve formatting and cross-references for find_package() | Craig Scott | 2020-05-20 | 1 | -6/+6 |
* | | | | | | | | | Merge topic 'ccmake-check-width' | Brad King | 2020-05-20 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | ccmake: Check that getmaxyx result width is non-negative | Brad King | 2020-05-19 | 1 | -1/+1 |
| | |_|_|_|_|_|/ / | |/| | | | | | | |