Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'ninja-fortran-rspfile' | Brad King | 2018-04-06 | 6 | -69/+104 |
|\ | |||||
| * | Ninja: Fix Fortran support with response files | Brad King | 2018-04-05 | 6 | -18/+50 |
| * | cmNinjaTargetGenerator: Move force-rspfile check to earlier | Brad King | 2018-04-05 | 1 | -4/+5 |
| * | cmNinjaTargetGenerator: Move depfile logic to later in its function | Brad King | 2018-04-05 | 1 | -47/+49 |
* | | Merge topic 'minor-cleanups' | Brad King | 2018-04-06 | 15 | -35/+37 |
|\ \ | |||||
| * | | Replace some uses of sprintf with std::to_string | jrp2014 | 2018-04-05 | 2 | -19/+18 |
| * | | cmCTestCurl: Fix UploadFile declared parameter names | jrp2014 | 2018-04-05 | 1 | -1/+1 |
| * | | cmVisualStudio10TargetGenerator: Make NsightTegraVersion unsigned | jrp2014 | 2018-04-05 | 2 | -3/+3 |
| * | | cmMacroCommand: Fix format string to match type of argument | jrp2014 | 2018-04-05 | 1 | -1/+1 |
| * | | Add in-class initialization of some members | jrp2014 | 2018-04-05 | 7 | -10/+10 |
| * | | cmAlgorithms: Remove unnecessary typename keyword | jrp2014 | 2018-04-05 | 1 | -1/+1 |
| * | | gitignore: Ignore a .vs directory in the source tree | jrp2014 | 2018-04-05 | 1 | -0/+3 |
* | | | Merge topic 'sanitize-LINK_DIRECTORIES' | Brad King | 2018-04-06 | 1 | -6/+4 |
|\ \ \ | |||||
| * | | | Sanitize paths from LINK_DIRECTORIES directory property | jrp2014 | 2018-04-04 | 1 | -6/+4 |
* | | | | Merge topic 'xml-level' | Brad King | 2018-04-06 | 2 | -14/+18 |
|\ \ \ \ | |||||
| * | | | | cmXMLWriter: code improvement | Vitaly Stakhovsky | 2018-04-03 | 2 | -14/+18 |
| |/ / / | |||||
* | | | | 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 |
|\ \ \ \ \ \ |