- Aug 09, 2016
-
-
The Numerical Algorithms Group (NAG) Fortran compiler documents -PIC for position-independent code and does not have a separate option for PIE. We added `-PIC` for PIC in commit v2.8.11~174^2 (NAG: Use -PIC for Fortran position-independent code, 2013-02-18). Follow up for PIE. Closes: #16236
-
5f3c8f6a GetPrerequisites: Always filter objdump output as text
-
955c2a63 Ninja: Use full path for all source files
-
17bbf6af CPackWIX: Implement new CPACK_WIX_SKIP_PROGRAM_FOLDER feature
-
Kitware Robot authored
-
- Aug 08, 2016
-
-
Daniel Pfeifer authored
The generated files may be consumed by older cmake versions which do not support string(APPEND).
-
Daniel Pfeifer authored
-
When using `grep` to filter the output, add the `-a` flag to tell it never to treat the output as binary. Otherwise when LANG != C in the environment the non-ascii text may break the filter.
-
This is consistent with the behavior of the Makefile generators. Relative paths are difficult for an IDE to parse the output of a build error.
-
Brad King authored
-
fe7f117a bash-completion: Fix cmake -E lookup
-
e52302d6 CrayLinuxEnvironment: Add alternative methods to get version info
-
88f2455f FindOpenCL: Fix search on macOS.
-
038e3a4f cmVisualStudio10TargetGenerator: Run clang-format
-
The original patch was provided by jerry <jerry.c.t@web.de>.
-
Brad King authored
-
The new variable allows setting of a custom absolute installation prefix outside of the ProgramFiles folders.
-
Kitware Robot authored
-
- Aug 07, 2016
-
-
Kitware Robot authored
-
- Aug 06, 2016
-
-
Kitware Robot authored
-
- Aug 05, 2016
-
-
Brad King authored
-
Brad King authored
Closes: #16213
-
Brad King authored
-
Chuck Atkins authored
Closes: #16229
-
In case of long '<command> <args...>' the description text is wrapped and indented on the next line. Avoid taking these lines into account by explicitly requiring the third character to be a non-space.
-
e555480c Ninja: Fix response file format for GNU-like Clang on Windows
-
4ada475e VS: Fix VS 2015 .vcxproj debug setting for Windows7.1SDK toolset
-
Kitware Robot authored
-
- Aug 04, 2016
-
-
Brad King authored
Closes: #16213
-
Brad King authored
* upstream-KWSys: KWSys 2016-08-03 (6d23dd7e)
-
Code extracted from: http://public.kitware.com/KWSys.git at commit 6d23dd7e455a7b2088c4ec6dce760d8243b84ee6 (master). Upstream Shortlog ----------------- Ben Boeckel (1): 6d23dd7e SystemTools: add a PathExists method
-
ff386d11 Modules: Make imported targets fall back to `Release`
-
f59ab433 curl: Remove CMake-specific README f53f4a8a Merge branch 'upstream-curl' into update-curl 202adcfe curl 2016-08-03 (f2cb3a01) e1c11352 curl: Update script to get curl 7.50.1 a51c6c53 Merge branch 'upstream-curl' into update-curl 7ec709d3 curl 2015-08-11 (1a7f66a3) 3e9b0343 Add script to update curl from upstream
-
Brad King authored
The `CMAKE_<LANG>_SIMULATE_ID` variables are not set to "GNU" for a GNU-like Clang compiler on Windows. They are only set to "MSVC" for a MSVC-like Clang. Revise our response file format selection accordingly. Reported-by:
Chaoren Lin <chaorenl@google.com>
-
Kitware Robot authored
-
- Aug 03, 2016
-
-
Brad King authored
-