- Nov 01, 2016
-
-
c75b8910 CPackDeb: fix copy-n-paste typos in documentation
-
-
Brad King authored
-
f2ff9495 FindSDL_sound: Fix SDL_SOUND_LIBRARIES result value
-
f2de7079 FindMatlab: Fix typo in matlab_add_unit_test implementation
-
e29f33cd FindMatlab: Add support for Matlab 2016b (9.1)
-
95805d72 Sublime: Add option to specify env vars for the .sublime-project
-
353f6362 Ninja: Fix POST_BUILD noop on Windows
-
Christian Fetzer authored
Clarifies that there is no need to surround file(REMOVE/REMOVE_RECURSE) calls by `if(EXISTS)` as non existent files are silently ignored.
-
Christian Fetzer authored
The execute_process command starts all commands in parallel (in order for the piping to work). Mention this explicitly and also add a note about how to execute commands sequentially.
-
Kitware Robot authored
- Oct 31, 2016
-
-
Kitware Robot authored
-
- Oct 30, 2016
-
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
Kitware Robot authored
-
- Oct 29, 2016
-
-
Kitware Robot authored
-
- Oct 28, 2016
-
-
Brad King authored
-
Fix typo in variable used to communicate between matlab_add_unit_test and its helper script MatlabTestsRedirect.cmake that was introduced in commit v3.7.0-rc1~116^2 (FindMatlab: Extend matlab_add_unit_test to run arbitrary test code, 2016-08-30).
-
Brad King authored
-
Brad King authored
In commit v3.6.0-rc1~88^2 (CustomCommandGenerator: Add support for CROSSCOMPILING_EMULATOR, 2016-05-04) logic was introduced to substitute a target's `CROSSCOMPILING_EMULATOR` for argv0 in a custom command. However, it broke the case when the argv0 was a target name and now fails to expand the target name to its location at the same time as inserting the emulator. Fix the latter case. Inspired-by:
Brian Maher <brian@brimworks.com> Closes: #16288
-
Brad King authored
-
This allows users to specify different genex-based compile flags for each file in a target, e.g. compiling just a single file with `Od/Ox` in release builds on Visual Studio.
-
Brad King authored
-
-
Brad King authored
-
Brad King authored
-
Tobias Hunger authored
-
Kitware Robot authored
- Oct 27, 2016
-
-
Catch more problematic input during handshake and report failure. These were caught before when trying to configure, but it is way better to get these reports early.
-
Create a `CMAKE_SUBLIME_TEXT_2_ENV_SETTINGS` variable to control addition of env vars in the `.sublime-project`. Closes: #16387
-
Brad King authored
Since this compiler always defines `__cplusplus` to `1` we need to use `_MSC_VER`, `__INTEL_CXX11_MODE__`, and the feature test macro named `__cpp_aggregate_nsdmi` to detect C++11 and C++14 modes. With no `-Qstd=` flag this compiler defaults to C++98 plus a subset of C++11/C++14 features needed to be compatible with MSVC. We pretend it is plain C++98 and add a `-Qstd=` flag whenever needed for C++11 or above features even if they would happen to be available in MSVC-mode. Closes: #16384
-