| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
The cmake_parse_arguments command is builtin with version 3.5.
The CMakeParseArguments module is empty and exists for backwards
compatibility with CMake 3.4 and lower.
Remove the includes of CMakeParseArguments from CMake's modules.
The modules are always used with the current version of CMake.
Leave the includes in the tests, as the tests may be run with an older
version of CMake.
|
| |
|
|\
| |
| |
| |
| | |
4164078c cmake-gui: Add MATCHALL option to Regex Explorer
|
| |
| |
| |
| | |
Closes: #16204
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
36bc7e4c store old locale to a temporary variable
05c14ea0 RunCMake.CPack_* add COMPONENT to minimal test
5b0a64eb CPack/Archive minimal tests for more formats
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | |
| | | |
Add component based packages testing to current
monolithic minimal package tests.
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
6daa2d38 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
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
adbf7228 CPack test additional std out/err regex file overloads
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Added std out/std err expected regex file name
overloads for packaging type.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
574c81e2 CPack/RPM fix - custom binary spec file handling
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fixes #16507
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
cmake-server-do-not-crash-on-interface-lib-for-master
|
| | |/ / / /
| | | | | |
| | | | | |
| | | | | | |
Closes: #16539
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Closes: #16539
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
2f4e5ed6 CPackDeb: use CPACK_DEBIAN_PACKAGE_VERSION
|
| | |/ / /
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
88f07fb4 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
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
98f21433 cmTarget: Enforce TYPE being a read-only property
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
8e4d286e Fix typo in error message on missing required variable
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Reported-by: Albrecht Schlosser <AlbrechtS.fltk@online.de>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
7789dd9a server-mode: Call ResetErrorOccured before configure
|
| | |_|_|_|/ /
| |/| | | | |
| | | | | | |
| | | | | | | |
Closes: #16506
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
4087d0ae PGI: Add support for Fortran with the Ninja generator
|
| | |/ / / / /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The PGI documentation says that `-Mpreprocess` "instructs the compiler
to perform cpp-like preprocessing on assembly and Fortran input source
files". The `-E` flag causes the compiler to spit the result to stdout
instead of saving it to a file.
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| |_|/ / / /
|/| | | | | |
|
| | | | | | |
|
| |_|/ / /
|/| | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| |_|_|/
|/| | | |
|
| | | | |
|
| | | | |
|