- Sep 25, 2015
-
-
This isn't enough to make the whole module work with only C++ enabled.
-
While at it, also add a branch using CheckIncludeFileCXX. Also give a better error message if no supported language is enabled. C++ support isn't working yet, but it has never worked.
-
-
- Sep 21, 2015
-
-
Rolf Eike Beer authored
-
-
bc2e54db Introduction of CPACK_VERBATIM_VARIABLES variable
-
Kitware Robot authored
-
- Sep 20, 2015
-
-
If variable is set to TRUE, values of all variables prefixed with CPACK_ will be escaped so special characters such as dolar sign, quotes or foreward slash will not be lost. By default variable is treated as set to FALSE for back compatibility. The cpack_encode_variables macro is changed into a function to remove scope pollution. There should be no other effects.
-
Kitware Robot authored
-
- Sep 19, 2015
-
-
Kitware Robot authored
-
- Sep 18, 2015
-
-
Domen Vrankar authored
-
- Direct call to cmSystemTools::ComputeFileMD5 - Avoiding hashing symlinks - Tests
-
Stephen Kelly authored
Use it instead of the similar cmMakefile API. It is necessary to know that the Configure step is completely done, not just that one particular cmMakefile is finished configuring. Prior to commit 611220f7 (cmTarget: Use reliable test for CMP0024 and CMP0026 OLD., 2015-07-25), this was determined by checking whether cmGeneratorTargets exist yet, which happens after the Configure step.
-
Stephen Kelly authored
-
Stephen Kelly authored
This API is only called after configure-time.
-
Brad King authored
Add documentation and tests for the existing CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE CTest variables.
-
Brad King authored
Move detection over to the compiler id logic where we have already constructed the list of compiler flags from ARG1 and CMAKE_<LANG>_FLAGS. Pass the flags when we execute "cl" with "/showIncludes". Also pass "/c" because we only need to compile, not link. Check the compiler process exit code before trusting its output.
-
Brad King authored
This executable comes with CMake so just compute its location in cmSystemTools instead of storing it in compiler information modules.
-
Brad King authored
The execute_process command always exists so we never need to fall back on exec_program.
-
7235334a Project: Determine default language dialect for the compiler.
-
Use the __cplusplus and __STDC_VERSION__ macros to automatically determine the default dialect for the compiler while determining its id and version.
-
851915a5 cmake-gui: Improve packaging of Qt5 libraries.
-
Kitware Robot authored
-
- Sep 17, 2015
-
-
Ben Boeckel authored
-
becb14c9 CPack/DEB: test preserve extra config file permissions 7044e8ee CPackDeb: use of libarchive and removal of fakeroot 415405a3 cmArchiveWrite: control user/group, permissions and recursive file adding 4f2ff601 Tests: Make RunCMake.CPack error messages more readable 81b748ae cmGeneratedFileStream: Fix spelling in comment
-
-
-
-
-