summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | cmNinjaTargetGenerator: Move force-rspfile check to earlierBrad King2018-04-051-4/+5
| * | | | | | cmNinjaTargetGenerator: Move depfile logic to later in its functionBrad King2018-04-051-47/+49
* | | | | | | Merge topic 'minor-cleanups'Brad King2018-04-0615-35/+37
|\ \ \ \ \ \ \
| * | | | | | | Replace some uses of sprintf with std::to_stringjrp20142018-04-052-19/+18
| * | | | | | | cmCTestCurl: Fix UploadFile declared parameter namesjrp20142018-04-051-1/+1
| * | | | | | | cmVisualStudio10TargetGenerator: Make NsightTegraVersion unsignedjrp20142018-04-052-3/+3
| * | | | | | | cmMacroCommand: Fix format string to match type of argumentjrp20142018-04-051-1/+1
| * | | | | | | Add in-class initialization of some membersjrp20142018-04-057-10/+10
| * | | | | | | cmAlgorithms: Remove unnecessary typename keywordjrp20142018-04-051-1/+1
| * | | | | | | gitignore: Ignore a .vs directory in the source treejrp20142018-04-051-0/+3
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'sanitize-LINK_DIRECTORIES'Brad King2018-04-061-6/+4
|\ \ \ \ \ \ \
| * | | | | | | Sanitize paths from LINK_DIRECTORIES directory propertyjrp20142018-04-041-6/+4
* | | | | | | | Merge topic 'xml-level'Brad King2018-04-062-14/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | cmXMLWriter: code improvementVitaly Stakhovsky2018-04-032-14/+18
| |/ / / / / / /
* | | | | | | | Merge topic 'glob_configure_depends'Brad King2018-04-0638-56/+793
|\ \ \ \ \ \ \ \
| * | | | | | | | Adjust help documentation for file(GLOB), add topic notesShane Parris2018-04-012-2/+17
| * | | | | | | | Add tests for `file(GLOB)` CONFIGURE_DEPENDS flagShane Parris2018-04-0119-0/+159
| * | | | | | | | Add glob verify support to XCode, VS, Ninja, and Makefile generatorsShane Parris2018-04-019-54/+227
| * | | | | | | | Add `CONFIGURE_DEPENDS` flag support to cmFileCommand::HandleGlobCommandShane Parris2018-03-291-0/+38
| * | | | | | | | Add cmGlobVerificationManager class, integrate with cmake and cmStateShane Parris2018-03-298-0/+352
* | | | | | | | | CMake Nightly Date StampKitware Robot2018-04-061-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge topic 'findwxwidgets-msys-library-dirs'Brad King2018-04-051-0/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | FindwxWidgets: Fix wxWidgets_LIBRARY_DIRS on Cygwin/MSYSARATA Mizuki2018-04-051-0/+20
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge topic 'vs10-groups'Brad King2018-04-052-79/+102
|\ \ \ \ \ \ \ \
| * | | | | | | | cmVisualStudio10TargetGenerator: extend DOM-like generationVitaly Stakhovsky2018-03-302-79/+102
* | | | | | | | | Merge topic 'msvc-toolset-version-variable'Brad King2018-04-0510-135/+103
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Modules: Use MSVC_TOOLSET_VERSION variable to simplify logicArkady Shapkin2018-04-045-134/+48
| * | | | | | | | | MSVC: Add MSVC_TOOLSET_VERSION variableArkady Shapkin2018-04-045-1/+55
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'release-3.11'Brad King2018-04-050-0/+0
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Merge branch 'revert-CheckIncludeFile-required-libs' into release-3.11Brad King2018-04-044-18/+16
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge topic 'revert-CheckIncludeFile-required-libs'Brad King2018-04-054-18/+16
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | / / / | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Revert "CheckIncludeFiles: Honor CMAKE_REQUIRED_LIBRARIES"Brad King2018-04-044-18/+16
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2018-04-051-1/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge branch 'release-3.11'Brad King2018-04-040-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'autogen-protect-cmsys-calls' into release-3.11Brad King2018-04-045-48/+163
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'autogen-protect-cmsys-calls'Brad King2018-04-045-48/+163
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Autogen: Print moc/uic/rcc output to stdoutSebastian Holtermann2018-04-032-5/+17
| * | | | | | Autogen: Use std::istreambuf_iterator for file so string readingSebastian Holtermann2018-04-032-20/+34
| * | | | | | Autogen: Protected calls to cmFilePathChecksumSebastian Holtermann2018-04-034-4/+27
| * | | | | | Autogen: Protected calls to cmQtAutoGen::SubDirPrefixSebastian Holtermann2018-04-033-5/+14
| * | | | | | Autogen: Protected calls to cmSystemTools::GetFilenameWithoutLastExtensionSebastian Holtermann2018-04-033-5/+14
| * | | | | | Autogen: Protected calls to cmSystemTools::Split/JoinPathSebastian Holtermann2018-04-033-2/+33
| * | | | | | Autogen: Protected calls to cmSystemTools::CollapseCombinedPathSebastian Holtermann2018-04-033-7/+24
| |/ / / / /
* | | | | | Merge topic 'wcdh-bare-features'Brad King2018-04-045-34/+127
|\ \ \ \ \ \
| * | | | | | WCDH: introduce BARE_FEATURESRolf Eike Beer2018-04-035-34/+127
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'android-no-libstdc++'Brad King2018-04-0411-0/+45
|\ \ \ \ \ \
| * | | | | | Android: Suppress implicit -lstdc++ linker flagBrad King2018-04-0311-0/+45
* | | | | | | Merge topic 'typo-in-release-script'Brad King2018-04-043-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Utilities/Release: Remove extra colon from release scriptsJean-Christophe Fillion-Robin2018-04-033-3/+3
* | | | | | | | Merge topic 'cuda_support_system_libraries_with_device_symbols'Brad King2018-04-047-35/+151
|\ \ \ \ \ \ \ \