|  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 | 
				
					
						|  Richard Roberts | ec78d54f37 | Removed old Index typedef and IndexFormatter | 2013-11-08 16:35:28 +00:00 | 
				
					
						|  Richard Roberts | 5defdbe73f | Fixed compile problems on windows | 2013-11-05 16:06:10 +00:00 | 
				
					
						|  Duy-Nguyen Ta | 16af82dc86 | support multivalue variables | 2013-10-15 18:25:05 +00:00 | 
				
					
						|  Duy-Nguyen Ta | 223da3e34f | fixed DiscreteBayesNet::sample. | 2013-10-12 20:23:04 +00:00 | 
				
					
						|  Duy-Nguyen Ta | 939f694b33 | first converged loopy belief test | 2013-10-12 20:06:02 +00:00 | 
				
					
						|  Duy-Nguyen Ta | 8be7363a01 | refactor and add more comments | 2013-10-12 15:27:37 +00:00 | 
				
					
						|  Duy-Nguyen Ta | b161a106c7 | loopy belief in progress | 2013-10-12 05:49:11 +00:00 | 
				
					
						|  Duy-Nguyen Ta | 35924f6055 | disable printing | 2013-10-11 21:59:36 +00:00 | 
				
					
						|  Duy-Nguyen Ta | 2570492fa6 | disable printing | 2013-10-11 21:58:09 +00:00 | 
				
					
						|  Duy-Nguyen Ta | a5f1d68099 | fix scheduling examples by adding the default key index ordering in Scheduler. | 2013-10-11 21:55:31 +00:00 | 
				
					
						|  Duy-Nguyen Ta | 19d64460ba | check in fail DiscreteBayesNet::sample unittest. | 2013-10-11 19:07:16 +00:00 | 
				
					
						|  Duy-Nguyen Ta | 8add3de3c2 | fix compilation errors in unstable discrete examples | 2013-10-11 19:01:12 +00:00 | 
				
					
						|  Duy-Nguyen Ta | 1531abd285 | fix testCSP by using the default key ordering. | 2013-10-11 17:48:44 +00:00 | 
				
					
						|  Duy-Nguyen Ta | bf11f93cee | revive unstable discrete. testCSP still fails, but looks like the solution is valid. See comments in file. | 2013-10-11 17:42:30 +00: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 | 3ade190128 | Renamed old classes to "Ordered" and removed "Unordered" name from new classes | 2013-07-29 23:55:40 +00:00 | 
				
					
						|  Frank Dellaert | 458707ed45 | Small changes for Qualifier 2013 Scheduling | 2013-03-19 18:05:13 +00:00 | 
				
					
						|  Richard Roberts | a54d177202 | Added dll export tags and updated cmake scripts so that GTSAM can build as a shared library on windows | 2013-03-13 18:56:21 +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 | 89b50e7679 | Renamed tic -> gttic and toc -> gttoc to avoid conflict with PCL tic/toc | 2012-10-02 20:18:41 +00:00 | 
				
					
						|  Richard Roberts | c44f8f7f80 | Fixed examples from timing statement change (missed) | 2012-10-02 18:49:48 +00:00 | 
				
					
						|  Richard Roberts | 4876cc7ff7 | Revamped timing statements - much easier to use, exception-safe (see email to frankcvs list) | 2012-10-02 18:36:39 +00:00 | 
				
					
						|  Chris Beall | 4297d24c96 | changed tabs to spaces for consistent indentation in all of GTSAM | 2012-10-02 14:40:07 +00:00 | 
				
					
						|  Frank Dellaert | 8851179d3c | Formatter in discrete, as well | 2012-06-30 10:30:06 +00:00 | 
				
					
						|  Richard Roberts | 5660afd332 | Using absolute path provided by TOPSRCDIR macro instead of relative path in unit test | 2012-06-30 01:44:24 +00:00 | 
				
					
						|  Frank Dellaert | 0fe2d527f9 | Fixed warnings due to discrete. GTSAM now Wall-safe? | 2012-06-22 21:45:36 +00:00 | 
				
					
						|  Richard Roberts | d188ed2e1a | Removed using namespace in header files | 2012-06-08 14:33:59 +00:00 | 
				
					
						|  Richard Roberts | 8ba08135b2 | Disambiguated sqrt function | 2012-06-07 16:12:57 +00:00 | 
				
					
						|  Richard Roberts | ecd5862a90 | Fixed build problems on windows | 2012-06-07 04:54:06 +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 | 
				
					
						|  Frank Dellaert | f29afd62b4 | Fixed compile errors | 2012-06-02 22:10:22 +00:00 | 
				
					
						|  Frank Dellaert | ca7e9b6919 | under development | 2012-06-02 20:48:04 +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 | 
				
					
						|  Alex Cunningham | 6def916bdb | Commented out non-implemented functionality, since the interface appears to have changed - Frank? | 2012-05-16 05:15:15 +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 |