- 31 May, 2017 1 commit
-
-
Kitware Robot authored
-
- 30 May, 2017 1 commit
-
-
Kitware Robot authored
-
- 29 May, 2017 1 commit
-
-
Kitware Robot authored
-
- 28 May, 2017 1 commit
-
-
Kitware Robot authored
-
- 27 May, 2017 1 commit
-
-
Kitware Robot authored
-
- 26 May, 2017 7 commits
-
-
Pavel Solodovnikov authored
-
Pavel Solodovnikov authored
-
Pavel Solodovnikov authored
-
Pavel Solodovnikov authored
-
Sebastian Holtermann authored
Closes #14760 Closes #14313
-
Sebastian Holtermann authored
-
Kitware Robot authored
-
- 25 May, 2017 3 commits
-
-
Daniel Pfeifer authored
-
Brad King authored
The previous implementation assumed that only one byte would be given in the `from` buffer by the caller at a time. This may be true for MSVC but is not for the GNU library on Windows. Re-implement these methods to handle more than one byte per call. Also simplify the state management by keeping all state between calls directly in the `mbstate_t` argument instead of using it to index our own heap-allocated state. Fixes: #16893
-
Kitware Robot authored
-
- 24 May, 2017 4 commits
-
-
Pavel Solodovnikov authored
-
Brad King authored
Patch-by: vvs31415 on gitlab.kitware.com
-
Brad King authored
-
Kitware Robot authored
-
- 23 May, 2017 3 commits
-
-
If CONFIG or MODULE is given and the package is not REQUIRED, output a one-liner instead of the full warning. Update Tests/RunCMake/find_package expected output to match.
-
-
Kitware Robot authored
-
- 22 May, 2017 2 commits
-
-
Brad King authored
Don't bother writing `UseOfMfc` to `.vcxproj` files when the value is just the default of `0`. This keeps the files cleaner. Patch-by: vvs31415 on gitlab.kitware.com
-
Kitware Robot authored
-
- 21 May, 2017 1 commit
-
-
Kitware Robot authored
-
- 20 May, 2017 1 commit
-
-
Kitware Robot authored
-
- 19 May, 2017 2 commits
-
-
Brad King authored
When using `CMake_NO_CXX_STANDARD` a user may still provide `-std=c++11` or similar flags in `CMAKE_CXX_FLAGS`, so we should still check for the available C++ features.
-
Kitware Robot authored
-
- 18 May, 2017 3 commits
-
-
Brad King authored
`AddInterfaceDepends` is only called from `CollectTargetDepends` inside our loop over all configurations so it doesn't need its own such loop.
-
Brad King authored
Fix `AddInterfaceDepends` to combine all configurations using the same approach that `CollectTargetDepends` does. Fixes: #16896
-
Kitware Robot authored
-
- 17 May, 2017 2 commits
-
-
The fix in commit v3.8.1~4^2 (source_group: Fix TREE with root that is not current source dir, 2017-04-20) accidentally broke support for specifying paths relative to the source directory. Fix it and add a test covering the case. While at it, fix a typo in a variable name. Fixes: #16876
-
Kitware Robot authored
-
- 16 May, 2017 5 commits
-
-
Domen Vrankar authored
Support for setting archive packager specific per component filenames and monolithic package filenames.
-
Chuck Atkins authored
The new PackageRoot search path group allows the PackageName_ROOT cmake and environment variables to be used as search prefixes for all find_* commands called from within a find module
-
Symbols including a dot are not valid and result in a `LNK1242` error when trying to create a library from the def file. Such symbols happen to be in object files when using PGI Fortran on Windows and compiling with debug symbols enabled. Those symbols do not need to be exported.
-
This fixes a false-positive `CMP0058` warning if any custom rules depend on `compile_commands.json` (e.g. to trigger rerunning clang-tooling utilities). Fixes: #16444
-
Kitware Robot authored
-
- 15 May, 2017 2 commits
-
-
Include header needed for `CP_ACP`.
-
Brad King authored
`xcodebuild` occasionally hangs on some macOS machines (and can be reproduced independent of CMake). It only happens a few times in 1000 runs, but configuration of a large project calls `try_compile` many times and therefore frequently hangs due to this problem. I've been unable to reproduce the hang when using a scheme to build, so always generate a scheme in `try_compile` projects to work around the problem. Issue: #16752
-