Commit Graph

14430 Commits (12d1d21e28d1fa8c29f1ea8710d16b2e8c7129b0)

Author SHA1 Message Date
Varun Agrawal 12d1d21e28 formatting updates 2022-02-17 11:21:51 -05:00
Varun Agrawal 9a234a2830 build (almost) all GTSAM test targets in CI 2022-02-17 11:16:35 -05:00
Varun Agrawal d860e39561 suppress spurious warnings 2022-02-17 11:16:13 -05:00
Varun Agrawal 770587ddaf documentation updates 2022-02-17 11:15:15 -05:00
Varun Agrawal 566c7b9cb8 Fix discrete module 2022-02-17 11:15:02 -05:00
Varun Agrawal fcd418a673 fixed dllexport issues in geometry, only tests failing 2022-02-17 11:14:09 -05:00
Varun Agrawal 1e1e2c26ee move Line3 transformTo definition to header to resolve ambiguity 2022-02-17 11:13:40 -05:00
Varun Agrawal 38425f1164 fixed dllexport issues in slam, only tests failing 2022-02-17 10:44:28 -05:00
Varun Agrawal 2e5bdcd5e7 fixed dllexport issues in nonlinear, only tests failing 2022-02-17 09:56:32 -05:00
Varun Agrawal 865a7bac77 navigation tests passing 2022-02-17 09:37:17 -05:00
Varun Agrawal beeb91a26c symbolic tests pass 2022-02-17 03:38:49 -05:00
Varun Agrawal 7712158bf2 sfm tests pass 2022-02-17 03:38:49 -05:00
Varun Agrawal b13a219a3b update METIS test for _WIN32 2022-02-17 03:38:49 -05:00
Varun Agrawal 6e6c64749d basis module tests pass 2022-02-17 03:38:49 -05:00
Frank Dellaert 55ad1841bd
Merge pull request #1108 from borglab/fix/headers
Header discipline in base
2022-02-17 01:25:01 -05:00
Varun Agrawal 2b78b96670
Merge pull request #1107 from borglab/fix/91_single_test_exe 2022-02-17 00:12:25 -05:00
Varun Agrawal 07a7802469
Merge pull request #1102 from mikesheffler/fix-msvc-windows-build-gtsam-unstable 2022-02-17 00:12:12 -05:00
Frank Dellaert b65c89c159 Use at least 2 cores 2022-02-17 00:10:04 -05:00
Frank Dellaert 5905110342 Remove duplicate header 2022-02-17 00:09:55 -05:00
Frank Dellaert ba8da3c573 Added missing header in header 2022-02-16 23:35:44 -05:00
Frank Dellaert c4ebc71c58 Add missing header 2022-02-16 23:23:50 -05:00
Frank Dellaert d6ebc21634 Base wrapper needs Matrix serialization 2022-02-16 23:11:00 -05:00
Frank Dellaert c78af4d3ea Add headers in the place they are needed 2022-02-16 22:51:53 -05:00
Frank Dellaert 59fbdf9cff use anonymous namespace 2022-02-16 21:29:59 -05:00
Frank Dellaert 0167716037 avoid more warnings on Linux 2022-02-16 21:27:28 -05:00
Frank Dellaert bac5d4f120 Fix serialization class name 2022-02-16 20:59:26 -05:00
Frank Dellaert 2f53a67b4f rename to avoid conflict with tests 2022-02-16 20:58:57 -05:00
Frank Dellaert b975cdcc3d Compilation issues with linux system 2022-02-16 20:58:20 -05:00
Frank Dellaert bd487ac1f6
add using... 2022-02-16 16:12:47 -05:00
Frank Dellaert 63b643e0bf rename again 2022-02-16 15:16:05 -05:00
Frank Dellaert d2f8041e13 rename 2022-02-16 15:15:29 -05:00
Frank Dellaert a97eae628c Move Matrix serialization to separate file and remove spurious headers 2022-02-16 15:07:29 -05:00
Frank Dellaert e4cbd9cea8 Move Vector serialization to separate file 2022-02-16 15:07:05 -05:00
Frank Dellaert 311325cc2f Fixed another serialization clash 2022-02-16 14:06:58 -05:00
Frank Dellaert 7b124f4953 Try grouped tests - again 2022-02-16 13:24:54 -05:00
Frank Dellaert 67c1b26f2b Try if combined tests are faster 2022-02-16 13:07:38 -05:00
Frank Dellaert c979a6f136 use anonymous namespace 2022-02-16 13:07:26 -05:00
Frank Dellaert 3d6a7bf970 Fix more stuff in check.slam 2022-02-16 09:43:12 -05:00
Frank Dellaert 65a3928d0a fixed check.basis 2022-02-16 09:40:41 -05:00
Frank Dellaert f71f12498d fixed check.navigation 2022-02-16 09:39:22 -05:00
Frank Dellaert 8e33e96efa Fix check.slam 2022-02-16 09:30:59 -05:00
Frank Dellaert 1aedbf76a2 fix check.discrete 2022-02-16 08:57:23 -05:00
Frank Dellaert 10bf3a0199 fix check.sam 2022-02-16 08:54:36 -05:00
Frank Dellaert 3a49c79ee8 Fix check.geometry 2022-02-16 08:25:10 -05:00
Mike Sheffler ac01db4f4d Per https://github.com/borglab/gtsam/blob/develop/Using-GTSAM-EXPORT.md , classes with no methods defined in a .cpp file shouldn't have the GTSAM_EXPORT or GTSAM_UNSTABLE_EXPORT modifier. This was causing problems with the building of gtsam_unstable on MSVC / Windows. 2022-02-15 00:19:54 -08:00
Frank Dellaert 315df6c315
Merge pull request #1100 from borglab/release/4.2a5 2022-02-14 11:30:12 -05:00
Frank Dellaert 916dc74955
Merge pull request #1097 from mikesheffler/develop 2022-02-13 23:31:38 -05:00
Mike Sheffler b687317ccb EXPORT statements to help Windows build. In Constraint.h, there was a GTSAM_EXPORT that should have been GTSAM_UNSTABLE_EXPORT, and in DiscreteKey.h, there should be a GTSAM_EXPORT in front of an operator definition for a class that is being exported. 2022-02-13 16:47:12 -08:00
Frank Dellaert 46f3a48a5b Merge branch 'develop' into release/4.2a5 2022-02-12 14:19:48 -05:00
Frank Dellaert 3e65779421
Merge pull request #1095 from borglab/feature/linear_improvements 2022-02-12 14:18:07 -05:00