- Mar 03, 2015
-
- Mar 02, 2015
-
-
Brad King authored
-
On some stream libraries failbit is not set when trying to read past EOF. Instead, always exit the copy loop when gcount() is zero.
-
- Feb 28, 2015
- Feb 27, 2015
- Feb 26, 2015
-
-
Brad King authored
-
Avoid a separate open/close for each file installed. Use a single file(WRITE) instead of a loop with file(APPEND).
-
- Feb 24, 2015
- Feb 23, 2015
-
-
Brad King authored
-
- Feb 20, 2015
-
-
Brad King authored
-
Brad King authored
This check was first added by commit v3.0.0-rc5~6^2 (FindCurses: Detect and satisfy ncurses dependency on tinfo, 2014-01-17), but it is not correctly conditioned on existence of the tinfo library and fails if the code path is taken but tinfo is not found. However, since commit v3.2.0-rc1~369^2 (FindCurses: Drop search for deprecated HP-UX cur_colr library, 2014-11-17) the result of the check is not used, so simply drop it.
-
Brad King authored
-
Brad King authored
Provide bootstrap-time control for using a system JsonCpp library.
-
Brad King authored
Since jsoncpp 0.7.0 (2014-11-20) the upstream may provide a CMake package configuration file such that find_package(jsoncpp) will find a jsoncppConfig.cmake file. In order to avoid conflicting with this (especially on case-insensitive filesystems), and since we always prefer projects to provide package config files (that they maintain), it is better to not provide FindJsonCpp publicly. Move FindJsonCpp into a private source directory that is not installed so that we can still use it for building CMake itself. Reported-by: Ryan Pavlik <ryan.pavlik@gmail.com>
-
- Feb 19, 2015
-
-
Brad King authored
-
Brad King authored
At the start of each configure step we already reset the generator selection (CMAKE_GENERATOR) to match that loaded for the current project. Add missing code to reset the generator platform and toolset (CMAKE_GENERATOR_PLATFORM and CMAKE_GENERATOR_TOOLSET) also so that they do not leak across projects.
-
- Feb 18, 2015
- Feb 13, 2015
- Feb 12, 2015
- Feb 11, 2015
-
-
Brad King authored
-
Brad King authored
-
Brad King authored
The project has moved from <http://www.coin3d.org/> to <https://bitbucket.org/Coin3D/coin/wiki/Home>. Simply drop the out-dated link. Few find modules have links to the project sites. Anyone looking to use a given find module likely already knows about the project it finds and can use a search engine to find its homepage.
-
The file(GLOB_RECURSE) call added by commit 3ec02547 (CPackRPM: Allow multiple path relocation prefixes for one package, 2015-01-21) should not follow directory symlinks, so make sure CMP0009 is set to NEW.
-
- Feb 10, 2015
-
-
Brad King authored
-
Link to 'CTEST_TEST_TIMEOUT', not 'CTEST_TESTING_TIMEOUT'.
-
Brad King authored
-
-
Brad King authored
-
Brad King authored
-
Fix typo in logic added by commit 3ec02547 (CPackRPM: Allow multiple path relocation prefixes for one package, 2015-01-21).
-
Fix a logic typo introduced by commit v3.1.0-rc1~781^2 (Generalize cmCustomCommandGenerator to more fields, 2014-03-10).
-
- Feb 06, 2015
-
-
Brad King authored
-