Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'glob_configure_depends' | Brad King | 2018-04-06 | 38 | -56/+793 |
|\ | |||||
| * | Adjust help documentation for file(GLOB), add topic notes | Shane Parris | 2018-04-02 | 2 | -2/+17 |
| * | Add tests for `file(GLOB)` CONFIGURE_DEPENDS flag | Shane Parris | 2018-04-02 | 19 | -0/+159 |
| * | Add glob verify support to XCode, VS, Ninja, and Makefile generators | Shane Parris | 2018-04-02 | 9 | -54/+227 |
| * | Add `CONFIGURE_DEPENDS` flag support to cmFileCommand::HandleGlobCommand | Shane Parris | 2018-03-29 | 1 | -0/+38 |
| * | Add cmGlobVerificationManager class, integrate with cmake and cmState | Shane Parris | 2018-03-29 | 8 | -0/+352 |
* | | CMake Nightly Date Stamp | Kitware Robot | 2018-04-06 | 1 | -1/+1 |
* | | Merge topic 'findwxwidgets-msys-library-dirs' | Brad King | 2018-04-05 | 1 | -0/+20 |
|\ \ | |||||
| * | | FindwxWidgets: Fix wxWidgets_LIBRARY_DIRS on Cygwin/MSYS | ARATA Mizuki | 2018-04-04 | 1 | -0/+20 |
* | | | Merge topic 'vs10-groups' | Brad King | 2018-04-05 | 2 | -79/+102 |
|\ \ \ | |||||
| * | | | cmVisualStudio10TargetGenerator: extend DOM-like generation | Vitaly Stakhovsky | 2018-03-31 | 2 | -79/+102 |
* | | | | Merge topic 'msvc-toolset-version-variable' | Brad King | 2018-04-05 | 10 | -135/+103 |
|\ \ \ \ | |||||
| * | | | | Modules: Use MSVC_TOOLSET_VERSION variable to simplify logic | Arkady Shapkin | 2018-04-04 | 5 | -134/+48 |
| * | | | | MSVC: Add MSVC_TOOLSET_VERSION variable | Arkady Shapkin | 2018-04-04 | 5 | -1/+55 |
* | | | | | Merge branch 'release-3.11' | Brad King | 2018-04-05 | 0 | -0/+0 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'revert-CheckIncludeFile-required-libs' into release-3.11 | Brad King | 2018-04-04 | 4 | -18/+16 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge topic 'revert-CheckIncludeFile-required-libs' | Brad King | 2018-04-05 | 4 | -18/+16 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Revert "CheckIncludeFiles: Honor CMAKE_REQUIRED_LIBRARIES" | Brad King | 2018-04-04 | 4 | -18/+16 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-04-05 | 1 | -1/+1 |
| |_|_|_|/ / |/| | | | | | |||||
* | | | | | | Merge branch 'release-3.11' | Brad King | 2018-04-04 | 0 | -0/+0 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge branch 'autogen-protect-cmsys-calls' into release-3.11 | Brad King | 2018-04-04 | 5 | -48/+163 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
* | | | | | | Merge topic 'autogen-protect-cmsys-calls' | Brad King | 2018-04-04 | 5 | -48/+163 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Autogen: Print moc/uic/rcc output to stdout | Sebastian Holtermann | 2018-04-03 | 2 | -5/+17 |
| * | | | | | Autogen: Use std::istreambuf_iterator for file so string reading | Sebastian Holtermann | 2018-04-03 | 2 | -20/+34 |
| * | | | | | Autogen: Protected calls to cmFilePathChecksum | Sebastian Holtermann | 2018-04-03 | 4 | -4/+27 |
| * | | | | | Autogen: Protected calls to cmQtAutoGen::SubDirPrefix | Sebastian Holtermann | 2018-04-03 | 3 | -5/+14 |
| * | | | | | Autogen: Protected calls to cmSystemTools::GetFilenameWithoutLastExtension | Sebastian Holtermann | 2018-04-03 | 3 | -5/+14 |
| * | | | | | Autogen: Protected calls to cmSystemTools::Split/JoinPath | Sebastian Holtermann | 2018-04-03 | 3 | -2/+33 |
| * | | | | | Autogen: Protected calls to cmSystemTools::CollapseCombinedPath | Sebastian Holtermann | 2018-04-03 | 3 | -7/+24 |
| |/ / / / | |||||
* | | | | | Merge topic 'wcdh-bare-features' | Brad King | 2018-04-04 | 5 | -34/+127 |
|\ \ \ \ \ | |||||
| * | | | | | WCDH: introduce BARE_FEATURES | Rolf Eike Beer | 2018-04-03 | 5 | -34/+127 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge topic 'android-no-libstdc++' | Brad King | 2018-04-04 | 11 | -0/+45 |
|\ \ \ \ \ | |||||
| * | | | | | Android: Suppress implicit -lstdc++ linker flag | Brad King | 2018-04-03 | 11 | -0/+45 |
* | | | | | | Merge topic 'typo-in-release-script' | Brad King | 2018-04-04 | 3 | -3/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Utilities/Release: Remove extra colon from release scripts | Jean-Christophe Fillion-Robin | 2018-04-03 | 3 | -3/+3 |
* | | | | | | | Merge topic 'cuda_support_system_libraries_with_device_symbols' | Brad King | 2018-04-04 | 7 | -35/+151 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | CUDA: Pass more link libraries to device linking | Robert Maynard | 2018-03-28 | 5 | -31/+118 |
| * | | | | | | | CUDA: Pass host linker directories to device linker | Brad King | 2018-03-28 | 2 | -4/+33 |
* | | | | | | | | Merge topic 'FindPython-stabilization' | Brad King | 2018-04-04 | 2 | -7/+17 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | FindPython: enhance multiple major versions lookup | Marc Chevrier | 2018-04-03 | 2 | -7/+17 |
* | | | | | | | | | Merge topic 'UseSWIG-add-new-behavior' | Craig Scott | 2018-04-04 | 30 | -166/+435 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | UseSWIG: Add new behavior for better support files management | Marc Chevrier | 2018-04-03 | 6 | -43/+245 |
| * | | | | | | | | | UseSWIG: Rework tests | Marc Chevrier | 2018-04-02 | 26 | -105/+172 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-04-04 | 1 | -1/+1 |
| |_|_|_|/ / / / |/| | | | | | | | |||||
* | | | | | | | | Merge topic 'FPHSA-include' | Brad King | 2018-04-03 | 3 | -3/+3 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Find*: always include FPHSA shipped with CMake | Rolf Eike Beer | 2018-04-02 | 3 | -3/+3 |
* | | | | | | | | | Merge topic 'FindDCMTK-includes' | Brad King | 2018-04-03 | 1 | -8/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | FindDCMTK: use CheckIncludeFiles instead of open coding it | Rolf Eike Beer | 2018-04-02 | 1 | -8/+2 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge topic 'android-clang-std-flags' | Brad King | 2018-04-03 | 1 | -2/+9 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | |||||
| * | | | | | | | | Android: Do not pass non-existent Clang -std flags | Brad King | 2018-04-02 | 1 | -2/+9 |