Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ \ \ | |||||
| * | | | Android: Pass sysroot include directory explicitly | Brad King | 2017-01-20 | 1 | -0/+9 |
| * | | | Android: Fix c++_{static,shared} support include directory order | Brad King | 2017-01-20 | 1 | -3/+2 |
* | | | | Merge topic '16253-xcode-effective-platform-name' | Brad King | 2017-01-24 | 10 | -4/+93 |
|\ \ \ \ | |||||
| * | | | | Xcode: Control emission of EFFECTIVE_PLATFORM_NAME | Gregor Jasny | 2017-01-20 | 10 | -4/+93 |
* | | | | | Merge topic 'qtdialog-trim-new-varname' | Brad King | 2017-01-24 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | cmake-gui: trim spaces from user-created variable names | Clinton Stimpson | 2017-01-20 | 1 | -1/+1 |
* | | | | | | Merge topic 'qt4-lupdate-cmp0058' | Brad King | 2017-01-24 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Qt4: Only change timestamp on generated .pro files if content changes | Clinton Stimpson | 2017-01-20 | 1 | -1/+1 |
* | | | | | | | Merge topic 'csproj-improvements' | Brad King | 2017-01-24 | 7 | -27/+230 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | VS: removed usage of relative paths for C# targets in in-source builds | Michael Stürmer | 2017-01-18 | 1 | -6/+0 |
| * | | | | | | | VS: improve handling of source files with special extensions in .csproj | Michael Stürmer | 2017-01-18 | 7 | -21/+230 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-01-24 | 1 | -1/+1 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-01-23 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-01-22 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-01-21 | 1 | -1/+1 |
| |_|_|/ / |/| | | | | |||||
* | | | | | Merge topic 'add-dl-to-lua-static-linking' | Brad King | 2017-01-20 | 1 | -0/+7 |
|\ \ \ \ \ | |||||
| * | | | | | FindLua: Add dl library to Lua static library linking | Michael Krasnyk | 2017-01-20 | 1 | -0/+7 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge topic 'ExternalProject-restore-case-insensitive-hash' | Brad King | 2017-01-20 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | ExternalProject: Restore case-insensitive download hash check | Brad King | 2017-01-17 | 1 | -1/+1 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge topic 'case-insensitive-bindir-detection' | Brad King | 2017-01-20 | 1 | -1/+2 |
|\ \ \ \ \ | |||||
| * | | | | | cmSystemTools: use the actual case for root detection | Ben Boeckel | 2017-01-18 | 1 | -1/+2 |
* | | | | | | Merge topic 'cpack-ifw-new-installer-options' | Brad King | 2017-01-20 | 4 | -3/+176 |
|\ \ \ \ \ \ | |||||
| * | | | | | | QtIFW: Added new options to QtIFW cpack generator for modifying wizard style | Alexander Voitenko | 2017-01-17 | 4 | -3/+176 |
* | | | | | | | Merge topic '16165-manually-added-dependencies' | Brad King | 2017-01-20 | 12 | -0/+67 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Add a getter for manually added target dependencies | Gregor Jasny | 2017-01-16 | 12 | -0/+67 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge topic 'cdash_upload_retry' | Brad King | 2017-01-20 | 14 | -52/+162 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | ctest_submit: Update documentation for CDash upload retries | Zack Galbreath | 2017-01-20 | 2 | -1/+12 |
| * | | | | | | | ctest_submit: improve handling of QUIET option | Zack Galbreath | 2017-01-20 | 3 | -9/+18 |
| * | | | | | | | ctest_submit: Allow RETRY_COUNT for CDASH_UPLOAD | Zack Galbreath | 2017-01-20 | 11 | -42/+132 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-01-20 | 1 | -1/+1 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-01-19 | 1 | -1/+1 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-01-18 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Merge topic 'cmCTestBuildHandler-fix-warning' | Brad King | 2017-01-17 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | cmCTestBuildHandler: Fix warning in FragmentCompare signature | Brad King | 2017-01-16 | 1 | -1/+1 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge topic 'update-kwsys' | Brad King | 2017-01-17 | 3 | -7/+60 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2017-01-16 | 3 | -7/+60 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | |