Commit Graph

34242 Commits

Author SHA1 Message Date
Brad King
c43cf158d7 Merge topic 'cpack-new-tests'
36bc7e4c store old locale to a temporary variable
05c14ea0 RunCMake.CPack_* add COMPONENT to minimal test
5b0a64eb CPack/Archive minimal tests for more formats
2017-01-10 09:34:55 -05:00
Brad King
2c8eb2696a Merge topic 'cpack-deb-md5sums-paths-fix'
6daa2d38 CPack/Deb invalid md5sums file fix
2017-01-10 09:34:52 -05:00
Brad King
039a7df9ba Merge topic 'cpack-test-extra-std-out-err-file-overloads'
adbf7228 CPack test additional std out/err regex file overloads
2017-01-10 09:34:49 -05:00
Brad King
ea62999f45 Merge topic 'cpack-rpm-user-binary-spec-file-fix'
574c81e2 CPack/RPM fix - custom binary spec file handling
2017-01-10 09:34:46 -05:00
Brad King
9239141e95 Merge topic 'cmake-server-do-not-crash-on-interface-lib-for-master'
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
2017-01-10 09:34:43 -05:00
Domen Vrankar
adbf72280d CPack test additional std out/err regex file overloads
Added std out/std err expected regex file name
overloads for packaging type.
2017-01-10 08:40:16 +01:00
Domen Vrankar
574c81e28c CPack/RPM fix - custom binary spec file handling
Fixes #16507
2017-01-10 08:37:14 +01:00
Kitware Robot
aff368bb84 CMake Nightly Date Stamp 2017-01-10 00:01:04 -05:00
Brad King
0471d13ecd Merge branch 'cmake-server-do-not-crash-on-interface-lib' into cmake-server-do-not-crash-on-interface-lib-for-master 2017-01-09 16:41:32 -05:00
Tobias Hunger
c0bd1eb6d0 server-mode: Do not crash when running into INTERFACE_LIBRARY
Closes: #16539
2017-01-09 16:40:46 -05:00
Tobias Hunger
33e628ee80 server-mode: Do not crash when running into INTERFACE_LIBRARY
Closes: #16539
2017-01-09 16:31:11 -05:00
Brad King
eee51e24d2 Merge topic 'cpack-deb-package-version-override-fix'
2f4e5ed6 CPackDeb: use CPACK_DEBIAN_PACKAGE_VERSION
2017-01-09 16:27:31 -05:00
Brad King
4ce6cd2bcf Merge topic '15687-revisit-xcode-system-include'
88f07fb4 Xcode: Properly mark SYSTEM includes as such
2017-01-09 16:27:28 -05:00
Brad King
cda3a69b1b Merge topic 'read-only-type-target-property'
98f21433 cmTarget: Enforce TYPE being a read-only property
2017-01-09 16:27:25 -05:00
Brad King
0dabeb6024 Merge topic 'fix-required-var-error-typo'
8e4d286e Fix typo in error message on missing required variable
2017-01-09 16:27:22 -05:00
Brad King
a0ed39ac22 Merge topic 'mr-reset-error-flag-on-configure'
7789dd9a server-mode: Call ResetErrorOccured before configure
2017-01-09 16:27:19 -05:00
Brad King
8f9e0884d4 Merge topic 'pgi-ninja-fortran'
4087d0ae PGI: Add support for Fortran with the Ninja generator
2017-01-09 16:27:16 -05:00
Gregor Jasny
98f2143305 cmTarget: Enforce TYPE being a read-only property 2017-01-09 16:00:39 -05:00
Kitware Robot
976574b010 CMake Nightly Date Stamp 2017-01-09 00:01:04 -05:00
Kitware Robot
9cad0ec691 CMake Nightly Date Stamp 2017-01-08 00:01:04 -05:00
Kitware Robot
0d8874e493 CMake Nightly Date Stamp 2017-01-07 00:01:03 -05:00
Kitware Robot
7373505262 CMake Nightly Date Stamp 2017-01-06 00:01:04 -05:00
Kitware Robot
5df77fba53 CMake Nightly Date Stamp 2017-01-05 00:01:05 -05:00
Kitware Robot
c628fd2fab CMake Nightly Date Stamp 2017-01-04 00:01:03 -05:00
Kitware Robot
bd9b53ab33 CMake Nightly Date Stamp 2017-01-03 00:01:04 -05:00
Kitware Robot
c8084b3020 CMake Nightly Date Stamp 2017-01-02 00:01:06 -05:00
Kitware Robot
ea0db79e65 CMake Nightly Date Stamp 2017-01-01 00:01:03 -05:00
Kitware Robot
fbf0f0b3b6 CMake Nightly Date Stamp 2016-12-31 00:01:04 -05:00
Kitware Robot
da04b68f39 CMake Nightly Date Stamp 2016-12-30 00:01:04 -05:00
Kitware Robot
2da3ae3bf7 CMake Nightly Date Stamp 2016-12-29 00:01:10 -05:00
Kitware Robot
58a09969f8 CMake Nightly Date Stamp 2016-12-28 00:01:09 -05:00
Gregor Jasny
88f07fb417 Xcode: Properly mark SYSTEM includes as such
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
2016-12-27 22:18:30 +01:00
Kitware Robot
65fb0fa632 CMake Nightly Date Stamp 2016-12-27 00:01:03 -05:00
Kitware Robot
2b301e11e2 CMake Nightly Date Stamp 2016-12-26 00:01:04 -05:00
Domen Vrankar
36bc7e4c3f store old locale to a temporary variable
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.
2016-12-25 10:51:34 +01:00
Kitware Robot
8b623e8a4a CMake Nightly Date Stamp 2016-12-25 00:01:05 -05:00
Kitware Robot
df00ed1310 CMake Nightly Date Stamp 2016-12-24 00:01:09 -05:00
Domen Vrankar
6daa2d384e CPack/Deb invalid md5sums file fix
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
2016-12-23 21:10:52 +01:00
Domen Vrankar
05c14ea0a9 RunCMake.CPack_* add COMPONENT to minimal test
Add component based packages testing to current
monolithic minimal package tests.
2016-12-23 21:03:05 +01:00
Domen Vrankar
5b0a64ebc5 CPack/Archive minimal tests for more formats 2016-12-23 21:01:38 +01:00
Kitware Robot
e8e9034596 CMake Nightly Date Stamp 2016-12-23 00:01:05 -05:00
Kitware Robot
65c18b2141 CMake Nightly Date Stamp 2016-12-22 00:01:04 -05:00
Kitware Robot
6154a2cddc CMake Nightly Date Stamp 2016-12-21 00:01:04 -05:00
Daniel Pfeifer
2f4e5ed66d CPackDeb: use CPACK_DEBIAN_PACKAGE_VERSION 2016-12-20 14:09:20 +01:00
Kitware Robot
4918cd8c98 CMake Nightly Date Stamp 2016-12-20 00:01:04 -05:00
Kitware Robot
3657ac9fbb CMake Nightly Date Stamp 2016-12-19 00:01:04 -05:00
Kitware Robot
77468c751f CMake Nightly Date Stamp 2016-12-18 00:01:04 -05:00
Kitware Robot
9639b2f7e7 CMake Nightly Date Stamp 2016-12-17 00:01:05 -05:00
Brad King
8e4d286e7b Fix typo in error message on missing required variable
Reported-by: Albrecht Schlosser <AlbrechtS.fltk@online.de>
2016-12-16 09:20:32 -05:00
Tobias Hunger
7789dd9a1a server-mode: Call ResetErrorOccured before configure
Closes: #16506
2016-12-16 08:54:37 -05:00