1. 7ef4a12 Add a section on implicit and inverse function theorems by Sameer Agarwal · 3 years, 7 months ago
  2. 686428f Move the further reading section to bibliography by Sameer Agarwal · 3 years, 7 months ago
  3. e47d87f Add a note about Trigg's correction by Sameer Agarwal · 3 years, 7 months ago
  4. d285251 Fix the docs for Problem::RemoveResidualBlock & Problem::RemoveParameterBlock by Sameer Agarwal · 3 years, 7 months ago
  5. 17dccef Add NumericDiffFirstOrderFunction by Sameer Agarwal · 3 years, 7 months ago
  6. 98719ce Fix a type in interfacing_with_autodiff.html by Sameer Agarwal · 3 years, 7 months ago
  7. 0299ce9 Update conf.py to be compatible with Sphinx 4.1.2 by Sameer Agarwal · 3 years, 7 months ago
  8. dc20db3 [docs] Fix `IterationSummary` section. Add missing `IterationCallback` by Alexander Karatarakis · 3 years, 8 months ago
  9. 90ba7d1 [docs] Fix typos by Alexander Karatarakis · 3 years, 8 months ago
  10. 7de561e Fix dependency check for building documentation by Sumit Dey · 3 years, 10 months ago
  11. 3fdde8e Remove an errant double link. by Sameer Agarwal · 3 years, 9 months ago
  12. 20ad431 Fixing a typo in the version history by Noah Snavely · 3 years, 9 months ago
  13. 399cda7 Update build documentation to reflect detection of Eigen via config mode by Alex Stewart · 4 years, 6 months ago 2.0.0
  14. bb12727 Fix typos. by Sameer Agarwal · 4 years, 6 months ago
  15. a0ec5c3 Update version history for 2.0.0RC2 by Sameer Agarwal · 4 years, 6 months ago 2.0.0rc2
  16. bdcdcc7 update docs for changed cmake usage by Nikolaus Demmel · 4 years, 7 months ago
  17. 3f69e5b Corrections from William Rucklidge by Sameer Agarwal · 4 years, 6 months ago
  18. d1b35ff Corrections from William Rucklidge by Sameer Agarwal · 4 years, 6 months ago
  19. 137bbe8 add info about clang-format to contributing docs by Nikolaus Demmel · 4 years, 7 months ago
  20. 921368c Fix a number of typos in covariance.h by Sameer Agarwal · 4 years, 7 months ago
  21. 82275d8 some fixes for Linux and macOS install docs by Nikolaus Demmel · 4 years, 7 months ago
  22. 8e1d8e3 A number of small changes. by Sameer Agarwal · 4 years, 8 months ago
  23. 368a738 AutoDiffCostFunction: optional ownership by Julian Kent · 5 years ago
  24. 242c703 Minor fixes to the documentation by Sameer Agarwal · 4 years, 9 months ago
  25. 79bbf95 Add changelog for 2.0.0 by Sameer Agarwal · 4 years, 9 months ago 2.0.0rc1
  26. 8c3ecec Fix some minor errors in IterationCallback docs by Sameer Agarwal · 5 years ago
  27. 7d3ffcb Remove forced CONFIG from find_package(Eigen3) by Alex Stewart · 4 years, 9 months ago
  28. aa1abbc Replace use of GFLAGS_LIBRARIES with export gflags target by Alex Stewart · 4 years, 9 months ago
  29. db2af1b Add Problem::EvaluateResidualBlockAssumingParametersUnchanged by Sameer Agarwal · 4 years, 9 months ago
  30. ab4ed32 Replace NULL with nullptr in the documentation. by Sameer Agarwal · 4 years, 9 months ago
  31. e39d9ed Add a missing term and remove a superfluous word by Carl Dehlin · 4 years, 10 months ago
  32. 27cab77 Reformulate some sentences by Carl Dehlin · 4 years, 10 months ago
  33. 8ac6655 Fix documentation formatting issues by Carl Dehlin · 4 years, 10 months ago
  34. 7ef83e0 Update minimum required C++ version for Ceres to C++14 by Alex Stewart · 4 years, 11 months ago
  35. 1d75e75 Improve documentation for LocalParameterization by Sameer Agarwal · 5 years ago
  36. 763398c Update the section on Preconditioners by Sameer Agarwal · 5 years ago
  37. 70308f7 Simplify documentation generation. by Sameer Agarwal · 5 years ago
  38. 303b078 Fix few typos and alter a NULL to nullptr. by Bayes Nie · 5 years ago
  39. b70687f Add namespace qualified Ceres::ceres CMake target by Alex Stewart · 5 years ago
  40. 2281c6e Fixes for comments from William Rucklidge by Sameer Agarwal · 5 years ago
  41. 27183d6 Allow LocalParameterizations to have zero local size. by Sameer Agarwal · 6 years ago
  42. 6bde61d Add line local parameterization. by Johannes Beck · 5 years ago
  43. f212c92 Let Problem::SetParameterization be called more than once. by Sameer Agarwal · 5 years ago
  44. 19728e7 Add documentation for Problem::IsParameterBlockConstant by Sameer Agarwal · 5 years ago
  45. edb8322 Update the minimum required version of Eigen to 3.3. by Sameer Agarwal · 5 years ago
  46. 46ca461 Fix `gradient_check_relative_precision` docs typo by Chris Choi · 5 years ago
  47. 3e5db5b Fixing documentation typo. by Frank · 6 years ago
  48. 487c1aa Expose SubsetPreconditioner in the API by Sameer Agarwal · 6 years ago
  49. bf709ec Move EvaluationCallback from Solver::Options to Problem::Options. by Sameer Agarwal · 6 years ago
  50. db1f5b5 Allow some methods in Problem to use const double*. by Sameer Agarwal · 6 years ago
  51. 084042c Lint changes from William Rucklidge by Sameer Agarwal · 6 years ago
  52. 1b852c5 Add Problem::EvaluateResidualBlock. by Sameer Agarwal · 6 years ago
  53. d467a62 IdentityTransformation -> IdentityParameterization by Sameer Agarwal · 6 years ago
  54. eaec6a9 Fix more typos in CostFunctionToFunctor documentation. by Sameer Agarwal · 6 years ago
  55. 99b5aa4 Fix typos in CostFunctionToFunctor documentation. by Sameer Agarwal · 6 years ago
  56. 21d40da Remove UTF-8 chars by huangqinjin · 7 years ago
  57. 3793693 Fix typo in NIST url. by Alessandro Gentilini · 7 years ago
  58. b040970 Remove conversions from a double to a Jet. by Kuang Fangjun · 7 years ago
  59. 0d3a84f Fix typos in doc and errors in the demo code. by Kuang Fangjun · 7 years ago
  60. b979df5 Fix a dead link in doc. by Kuang Fangjun · 7 years ago
  61. 2ac62a6 Fix docs for Problem::EvaluateOptions and contributing by Dmitriy Korchemkin · 7 years ago
  62. 32cb9e4 Respect bounds when using Solver::Options::check_gradients by Sameer Agarwal · 7 years ago
  63. 3df43b9 Remove Android build using Android.mk. by Sameer Agarwal · 7 years ago
  64. 16f9b34 Remove Intel TBB threading support. by Alex Stewart · 7 years ago
  65. 2166bad Replace include_directories() with target_include_directories(). by Alex Stewart · 7 years ago
  66. 8f41ca6 Add Apple's Accelerate framework as a sparse linear algebra library. by Alex Stewart · 7 years ago
  67. 9f3d9ae Add android CMake support by Linus Mårtensson · 7 years ago
  68. d656d34 Refactor Ceres threading option configuration. by Alex Stewart · 7 years ago
  69. 9671d85 Replace (MSVC/GCC/CLANG)_VERSION with CMAKE_CXX_COMPILER_VERSION. by Alex Stewart · 7 years ago
  70. cfdc2af Remove Solver::Options::num_linear_solver_threads by Sameer Agarwal · 7 years ago
  71. 7c4e8a4 Replace scoped_ptr with C++11's unique_ptr by Keir Mierle · 7 years ago
  72. 282b8b5 Require >= C++11 & CMake >= 3.5 when building Ceres. by Alex Stewart · 7 years ago
  73. a80b8cf Fix C++11 detection for VS2010. by Alex Stewart · 7 years ago
  74. c2f5cd1 Update docs and code in preparation for 1.14.0 by Sameer Agarwal · 7 years ago
  75. 7bdceb4 Evaluation callback API by Keir Mierle · 7 years ago
  76. df2d882 Remove armv7 from target architectures when building for iOS >= 11. by Alex Stewart · 7 years ago
  77. 4e391c3 Corrects the documentation of Problem::AddResidualBlock. by Mike Vitus · 7 years ago
  78. 3d93375 Deprecate Solver::Options::num_linear_solver_threads by Sameer Agarwal · 7 years ago
  79. 2145c10 Improve ExecutionSummary by Sameer Agarwal · 7 years ago
  80. 0251359 A bunch of minor changes. by Sameer Agarwal · 7 years ago
  81. 202dd9f Add GradientProblemSolver::Options::update_state_every_iteration by Sameer Agarwal · 7 years ago
  82. ef36667 Fix the documentation for CostFunction::Evaluate. by Sameer Agarwal · 7 years ago
  83. 29eef08 Fix a mathematical typo. by Sameer Agarwal · 7 years ago
  84. 488d401 Cleanup import of TBB in CMake. by Alex Stewart · 7 years ago
  85. aab0193 Move discussion of dependency licensing to Sphinx docs. by Alex Stewart · 7 years ago
  86. cb497df Add link for CLA in docs; minor fixes by Keir Mierle · 7 years ago
  87. 4ffec20 Add TBB threading support. by Yury Prokazov · 9 years ago
  88. 3088584 Add docs explaining how to build Ceres with OpenMP on OS X. by Alex Stewart · 8 years ago
  89. cc73c77 Update LAPACK option to refer to direct use by Ceres only. by Alex Stewart · 8 years ago
  90. 19333b0 Update version history & installation.rst by Sameer Agarwal · 8 years ago 1.13.0
  91. 87f8236 Fix dynamic_sparsity_test. by Sameer Agarwal · 8 years ago 1.13.0rc1
  92. b704612 Update version history. by Sameer Agarwal · 8 years ago
  93. 7a6ae54 Add William Rucklidge to the list of maintainers. by Sameer Agarwal · 8 years ago
  94. a9977da Fix and enhance GradientProblemSolver::Summary::FullReport by Sameer Agarwal · 8 years ago
  95. aaae5c5 Update docs: .netrc --> .gitcookies by Keir Mierle · 8 years ago
  96. 7d1ec64 Add a missing file. by Sameer Agarwal · 8 years ago
  97. 14d8297 Refactor Covariance::Options::algorithm_type. by Sameer Agarwal · 8 years ago
  98. 5ee2b35 Untabify changes from Jim Roseborough by Sameer Agarwal · 8 years ago
  99. 056d21d Fix a bunch of typos in the documentation. by Sameer Agarwal · 8 years ago
  100. 0a50cd8 Fix typo in docs: max_lbfs_rank -> max_lbfgs_rank. by Alex Stewart · 8 years ago