Sign in
ceres-solver
/
ceres-solver
/
4f603fb0d82317a53fa9d96abe6a97b2e69bff36
/
CMakeLists.txt
8956f56
Fix issues related to Clang / LLVM 3.4
by Johannes Schönberger
· 11 years ago
879fc28
Remove CERES_NO_LINE_SEARCH_MINIMIZER.
by Sameer Agarwal
· 11 years ago
d1cf320
Made collections port compatible with MSVC2008
by Sergey Sharybin
· 11 years ago
a8006af
Adding threads libraries to exported dependencies if using OpenMP.
by Alex Stewart
· 11 years ago
4d0e626
Fixing gflags HINTS variable names (adding missing “_DIR”).
by Alex Stewart
· 11 years ago
54fc942
Removing incorrect specialisation of install dirs on Windows.
by Alex Stewart
· 11 years ago
6fed9fe
Fix FindPackage scripts to emit warnings, not errors if not found.
by Alex Stewart
· 11 years ago
cada337
Fixing CXSparse include directories statement.
by Alex Stewart
· 11 years ago
c71085e
Update to 1.8.0rc1.
by Sameer Agarwal
· 11 years ago
1.8.0rc1
602096c
Move CERES_HASH_NAMESPACE macros to collections_port.h
by Sameer Agarwal
· 11 years ago
f6b67df
Fix handling of unordered_map/unordered_set on OSX 10.9.0.
by Sameer Agarwal
· 11 years ago
9cded61
Cleaning up OpenMP handling in CMakeLists.
by Alex Stewart
· 11 years ago
21e7c0f
Adding option for static/shared CRT in MSVC & Windows fixes.
by Alex Stewart
· 11 years ago
78cc2c4
Cleaning up exported CeresConfig.cmake.
by Alex Stewart
· 11 years ago
f5f21b5
Adding check for broken version of Clang with Xcode 4.5.x.
by Alex Stewart
· 11 years ago
35ee1f7
Remove RuntimeNumericDiffCostFunction.
by Sameer Agarwal
· 11 years ago
fc8ede2
Making LAPACK a CMake option and updating build docs.
by Alex Stewart
· 11 years ago
0b07d3e
Making all config options in CMake & SuiteSparse cleanup.
by Alex Stewart
· 11 years ago
f519ff7
Modified installation folders for Windows, based on CMake documentation:
by Pablo Speciale
· 12 years ago
54b43fe
Adding librt to link libraries for SuiteSparse_config on Linux.
by Alex Stewart
· 11 years ago
835ae9a
Making BUILD_SHARED_LIBS a CMake GUI option.
by Alex Stewart
· 11 years ago
fc409e0
Check for presence of return-type-c-linkage option with Clang.
by Alex Stewart
· 11 years ago
74727f5
Fix two build errors.
by Sameer Agarwal
· 12 years ago
c0f0776
Reduce verbosity of TBB checking.
by Sameer Agarwal
· 12 years ago
263de47
Incorporate RHEL build fixes from Brian Pitts
by Taylor Braun-Jones
· 12 years ago
c24a4ec
Cmake refactoring
by Sameer Agarwal
· 12 years ago
367b65e
Multiple dense linear algebra backends.
by Sameer Agarwal
· 12 years ago
2460bf0
Check GCC Version before adding -fast compiler option on OSX.
by Steven Lovegrove
· 12 years ago
1692416
Update version from 1.6.0 -> 1.7.0rc1.
by Sameer Agarwal
· 12 years ago
588228b
Add the ability to turn shared library compilation on and off
by Sameer Agarwal
· 12 years ago
5a97471
Covariance estimation using SuiteSparseQR.
by Sameer Agarwal
· 12 years ago
bd82f82
More CMake file cleanup.
by Sameer Agarwal
· 12 years ago
9f4552b
Stop CMake from trying to detect OpenMP when using Clang.
by Sameer Agarwal
· 12 years ago
1ab7fde
Update gmock and gtest to the latest svn versions.
by Sameer Agarwal
· 12 years ago
79d9353
Remove Protocol Buffers support.
by Sameer Agarwal
· 12 years ago
72cc457
Fix configuration error on systems without SuiteSparse installed
by Sergey Sharybin
· 12 years ago
f806576
Collections port fix for MSVC 2008
by Sergey Sharybin
· 12 years ago
0ff3bb3
CeresConfig.cmake (and similar files) will be installed in "${CMAKE_INSTALL_PREFIX}/cmake/Ceres" after make install
by Pablo Speciale
· 12 years ago
395b4e9
Documentation fixes
by Sameer Agarwal
· 12 years ago
aa20a6d
Updated depend.cmake to follow CMake IF convention.
by Joydeep Biswas
· 12 years ago
3702068
Enabling -O4 (link-time optimization) only if compiler/linker support it.
by Alex Stewart
· 12 years ago
937777a
Miscellanous fixes in preparation for 1.6.0
by Sameer Agarwal
· 12 years ago
36f4cd2
Disable threads completely if OpenMP is not present.
by Sameer Agarwal
· 12 years ago
24fb32b
Add whole program optimization for Clang.
by Sameer Agarwal
· 12 years ago
d8d5416
Do not modify cached CMAKE_CXX_FLAGS_RELEASE
by Sergey Sharybin
· 12 years ago
3d6eceb
Replace more instances of Eigen GEMV with Ceres BLAS.
by Sameer Agarwal
· 12 years ago
296fa9b
Replace Eigen block operations with small GEMM and GEMV loops.
by Sameer Agarwal
· 12 years ago
b7ba934
Enable larger tuple sizes for Visual Studio 2012.
by Petter Strandmark
· 12 years ago
16dbf11
Added CeresConfig.cmake based on this example:
by Pablo Speciale
· 12 years ago
c51b11c
Sphinx and CMake, based on this example:
by Pablo Speciale
· 12 years ago
8140f0f
Modularize the build.
by Sameer Agarwal
· 12 years ago
b59ac43
Issue 83 fix: use correct pthread linker flags with clang.
by Alex Stewart
· 12 years ago
b73148b
Remove -Wno-return-type-c-linkage option when using gcc
by Taylor Braun-Jones
· 12 years ago
956ed7e
Various minor fixes.
by Sameer Agarwal
· 12 years ago
fa21df8
Add script for building documentation.
by Sameer Agarwal
· 12 years ago
b13e42d
CMake version update
by Sameer Agarwal
· 13 years ago
d3ace02
Fix a bunch of compiler warnings.
by Sameer Agarwal
· 13 years ago
97ca0fb
Compile with warnings on Unix.
by Keir Mierle
· 13 years ago
6ad6257
Add a workaround for an Android NDK compiler bug.
by Keir Mierle
· 13 years ago
9ad27e8
Add one uninstall target to remove all installed files
by Arnaud Gelas
· 13 years ago
3d644b7
Install headers, libraries and pdf
by Arnaud Gelas
· 13 years ago
d2fb5ad
Configure gerrit hook at CMake time
by Arnaud Gelas
· 13 years ago
7316609
Add one CMake option to build the examples.
by Arnaud Gelas
· 13 years ago
b12b906
Add one option to generate the PDF from CMake at build time
by Arnaud Gelas
· 13 years ago
b3fa009
Set CMAKE_*_OUTPUT_DIRECTORY
by Arnaud Gelas
· 13 years ago
e83f787
Fix SuiteSparse3 UFConfig.h detection really.
by Sameer Agarwal
· 13 years ago
96f25dc
Fix SuiteSparse3 UFConfig.h detection.
by Sameer Agarwal
· 13 years ago
c497bd6
Add UFconfig and/or SuiteSparse_config test to CMakeLists.txt
by Markus Moll
· 13 years ago
dd2b17d
CERES_DONT_HAVE_PROTOCOL_BUFFERS -> CERES_NO_PROTOCOL_BUFFERS.
by Sameer Agarwal
· 13 years ago
d216490
Support building without TR1.
by Keir Mierle
· 13 years ago
ff71d74
Further encapsulate Ceres's Mutex class.
by Keir Mierle
· 13 years ago
254f9d3
Fix Windows build break.
by Keir Mierle
· 13 years ago
aefb8a8
Preliminary Android port of Ceres
by Keir Mierle
· 13 years ago
05107ba
Add a Ceres version and use it to name the DLL.
by Keir Mierle
· 13 years ago
efe7ac6
Port Ceres to Windows
by Keir Mierle
· 13 years ago
74af181
Enable SSE3 on MacOS, because -fast does not do it.
by Sameer Agarwal
· 13 years ago
4845bc4
Proper handling of Release mode.
by Sameer Agarwal
· 13 years ago
8e2420e
CMake bug fixes.
by Sameer Agarwal
· 13 years ago
d114690
Better handling of booleans in CMakeLists.txt
by Sameer Agarwal
· 13 years ago
b051873
Multiple sparse linear algebra backends.
by Sameer Agarwal
· 13 years ago
daa9824
1. Changed the semantics of how SuiteSparse dependencies are checked and used. Now SuiteSparse is built by default, only if all of its
by Sameer Agarwal
· 13 years ago
aa9526d
Share search paths across various library searches.
by Sameer Agarwal
· 13 years ago
f10163a
Warn about disabled schur specializations.
by Keir Mierle
· 13 years ago
30c5f93
Rework the glog and gtest path checking to be consistent with the rest of the file and disable the dashboard support enabled by the earlier ctesting related patch.
by Sameer Agarwal
· 13 years ago
e0a52a9
Arnaus Gelas' patch to add better path searching for gflags and glog
by Sameer Agarwal
· 13 years ago
a0cefc3
Arnaus Gelas' patch to move to Ctest
by Sameer Agarwal
· 13 years ago
92d5ab5
Link BLAS explicitly on non-Mac platforms
by Keir Mierle
· 13 years ago
f477a38
Fix Eigen search paths
by Keir Mierle
· 13 years ago
8ebb073
Initial commit of Ceres Solver.
by Keir Mierle
· 13 years ago