Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMake Nightly Date Stamp | Kitware Robot | 2017-01-29 | 1 | -1/+1 |
* | CMake Nightly Date Stamp | Kitware Robot | 2017-01-28 | 1 | -1/+1 |
* | Merge topic 'genex-if' | Brad King | 2017-01-27 | 9 | -0/+62 |
|\ | |||||
| * | Genex: Add `IF` generator expression | Colby Pike | 2017-01-26 | 9 | -0/+62 |
* | | Merge topic 'GNUG_define' | Brad King | 2017-01-27 | 2 | -0/+15 |
|\ \ | |||||
| * | | GNUC: also check __GNUG__ define when checking for g++ | Rolf Eike Beer | 2017-01-25 | 2 | -0/+15 |
* | | | Merge topic 'topic-reproducible-build' | Brad King | 2017-01-27 | 16 | -0/+47 |
|\ \ \ | |||||
| * | | | cmTimestamp: Support SOURCE_DATE_EPOCH to override current time | Bernhard M. Wiedemann | 2017-01-26 | 16 | -0/+47 |
* | | | | Merge topic 'test-GeneratorExpression-update' | Brad King | 2017-01-27 | 2 | -17/+15 |
|\ \ \ \ | |||||
| * | | | | Tests: Extend GeneratorExpression to work with more configurations | Brad King | 2017-01-26 | 2 | -1/+5 |
| * | | | | Tests: Teach GeneratorExpression to cover spaces in include dirs | Brad King | 2017-01-26 | 2 | -3/+3 |
| * | | | | Tests: Simplify GeneratorExpression imported include directory check | Brad King | 2017-01-26 | 2 | -15/+9 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-01-27 | 1 | -1/+1 |
* | | | | | Merge topic 'tests_auto_type' | Brad King | 2017-01-26 | 2 | -1/+4 |
|\ \ \ \ \ | |||||
| * | | | | | Tests: use cxx_auto_type only if actually available | Rolf Eike Beer | 2017-01-25 | 2 | -1/+4 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge topic 'FindCUDA-select-flags-auto-msvc' | Brad King | 2017-01-26 | 1 | -9/+11 |
|\ \ \ \ \ | |||||
| * | | | | | FindCUDA: Enable CUDA_SELECT_NVCC_ARCH_FLAGS Auto for MSVC | Bjoern Thiel | 2017-01-25 | 1 | -9/+11 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge topic 'pkg-config-recheck' | Brad King | 2017-01-26 | 2 | -1/+11 |
|\ \ \ \ \ | |||||
| * | | | | | FindPkgConfig: Recheck pkg-config on parameter change. | Matthew Hanna | 2017-01-25 | 2 | -1/+11 |
* | | | | | | Merge topic 'FindGTK2_RunTwice' | Brad King | 2017-01-26 | 5 | -42/+72 |
|\ \ \ \ \ \ | |||||
| * | | | | | | FindGTK2: Add unit test to check variables when run twice | Daniele E. Domenichelli | 2017-01-25 | 4 | -0/+32 |
| * | | | | | | FindGTK2: Fix GTK2_LIBRARIES and GTK2_TARGETS when called twice | Daniele E. Domenichelli | 2017-01-25 | 1 | -42/+40 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge topic 'FindLua-versioned-lib' | Brad King | 2017-01-26 | 1 | -7/+9 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | FindLua: try to find library according to version from header | Brad King | 2017-01-24 | 1 | -7/+9 |
| | |_|_|/ | |/| | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-01-26 | 1 | -1/+1 |
| |_|_|/ |/| | | | |||||
* | | | | Merge topic 'testdriver-cleanup' | Brad King | 2017-01-25 | 1 | -88/+58 |
|\ \ \ \ | |||||
| * | | | | TestDriver: fix/silence clang-tidy warnings | Daniel Pfeifer | 2017-01-24 | 1 | -15/+12 |
| * | | | | TestDriver: calc NumTests at compile time | Daniel Pfeifer | 2017-01-24 | 1 | -5/+4 |
| * | | | | TestDriver: use for loop | Daniel Pfeifer | 2017-01-24 | 1 | -3/+1 |
| * | | | | TestDriver: abstract CM_CAST macro | Daniel Pfeifer | 2017-01-24 | 1 | -13/+9 |
| * | | | | TestDriver: Revise C++ coding style using clang-format | Daniel Pfeifer | 2017-01-24 | 1 | -65/+45 |
* | | | | | Merge topic 'intel-mpi-windows-fix' | Brad King | 2017-01-25 | 1 | -5/+8 |
|\ \ \ \ \ | |||||
| * | | | | | FindMPI: Strip quotes from include path and convert to CMake path format | Christian Pfeiffer | 2017-01-23 | 1 | -0/+2 |
| * | | | | | FindMPI: Add Intel MPI wrapper names on Windows | Christian Pfeiffer | 2017-01-23 | 1 | -5/+6 |
* | | | | | | Merge topic 'cpack-ifw-options' | Brad King | 2017-01-25 | 4 | -39/+247 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CPackIFW: Add some options | Konstantin Podsvirov | 2017-01-24 | 4 | -39/+247 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'sanitizer-options' | Brad King | 2017-01-25 | 8 | -15/+21 |
|\ \ \ \ \ \ | |||||
| * | | | | | | ctest_memcheck: Fix sanitizers when MemoryCheckSanitizerOptions is empty | Jamie Snape | 2017-01-23 | 7 | -13/+19 |
| * | | | | | | Tests: Use CTEST_MEMORYCHECK_SANITIZER_OPTIONS where appropriate | Jamie Snape | 2017-01-23 | 1 | -2/+2 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'lang_lint' | Brad King | 2017-01-25 | 37 | -10/+185 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add properties to run the cpplint style checker with the compiler | Jamie Snape | 2017-01-23 | 37 | -10/+185 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'cuda_linker_preference' | Brad King | 2017-01-25 | 1 | -1/+1 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | CUDA: set linker preference between C and C++ | Robert Maynard | 2017-01-24 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-01-25 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | Merge topic 'dl-libs-typo' | Brad King | 2017-01-24 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Help: Fix typo in CMAKE_DL_LIBS docs | Thiago Perrotta | 2017-01-24 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge topic 'cpack-stgz-minimal-test' | Brad King | 2017-01-24 | 6 | -3/+82 |
|\ \ \ \ | |||||
| * | | | | CPack/STGZ: minimalistic packages test | Domen Vrankar | 2017-01-22 | 5 | -2/+78 |
| * | | | | CPack/STGZ prefer pax for extraction | Domen Vrankar | 2017-01-22 | 1 | -1/+4 |
* | | | | | Merge topic 'android-include-api' | Brad King | 2017-01-24 | 2 | -3/+11 |
|\ \ \ \ \ |