- Aug 03, 2016
-
-
7d7446c9 Utilities/Sphinx: Remove use of continue() method
-
8eb0b56c FindHDF5: Make sure compile definition vars keep the -D flag
-
Kitware Robot authored
-
- Aug 02, 2016
-
-
We currently only require CMake 2.8.4 which does not provide it.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
Without extensions, functions like `strdup` are not available since they are actually controlled by feature flags such as _SVID_SOURCE and _BSD_SOURCE. When using `-std=c11` on Intel, none of these flags are set, so the functions are not declared properly leading to compile errors. Reported-by:
Adam J. Stewart <ajstewart426@gmail.com> Closes: #16226
-
Chuck Atkins authored
-
bdd9b1c7 Help: Fix CMAKE_INSTALL_PREFIX documented default on Windows
-
Kitware Robot authored
-
- Aug 01, 2016
-
-
Brad King authored
Fixes #16211.
-
-
cd7ed47c Aux: highlight commands using Function bca8be58 Aux: sort the highlighting list 7decbe8f Aux: highlight CMAKE_{CMAKE,CPACK}_COMMAND variables 2b57b139 Aux: highlight modules using Include 8ac4e2cf Aux: highlight conditiona and repeat commands differently 3b3bd880 Aux: highlight deprecated commands as warnings 481f8cf1 Aux: remove unused highlight links ffa44a39 Aux: highlight Lua-style comments 29eeb9a8 Aux: check spelling in comments
-
624b7215 Source/CPack: Add CM_OVERRIDE on MacOS cmCPackGenerator overrides
-
ea647533 Do not report ALIASED_TARGET as always set (#15783)
-
Kitware Robot authored
-
- Jul 31, 2016
-
-
Kitware Robot authored
-
- Jul 30, 2016
-
-
Kitware Robot authored
-
- Jul 29, 2016
-
-
Kitware Robot authored
-
- Jul 28, 2016
-
-
Kitware Robot authored
-
- Jul 27, 2016
-
-
Daniel Pfeifer authored
Automate with: find Tests -type f -print0 | xargs -0 perl -i -0pe \ 's/set\(([a-zA-Z0-9_]+)(\s+)"\$\{\1\}([^"])/string(APPEND \1\2"\3/g'
-
Daniel Pfeifer authored
Automate with: find Modules -type f -print0 | xargs -0 perl -i -0pe \ 's/set\(([a-zA-Z0-9_]+)(\s+)"\$\{\1\}([^"])/string(APPEND \1\2"\3/g'
-
Kitware Robot authored
-
- Jul 26, 2016
-
-
Jostein Kjønigsen authored
-
Kitware Robot authored
-
- Jul 25, 2016
-
-
Kitware Robot authored
-
- Jul 24, 2016
-
-
Kitware Robot authored
-
- Jul 23, 2016
-
-
Kitware Robot authored
-
- Jul 22, 2016
-
-
Ben Boeckel authored
These are closer to functions than anything else. Also change the other groups which were highlighted with Function to other groups.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
They are closer to Include than generic preprocessor lines.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-