summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | AUTOGEN: Generators: Cleanup variable initializationSebastian Holtermann2017-01-101-4/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | AUTOGEN: Generators: rename makeParentDirectory to MakeParentDirectorySebastian Holtermann2017-01-102-6/+6
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge topic 'SublimeText-no-VERBOSE'Brad King2017-01-111-9/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 154def30 Sublime: Do not build with verbose output
| * | | | | | | | | | | | Sublime: Do not build with verbose outputRichard Collins2017-01-101-9/+3
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the hard-coded use of `make VERBOSE=1` and `ninja -v`.
* | | | | | | | | | | | CMake Nightly Date StampKitware Robot2017-01-111-1/+1
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge topic '16204-regex-explorer-match-all'Brad King2017-01-103-7/+65
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4164078c cmake-gui: Add MATCHALL option to Regex Explorer
| * | | | | | | | | | | cmake-gui: Add MATCHALL option to Regex ExplorerGregor Jasny2017-01-103-7/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes: #16204
* | | | | | | | | | | | Merge topic 'cpack-new-tests'Brad King2017-01-101-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 36bc7e4c store old locale to a temporary variable 05c14ea0 RunCMake.CPack_* add COMPONENT to minimal test 5b0a64eb CPack/Archive minimal tests for more formats
| * | | | | | | | | | | | store old locale to a temporary variableDomen Vrankar2016-12-251-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On Windows XP 32 bit setLocale seems to cause old pointer invalidation and causes program crash in destructor. This was causing CPackZIP to crash so to fix it we copy the value into a temporary variable.
* | | | | | | | | | | | | Merge topic 'cpack-deb-md5sums-paths-fix'Brad King2017-01-101-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6daa2d38 CPack/Deb invalid md5sums file fix
| * | | | | | | | | | | | | CPack/Deb invalid md5sums file fixDomen Vrankar2016-12-231-1/+5
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Monolithic deb packages were packaged with invalid md5sums file as trailing slash in path was causing string replace to fail and preserve build path. Fixes #16517
* | | | | | | | | | | | | Merge topic 'cmake-server-do-not-crash-on-interface-lib-for-master'Brad King2017-01-101-2/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0471d13e Merge branch 'cmake-server-do-not-crash-on-interface-lib' into cmake-server-do-not-crash-on-interface-lib-for-master c0bd1eb6 server-mode: Do not crash when running into INTERFACE_LIBRARY 33e628ee server-mode: Do not crash when running into INTERFACE_LIBRARY
| * | | | | | | | | | | | server-mode: Do not crash when running into INTERFACE_LIBRARYTobias Hunger2017-01-091-2/+6
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes: #16539
* | | | | | | | | | | | CMake Nightly Date StampKitware Robot2017-01-101-1/+1
|/ / / / / / / / / / /
* | | | | | | | | | | Merge topic '15687-revisit-xcode-system-include'Brad King2017-01-091-0/+16
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 88f07fb4 Xcode: Properly mark SYSTEM includes as such
| * | | | | | | | | | | Xcode: Properly mark SYSTEM includes as suchGregor Jasny2016-12-271-0/+16
| | |_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We now populate the per-language flags in addition to the header search paths stored in HEADER_SEARCH_PATHS. This preserves include paths for GNU assembly files (cmake/cmake#16449) and also provides SYSTEM include semantics. Closes: cmake/cmake#15687
* | | | | | | | | | | Merge topic 'read-only-type-target-property'Brad King2017-01-091-0/+6
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 98f21433 cmTarget: Enforce TYPE being a read-only property
| * | | | | | | | | | | cmTarget: Enforce TYPE being a read-only propertyGregor Jasny2017-01-091-0/+6
| | | | | | | | | | | |
* | | | | | | | | | | | Merge topic 'fix-required-var-error-typo'Brad King2017-01-091-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8e4d286e Fix typo in error message on missing required variable
| * | | | | | | | | | | | Fix typo in error message on missing required variableBrad King2016-12-161-1/+1
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reported-by: Albrecht Schlosser <AlbrechtS.fltk@online.de>
* | | | | | | | | | | | Merge topic 'mr-reset-error-flag-on-configure'Brad King2017-01-091-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | / / / / / | | |_|_|_|_|/ / / / / | |/| | | | | | | | | 7789dd9a server-mode: Call ResetErrorOccured before configure
| * | | | | | | | | | server-mode: Call ResetErrorOccured before configureTobias Hunger2016-12-161-0/+2
| | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes: #16506
| * | | | | | | | | Merge branch 'vs-fix-standalone-Windows7.1SDK-toolset' into releaseBrad King2016-12-071-1/+10
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'vs-Zc-inline' into releaseBrad King2016-11-302-0/+3
| |\ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | CMake Nightly Date StampKitware Robot2017-01-091-1/+1
| | | | | | | | | | | |
* | | | | | | | | | | | CMake Nightly Date StampKitware Robot2017-01-081-1/+1
| | | | | | | | | | | |
* | | | | | | | | | | | CMake Nightly Date StampKitware Robot2017-01-071-1/+1
| | | | | | | | | | | |
* | | | | | | | | | | | CMake Nightly Date StampKitware Robot2017-01-061-1/+1
| | | | | | | | | | | |
* | | | | | | | | | | | CMake Nightly Date StampKitware Robot2017-01-051-1/+1
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2017-01-041-1/+1
| | | | | | | | | | |
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2017-01-031-1/+1
| | | | | | | | | | |
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2017-01-021-1/+1
| | | | | | | | | | |
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2017-01-011-1/+1
| | | | | | | | | | |
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2016-12-311-1/+1
| | | | | | | | | | |
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2016-12-301-1/+1
| |_|_|_|/ / / / / / |/| | | | | | | | |
* | | | | | | | | | CMake Nightly Date StampKitware Robot2016-12-291-1/+1
| | | | | | | | | |
* | | | | | | | | | CMake Nightly Date StampKitware Robot2016-12-281-1/+1
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2016-12-271-1/+1
| | | | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2016-12-261-1/+1
| | | | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2016-12-251-1/+1
| | | | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2016-12-241-1/+1
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2016-12-231-1/+1
| | | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2016-12-221-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2016-12-211-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2016-12-201-1/+1
| | | | | |
* | | | | | CMake Nightly Date StampKitware Robot2016-12-191-1/+1
| | | | | |
* | | | | | CMake Nightly Date StampKitware Robot2016-12-181-1/+1
| | | | | |
* | | | | | CMake Nightly Date StampKitware Robot2016-12-171-1/+1
| |_|_|/ / |/| | | |
* | | | | Merge topic 'refactor-compile-pdb-path'Brad King2016-12-164-31/+25
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 6271df8f Makefile,Ninja: De-duplicate MSVC compiler PDB path selection
| * | | | | Makefile,Ninja: De-duplicate MSVC compiler PDB path selectionBrad King2016-12-154-31/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a helper to cmCommonTargetGenerator instead of duplicating it in cmMakefileTargetGenerator and cmNinjaTargetGenerator.