Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VS: Add VS_SHADER_OUTPUT_HEADER_FILE and VS_SHADER_VARIABLE_NAME properties. | Kevin M. Godby | 2017-09-27 | 7 | -3/+57 |
* | Merge topic 'doc-MSVC_VERSION' | Brad King | 2017-09-26 | 1 | -10/+12 |
|\ | |||||
| * | Help: Update MSVC_VERSION documentation | Brad King | 2017-09-25 | 1 | -11/+12 |
| * | Help: Document MSVC_VERSION value 1911 | Wojciech Mamrak | 2017-09-25 | 1 | -0/+1 |
* | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-26 | 1 | -1/+1 |
|/ | |||||
* | Merge topic 'load_command-cleanup' | Brad King | 2017-09-25 | 1 | -25/+10 |
|\ | |||||
| * | cmCPluginAPI: remove explicit casts to void* | Rolf Eike Beer | 2017-09-23 | 1 | -5/+4 |
| * | cmCPluginAPI: do not check pointer before calling free() | Rolf Eike Beer | 2017-09-23 | 1 | -3/+1 |
| * | cmCPluginAPI: use strdup() instead of open coding it | Rolf Eike Beer | 2017-09-23 | 1 | -17/+5 |
* | | Merge topic 'FindOpenACC' | Brad King | 2017-09-25 | 4 | -0/+259 |
|\ \ | |||||
| * | | FindOpenACC: Add module to detect compiler support for OpenACC | Tin Huynh | 2017-09-22 | 4 | -0/+259 |
* | | | Merge topic 'rc-missing-better-error' | Brad King | 2017-09-25 | 2 | -32/+66 |
|\ \ \ | |||||
| * | | | Windows: Improve link-time error messages when rc or mt fail | Jonathan Marler | 2017-09-22 | 1 | -32/+62 |
| * | | | cmSystemTools: Teach RunSingleCommand another way to report exceptions | Jonathan Marler | 2017-09-20 | 1 | -0/+4 |
* | | | | Merge topic 'cpackifw-options' | Brad King | 2017-09-25 | 4 | -6/+77 |
|\ \ \ \ | |||||
| * | | | | CPackIFW: Add some options | Konstantin Podsvirov | 2017-09-21 | 4 | -6/+77 |
* | | | | | Merge topic 'cxx17-no-bind1st' | Brad King | 2017-09-25 | 2 | -4/+2 |
|\ \ \ \ \ | |||||
| * | | | | | Avoid using std::bind1st that is removed in C++17 | Brad King | 2017-09-23 | 2 | -4/+2 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge topic 'FindOpenMP-CMP0054' | Brad King | 2017-09-25 | 1 | -0/+1 |
|\ \ \ \ \ | |||||
| * | | | | | FindOpenMP: Avoid CMP0054 warnings | Brad King | 2017-09-22 | 1 | -0/+1 |
| |/ / / / | |||||
* | | | | | Merge topic 'test-fix-msvc-standard-default' | Brad King | 2017-09-25 | 1 | -13/+31 |
|\ \ \ \ \ | |||||
| * | | | | | Tests: Fix RunCMake.try_compile CxxStandard case on MSVC | Brad King | 2017-09-22 | 1 | -13/+31 |
| | |/ / / | |/| | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-25 | 1 | -1/+1 |
* | | | | | Merge topic '`16839-better-tvos-support`' | Craig Scott | 2017-09-24 | 2 | -1/+9 |
|\ \ \ \ \ | |||||
| * | | | | | Xcode: Add team to compiler-id project | Gregor Jasny | 2017-09-19 | 2 | -0/+7 |
| * | | | | | Xcode: Add tvOS and watchOS toolchain file support | Gregor Jasny | 2017-09-19 | 1 | -1/+2 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-24 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-23 | 1 | -1/+1 |
* | | | | | Merge topic 'graphviz-link-type' | Craig Scott | 2017-09-22 | 3 | -5/+107 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | graphviz: distinguish target dependency types | Nico Müller | 2017-09-21 | 3 | -5/+107 |
* | | | | | Merge topic 'perf-source-lookup' | Brad King | 2017-09-22 | 5 | -23/+66 |
|\ \ \ \ \ | |||||
| * | | | | | Performance: Improve efficiency of source file lookup in cmMakefile | Aaron Orenstein | 2017-09-20 | 3 | -3/+59 |
| * | | | | | cmMakefile: Drop unused method | Aaron Orenstein | 2017-09-20 | 1 | -1/+0 |
| * | | | | | cmSourceFileLocation: Drop unnecessary copy-assignment operator | Aaron Orenstein | 2017-09-20 | 3 | -19/+7 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge topic 'autogen-generators-refactor' | Brad King | 2017-09-22 | 49 | -1399/+1939 |
|\ \ \ \ \ | |||||
| * | | | | | Autogen: Tests: Add a change-not test to the mocRerun test | Sebastian Holtermann | 2017-09-21 | 2 | -17/+36 |
| * | | | | | Autogen: Tests: Disable an AUTOMOC_DEPENDS_FILTER test for Ninja | Sebastian Holtermann | 2017-09-21 | 1 | -3/+11 |
| * | | | | | Autogen: Tests: Refactor the QtAutogenRebuild rccDepends test | Sebastian Holtermann | 2017-09-21 | 16 | -103/+151 |
| * | | | | | Autogen: Tests: Move each rerun test script to a NAME.cmake file | Sebastian Holtermann | 2017-09-21 | 4 | -217/+224 |
| * | | | | | Autogen: Tests: Extend CMAKE_AUTOMOC_DEPEND_FILTERS rebuild test | Sebastian Holtermann | 2017-09-21 | 12 | -31/+71 |
| * | | | | | Autogen: Tests: Add <SUBDIR>/ui_view.h AUTOUIC includes to sameName test | Sebastian Holtermann | 2017-09-21 | 13 | -1/+118 |
| * | | | | | Autogen: Tests: Add <SUBDIR>/item.moc includes to sameName test | Sebastian Holtermann | 2017-09-21 | 6 | -9/+68 |
| * | | | | | Autogen: Read relative paths from rcc output | Sebastian Holtermann | 2017-09-21 | 1 | -9/+18 |
| * | | | | | Autogen: In VERBOSE mode print why files are (re)generated | Sebastian Holtermann | 2017-09-20 | 2 | -44/+221 |
| * | | | | | Autogen: Refactor cmQtAutoGenerators | Sebastian Holtermann | 2017-09-20 | 2 | -1100/+1156 |
| |/ / / / | |||||
* | | | | | Merge topic 'cpack-rpm-deb-version' | Brad King | 2017-09-22 | 19 | -21/+124 |
|\ \ \ \ \ | |||||
| * | | | | | CPack RPM and DEB: improved package version handling | Domen Vrankar | 2017-09-21 | 19 | -21/+124 |
* | | | | | | Merge topic 'cpack-rpm-extend-exclude-from-auto-filelist' | Brad King | 2017-09-22 | 1 | -2/+6 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CPack/RPM: new CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST exclude paths | Domen Vrankar | 2017-09-21 | 1 | -2/+6 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge topic 'variable_watch-modify-on-callback' | Brad King | 2017-09-22 | 4 | -20/+36 |
|\ \ \ \ \ \ |