Go to file
Sergey Sharybin b7bca8663a Made collections port compatible with MSVC2008
The issue was caused by the fact that in this version
of MSVC unordered_map class is defined in <unordered_map>
header file, but this file declares the class int std::tr1
namespace.

This confused existing assumption that if there's an
existing <unordered_map> file then class is declared
in std namespace.

Added an extra check to CMake which detects whether
it's std or std::tr1 which actually contains class
of unordered_map.

This might be changed/cleaned in the future, for
now committing to our repository to solve compilation
error on windows.

Details of the patch in upstream can be found there:

  https://ceres-solver-review.googlesource.com/#/c/4371/
2013-11-28 23:28:11 +06:00
build_files CMake/Scons Build: disable explicit linking to libstdc++ on Linux/Unix. 2013-11-28 18:07:57 +01:00
doc Add ctrl-click rename to most lists in Blender UI and templates/examples. 2013-11-23 20:54:32 +01:00
extern Made collections port compatible with MSVC2008 2013-11-28 23:28:11 +06:00
intern Cycles: experimental OpenSubdiv code. 2013-11-28 02:11:42 +01:00
release Fix mistake in last commit with submodules. 2013-11-26 20:40:55 +01:00
scons@2d6ebcb239 Squashed commit of the following: 2013-11-21 16:51:29 +01:00
source Transform: improve normal orientation 2013-11-28 20:40:14 +11:00
.arcconfig Added the wrong file. Now addin .arcconfig for real. 2013-11-15 20:40:43 +06:00
.gitignore Ignore *.patch and *.diff files which are in the working tree root 2013-11-22 23:28:35 +06:00
.gitmodules Initialize git submodules for addons, locales and scons 2013-11-15 12:19:08 +06:00
CMakeLists.txt CMake/Scons Build: disable explicit linking to libstdc++ on Linux/Unix. 2013-11-28 18:07:57 +01:00
COPYING
GNUmakefile Convenience Makefile: spaces in the build path would fail still. 2013-11-17 21:16:39 +11:00
SConstruct Update Ceres to latest upstream version 2013-11-28 19:46:23 +06:00