1. adb973e NULL -> nullptr by Sameer Agarwal · 4 years ago
  2. 27b7179 Respect FIND_QUIETLY flag in cmake config file by Alastair Harrison · 4 years ago
  3. 646959e Do not export class template LineParameterization by huangqinjin · 4 years ago
  4. 1f128d0 Change the type of parameter index/offset to match their getter/setter by huangqinjin · 5 years ago
  5. 072c8f0 Initialize integer variables with integer instead of double by huangqinjin · 4 years ago
  6. 8c36bcc Use inline & -inlinehint-threshold in auto-diff benchmarks by Alex Stewart · 4 years ago
  7. 57cf20a static const -> static constexpr where we can. by Sameer Agarwal · 4 years ago
  8. 40b2748 Add std::numeric_limit specialization for Jets by Sameer Agarwal · 4 years ago
  9. e751d6e Remove AutodiffCodegen by Darius Rueckert · 4 years, 1 month ago
  10. e9eb76f Remove AutodiffCodegen CMake integration by Darius Rueckert · 4 years, 1 month ago
  11. 9435e08 More clang-tidy and wjr@ comment fixes by Sameer Agarwal · 4 years, 1 month ago
  12. d93fac4 Remove AutodiffCodegen Tests by Darius Rueckert · 4 years, 1 month ago
  13. 2281c6e Fixes for comments from William Rucklidge by Sameer Agarwal · 4 years, 1 month ago
  14. d797a87 Use Ridders' method in GradientChecker. by Sameer Agarwal · 4 years, 1 month ago
  15. 4167568 Fix a MSVC type deduction bug in ComputeHouseholderVector by Sameer Agarwal · 4 years, 1 month ago
  16. 947ec0c Remove AutodiffCodegen autodiff benchmarks by Darius Rueckert · 4 years, 1 month ago
  17. 27183d6 Allow LocalParameterizations to have zero local size. by Sameer Agarwal · 4 years, 10 months ago
  18. 7ac7d79 Remove HelloWorldCodegen example by Darius Rueckert · 4 years, 1 month ago
  19. 8c8738b Add photometric and relative-pose residuals to autodiff benchmarks by Nikolaus Demmel · 4 years, 1 month ago
  20. 9f7fb66 Add a constant cost function to the autodiff benchmarks by Darius Rueckert · 4 years, 1 month ago
  21. ab0d373 Fix a comment in autodiff.h by Sameer Agarwal · 4 years, 1 month ago
  22. 27bb997 Change SVD algorithm in covariance computation. by Johannes Beck · 4 years, 1 month ago
  23. 84fdac3 Add const to GetCovarianceMatrix* by Johannes Beck · 4 years, 1 month ago
  24. 6bde61d Add line local parameterization. by Johannes Beck · 4 years, 4 months ago
  25. 2c1c093 Update documentation in autodiff.h by Sameer Agarwal · 4 years, 1 month ago
  26. 8904fa4 Inline Jet initialization in Autodiff by Darius Rueckert · 4 years, 1 month ago
  27. 18a464d Remove an errant CR from local_parameterization.cc by Sameer Agarwal · 4 years, 1 month ago
  28. 5c85f21 Use ArraySelector in Autodiff by Darius Rueckert · 4 years, 1 month ago
  29. 80477ff Add class ArraySelector by Darius Rueckert · 4 years, 1 month ago
  30. e7a3035 Pass kNumResiduals to Autodiff by Darius Rueckert · 4 years, 1 month ago
  31. f339d71 Refactor the automatic differentiation benchmarks. by Sameer Agarwal · 4 years, 2 months ago
  32. d37b4cb Fix some include headers in codegen/test_utils.cc/h by Sameer Agarwal · 4 years, 2 months ago
  33. 550766e Add Autodiff Brdf Benchmark by Darius Rueckert · 4 years, 2 months ago
  34. 8da9876 Add more autodiff benchmarks by Darius Rueckert · 4 years, 2 months ago
  35. 6da3647 Fix Tukey loss function by Enrique Fernandez · 4 years, 3 months ago
  36. cf4185c Add Codegen BA Benchmark by Darius Rueckert · 4 years, 2 months ago
  37. 75dd30f Simplify GenerateCodeForFunctor by Darius Rueckert · 4 years, 2 months ago
  38. 9049688 Default Initialize ExpressionRef to Zero by Darius Rueckert · 4 years, 2 months ago
  39. bf1aff2 Fix 3+ nested Jet constructor by Julian Kent · 4 years, 2 months ago
  40. 92d6541 Move Codegen files into codegen/ directory by Darius Rueckert · 4 years, 2 months ago
  41. 8e962f3 Add Autodiff Codegen Tests by Darius Rueckert · 4 years, 3 months ago
  42. 13c7a22 Codegen Optimizer API by Darius Rueckert · 4 years, 3 months ago
  43. 90799e2 Fix install and unnecessary string copy by Darius Rueckert · 4 years, 3 months ago
  44. 032d584 AutoDiff Code Generation - CMake Integration by Darius Rueckert · 4 years, 5 months ago
  45. d82de91 Add ExpressionGraph::Erase(ExpressionId) by Darius Rueckert · 4 years, 3 months ago
  46. c8e35e1 Add namespaces to generated functions and constants by Darius Rueckert · 4 years, 3 months ago
  47. 75e575c Fix use of incomplete type in defaulted Problem methods by Alex Stewart · 4 years, 4 months ago
  48. 8def196 Remove ExpressionRef Move Constructor by Darius Rueckert · 4 years, 4 months ago
  49. f26f954 Fix windows MSVC build. by Johannes Beck · 4 years, 4 months ago
  50. fdf9cfd Add functions to find the matching ELSE, ENDIF expressions by Darius Rueckert · 4 years, 5 months ago
  51. 678c05b Fix invert PSD matrix. by Johannes Beck · 4 years, 4 months ago
  52. a384a7e Remove not used using declaration by Johannes Beck · 4 years, 4 months ago
  53. a60136b Add COMMENT ExpressionType by Darius Rueckert · 4 years, 5 months ago
  54. f212c92 Let Problem::SetParameterization be called more than once. by Sameer Agarwal · 4 years, 5 months ago
  55. a369683 use CMake function to create CeresConfigVersion by NeroBurner · 4 years, 5 months ago
  56. 67fcff9 Make Problem movable. by Sameer Agarwal · 4 years, 5 months ago
  57. 19728e7 Add documentation for Problem::IsParameterBlockConstant by Sameer Agarwal · 4 years, 5 months ago
  58. ba6e5fb Make the custom uninstall target optional by NeroBurner · 4 years, 5 months ago
  59. 8547cbd Make EventLogger more efficient. by Sameer Agarwal · 4 years, 5 months ago
  60. edb8322 Update the minimum required version of Eigen to 3.3. by Sameer Agarwal · 4 years, 5 months ago
  61. aa6ef41 Specify Eigen3_DIR in iOS and Android Travis CI builds by Alex Stewart · 4 years, 5 months ago
  62. 4655f25 Use find_package() instead of find_dependency() in CeresConfig.cmake by Alex Stewart · 4 years, 5 months ago
  63. a548766 Use glfags target by NeroBurner · 4 years, 5 months ago
  64. 33dd469 Use Eigen3::Eigen target by NeroBurner · 4 years, 5 months ago
  65. 47e784b NULL-jacobians are handled correctly in generated autodiff code by Darius Rueckert · 4 years, 5 months ago
  66. edd54b8 Update Jet.h and rotation.h to use the new IF/ELSE macros by Darius Rueckert · 4 years, 5 months ago
  67. 848c1f9 Update return type in code generator and add tests for logical functions by Darius Rueckert · 4 years, 5 months ago
  68. 5010421 Add the expression return type as a member to Expression by Darius Rueckert · 4 years, 5 months ago
  69. f4dc670 Improve testing of the codegen system by Darius Rueckert · 4 years, 5 months ago
  70. 572ec4a Rework Expression creation and insertion by Darius Rueckert · 4 years, 5 months ago
  71. c733715 Disable the code generation module by default by Darius Rueckert · 4 years, 5 months ago
  72. 7fa0f3d Explicitly state PUBLIC/PRIVATE when linking by NeroBurner · 4 years, 5 months ago
  73. 4362a21 Run clang-format on the public headers. Also update copyright year. by Sameer Agarwal · 4 years, 5 months ago
  74. c56702a Fix installation of codegen headers by Darius Rueckert · 4 years, 5 months ago
  75. 0d03e74 Fix the include in the autodiff codegen example by Darius Rueckert · 4 years, 5 months ago
  76. d160264 Autodiff Codegen Part 4: Public API by Darius Rueckert · 4 years, 5 months ago
  77. d1703db Moved AutoDiffCodeGen macros to a separate (public) header by Darius Rueckert · 4 years, 5 months ago
  78. 5ce6c06 Fix ExpressionRef copy constructor and add a move constructor by Darius Rueckert · 4 years, 5 months ago
  79. a90b5a1 Pass ExpressionRef by const reference instead of by value by Darius Rueckert · 4 years, 5 months ago
  80. ea05767 Remove MakeFunctionCall() and add test for Ternary by Darius Rueckert · 4 years, 5 months ago
  81. 1084c54 Quote all configure-expanded paths by Alex Stewart · 4 years, 5 months ago
  82. 3d756b0 Test Expressions with 'insert' instead of a macro by Darius Rueckert · 4 years, 5 months ago
  83. 486d818 Add ExpressionGraph::InsertExpression by Darius Rueckert · 4 years, 5 months ago
  84. 3831a1d Expression and ExpressionGraph comparison by Darius Rueckert · 4 years, 5 months ago
  85. 9bb1dcb Remove definition of ExpressionRef::ExpressionRef(double&); by Darius Rueckert · 4 years, 5 months ago
  86. 5be2e48 Autodiff Codegen Part 3: CodeGenerator by Darius Rueckert · 4 years, 7 months ago
  87. 6cd6330 Remove unused ExpressionTypes by Darius Rueckert · 4 years, 6 months ago
  88. 7d0d69a Fix ExpressionRef by Darius Rueckert · 4 years, 6 months ago
  89. 6ba8c57 Fix expression_test IsArithmetic by Darius Rueckert · 4 years, 6 months ago
  90. 2b494cf Update Travis CI to Bionic & Xcode 11.2 by Alex Stewart · 4 years, 6 months ago
  91. a3dde68 Require Xcode >= 11.2 on macOS 10.15 (Catalina) by Alex Stewart · 4 years, 6 months ago
  92. 6fd4f07 Autodiff Codegen Part 2: Conditionals by Darius Rueckert · 4 years, 7 months ago
  93. 52d6477 Detect and disable -fstack-check on macOS 10.15 with Xcode 11 by Alex Stewart · 4 years, 6 months ago
  94. 46ca461 Fix `gradient_check_relative_precision` docs typo by Chris Choi · 4 years, 7 months ago
  95. 4247d42 Autodiff Codegen Part 1: Expressions by Darius Rueckert · 4 years, 7 months ago
  96. ba62397 Run clang-format on jet.h by Sameer Agarwal · 4 years, 7 months ago
  97. 667062d Introduce BlockSparseMatrixData by Sameer Agarwal · 4 years, 8 months ago
  98. 17becf4 Remove a CHECK failure from covariance_impl.cc by Sameer Agarwal · 4 years, 8 months ago
  99. d7f428e Add a missing cast in rotation.h by Sameer Agarwal · 4 years, 9 months ago
  100. ea4d66e clang-tidy fixes. by Sameer Agarwal · 4 years, 9 months ago