Commit Graph

23 Commits (release/4.3a0)

Author SHA1 Message Date
JaiXJM-BB d35ff2e3f8
Updated QNX-relevant paths, removed environment variables. (#2)
Updated QNX-relevant paths (will check others next), removed environment variables.
2025-01-16 09:57:29 -05:00
Jai Moraes ba522a8859 GitLab version (branch QNX_7.1_v4.1.1) 2024-11-27 13:17:37 -05:00
Richard Roberts f283150eb4 Using macro for creating examples to remove cmake code copy/paste 2014-02-13 13:24:14 -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 9d2c5888b8 Made cmake slightly nicer when using Xcode - removed a couple unnecessary prints, and removed .run targets when using Xcode since they're not needed and clog up the project view. 2014-02-08 11:14:43 -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
Frank Dellaert 458707ed45 Small changes for Qualifier 2013 Scheduling 2013-03-19 18:05:13 +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
Richard Roberts 19542c27d5 gtsam_unstable build script tweaks for windows 2012-06-07 04:53:52 +00:00
Richard Roberts 55ff10a1c2 Updated old timing statements in discrete examples and reenabled the examples 2012-06-06 12:51:44 +00:00
Frank Dellaert 0f079b70f2 Disabled two examples until timing fixed 2012-06-06 04:29:14 +00:00
Alex Cunningham efd94014b7 Added check.unstable target - currently runs each unstable group separately, however 2012-05-25 16:12:55 +00:00
Frank Dellaert de79924e73 Fixed discrete examples 2012-05-25 15:10:13 +00:00
Frank Dellaert 4ed447ca8e Fixed CSP, now a DiscreteFactorGraph again, uses dynamic_cast for Constraint-specific functionality :-( 2012-05-25 14:51:03 +00:00
Alex Cunningham 75673e28f1 Disabled unstable discrete examples bacause they don't build currently 2012-05-21 20:21:09 +00:00
Alex Cunningham 9dfc765696 Disabling broken tests in gtsam_unstable/discrete by excluding from build 2012-05-21 19:44:24 +00:00
Alex Cunningham 8af4581139 Making GTSAM_BUILD_EXAMPLES flag affect unstable examples 2012-05-20 17:38:46 +00:00
Alex Cunningham 720ff3ac82 Added a flag to optionally remove examples from "all" target 2012-05-19 02:21:21 +00:00
Alex Cunningham b571a2a7ee Uncommented failing code, re-enabled testScheduler - both fail to compile 2012-05-17 18:08:34 +00:00
Frank Dellaert 913029cc93 Removed undue burden on DiscreteFactor by adding Constraint class 2012-05-15 09:51:26 +00:00
Frank Dellaert 33cdd30173 Fixed link and load errors in example, added exception (rather than segfault) if file not found. 2012-05-15 01:01:31 +00:00
Frank Dellaert f7349704f8 Moved constraint satisfaction stuff to gtsam_unstable (in progress!). 2012-05-15 00:47:19 +00:00