summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* CMake 3.6.3v3.6.3Brad King2016-11-021-1/+1
* cmake-gui: Do not remove library paths for Qt5 plugins.Clinton Stimpson2016-09-221-0/+2
* CMake 3.6.2v3.6.2Brad King2016-09-071-1/+1
* Merge branch 'vs14-debug-enum-older-toolsets' into releaseBrad King2016-09-011-1/+3
|\
| * VS: Fix VS 2015 .vcxproj debug setting for v80 toolsetBrad King2016-09-011-1/+3
* | Merge branch 'vs-NsightTegra-empty-version' into releaseBrad King2016-08-261-5/+4
|\ \
| * | VS: Fix out-of-bounds write on empty Nsight Tegra versionFujii Hironori2016-08-261-5/+4
* | | Merge branch 'intel-fortran-mod-diff' into releaseBrad King2016-08-241-0/+6
|\ \ \
| * | | Fortran: Fix .mod file comparison for Intel 16 formatBrad King2016-08-241-0/+6
| |/ /
* | | Merge branch 'vs14-debug-enum-older-toolsets' into releaseBrad King2016-08-051-4/+7
|\ \ \ | |/ / |/| / | |/
| * VS: Fix VS 2015 .vcxproj debug setting for Windows7.1SDK toolsetBrad King2016-08-051-4/+7
* | CMake 3.6.1v3.6.1Brad King2016-07-221-1/+1
* | Merge branch 'revert-autogen-subdirs' into releaseBrad King2016-07-213-159/+45
|\ \
| * | Autogen: Revert changes to generate moc/rcc in subdirectoriesBrad King2016-07-213-159/+45
* | | Merge branch 'compat-CPACK_INSTALL_CMAKE_PROJECTS-subdirectory' into releaseBrad King2016-07-191-1/+2
|\ \ \
| * | | CPack: Add compatibility for incorrect CPACK_INSTALL_CMAKE_PROJECTS valueBrad King2016-07-191-1/+2
| |/ /
* | | Merge branch 'ninja-no-accidental-rsp' into releaseBrad King2016-07-151-1/+1
|\ \ \
| * | | Ninja: Do not force response files when no sysconf(3) limit is usedBrad King2016-07-151-1/+1
| |/ /
* | | Merge branch 'vs14-debug-enum-older-toolsets' into releaseBrad King2016-07-131-1/+2
|\ \ \ | | |/ | |/|
| * | VS: Fix VS 2015 .vcxproj debug setting for v90 toolset (#15986)Brad King2016-07-131-1/+2
* | | Restore find_(library|file|path) search of PATH itselfBrad King2016-07-111-4/+2
| |/ |/|
* | CMake 3.6.0v3.6.0Brad King2016-07-071-1/+1
* | CPackIFW: Fix attributes for Promoting Updates repository replacementKonstantin Podsvirov2016-07-051-2/+2
* | CMake 3.6.0-rc4v3.6.0-rc4Brad King2016-06-291-1/+1
* | Merge branch 'revert-try_compile-config-flags' into releaseBrad King2016-06-281-8/+0
|\ \
| * | Revert "try_compile: Honor CMAKE_<LANG>_FLAGS_<CONFIG> changes"Brad King2016-06-281-8/+0
* | | ninja, rc: ignore CMAKE_NINJA_FORCE_RESPONSE_FILE for RC filesBen Boeckel2016-06-271-2/+4
|/ /
* | CMake 3.6.0-rc3v3.6.0-rc3Brad King2016-06-221-1/+1
* | Merge branch 'CodeBlocks-include-order' into releaseBrad King2016-06-171-7/+11
|\ \
| * | cmExtraCodeBlocksGenerator: Do not shuffle include directoriesTobias Hunger2016-06-171-7/+11
| |/
* | Merge branch 'revert-vs-clang-minsize' into releaseBrad King2016-06-171-1/+0
|\ \
| * | VS: Fix regressed mapping for the cl `/Os` compiler flagBrad King2016-06-171-1/+0
| |/
* | CMake 3.6.0-rc2v3.6.0-rc2Brad King2016-06-131-1/+1
* | cmake-gui: Teach Qt5 where plugins are when launched through a symlinkRobert Maynard2016-06-091-0/+34
* | Merge branch 'fix-TARGET_PROPERTY-LOCATION-crash' into releaseBrad King2016-06-021-3/+9
|\ \
| * | Fix crash on $<TARGET_PROPERTY:...,LOCATION> genex (#16134)Brad King2016-06-021-3/+9
| |/
* | CMake 3.6.0-rc1 version updateBrad King2016-06-011-3/+3
|/
* Merge topic 'minor-cleanups'Brad King2016-06-012-2/+2
|\
| * cmSourceFileLocation: Fix typo in commentTobias Hunger2016-06-011-1/+1
| * cmSearchPath: Fix typo in commentTobias Hunger2016-06-011-1/+1
* | CMake Nightly Date StampKitware Robot2016-06-011-1/+1
|/
* CMake Nightly Date StampKitware Robot2016-05-311-1/+1
* CMake Nightly Date StampKitware Robot2016-05-301-1/+1
* CMake Nightly Date StampKitware Robot2016-05-291-1/+1
* CMake Nightly Date StampKitware Robot2016-05-281-1/+1
* Merge topic 'remove-needless-copies'Brad King2016-05-2732-69/+62
|\
| * Remove unnecessary local copies.Daniel Pfeifer2016-05-269-25/+16
| * Pass arguments that are not modified as const&.Daniel Pfeifer2016-05-2624-44/+46
* | Merge topic 'remove-needless-c_str'Brad King2016-05-2717-51/+40
|\ \
| * | Remove redundant c_str() calls.Daniel Pfeifer2016-05-2617-51/+40
| |/