| .. |
|
tests
|
fix memory leak
|
2023-06-08 18:32:02 -04:00 |
|
treeTraversal
|
remove make_shared header
|
2023-01-22 08:40:02 -08:00 |
|
CMakeLists.txt
|
Remove Deprecated Lie* classes
|
2022-01-02 14:43:48 -05:00 |
|
ConcurrentMap.h
|
Got rid or ifdefed many boost headers
|
2023-02-05 20:45:54 -08:00 |
|
DSFMap.h
|
Fixed warnings that arise from stricter compiler flags
|
2023-02-11 12:32:50 -08:00 |
|
DSFVector.cpp
|
remove make_shared header
|
2023-01-22 08:40:02 -08:00 |
|
DSFVector.h
|
shared_ptr, make_shared, allocate_shared
|
2023-01-22 08:40:02 -08:00 |
|
FastDefaultAllocator.h
|
Changed headers to GTSAM-style (near to far)
|
2015-06-14 16:05:09 -07:00 |
|
FastList.h
|
Got rid or ifdefed many boost headers
|
2023-02-05 20:45:54 -08:00 |
|
FastMap.h
|
Hunt down std::map::emplace candidates
|
2023-02-04 09:01:13 -08:00 |
|
FastSet.h
|
GTSAM_CONCEPT_ASSERT to replace BOOST equivalent.
|
2023-02-06 00:35:36 -08:00 |
|
FastVector.h
|
add base module
|
2022-07-26 16:47:45 -04:00 |
|
GenericValue.h
|
Got rid or ifdefed many boost headers
|
2023-02-05 20:45:54 -08:00 |
|
Group.h
|
remove unnecessary headers
|
2023-06-29 15:27:23 -04:00 |
|
Lie.h
|
Make concepts work in the boost path
|
2023-02-06 02:09:32 -08:00 |
|
Manifold.h
|
Make concepts work in the boost path
|
2023-02-06 02:09:32 -08:00 |
|
Matrix.cpp
|
A few minor fixes to allow compiling 'boost-free' gtsam without compiling 'gtsam_unstable'.
|
2023-03-02 13:05:07 -08:00 |
|
Matrix.h
|
use static_assert
|
2023-02-06 00:08:57 -08:00 |
|
MatrixSerialization.h
|
gtsam compiles and tests run with and without boost serialization
|
2023-01-22 22:16:46 -08:00 |
|
OptionalJacobian.h
|
optional jacobian with matrix references
|
2023-01-21 11:20:01 -08:00 |
|
ProductLieGroup.h
|
Replaced numbered GTSAM_CONCEPT_ASSERT# with GTSAM_CONCEPT_ASSERT
|
2023-02-11 17:17:18 -08:00 |
|
SymmetricBlockMatrix.cpp
|
Move some Eigen methods to cpp
|
2023-01-22 17:01:39 -08:00 |
|
SymmetricBlockMatrix.h
|
Merge branch 'feature/remove_boost_in_Values' into verdant/boost-serialization
|
2023-01-22 22:33:56 -08:00 |
|
Testable.h
|
Make concepts work in the boost path
|
2023-02-06 02:09:32 -08:00 |
|
TestableAssertions.h
|
fixed MR comments. Brought back a testable assertion feature. Added a test to test that assertion
|
2023-01-21 13:11:40 -08:00 |
|
ThreadsafeException.h
|
remove format headers
|
2023-02-04 12:21:32 -08:00 |
|
Value.h
|
gtsam compiles and tests run with and without boost serialization
|
2023-01-22 22:16:46 -08:00 |
|
Vector.cpp
|
remove optional headers
|
2023-01-21 09:27:20 -08:00 |
|
Vector.h
|
removed deprecated code
|
2023-01-20 22:50:05 -08:00 |
|
VectorSerialization.h
|
gtsam compiles and tests run with and without boost serialization
|
2023-01-22 22:16:46 -08:00 |
|
VectorSpace.h
|
Make GTSAM_CONCEPT_ASSERTS work with '-Wextra-semi'
|
2023-02-20 07:49:52 -08:00 |
|
VerticalBlockMatrix.cpp
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
|
VerticalBlockMatrix.h
|
serialization function comment moved
|
2023-01-22 22:14:28 -08:00 |
|
WeightedSampler.h
|
Replace make_pair with {}
|
2023-02-04 09:08:34 -08:00 |
|
base.i
|
update gtsam:: namespace in base.i
|
2024-06-28 16:13:33 -04:00 |
|
chartTesting.h
|
GTSAM_CONCEPT_ASSERT to replace BOOST equivalent.
|
2023-02-06 00:35:36 -08:00 |
|
cholesky.cpp
|
remove format headers
|
2023-02-04 12:21:32 -08:00 |
|
cholesky.h
|
Add headers in the place they are needed
|
2022-02-16 22:51:53 -05:00 |
|
concepts.h
|
replaced concept check no op with alternate that doesn't cause a segfault
|
2023-03-10 15:34:50 -05:00 |
|
debug.cpp
|
add TBB guards back for multithread option and potentially breaking changes
|
2020-01-11 15:11:50 -05:00 |
|
debug.h
|
[ci skip] added comment and formatting for isDebugVersion
|
2019-06-17 16:36:50 -04:00 |
|
kruskal-inl.h
|
Address review comments
|
2023-02-05 10:33:24 -08:00 |
|
kruskal.h
|
Address review comments
|
2023-02-05 10:33:24 -08:00 |
|
lieProxies.h
|
replaced boost with std for placeholders, bind and function
|
2021-07-10 21:01:20 -04:00 |
|
make_shared.h
|
remove make_shared header
|
2023-01-22 08:40:02 -08:00 |
|
numericalDerivative.h
|
is_base_of
|
2023-02-04 12:21:53 -08:00 |
|
serialization.h
|
remove previous guard and do some formatting
|
2023-10-07 16:19:02 -04:00 |
|
serializationTestHelpers.h
|
gtsam compiles and tests run with and without boost serialization
|
2023-01-22 22:16:46 -08:00 |
|
std_optional_serialization.h
|
remove macro block for boost version 108000
|
2024-03-03 10:20:29 -05:00 |
|
testLie.h
|
Removed some offending headers in pch
|
2018-11-06 00:19:54 -05:00 |
|
timing.cpp
|
add header to timing.cpp
|
2023-06-29 16:39:08 -04:00 |
|
timing.h
|
fix timing flag
|
2023-02-05 20:45:54 -08:00 |
|
treeTraversal-inst.h
|
Merge pull request #1568 from borglab/doc/updates
|
2023-07-06 03:37:21 -04:00 |
|
types.cpp
|
Fixed warnings that arise from stricter compiler flags
|
2023-02-11 12:32:50 -08:00 |
|
types.h
|
remove unnecessary headers
|
2023-06-29 15:27:23 -04:00 |
|
utilities.cpp
|
cpp file for utilities
|
2022-01-22 11:04:25 -05:00 |
|
utilities.h
|
Compile gtsam python for windows
|
2024-01-13 10:59:03 +02:00 |