blender/extern/ceres
Sergey Sharybin 90e827ba66 CMake: De-duplicate checks around unordered maps and shared pointer
Previously several areas were calling TEST_SHARED_PTR_SUPPORT and
TEST_UNORDERED_MAP_SUPPORT which isn't that bad on it's own but
was causing some quite verbose output with same information line
printed multiple times. additionally, what's more worse, define flags
for Ceres were duplicated in main CMakeLists and Ceres's CMakeLists.

Now we've got a single place where checks for those classes are
happening and other areas are simply checking for variables set by
those check macros, keeping CMake output clean and nice.
2016-01-14 12:38:46 +05:00
..
config/ceres/internal Move Ceres to extern/ 2016-01-04 19:39:13 +05:00
include/ceres Move Ceres to extern/ 2016-01-04 19:39:13 +05:00
internal/ceres Move Ceres to extern/ 2016-01-04 19:39:13 +05:00
patches Move Ceres to extern/ 2016-01-04 19:39:13 +05:00
bundle.sh Move Ceres to extern/ 2016-01-04 19:39:13 +05:00
ChangeLog Move Ceres to extern/ 2016-01-04 19:39:13 +05:00
CMakeLists.txt CMake: De-duplicate checks around unordered maps and shared pointer 2016-01-14 12:38:46 +05:00
files.txt Move Ceres to extern/ 2016-01-04 19:39:13 +05:00
LICENSE Move Ceres to extern/ 2016-01-04 19:39:13 +05:00
mkfiles.sh Move Ceres to extern/ 2016-01-04 19:39:13 +05:00
README Move Ceres to extern/ 2016-01-04 19:39:13 +05:00

Ceres Solver - A non-linear least squares minimizer
==================================================
Please see ceres.pdf in docs/ for a tutorial and reference.