- 0a53aa9 Take abseil as a dependency by Sameer Agarwal · 9 months ago
- 6fb3dae Add cuDSS as sparse Cholesky solver by Mark Shachkov · 11 months ago
- 8b88a9a Use C++17 Bessel functions by Sergiu Deitsch · 2 years, 10 months ago
- 84436f7 Use native CMake TBB package configuration by Sergiu Deitsch · 1 year, 2 months ago
- 4893392 Rework MSVC warning suppression by Sergiu Deitsch · 1 year, 6 months ago
- 5a30cae Preparing for 2.2.0rc1 by Sameer Agarwal · 1 year, 6 months ago 2.2.0rc1
- a1c02e8 Rework the Sphinx find module by Sergiu Deitsch · 1 year, 7 months ago
- a57e35b Require at least CMake 3.16 by Sergiu Deitsch · 1 year, 7 months ago
- 06bfe6f Remove OpenMP and No threading backends. by Sameer Agarwal · 2 years, 4 months ago
- 352b320 Fixed SuiteSparse 6.0 version parsing by Sergiu Deitsch · 2 years, 5 months ago
- 9aa52c6 Use FindCUDAToolkit for CMake >= 3.17 by Alex Stewart · 2 years, 5 months ago
- 1cf49d6 Update FindGlog.cmake to create glog::glog target by Sameer Agarwal · 2 years, 8 months ago
- 0c88301 Provide optional METIS support by Sergiu Deitsch · 2 years, 11 months ago
- dfce1e1 Link against threading library only if necessary by Sergiu Deitsch · 2 years, 10 months ago
- 69eddfb Use find module to link against OpenMP by Sergiu Deitsch · 2 years, 10 months ago
- 2335b5b Remove support for CXSparse by Sameer Agarwal · 2 years, 10 months ago
- 66e0adf Fix detection of sphinx-rtd-theme by Sameer Agarwal · 2 years, 10 months ago
- f1414cb Correct spelling in comments and docs. by Evan Levine · 3 years ago
- 93511bf Fix SuiteSparse path and version reporting by Sergiu Deitsch · 3 years, 1 month ago
- 0133dad Add Github workflows by Sergiu Deitsch · 3 years, 1 month ago
- d3612c1 Set CMP0057 policy for IN_LIST operator in FindSuiteSparse.cmake by Brent Yi · 3 years, 1 month ago
- 4bc100c Do not define unusable import targets by Sergiu Deitsch · 3 years, 1 month ago
- 817f5a0 Switch to imported SuiteSparse, CXSparse, and METIS targets by Sergiu Deitsch · 3 years, 2 months ago
- 99698f0 Fix Apple Clang weak symbols warnings by Sergiu Deitsch · 3 years, 2 months ago
- f90833f Simplify symbol export by Sergiu Deitsch · 3 years, 2 months ago
- 36d6d86 Add support for dense CUDA solvers #1 by Joydeep Biswas · 3 years, 2 months ago
- 8d3e64d Use modern-style Eigen3 CMake variables by Alex Stewart · 3 years, 5 months ago
- 7de561e Fix dependency check for building documentation by Sumit Dey · 3 years, 10 months ago
- 941ea13 Fix FindTBB version detection with TBB >= 2021.1.1 by Alex Stewart · 4 years, 1 month ago
- 4e69a47 Fix potential for mismatched release/debug TBB libraries by Alex Stewart · 4 years, 7 months ago
- 7d3ffcb Remove forced CONFIG from find_package(Eigen3) by Alex Stewart · 4 years, 8 months ago
- a029fc0 Use latest FindTBB.cmake from VTK project by Alex Stewart · 4 years, 8 months ago
- aa1abbc Replace use of GFLAGS_LIBRARIES with export gflags target by Alex Stewart · 4 years, 8 months ago
- 7ef83e0 Update minimum required C++ version for Ceres to C++14 by Alex Stewart · 4 years, 10 months ago
- cca93fe Bypass Ceres' FindGlog.cmake in CeresConfig.cmake if possible by Alex Stewart · 4 years, 10 months ago
- b70687f Add namespace qualified Ceres::ceres CMake target by Alex Stewart · 4 years, 10 months ago
- 27b7179 Respect FIND_QUIETLY flag in cmake config file by Alastair Harrison · 4 years, 11 months ago
- e9eb76f Remove AutodiffCodegen CMake integration by Darius Rueckert · 5 years ago
- 90799e2 Fix install and unnecessary string copy by Darius Rueckert · 5 years ago
- 032d584 AutoDiff Code Generation - CMake Integration by Darius Rueckert · 5 years ago
- a369683 use CMake function to create CeresConfigVersion by NeroBurner · 5 years ago
- 4655f25 Use find_package() instead of find_dependency() in CeresConfig.cmake by Alex Stewart · 5 years ago
- a548766 Use glfags target by NeroBurner · 5 years ago
- 33dd469 Use Eigen3::Eigen target by NeroBurner · 5 years ago
- 1084c54 Quote all configure-expanded paths by Alex Stewart · 5 years ago
- 2b494cf Update Travis CI to Bionic & Xcode 11.2 by Alex Stewart · 5 years ago
- a3dde68 Require Xcode >= 11.2 on macOS 10.15 (Catalina) by Alex Stewart · 5 years ago
- 52d6477 Detect and disable -fstack-check on macOS 10.15 with Xcode 11 by Alex Stewart · 5 years ago
- 54ba6c2 Fix missing declaration warnings in Ceres code by Sergey Sharybin · 7 years ago
- ee7e2cb Set Homebrew paths via HINTS not CMAKE_PREFIX_PATH by Alex Stewart · 6 years ago
- 4f8a018 Revert "Fix custom Eigen on macos (EIGEN_INCLUDE_DIR_HINTS)" by Sameer Agarwal · 6 years ago
- e6c5c72 Fix custom Eigen on macos (EIGEN_INCLUDE_DIR_HINTS) by Nikolaus Demmel · 6 years ago
- 9350e57 Enable optional use of sanitizers by Alex Stewart · 6 years ago
- 0d3a84f Fix typos in doc and errors in the demo code. by Kuang Fangjun · 7 years ago
- 402a2e4 Import Threads::Threads CMake target in CeresConfig.cmake by Alex Stewart · 7 years ago
- 16f9b34 Remove Intel TBB threading support. by Alex Stewart · 7 years ago
- 2166bad Replace include_directories() with target_include_directories(). by Alex Stewart · 7 years ago
- 8f41ca6 Add Apple's Accelerate framework as a sparse linear algebra library. by Alex Stewart · 7 years ago
- d656d34 Refactor Ceres threading option configuration. by Alex Stewart · 7 years ago
- 799fd50 Ensure host-built packages are not used when building for iOS. by Alex Stewart · 7 years ago
- 7582834 Do not bypass default CMake compiler checks on iOS. by Alex Stewart · 7 years ago
- af77d3e Fix exported gflags include path. by Alex Stewart · 7 years ago
- 7c4e8a4 Replace scoped_ptr with C++11's unique_ptr by Keir Mierle · 7 years ago
- fc9336e Deprecate mutex.h by Sameer Agarwal · 7 years ago
- a1458f3 More C++11ification. by Sameer Agarwal · 7 years ago
- ffae101 Removed CERES_USE_CXX11 Remove the special handling for tr1::shared_ptr. by Sameer Agarwal · 7 years ago
- 282b8b5 Require >= C++11 & CMake >= 3.5 when building Ceres. by Alex Stewart · 7 years ago
- a80b8cf Fix C++11 detection for VS2010. by Alex Stewart · 7 years ago
- df2d882 Remove armv7 from target architectures when building for iOS >= 11. by Alex Stewart · 7 years ago
- 7b27175 Adds C++11 parallel for implementation. by Mike Vitus · 7 years ago
- c426f46 Fix TBB detection on Windows. by Alex Stewart · 7 years ago
- 488d401 Cleanup import of TBB in CMake. by Alex Stewart · 7 years ago
- 4ffec20 Add TBB threading support. by Yury Prokazov · 9 years ago
- d8f4091 Hide optional SuiteSparse vars in CMake GUI by default. by Alex Stewart · 8 years ago
- ffe7cc3 Always hide TBB_LIBRARY in CMake GUI by default. by Alex Stewart · 8 years ago
- f58eacf Fix suppression of C++11 propagation warning. by Alex Stewart · 8 years ago
- a1ff7f7 Support `suitesparse` path suffix on Windows for SuiteSparse and CXSparse by Arkady Shapkin · 8 years ago
- e6c14a4 Fix cmake error from CeresConfig.cmake when Ceres not found by Taylor Braun-Jones · 8 years ago
- 60811df Fix a bug introduced in fa39fae0b71afd3423792270881924438d8ad2f0 by Sameer Agarwal · 8 years ago
- fa39fae Pass user-specified search hints as HINTS not PATHS. by Alex Stewart · 8 years ago
- ec5bd23 Prefer Eigen installs over exported build directories. by Alex Stewart · 8 years ago
- d72e19d Use target_compile_features() to specify C++11 requirement if available. by Alex Stewart · 8 years ago
- 74df65b Optionally use exported Eigen CMake configuration if available. by Alex Stewart · 8 years ago
- 0b74859 Fix how NOT binds in the if statement by Sameer Agarwal · 8 years ago
- c123864 Use Ceres_[SOURCE/BINARY]_DIR not CMAKE_XXX_DIR to support nesting. by Alex Stewart · 8 years ago
- 0429189 Add default Fedora/Debian locations for CXSparse to search paths. by Alex Stewart · 8 years ago
- af3b939 Fix search path for miniglog headers when Ceres is exported. by Alex Stewart · 8 years ago
- 9321b62 Fix detection of deprecated Bessel function names on MSVC. by Alex Stewart · 8 years ago
- 7b4ec98 Fix detection of CMake-built glog on Windows. by Alex Stewart · 8 years ago
- adb5f8e Add additional search paths for glog & Eigen on Windows. by Alex Stewart · 8 years ago
- 8a2da98 Clear XXX_FOUND in Find<XXX>.cmake prior to searching. by Alex Stewart · 8 years ago
- 523e397 Fix missing gflags imported target definition in CeresConfig.cmake by Alex Stewart · 8 years ago
- d38e49a Add support for glog exported CMake target. by Alex Stewart · 8 years ago
- c5c6f55 Fix potential invalid reset of CMAKE_FIND_LIBRARY_PREFIXES on MSVC. by Alex Stewart · 8 years ago
- 9843f32 Report Ceres compile options as components in find_package(). by Alex Stewart · 9 years ago
- 562a72e Fix missing early return() in xxx_not_found() dependency macros. by Alex Stewart · 9 years ago
- b5f5100 Make CMake read Ceres version directly from include/ceres/version.h. by Alex Stewart · 9 years ago
- 7efc92d Add IOS_DEPLOYMENT_TARGET variable to iOS.cmake by Eduard Feicho · 9 years ago
- 89c4000 Only use LTO when compiling Ceres itself, not tests or examples. by Alex Stewart · 10 years ago 1.11.0rc3
- 90e32a8 Use old minimum iOS version flags on Xcode < 7.0. by Alex Stewart · 10 years ago