blender/extern/libmv
Lukas Tönne bbfcb0b1e4 Build file macro for testing unordered_map C++ container support.
Using unordered_map and unordered_set C++ container types currently
requires careful testing or usage of boost, due to the various confusing
C++ version differences in include paths and namespaces.

Libmv defines tests for these cases in cmake and scons, such that ceres
can use any available implementation, or fall back too std::map/std::set
if none can be found.

This patch generalizes this buildfile code by providing a Blender macro.
* cmake: defines both the variables used by libmv at them moment as well
as 2 variables UNORDERED_MAP_INCLUDE_PREFIX and UNORDERED_MAP_NAMESPACE,
which can later be used in other C++ parts for convenience.
* scons: adds a tool script returning the include prefix and namespace.
Libmv checks these to define the appropriate definitions for ceres.

Differential Revision: https://developer.blender.org/D425
2014-03-25 09:25:00 +01:00
..
libmv Implement separate BA step for tracks which have constant zero weight 2014-02-27 16:14:35 +06:00
third_party Build file macro for testing unordered_map C++ container support. 2014-03-25 09:25:00 +01:00
bundle.sh Update Libmv to latest upstream 2014-03-20 23:26:25 +06:00
ChangeLog Attempt to fix compilation error with msvc2013 2014-03-21 16:06:30 +06:00
CMakeLists.txt Update Libmv to latest upstream 2014-03-20 23:26:25 +06:00
files.txt Bye-bye FAST! 2014-02-06 18:13:12 +06:00
libmv-capi_intern.h Libmv: move platform-specific defines into own file 2013-10-09 20:02:02 +00:00
libmv-capi_stub.cc Rework detector API and implement Harris detector 2014-01-28 15:37:19 +06:00
libmv-capi.cc Disable eager-refinement step of region tracking 2014-02-25 16:55:24 +06:00
libmv-capi.h Rework detector API and implement Harris detector 2014-01-28 15:37:19 +06:00
mkfiles.sh Initial Ceres integration into Blender 2012-06-10 15:27:41 +00:00
SConscript Update Libmv to latest upstream 2014-03-20 23:26:25 +06:00