| .. |
|
CMakeLists.txt
|
Working on standardizing/simplifying building unit tests and examples. Much simpler cmake function to add a glob of tests, doing away with convenience libraries, and removing other options that we never change from their defaults.
|
2014-02-13 01:34:31 -05:00 |
|
testAdaptAutoDiff.cpp
|
Addressed code review
|
2014-11-24 12:43:30 +01:00 |
|
testBasisDecompositions.cpp
|
Unit test verifies Jacobian and value
|
2014-11-24 00:08:34 +01:00 |
|
testBatchFixedLagSmoother.cpp
|
Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
|
2014-11-23 10:22:25 -08:00 |
|
testCallRecord.cpp
|
added CallRecord unit test
|
2014-11-21 23:04:58 +01:00 |
|
testConcurrentBatchFilter.cpp
|
Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
|
2014-11-23 10:22:25 -08:00 |
|
testConcurrentBatchSmoother.cpp
|
Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
|
2014-11-23 10:22:25 -08:00 |
|
testConcurrentIncrementalFilter.cpp
|
Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
|
2014-11-23 10:22:25 -08:00 |
|
testConcurrentIncrementalSmootherDL.cpp
|
Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
|
2014-11-23 10:22:25 -08:00 |
|
testConcurrentIncrementalSmootherGN.cpp
|
Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
|
2014-11-23 10:22:25 -08:00 |
|
testExpression.cpp
|
Added more unit tests that expose compilation issue
|
2014-11-24 02:15:48 +01:00 |
|
testExpressionFactor.cpp
|
Merged in fix/BAD_alignment_issue_154 (pull request #42)
|
2014-11-24 21:27:50 +01:00 |
|
testExpressionMeta.cpp
|
Formatting and some small problems
|
2014-11-22 21:48:36 +01:00 |
|
testIncrementalFixedLagSmoother.cpp
|
Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
|
2014-11-23 10:22:25 -08:00 |
|
testLinearizedFactor.cpp
|
Making more things in gtsam_unstable compile
|
2013-08-08 20:08:54 +00:00 |
|
testParticleFactor.cpp
|
Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
|
2014-11-23 10:22:25 -08:00 |