1. 66be7c3 MSVC compile fix for ellipse approximation by Tal Ben-Nun · 7 years ago
  2. 419f330 Flatten the table of contents. by Sameer Agarwal · 7 years ago
  3. e9eb8a3 Fix when LineSearchMinimizer adds the IterationSummary to Solver::Summary by Sameer Agarwal · 7 years ago
  4. af3b939 Fix search path for miniglog headers when Ceres is exported. by Alex Stewart · 7 years ago
  5. 987d3b6 Fix ambiguous reference to WARNING when using miniglog. by Alex Stewart · 7 years ago
  6. e5dceb3 Fix Jet/Eigen compatibility for Eigen > 3.3 by Julien Pilet · 7 years ago
  7. 1ebaff8 Two bug fixes. by Sameer Agarwal · 7 years ago
  8. 784260d Fix missing ddd Schur specialization generation code by Sameer Agarwal · 7 years ago
  9. 5f87f35 Changes from William Rucklidge by Sameer Agarwal · 7 years ago
  10. 6120507 Add max severity option when MINIGLOG is enabled by Taylor Braun-Jones · 7 years ago
  11. 1cfec3c Improvements to Schur template specializations by Sameer Agarwal · 10 years ago
  12. 5dd76f9 Corrections from Bjorn Piltz by Sameer Agarwal · 7 years ago
  13. e77813f minor corrections to derivatives.rst by Sameer Agarwal · 7 years ago
  14. f2a96f0 Edits to derivatives.rst from William Rucklidge by Sameer Agarwal · 7 years ago
  15. ed379f0 Rename tl;dr to High Level Advice by Sameer Agarwal · 7 years ago
  16. 9ba2d46 Add an article on derivatives by Sameer Agarwal · 7 years ago
  17. 62a70bc Lint cleanup from William Rucklidge by Sameer Agarwal · 7 years ago
  18. c1ebbfc Require Eigen >= 3.3 to define ScalarBinaryOpTraits in Jet. by Alex Stewart · 7 years ago
  19. 5365ad8 A hacky fix for the Eigen::FullPivLU changes. by Sameer Agarwal · 7 years ago
  20. 9a195d9 Specify ScalarBinaryOpTraits for Jet types. by Chris Sweeney · 7 years ago
  21. d05515b Remove spurious conversion from doubles to Jets. by Sameer Agarwal · 7 years ago
  22. 5419684 Fix an error in the tutorial code for NumericDiffCostFunction by Sameer Agarwal · 7 years ago
  23. ccfd7f4 CERES_EXPORT fix to compile Ceres as DLL by Je Hyeong Hong · 7 years ago
  24. 9321b62 Fix detection of deprecated Bessel function names on MSVC. by Alex Stewart · 7 years ago
  25. 2dd9077 Ensure that partial evaluation of residuals triggers an error by Sameer Agarwal · 7 years ago
  26. 7b4ec98 Fix detection of CMake-built glog on Windows. by Alex Stewart · 7 years ago
  27. ba891a1 Add an ifdef around the use of google::GLOG_WARNING by Sameer Agarwal · 7 years ago
  28. 3fa415b Enable support for AVX instructions for Jets. by Alex Stewart · 7 years ago
  29. adb5f8e Add additional search paths for glog & Eigen on Windows. by Alex Stewart · 7 years ago
  30. e857c1b Fix a latex bug. by Sameer Agarwal · 7 years ago
  31. d55fa69 Fix a minor typographical error in the version history. by Sameer Agarwal · 7 years ago
  32. 029799d Update Version History by Sameer Agarwal · 7 years ago 1.12.0
  33. 8a2da98 Clear XXX_FOUND in Find<XXX>.cmake prior to searching. by Alex Stewart · 7 years ago
  34. d1e954d Minor changes to the documentation. by Sameer Agarwal · 7 years ago
  35. 0aa945c Fix versioning in the documentation by Sameer Agarwal · 7 years ago
  36. 7cb5d9c Update changelog by Sameer Agarwal · 7 years ago 1.12.0rc4
  37. 523e397 Fix missing gflags imported target definition in CeresConfig.cmake by Alex Stewart · 7 years ago
  38. 0f80f01 Update changelog by Sameer Agarwal · 7 years ago 1.12.0rc3
  39. 2988818 Make gflags a public dependency of Ceres if it and glog are found. by Alex Stewart · 8 years ago
  40. d38e49a Add support for glog exported CMake target. by Alex Stewart · 8 years ago
  41. 7334123 Use google::GLOG_WARNING instead of WARNING in tests to support MSVC. by Alex Stewart · 7 years ago
  42. 185aacc Update gtest and gmock to a2b8a8e07628e5fd60644b6dd99c1b5e7d7f1f47 by Sameer Agarwal · 7 years ago
  43. 6879bbb Add MSVC-specific #define to expose math constants in <cmath>. by Alex Stewart · 8 years ago
  44. 1b12098 Fix typo. indepdendent -> independent by Hung Lun · 8 years ago
  45. c5c6f55 Fix potential invalid reset of CMAKE_FIND_LIBRARY_PREFIXES on MSVC. by Alex Stewart · 8 years ago
  46. 6519e78 Fix use of alignas(0) which is not ignored on GCC. by Alex Stewart · 8 years ago
  47. b4e2724 Use default alignment if alignof(std::max_align_t) < 16 with C++11. by Alex Stewart · 8 years ago
  48. 7174175 Update changelog by Sameer Agarwal · 8 years ago 1.12.0rc2
  49. 78abf0c Introduce a common base class for DynamicAutoDiffCostFunction and DynamicNumericDiffCostFunction. by Sameer Agarwal · 8 years ago
  50. 88b827a Fix an exact equality test causing breakage in gradient_checker_test. by Sameer Agarwal · 8 years ago
  51. f21c170 Add GradientProblemSolver::Options::parameter_tolerance. by Sameer Agarwal · 8 years ago
  52. e69bd2a Add missing T() wrappers for constants. by Rob Carroll · 8 years ago
  53. 8590e6e Remove two checks from rotation.h by Sameer Agarwal · 8 years ago
  54. e892499 Relax the tolerance in QuaternionParameterizationTestHelper. by Je Hyeong Hong · 8 years ago
  55. 7ed9e2f Occured -> Occurred. by Sameer Agarwal · 8 years ago
  56. b82f972 Fix a test error in autodiff_test.cc. by Je Hyeong Hong · 8 years ago
  57. 5690b44 Fix documentation source for templated functions in rotation.h by Sameer Agarwal · 8 years ago 1.12.0rc1
  58. 2f8f98f Prepare for 1.12.0RC1 by Sameer Agarwal · 8 years ago
  59. 55c12d2 Adds package.xml to support Catkin. by Damon Kohler · 8 years ago
  60. 0bcce65 Fix tabs in Android.mk by Sameer Agarwal · 8 years ago
  61. e6ffe26 Update the version history. by Sameer Agarwal · 8 years ago
  62. 0a4ccb7 Relaxing Jacobian matching in Gradient Checker test. by David Gossow · 8 years ago
  63. ee44fc9 Fix an Intel compiler error in covariance_impl.cc. by Je Hyeong Hong · 8 years ago
  64. 9026d69 Allow SubsetParameterization to hold all parameters constant by Sameer Agarwal · 8 years ago
  65. a36693f Update version history by Sameer Agarwal · 8 years ago
  66. 01e23e3 Removing duplicate include directive. by David Gossow · 8 years ago
  67. 99b8210 Update Android.mk to include new files. by Sameer Agarwal · 8 years ago
  68. 195d8d1 Remove two DCHECKs from CubicHermiteSpline. by Sameer Agarwal · 8 years ago
  69. 83041ac Fix some compiler warnings. by Sameer Agarwal · 8 years ago
  70. 8c4623c Update ExpectArraysClose to use ExpectClose instead of EXPECT_NEAR by Sameer Agarwal · 8 years ago
  71. 2fd39fc FindWithDefault returns by value rather than reference. by Sameer Agarwal · 8 years ago
  72. 716f049 Convert pose graph 2D example to glog and gflags. by Mike Vitus · 8 years ago
  73. 46c5ce8 Fix compiler errors on some systems by David Gossow · 8 years ago
  74. b102d53 Gradient checker multithreading bugfix. by David Gossow · 8 years ago
  75. 79a28d1 Rename a confusingly named member of Solver::Options by Sameer Agarwal · 8 years ago
  76. 358ae74 Note that Problem::Evaluate cannot be called from an IterationCallback by Sameer Agarwal · 8 years ago
  77. 44044e2 Update the NumTraits for Jets by Sameer Agarwal · 8 years ago
  78. 4b6ad5d Use ProductParameterization in bundle_adjuster.cc by Sameer Agarwal · 8 years ago
  79. bfc916c Allow ceres to be used with the latest version of Eigen by Shaheen Gandhi · 8 years ago
  80. edbd48a Enable support for OpenMP in Clang if detected. by Alex Stewart · 8 years ago
  81. f6df6c0 Add an example for modeling and solving a 3D pose graph SLAM problem. by Mike Vitus · 8 years ago
  82. ac3b8e8 Gradient checking cleanup and local parameterization bugfix by David Gossow · 8 years ago
  83. d4264ec Add a quaternion local parameterization for Eigen's quaternion element convention. by Mike Vitus · 8 years ago
  84. fd7cab6 Fix typos in the pose graph 2D example. by Mike Vitus · 8 years ago
  85. 375dc34 Remove duplicate entry for the NIST example in the docs. by Mike Vitus · 8 years ago
  86. f554681 Add an example for modeling and solving a 2D pose graph SLAM problem. by Mike Vitus · 8 years ago
  87. e1bcc6e Add additional logging for analyzing orderings by Sameer Agarwal · 8 years ago
  88. 16980b4 Delete the remove_definitons command from sampled_functions by Mike Vitus · 8 years ago
  89. a04490b Add readme for the sampled_function example. by Mike Vitus · 8 years ago
  90. ff11d0e Use _j[0,1,n]() Bessel functions on MSVC to avoid deprecation errors. by Alex Stewart · 8 years ago
  91. 8ea86e1 Fix: Copy minimizer option 'is_silent' to LinSearchDirection::Options by Nicolai Wojke · 8 years ago
  92. 080ca4c Fix typos in users.rst by Sameer Agarwal · 8 years ago
  93. 21ab397 Make some Jet comparisons exact. by Sameer Agarwal · 8 years ago
  94. ee40f95 Add colmap to users.rst by Sameer Agarwal · 8 years ago
  95. 9665e09 Fix step norm evaluation in LineSearchMinimizer by Sameer Agarwal · 8 years ago
  96. 620ca9d Remove use of -Werror when compiling Ceres. by Alex Stewart · 8 years ago
  97. 0c63bd3 Add floor and ceil functions to the Jet implementation. by Mike Vitus · 8 years ago
  98. 9843f32 Report Ceres compile options as components in find_package(). by Alex Stewart · 8 years ago
  99. e4d4d88 Fix a spelling error in nnls_modeling.rst by Timer · 8 years ago
  100. 5512f58 Only use collapse() directive with OpenMP 3.0 or higher by Keir Mierle · 8 years ago