1. 76e8bb5 Add a missing OpenMP ifdef to coordinate_descent_minimizer.cc by Sameer Agarwal · 12 years ago
  2. 68b32a9 ordering -> linear_solver_ordering. by Sameer Agarwal · 12 years ago
  3. c1ffad6 Schur ordering was operating on the original program. by Sameer Agarwal · 12 years ago
  4. e3c5570 Petter's MSVC fixes by Sameer Agarwal · 12 years ago
  5. 5bfa7e4 Improve the performance of DenseQRSolver by Sameer Agarwal · 12 years ago
  6. ba8d967 Generalization of the inner iterations algorithm. by Sameer Agarwal · 12 years ago
  7. 2c94eed Move from Ordering to ParameterBlockOrdering. by Sameer Agarwal · 12 years ago
  8. b6da9c7 OrderedGroups implementation. by Sameer Agarwal · 12 years ago
  9. b13e42d CMake version update by Sameer Agarwal · 12 years ago
  10. a693c8b Remove redundant broken test. by Sameer Agarwal · 12 years ago
  11. faf88a1 Documentation update. by Sameer Agarwal · 12 years ago
  12. 9123e2f An implementation of Ruhe & Wedin's Algorithm II. by Sameer Agarwal · 13 years ago
  13. b23fd4e Add IterationSummary::step_is_nonmonotonic. by Sameer Agarwal · 12 years ago
  14. d3ace02 Fix a bunch of compiler warnings. by Sameer Agarwal · 12 years ago
  15. f9a7ce8 Correct snavely reprojection error in code and doc. by Ricardo Martin · 13 years ago
  16. 1dc544a Remove ParameterBlock::state_offset as it is not used. by Sameer Agarwal · 13 years ago
  17. dd1a276 Fix of compilation errors in solver_impl.cc by Petter Strandmark · 13 years ago
  18. 97ca0fb Compile with warnings on Unix. by Keir Mierle · 13 years ago
  19. c014997 Replace EXPECT/ASSERT_DEATH with EXPECT_DEATH_IF_SUPPORTED. by Sameer Agarwal · 13 years ago
  20. 44714e3 Add an example Makefile for using Ceres. by Keir Mierle · 13 years ago
  21. 65625f7 Solver::Options::ordering* are dead. by Sameer Agarwal · 13 years ago
  22. 0c52f1e LinearSolver::Options::num_eliminate_blocks is dead. by Sameer Agarwal · 13 years ago
  23. 91c9bfe Start of the new ordering API. by Sameer Agarwal · 13 years ago
  24. 76533b3 Adding high-precision timer using OpenMP by Petter Strandmark · 13 years ago
  25. 7e73d10 Ensure CMakeLists.txt and include versions match. by Keir Mierle · 13 years ago
  26. 6da1f87 Add Ceres version and ABI version defines to ceres.h by Keir Mierle · 13 years ago
  27. fba3844 Fix two segaults in test code. by Sameer Agarwal · 13 years ago
  28. ab8e2dc EigenSolver takes a bool by Petter Strandmark · 13 years ago
  29. eb38e74 Inclusion guard fix by Petter Strandmark · 13 years ago
  30. fce6aeb Adding a denoising example using Fields of Experts. by Petter Strandmark · 13 years ago
  31. 059ad6e Check return status in nist evaluation. by Markus Moll · 13 years ago
  32. 58b07a6 Allow choice of trust region radius in nist.cc by Markus Moll · 13 years ago
  33. 14ee795 Add ability to query available linear algebra backend. by Sameer Agarwal · 13 years ago
  34. 0b5b788 Tiny changes to prevent a signed/unsigned compile warning. by Ricardo Martin · 13 years ago
  35. 08f0d4d Stricter checking of Solver::Option::num_eliminate_blocks. by Sameer Agarwal · 13 years ago
  36. b329e58 Numerically robust computation of model_cost_change. by Sameer Agarwal · 13 years ago
  37. cbae856 Various cleanups to nist.cc. by Sameer Agarwal · 13 years ago
  38. a406b17 Fix the jacobian scaling bug. by Sameer Agarwal · 13 years ago
  39. ca0ff62 Fix to Roszman1's certified solution. by Sameer Agarwal · 13 years ago
  40. 4390488 Fix typo in Misra1c NIST problem. by Markus Moll · 13 years ago
  41. 552f9f8 Various minor bug fixes to the solver logic. by Sameer Agarwal · 13 years ago 1.3.0
  42. 0b776b5 Update docs. by Sameer Agarwal · 13 years ago
  43. 2d7176a max_consecutive_nonmonotonic_steps should be int by Petter Strandmark · 13 years ago
  44. 1a89bcc Better reporting on the NIST problems. by Sameer Agarwal · 13 years ago
  45. ea11704 Basic harness for testing NIST problems. by Sameer Agarwal · 13 years ago
  46. 98bf14d Miscellaneous fixes. by Sameer Agarwal · 13 years ago
  47. 1e3cbd9 Caching the symbolic Cholesky factorization when using CXSparse by Petter Strandmark · 13 years ago
  48. 8b64140 Documentation update by Sameer Agarwal · 13 years ago
  49. a5353ac Adding gflags include to test_util.cc by Petter Strandmark · 13 years ago
  50. 87ca1b2 Changing random.h to use cstdlib for Windows compability. by Petter Strandmark · 13 years ago
  51. aeb00a0 Removing gomp for Visual Studio by Petter Strandmark · 13 years ago
  52. 6f36246 Add some tests for DoglegStrategy. by Markus Moll · 13 years ago
  53. 122cf83 Documentation update. by Sameer Agarwal · 13 years ago
  54. 6908171 Remove unnecessary overload for hash<> by Keir Mierle · 13 years ago
  55. 1762420 Update changelog. by Sameer Agarwal · 13 years ago
  56. 976ab7a Remove Google-era vestigial unit test. by Keir Mierle · 13 years ago
  57. 6ad6257 Add a workaround for an Android NDK compiler bug. by Keir Mierle · 13 years ago
  58. aecb2dc Fix relative path bug in bibtex call. by Sameer Agarwal · 13 years ago
  59. 1e28920 Update Summary::FullReport to report dogleg type. by Sameer Agarwal · 13 years ago
  60. 295ade1 Fix Eigen3 Row/Column Major storage issue. by Sameer Agarwal · 13 years ago
  61. 9ad27e8 Add one uninstall target to remove all installed files by Arnaud Gelas · 13 years ago
  62. 0c3a748 Allow equal lower and upper bound for diagonal scaling. by Markus Moll · 13 years ago
  63. 3d644b7 Install headers, libraries and pdf by Arnaud Gelas · 13 years ago
  64. d2fb5ad Configure gerrit hook at CMake time by Arnaud Gelas · 13 years ago
  65. 7316609 Add one CMake option to build the examples. by Arnaud Gelas · 13 years ago
  66. 86d4f1b Add missing return statement. by Keir Mierle · 13 years ago
  67. 51eb229 Add Program::ToString() to aid debugging. by Keir Mierle · 13 years ago
  68. bcc7100 Ignore minted.sty. by Keir Mierle · 13 years ago
  69. 9705a73 Add ParameterBlock::ToString() to aid debugging. by Keir Mierle · 13 years ago
  70. 0c714a7 Fix blanks before private in loss_function.h by Sameer Agarwal · 13 years ago
  71. 51cf7cb Add the two-dimensional subspace search to DoglegStrategy by Markus Moll · 13 years ago
  72. ad1f7b7 Add ArcTanLoss, TolerantLoss and ComposedLossFunction. by Sameer Agarwal · 13 years ago
  73. 05292bf Add a TrustRegionStrategy::Summary object. by Sameer Agarwal · 13 years ago
  74. b12b906 Add one option to generate the PDF from CMake at build time by Arnaud Gelas · 13 years ago
  75. b9f15a5 Add a dense Cholesky factorization based linear solver. by Sameer Agarwal · 13 years ago
  76. b3fa009 Set CMAKE_*_OUTPUT_DIRECTORY by Arnaud Gelas · 13 years ago
  77. 1b8a4d5 Fix a minor bug in detect_structure logging. by Sameer Agarwal · 13 years ago
  78. 31c1e78 Minor cleanups. by Keir Mierle · 13 years ago
  79. e83f787 Fix SuiteSparse3 UFConfig.h detection really. by Sameer Agarwal · 13 years ago
  80. 96f25dc Fix SuiteSparse3 UFConfig.h detection. by Sameer Agarwal · 13 years ago
  81. c497bd6 Add UFconfig and/or SuiteSparse_config test to CMakeLists.txt by Markus Moll · 13 years ago
  82. 383c04f Fix QuaternionToAngleAxis to ensure rotations are between -pi and pi. by Sameer Agarwal · 13 years ago
  83. dd2b17d CERES_DONT_HAVE_PROTOCOL_BUFFERS -> CERES_NO_PROTOCOL_BUFFERS. by Sameer Agarwal · 13 years ago
  84. 8b4cb7a Fix sparse linear algebra library logging in Summary::FullReport. by Sameer Agarwal · 13 years ago
  85. 47d26bc Do not implicitly negate the step in the TrustRegionMinimizer. by Markus Moll · 13 years ago
  86. 51da590 Remove tmp file by Markus Moll · 13 years ago
  87. 7006a1f Correct example code in Powell's function example. by Sameer Agarwal · 13 years ago
  88. 57a44b2 Remove unnecessary flags in NDK build. by Keir Mierle · 13 years ago
  89. f21bee2 Fix for fpclassify.h NDK porting work. by Keir Mierle · 13 years ago
  90. 8ceb02c Add Android NDK build files. by Keir Mierle · 13 years ago
  91. 6185db2 Fix STLPort fpclassify portability. by Keir Mierle · 13 years ago
  92. 5c44678 Fix a memory leak in the LM strategy test. by Keir Mierle · 13 years ago
  93. d3dce27 Fix early return in DoglegStrategy::StepAccepted by Markus Moll · 13 years ago
  94. d216490 Support building without TR1. by Keir Mierle · 13 years ago
  95. a3fb17c Use elliptical trust region in DoglegStrategy. by Markus Moll · 13 years ago
  96. ceda487 Minor correction to the README file. by Sameer Agarwal · 13 years ago
  97. 8e68ff3 Zero-initialize Jet derivative components. by Keir Mierle · 13 years ago
  98. 62f50d1 Move internal/ceres/mock_log.h to internal/ceres/gmock/mock-log.h by Sameer Agarwal · 13 years ago
  99. 9bdb6cc Rename macro to avoid namespace conflicts. by Sameer Agarwal · 13 years ago
  100. c6bbecf Consolidate path handling for test data files. by Sameer Agarwal · 13 years ago