- Mar 28, 2017
-
-
Domen Vrankar authored
-
Kitware Robot authored
-
- Mar 27, 2017
-
-
The `sysconf(3)` manual explains that the return value can be `-1` for limits if there is no definite limit. Recognize this case and skip using the value as a limit candidate. Otherwise we use response files unconditionally on such systems instead of checking other limits. Fixes: #16740
-
Brad King authored
Add a query to the `cmake_host_system_information` command to get the location of a VS 2017 installation. Leave it undocumented and for internal use for now.
-
Kitware Robot authored
-
- Mar 26, 2017
-
-
Kitware Robot authored
-
- Mar 25, 2017
-
-
Kitware Robot authored
-
- Mar 24, 2017
-
-
Daniel Pfeifer authored
-
Kitware Robot authored
-
- Mar 23, 2017
-
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
Since the class name is used in the macros, the iwyu tool gets confused wheter it needs a forward declaration or not.
-
Daniel Pfeifer authored
Since the class name is used in the macros, the iwyu tool gets confused wheter it needs a forward declaration or not.
-
Gregor Jasny authored
Issue: #16680
-
Kitware Robot authored
-
- Mar 22, 2017
-
-
Gregor Jasny authored
Issue: #16680
-
Gregor Jasny authored
Issue: #16680
-
Tobias Hunger authored
Make CMAKE_HOME_DIRECTORY detection work more reliably in the face of symlinks. Closes #16736
-
Closes: #14335
-
Kitware Robot authored
-
- Mar 21, 2017
-
-
Brad King authored
Work around upstream ninja issue 1251 by converting include directories used by our Fortran dependency scanner to the same path format that we use in preprocessor `-I` flags and in the `build.ninja` manifest. Fixes: #16722
-
Robert Maynard authored
-
Brad King authored
The `WINDOWS_EXPORT_ALL_SYMBOLS` target property exports all symbols found in object files explicitly given to the linker. However, the linker may also find additional symbols in dependencies and copy them into the linked binary (e.g. from `msvcrt.lib`). Provide a way to export an explicit list of such symbols by adding a `.def` file as a source file. Fixes: #16473
-
Brad King authored
-
Brad King authored
-
-
Kitware Robot authored
-
- Mar 20, 2017
-
-
Kitware Robot authored
-
- Mar 19, 2017
-
-
Kitware Robot authored
-
- Mar 18, 2017
-
-
Kitware Robot authored
-
- Mar 17, 2017
-
-
Kitware Robot authored
-
- Mar 16, 2017
-
-
Sebastian Holtermann authored
Closes: #16501
-
Sebastian Holtermann authored
-
Kitware Robot authored
-
- Mar 15, 2017
-
-
Kitware Robot authored
-
- Mar 14, 2017
-
-
Daniel Pfeifer authored
Comments that indicate a special include order is necessary because GetCurrentDirectory might get redefined are outdated. Remove those outdated comments and use the normal ordering of includes.
-
Kitware Robot authored
-
- Mar 13, 2017
-
-
Kitware Robot authored
-
- Mar 12, 2017
-
-
Gregor Jasny authored
Issue: #15441
-