1. cfb3646 Small fixes from William Rucklidge. by Sameer Agarwal · 10 years ago
  2. 9a41132 Small changes from Jim Roseborough. by Sameer Agarwal · 10 years ago
  3. a521fc3 Simplify, cleanup and instrument SchurComplementSolver. by Sameer Agarwal · 10 years ago
  4. b43e73a Simplify the Eigen code in SparseNormalCholeskySolver. by Sameer Agarwal · 10 years ago
  5. 0315982 Enable Eigen as sparse linear algebra library. by Sameer Agarwal · 10 years ago
  6. 1b17145 Make canned loss functions more robust. by Sameer Agarwal · 10 years ago
  7. b27a204 Fix type of suppressed compiler warning for Eigen 3.2.0. by Alex Stewart · 10 years ago
  8. b76615a Suppress unused variable warning from Eigen 3.2.0. by Alex Stewart · 10 years ago
  9. c89e82e Drop iostream from solver.cc by Sameer Agarwal · 10 years ago
  10. bb3b865 Add sstream header to solver.cc by Sameer Agarwal · 10 years ago
  11. 060a850 Remove SPARSE_CHOLESKY based covariance estimation. by Sameer Agarwal · 10 years ago
  12. c2131de Add "make install" to the install instructions. by Sameer Agarwal · 10 years ago
  13. c1485df Correct formula in documentation of Solver::Options::function_tolerance. by Alessandro Gentilini · 10 years ago
  14. 0bbb48a Adds support for computing the covariance using Eigen's sparse QR module. by Mike Vitus · 10 years ago
  15. 22b26cd Add release flags to iOS toolchain. by Alex Stewart · 10 years ago
  16. 753ada7 Fix a bug in assert_ndk_version.sh by Sameer Agarwal · 10 years ago
  17. 0a9bca1 Fix a broken hyperlink in the documentation. by Sameer Agarwal · 10 years ago
  18. da86231 Add fixes for multiple definitions of ERROR on Windows to docs. by Alex Stewart · 10 years ago
  19. 603277d Add check for dynamic sparsity in Solver::Options::IsValid. by Sameer Agarwal · 10 years ago
  20. e9fcf3d Add OrderedGroups::MinNonZeroGroup. by Sameer Agarwal · 10 years ago
  21. ec6bfa5 Compile miniglog into Ceres if enabled on all platforms. by Alex Stewart · 10 years ago
  22. 0cc1bc5 Add missing files to the NDK build. by Sameer Agarwal · 10 years ago
  23. e497f49 Refactor reordering routines. by Sameer Agarwal · 10 years ago
  24. 4fce29c Documentation update. by Sameer Agarwal · 10 years ago
  25. 2529176 Add two missing files to Android.mk by Greg Coombe · 10 years ago
  26. bb5baea Improve NDK version detection. by Sameer Agarwal · 10 years ago
  27. d54e987 Add a note about git commit message style. by Sameer Agarwal · 10 years ago
  28. 14ec849 Change logging for TRUST_REGION. by Sameer Agarwal · 10 years ago
  29. 2a5599f Fix Cmake error when using miniglog. by Greg Coombe · 10 years ago
  30. add50e3 Don't build miniglog unconditionally as a static library by Björn Piltz · 10 years ago
  31. 4c5f6cd Added missing include. by Björn Piltz · 10 years ago
  32. c8063df POLAK_RIBIRERE -> POLAK_RIBIERE by Sameer Agarwal · 10 years ago
  33. 52bad62 Adding assert_ndk_version for Android from Jørgen Tjernø. by Alex Stewart · 10 years ago
  34. 70af9a5 Improve logging in Solver::Options::IsValid. by Sameer Agarwal · 10 years ago
  35. 79df23e Remove NDK/Eigen bug work around. by Sameer Agarwal · 10 years ago
  36. 5d51e4d Addressing comments from Jim Roseborough. by Sameer Agarwal · 10 years ago
  37. b4a5f7e Program::RemoveFixedBlocks -> Program::CreateReducedProgram. by Sameer Agarwal · 10 years ago
  38. 29fe072 Solver::Options::min_relative_decrease can be zero. by Sameer Agarwal · 10 years ago
  39. 226a95e Fix more typos in solver.cc by Sameer Agarwal · 10 years ago
  40. 7135be7 Conditionally disable SparseNormalCholesky. by Sameer Agarwal · 10 years ago
  41. be43201 Update Android.mk by Sameer Agarwal · 10 years ago
  42. e911db1 Fix a memory leak in program_test.cc by Sameer Agarwal · 10 years ago
  43. 19dee8d Fix a typo in solver.cc by Sameer Agarwal · 10 years ago
  44. 99dead5 Move inner iteration ordering related methods. by Sameer Agarwal · 10 years ago
  45. 1228a4f Move alternate linear solver and preconditioner policy. by Sameer Agarwal · 10 years ago
  46. 1693645 Add Solver::Options::IsValid. by Sameer Agarwal · 10 years ago
  47. 3b73313 Use Program::RemoveFixedBlocks. by Sameer Agarwal · 10 years ago
  48. 1c4b48a Fixing missing Sphinx formatting for parameter bound methods. by Alex Stewart · 10 years ago
  49. a2df262 SummarizeOrdering -> OrderingToGroupSizes by Sameer Agarwal · 10 years ago
  50. 3a783ac Move Summary related functions into their own file. by Sameer Agarwal · 10 years ago
  51. 80a85ca Replace broken CERES_VERSION macro by Keir Mierle · 10 years ago
  52. 87a40da Refactor Program related functions. by Sameer Agarwal · 10 years ago
  53. f5e81b6 Move IterationCallbacks into their own file. by Sameer Agarwal · 10 years ago
  54. b766177 Remove support for Solver::Options::solver_log. by Sameer Agarwal · 10 years ago
  55. 558ee40 Add SuiteSparse::IsConstrainedApproximateMinimumDegreeOrderingAvailable. by Sameer Agarwal · 10 years ago
  56. ec3a3ce Flesh out OrderedGroups. by Sameer Agarwal · 10 years ago
  57. 041f275 Move CompactifyArray to array_utils. by Sameer Agarwal · 10 years ago
  58. 9a022f6 Fix a typo in index.rst by Sameer Agarwal · 10 years ago
  59. 451e71c Prepare for version 1.9.0 by Sameer Agarwal · 10 years ago 1.9.0
  60. 9febb5f Updating docs to include Windows options for SuiteSparse. by Alex Stewart · 10 years ago
  61. d0f194a Tweak iOS build instructions by Keir Mierle · 10 years ago
  62. 1bc7b38 Support user passing a custom CMAKE_MODULE_PATH (for BLAS / LAPACK). by Alex Stewart · 10 years ago
  63. 6a93677 Tweak build dependencies in the documentation by Keir Mierle · 10 years ago
  64. 4425473 Fix formatting in building docs by Keir Mierle · 10 years ago
  65. 38787f4 Strip breadcrumb from the documentation frontpage by Keir Mierle · 10 years ago
  66. 556027a Strip breadcrumbs from the documentation by Keir Mierle · 10 years ago
  67. c0b8838 Disabled warning C4251 Added the files disable_warnings.h and reenable_warnings.h which need to be included by every file that uses the macro CERES_EXPORT. by Björn Piltz · 10 years ago
  68. 8c62487 Preparations for 1.9.0 release. by Sameer Agarwal · 10 years ago 1.9.0rc1
  69. 0831275 Documentation update. by Sameer Agarwal · 10 years ago
  70. c7c7458 add support for building for ios by Jack Feng · 10 years ago
  71. 36c2ce8 Libmv 2D homography estimation example application by Sergey Sharybin · 10 years ago
  72. d99a3a9 Separate PUBLIC and PRIVATE library dependencies by Björn Piltz · 10 years ago
  73. 1c089e8 Notational fix in modeling.rst by William Rucklidge. by Sameer Agarwal · 10 years ago
  74. 082d9e2 Add iOS.cmake from the ios-cmake project. by Sameer Agarwal · 10 years ago
  75. a97056c Various documentation fixes from William Rucklidge. by Sameer Agarwal · 10 years ago
  76. 2f8fb21 Adding function to update CMake cache variables and preserve help. by Alex Stewart · 10 years ago
  77. 8f4dcb2 Documentation update. by Sameer Agarwal · 10 years ago
  78. d48e705 Configure config.h and include it from the build directory. by Alex Stewart · 10 years ago
  79. 11c4961 Fix 80cols violation in local_parameterization.h by Sameer Agarwal · 10 years ago
  80. af31544 Add Alex Stewart as a maintainer. by Sameer Agarwal · 10 years ago
  81. ea76585 Adding autogenerated Ceres config.h to #define Ceres compile options. by Alex Stewart · 10 years ago
  82. cbf9554 Fixes swapped verboselevel and condition. by Björn Piltz · 10 years ago
  83. 3209b04 Fixed warning : 'va_copy' : macro redefinition by Björn Piltz · 10 years ago
  84. 1df2f0f Removed MSVC warnings These are warnings which show up when using Ceres. by Björn Piltz · 10 years ago
  85. eca7e1c Remove BlockRandomAccessCRSMatrix. by Sameer Agarwal · 10 years ago
  86. 7088a08 Fix some 80col violations and reflow the comments in cmake.in file. by Sameer Agarwal · 10 years ago
  87. 95cce08 Remove some errant tabs. by Sameer Agarwal · 10 years ago
  88. a536ae7 Lazily initialize the bounds arrays in ParameterBlock. by Sameer Agarwal · 10 years ago
  89. 633b50b Add the (2,4,8) template specialization. by Sameer Agarwal · 10 years ago
  90. 5ffe060 Export Ceres compile definitions to targets compiled against Ceres. by Alex Stewart · 10 years ago
  91. 0e811b0 Fix a bug in Minimizer::RunCallbacks. by Sameer Agarwal · 10 years ago
  92. 31b5037 Lint cleanup from William Rucklidge. by Sameer Agarwal · 10 years ago
  93. 15c1210 Lint cleanup from Jim Roseborough. by Sameer Agarwal · 10 years ago
  94. b166806 Variety of changes to documentation and example code. by Sameer Agarwal · 10 years ago
  95. 658407d Add missing template specializations to the NDK build. by Sameer Agarwal · 10 years ago
  96. 5d7eed8 Suppport for MSVC DLLs. by Björn Piltz · 10 years ago
  97. c830820 Add missing files to Android.mk by Sameer Agarwal · 10 years ago
  98. ceb7a3b Fix compilation error when using G++ compiler by Sergey Sharybin · 10 years ago
  99. 02db941 Fix the documentation for RandNormal. by Sameer Agarwal · 10 years ago
  100. 3253078 Add dynamic_sparsity option. by Richard Stebbing · 10 years ago