- Jun 27, 2016
-
-
-
Turn the feature check for cxx11_unordered_map into a function such that we can use it for other features as well. Drop the 11 suffix, as we may want to check features from other standards.
-
- Jun 22, 2016
- Jun 21, 2016
-
-
Brad King authored
-
8ddbd4c2 cmOutputConverter: remove unnecessary conversion bdaadbdc cmOutputConverter: collapse ConvertToOutputForExisting functions 191fc3a0 cmOutputConverter: remove unused 'local' argument b86007e3 cmOutputConverter: remove 'optional' argument cde127b0 cmOutputConverter::Convert: invert condition c23f89bc cmOutputConverter::Convert: make precondition explicit
-
6509ad29 CTest: Properly set buildname if only C langage is enabled
-
6087b9e4 FindGLEW: Search for debug and release configurations separately
-
c9fca42f FindBoost: Make imported targets fall back to `Release`
-
5cc34162 AIX: Add support for Clang compiler
-
41925efe cmGeneratorTarget: Fix Fortran module directory regression
-
Brad King authored
-
Brad King authored
Explain in what directory the property should be set to affect the corresponding ``.sln`` file. Suggested-by:
Stephen Kelly <steveire@gmail.com>
-
Brad King authored
We no longer define the ZLIB_LIBRARY cache entry, so we should not mark it as advanced either. We only use this variable when someone else defines it in order to remain compatible with older versions of this module, but we never create the entry ourselves anymore.
-
Extend the optimization from commit v3.4.0-rc1~264^2 (GetPrerequisites: Optionally filter "objdump" output for speed, 2015-07-29) to work on Windows by using `findstr` in place of `grep`.
-
Kitware Robot authored
-
- Jun 20, 2016
-
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
Remove the 'optional' paramenter from the second overload of the Convert function. This parameter is used from one single location. Inline the codepath for which the argument is true to the callsite.
-
Daniel Pfeifer authored
Make the control flow of the 'optional' argument more explicit.
-
Daniel Pfeifer authored
-
Jean-Christophe Fillion-Robin authored
Fixes #14068
-
fe27879c cmDependsJavaParserHelper: fix dangling pointer
-
The cmDependsJavaParserHelper tries to implement a "deep copy" in the assignment operator of the internal class CurrentClass. To do that, it uses std::copy and std::back_inserter. The copy constructor is implemented in terms of the assignment operator but it does not initialize the member NestedClasses, a pointer to vector. This pointer is dereferenced in the assignment operator. Change the pointer to a value and rely on the compiler generated special functions.
-
Brad King authored
-
Brad King authored
* upstream-LibArchive: LibArchive 2016-06-19 (139d0576)
-