2 URL: http://www.cs.unc.edu/~cmzach/opensource.html
9 SET(CMAKE_CXX_FLAGS "")
10 to CMakeLists.txt to prevent warnings from being treated as errors.
11 * Fixed "unused variable" in the header files. Warnings in the cpps files
13 * Fixed a bug in CameraMatrix::opticalAxis() in file
14 Geometry/v3d_cameramatrix.h
15 * Deleted the Dataset directory.
16 * Added '#include <string>' to ssba/Apps/bundle_common.cpp and
17 ssba/Apps/bundle_varying.cpp to stop undefined references to strcmp
18 * Removed unnecessary elements from the CMakeLists.txt file, including the
19 obsoleted local_config.cmake and friends.
20 * Added a virtual destructor to V3D::LevenbergOptimizerCommon in
21 Math/v3d_optimization.h
22 * Added /EHsc WIN32-specific flag to CMakeLists.txt
23 * Remove unused variable Vector3d np in bundle_common.cpp and bundle_varying (in main() function).