Port Ceres to Windows

This is a preliminary, but full, port of Ceres to Windows.
Currently all tests compile and run, with only system_test
failing to work correctly due to a path issue.

Change-Id: I4152c1588bf51ffd7f4d9401ef9759f5d28c299c
This commit is contained in:
Keir Mierle
2012-06-24 22:25:28 -07:00
parent 517e196ca8
commit efe7ac60a0
36 changed files with 188 additions and 61 deletions
+2 -1
View File
@@ -32,8 +32,9 @@
// numeric differentiation.
#include <vector>
#include "ceres/ceres.h"
#include "gflags/gflags.h"
#include "glog/logging.h"
using ceres::NumericDiffCostFunction;
using ceres::CENTRAL;