- 10 Jun, 2016 12 commits
-
-
-
-
-
This member variable is never initialized and has apparently moved to cmState.
-
d4b8e813 FindProtobuf: fix protobuf_generate_*() to handle proto files in subdirs.
-
746a4245 FindFreetype: Factor out common find command arguments
-
e937b4c3 FindOpenSSL: Do not assume that the version regex finds something
-
ceebac93 Tests: Restore fix to Plugin test on Watcom compiler
-
f2840155 cmake-gui: Teach Qt5 where plugins are when launched through a symlink
-
Kitware Robot authored
-
- 09 Jun, 2016 17 commits
-
-
When we are on OSX and we are launching cmake-gui from a symlink, the application will fail to launch as it can't find the qt.conf file which tells it what the name of the plugin folder is. We need to add this path BEFORE the application is constructed as that is what triggers the searching for the platform plugins
-
-
Move it from cmCommonTargetGenerator.
-
Vladimír Vondruš authored
-
Reviewed-by:
James Bigler <jamesbigler@gmail.com>
-
-
ea598671 Run ranlib on archives only if the tool is available
-
b0d3e693 cmLocalGenerator: Pass configuration to GetTargetFlags
-
e9da5192 CPack/PackageMaker: port to cmXMLWriter
-
-
Modify logic to unconditionally create an empty class list response file to instead only create the empty file if no classes are being compiled. Otherwise, the response file is created via a custom command that generates the correct list. This fixes a race condition on certain systems (e.g. HFS on OS X) where the dependency for creating the "correct" list can have the "same" (due to limited precision of the filesystem) timestamp as the empty file created at configure time, resulting in an empty class list being incorrectly used to invoke `jar` (resulting in `jar` being unhappy that it was not given any input files). Although one would have some hope that this doesn't affect "real" projects, it definitely does affect the JavaExportImport unit test, causing the same to fail randomly when run on an HFS partition.
-
Brad King authored
The fix in commit v3.4.0-rc1~127^2 (Tests: Fix Plugin test on Watcom compiler, 2015-09-03) was reverted accidentally by automated .c_str() removal. Restore it and add a comment explaining why.
-
-
BoringSSL's openslv.h does not have the version information.
-
Kitware Robot authored
-
- 08 Jun, 2016 11 commits
-
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
-
-
-
-
Move the configuration lookup to call sites. This will allow multi-configuration callers to use the method.
-
b8a00b67 Tests/FindVulkan: Run clang-format
-
Brad King authored
-
dbc9f73d libarchive: Restore OpenSSL include directory from upstream
-
adf4df28 Add FindVulkan.cmake.
-