Frank Dellaert
|
29c25970ad
|
support 4 concept asserts
|
2023-02-06 01:03:33 -08:00 |
Frank Dellaert
|
7afccbc446
|
use emplace_shared
|
2023-02-06 01:03:17 -08:00 |
Frank Dellaert
|
eb37866e92
|
GTSAM_CONCEPT_ASSERT to replace BOOST equivalent.
|
2023-02-06 00:35:36 -08:00 |
Frank Dellaert
|
a38d76bcef
|
Cleaned up ++ stragglers
|
2023-02-06 00:18:42 -08:00 |
Frank Dellaert
|
a9dd644015
|
use static_assert
|
2023-02-06 00:08:57 -08:00 |
Frank Dellaert
|
662535bf16
|
add missing header
|
2023-02-05 23:14:15 -08:00 |
Frank Dellaert
|
e6ace91e9d
|
fail slow again
|
2023-02-05 23:14:08 -08:00 |
Frank Dellaert
|
08e63aee12
|
Replace boost lexical casts in CppUnitLite
|
2023-02-05 23:09:52 -08:00 |
Frank Dellaert
|
d38562868f
|
include assert header
|
2023-02-05 22:50:36 -08:00 |
Frank Dellaert
|
bd3b5be0a0
|
Exclude more files
|
2023-02-05 20:45:55 -08:00 |
Frank Dellaert
|
ec5a6003c6
|
Turn off timing
|
2023-02-05 20:45:54 -08:00 |
Frank Dellaert
|
c1b5c192f8
|
Kill more boost headers
|
2023-02-05 20:45:54 -08:00 |
Frank Dellaert
|
62b302bc76
|
Excluding more files
|
2023-02-05 20:45:54 -08:00 |
Frank Dellaert
|
c13f58a67e
|
Got rid of intrusive_ptr
|
2023-02-05 20:45:54 -08:00 |
Frank Dellaert
|
438e29353d
|
Replace boost::bimap
|
2023-02-05 20:45:54 -08:00 |
Frank Dellaert
|
0ee985b629
|
No more list_inserter
|
2023-02-05 20:45:54 -08:00 |
Frank Dellaert
|
fdf53b62c6
|
Got rid or ifdefed many boost headers
|
2023-02-05 20:45:54 -08:00 |
Frank Dellaert
|
8bd15b8792
|
Omit serialization test
|
2023-02-05 20:45:54 -08:00 |
Frank Dellaert
|
ad78f3c763
|
Truly don't include boost
|
2023-02-05 20:45:54 -08:00 |
Frank Dellaert
|
285cbe4f22
|
Get rid of all (pre c++11) += calls to create Orderings.
|
2023-02-05 20:45:54 -08:00 |
Frank Dellaert
|
a638f3a991
|
Re-format flags
|
2023-02-05 20:45:54 -08:00 |
Frank Dellaert
|
c9bb33db0f
|
Fix parser
|
2023-02-05 20:45:54 -08:00 |
kartik arcot
|
62d0552368
|
CMakeList changes
|
2023-02-05 20:45:54 -08:00 |
kartik arcot
|
503debfeb8
|
modification
|
2023-02-05 20:45:54 -08:00 |
kartik arcot
|
baf4cf5a23
|
fix ordering
|
2023-02-05 20:45:54 -08:00 |
kartik arcot
|
de2e2899c8
|
don't compile Gnc when there is no boost
|
2023-02-05 20:45:54 -08:00 |
kartik arcot
|
0ab76abe93
|
fix timing flag
|
2023-02-05 20:45:54 -08:00 |
kartik arcot
|
89338a3230
|
remove ListOneContainer
|
2023-02-05 20:45:54 -08:00 |
kartik arcot
|
b02c5ceefa
|
timer
|
2023-02-05 20:45:54 -08:00 |
kartik arcot
|
27acf2231b
|
removed a message
|
2023-02-05 20:45:54 -08:00 |
kartik arcot
|
2eecfe382b
|
excluding some examples and moved index_sequence implementation to gtsam namespace
|
2023-02-05 20:45:54 -08:00 |
kartik arcot
|
fc05618907
|
disable scheduler since it uses boost::escaped_list_tokenizer
|
2023-02-05 20:45:54 -08:00 |
Frank Dellaert
|
52a72b5f2b
|
remove now obsolete `cref` calls
|
2023-02-05 18:31:30 -08:00 |
Frank Dellaert
|
6bd2dcff7e
|
Better comments
|
2023-02-05 18:31:12 -08:00 |
Frank Dellaert
|
ffc7e4e748
|
Turn GTSAM_SINGLE_TEST_EXE OFF as I debug issue
|
2023-02-05 18:14:35 -08:00 |
Frank Dellaert
|
e2260b7ee1
|
Fix serialized test files for testSerializationSlam.cpp
|
2023-02-05 18:09:44 -08:00 |
Frank Dellaert
|
52019d85f3
|
Added tests for BayesTree variants
|
2023-02-05 17:36:53 -08:00 |
Frank Dellaert
|
80d0362e0f
|
Get rid of format warnings
|
2023-02-05 17:22:57 -08:00 |
Frank Dellaert
|
4c9743457c
|
Get rid of indentation warnings in Eigen
|
2023-02-05 15:19:43 -08:00 |
Frank Dellaert
|
a436927c77
|
Fix warning
|
2023-02-05 15:13:21 -08:00 |
Frank Dellaert
|
3629d127c6
|
Fix compile issue on TBB
|
2023-02-05 15:13:14 -08:00 |
Frank Dellaert
|
a193867214
|
Removed extra code that was needed for variant
|
2023-02-05 15:04:15 -08:00 |
Frank Dellaert
|
b9ccdf9b11
|
Removed variant as it did not play well with the python wrapper.
|
2023-02-05 15:04:15 -08:00 |
kartik arcot
|
a77b5bc1d7
|
boost::variant -> std::variant
|
2023-02-05 15:04:15 -08:00 |
Frank Dellaert
|
6160759f13
|
Merge pull request #1439 from borglab/feature/SignatureParser
|
2023-02-05 14:21:19 -08:00 |
Frank Dellaert
|
a086e2562c
|
Merge pull request #1438 from borglab/feaure/remove_misc_boost
|
2023-02-05 14:19:59 -08:00 |
Frank Dellaert
|
e8bce8da23
|
Merge pull request #1440 from ankur-rc/no_boost_lago
|
2023-02-05 13:28:58 -08:00 |
Frank Dellaert
|
e18b3c5078
|
Try adding directive in cmake
|
2023-02-05 11:01:24 -08:00 |
Frank Dellaert
|
cc26756196
|
No emplace in case of tbb
|
2023-02-05 10:50:54 -08:00 |
Frank Dellaert
|
fbc748a1a1
|
Merge branch 'develop' into feaure/remove_misc_boost
|
2023-02-05 10:43:34 -08:00 |