Jai Moraes
|
ba522a8859
|
GitLab version (branch QNX_7.1_v4.1.1)
|
2024-11-27 13:17:37 -05:00 |
Richard Roberts
|
661a157553
|
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 |
Richard Roberts
|
4b8c17ec77
|
Changed target name to 'gtsam' instead of 'gtsam-shared' and 'gtsam-static'. Modified CMake options to only allow building either static or shared, but not both. Enabled GTSAM_BUILD_TYPE_POSTFIXES by default on all platforms.
|
2014-01-30 14:41:25 -05:00 |
Alex Cunningham
|
c6cf4d2dab
|
Removed use of convenience libraries for tests - wasn't really supported in current version
|
2013-08-19 15:32:21 +00:00 |
Richard Roberts
|
0212bbc30d
|
Fixed some unit tests
|
2013-08-16 04:11:02 +00:00 |
Richard Roberts
|
517a5037a7
|
Enabled more unit tests and either fixed them or have them print a "disabled" message during make check
|
2013-08-11 18:41:08 +00:00 |
Alex Cunningham
|
4a4e16485c
|
Making more things in gtsam_unstable compile
|
2013-08-08 20:08:54 +00:00 |
Alex Cunningham
|
456d1b5cf7
|
Cleanup: moving old serialization function to gtsam_unstable, renaming matlab serializaion test
|
2013-06-19 17:50:09 +00:00 |
Richard Roberts
|
6111c099ab
|
Improved build of shared vs static GTSAM libraries - now possible to build either one or both, executables link to the shared if it is being build, or otherwise to the static. Also removed separate shared/static CMake flags for gtsam_unstable, now uses the same GTSAM_BUILD_SHARED and GTSAM_BUILD_STATIC as gtsam.
|
2013-03-13 18:17:39 +00:00 |
Alex Cunningham
|
4fb9f3b39e
|
Moved RelativeElevationFactor from MastSLAM
|
2012-08-20 14:25:04 +00:00 |
Alex Cunningham
|
d36b8b63e7
|
Added versions of partial priors for parts of poses - useful for GPS or inertial priors. Added interval interface to Pose2 and Pose3.
|
2012-06-14 20:00:51 +00:00 |
Alex Cunningham
|
3d2c3aff05
|
Moved all Simulated* example domains and smallExample to the tests folder so they are no longer installed
|
2012-06-09 20:15:44 +00:00 |
Alex Cunningham
|
efd94014b7
|
Added check.unstable target - currently runs each unstable group separately, however
|
2012-05-25 16:12:55 +00:00 |
Alex Cunningham
|
9ce892ce65
|
gtsam_unstable now builds and tests pass
|
2012-05-03 17:03:25 +00:00 |