- Feb 19, 2017
-
-
Gregor Jasny authored
-
Gregor Jasny authored
-
Kitware Robot authored
-
- Feb 18, 2017
-
-
Kitware Robot authored
-
- Feb 17, 2017
-
-
96d61393 FindHDF5: Fix search for language-specific header file
-
Brad King authored
Refactoring in commit v3.6.0-rc1~85^2 (HDF5: Refactor the use of compiler wrappers, 2016-04-04) converted code of the form if(${LANGUAGE} MATCHES ...) to if(LANGUAGE MATCHES ...) However, `LANGUAGE` is a foreach() loop variable and not a normal variable so auto-dereference does not occur. Restore the explicit `${}` syntax and use the new name of the loop variable that has changed since then too. Fixes: #16651
-
28bb68e3 FindHDF5: Restore HDF5_<LANG>_INCLUDE_DIR advanced cache entry mark
-
Brad King authored
Refactoring in commit v3.6.0-rc1~72^2 (HDF5: Rework component searching to correctly find HL for all bindings, 2016-05-12) renamed the language loop variable used to construct the name of `HDF5_<LANG>_INCLUDE_DIR` but forgot to update it in the `mark_as_advanced` call. Fix it now. Issue: #16651
-
9b78dca3 FindOpenSSL: Add another name for libcrypto with MSVC
-
Kitware Robot authored
-
- Feb 16, 2017
-
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
Use %-directives to specify the scanner/lexer arguments and update the yyerror signature. Reduce the list of post-bison modifications needed.
-
Daniel Pfeifer authored
Use %-directives to specify the scanner/lexer arguments and update the yyerror signature. Reduce the list of post-bison modifications needed.
-
Brad King authored
-
Brad King authored
-
Add the `crypto` name without any prefix or suffix as a fallback, just as we already have for `ssl`.
-
Brad King authored
Issue: #16646
-
Brad King authored
Thread failure of VC tool commands through more APIs so that we can detect when they fail. Defer updating of the individual VC tool usage the future and just return true from them for now.
-
ac0962ce TestBigEndian: Fix to work with CXX without C
-
20ae76b1 cmDisallowedCommand: Forward final pass too
-
51849bba ctest_update: Fix svn log and external loading
-
28ee3784 Autogen: Fix headers not skipped
-
Kitware Robot authored
-
- Feb 15, 2017
-
-
Brad King authored
-
-
Sebastian Holtermann authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
Since commit v3.7.0-rc1~132^2 (CTestSVN: Fix segfault when CTEST_UPDATE_VERSION_ONLY is enabled, 2016-09-12) we do not properly extract svn log or externals. After updating we erase the information that was loaded before updating and can no longer log the changes between revisions to extract authors. Fix this by only loading the repository information once, whether needed by `NoteOldRevision`, `NoteNewRevision`, or both. Fixes: #12630, #16646
-
Brad King authored
-
Brad King authored
Fix the default values of `CMAKE_CUDA_FLAGS[_<CONFIG>]` on Windows to make the host compiler flags match those produced for C++ by the `Platform/Windows-MSVC` module. This makes the flags consistent with those used for C++.
-
Brad King authored
Append to `CMAKE_CUDA_FLAGS` instead of overwriting it.
-
Brad King authored
Store unknown flags directly in a flag map entry for `AdditionalOptions` instead of having a separate member for them. This avoids duplicating the output generation logic for the entry.
-
Brad King authored
-