- Dec 06, 2016
-
-
Brad King authored
We already disable the code using `HIDES_CURL_PRIVATE_SYMBOLS`, so skip the code to set it too, thus avoiding unnecessary `message()` calls.
-
- Dec 05, 2016
-
-
Brad King authored
* upstream-curl: curl 2016-11-02 (3c561c65)
-
Code extracted from: https://github.com/curl/curl.git at commit 3c561c657c2f0e553b19115a506592a8bbd744bc (curl-7_51_0).
-
Brad King authored
-
97c1e569 Help: Add release note for C++ 17 support 85c8e652 Features: Activate C++ 17 support for AppleClang 6.1+ 8084f7a6 Features: Activate C++ 17 support for Clang 3.5+ 24e29d41 Features: Activate C++ 17 support for GNU 5.1+ ae1a6815 Features: Add infrastructure for C++ 17 language standard 684e4d20 Features: Make feature recording conditions more consistent
-
1af67b19 cmCTestTestHandler: use multimap
-
5dec0a23 server-mode: Fix per-source COMPILE_FLAGS genex evaluation
-
dd153de4 CMakeDetermineASMCompiler: arg-split ASM* env var like CC
-
Kitware Robot authored
-
- Dec 04, 2016
-
-
Kitware Robot authored
-
- Dec 03, 2016
-
-
Domen Vrankar authored
-
* In older version "%dir %attr(-, root, root) foo" would put "%dir foo" in the final spec file. * Also added comment to describe this and advise not not to add trailing slashes to directories in USER_FILELIST. * Includes test in RunCMake CPack which now passes.
-
Daniel Pfeifer authored
-
Kitware Robot authored
-
- Dec 02, 2016
-
-
Brad King authored
Closes: #16468
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
Condition all calls to `_record_compiler_features_{c,cxx}` on `_result EQUAL 0` so that adding new language standards later does not need to update them. Avoid some duplicate compiler version checks by conditioning C11 and CXX14 feature recording on the existence of `CMAKE_{C11,CXX14}_STANDARD_COMPILE_OPTION` (whose setting already used the version check).
-
Logic added by commit 1e4bb358 (Add generator expression support to per-source COMPILE_FLAGS, 2016-10-25) accidentally frees memory before finishing with it. Revise the logic to hold the memory long enough.
-
Split the arguments off of the `ASM${ASM_DIALECT}` environment variable as is done for `CC` and other compiler variables. This fixes using CMake when `ASM*` is used to pass additional target flags, e.g. when one uses `ASM=${CC}`.
-
dde72ee9 cmake-gui: Clarify help string on toolset selection field
-
6eb78af2 QtIFW: Packaging as part of the QtSDK
-
9b06c226 VS: Add flag tables for C#
-
66bd8a3c cmVisualStudio10TargetGenerator: Prepare to handle C# projects
-
2ed473b3 execute_process: Add ENCODING option for Windows child process output
-
076aef8e Windows: Use UTF-8 for pipes in CMake, CTest and CPack
-
Kitware Robot authored
-
- Dec 01, 2016
-
-
Brad King authored
The text `-T parameter` may be read as an example value for the field, but the `-T` part should not be included. Clarify the wording. Closes: #16475
-
Michael Stürmer authored
Add these (currently unused) tables in preparation for `.csproj` generation support. Populate the tables for every version with a set of initial values that work well for me with VS 12 and VS 14. Later we may need to generate them more thoroughly from MSBuild `.xml` files.
-
Generalize some internal infrastructure to prepare for generating either `.vcxproj` or `.csproj` files. - Add member string for project file extension - Add member enum for project type - Add member flag for in-source build - Add member flag for managed build - Rename PathToVcxproj to PathToProjectFile
-
Brad King authored
-
d07d24b8 QtIFW: Configurable root component
-
a4da6fa7 Ninja,Makefile: Name static library compile PDB files as VS does
-
571721c5 PGI: Pass macOS-specific link flags directly to linker
-
28e891f0 server-mode: Do not ignore the first cacheArgument on configure
-
163e8018 VS: Add target property VS_DEBUGGER_WORKING_DIRECTORY
-