1b77579810 
								
							
								 
							
						 
						
							
							
								
								fix return copy  
							
							
							
						 
						
							2020-07-26 20:20:14 -04:00  
				
					
						
							
							
								 
						
							
							
								ced6eac7e2 
								
							
								 
							
						 
						
							
							
								
								remove useless Planning test  
							
							
							
						 
						
							2020-07-26 20:20:14 -04:00  
				
					
						
							
							
								 
						
							
							
								0198c648e3 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix all new gcc warnings/errors: make explicit virtual/override methods.  
							
							... 
							
							
							
							Rules are:
- use "virtual" in base classes only.
- use "override" in all derived classes. 
							
						 
						
							2020-07-26 11:20:42 +02:00  
				
					
						
							
							
								 
						
							
							
								1733f3ac98 
								
							
								 
							
						 
						
							
							
								
								convert all optional Ordering to function overloads  
							
							... 
							
							
							
							compiles and passes tests, but some potentially code-breaking changes in:
Marginals.h - order of arguments had to change since `factorization` has a default value
EliminatableFactorGraph.h - marginalMultifrontalBayesNet and marginalMultifrontalBayesTree no longer accept `boost::none` as a placeholder to specify later arguments
Notes:
EliminateableFactorGraph.h - `orderingType` is no longer needed in function overloads that specify ordering, but I left it for the time being to avoid potential code breaking 
							
						 
						
							2019-10-20 01:15:20 -04:00  
				
					
						
							
							
								 
						
							
							
								52b0579a9b 
								
							
								 
							
						 
						
							
							
								
								Consistent dllexport.h across gtsam & gtsam_unstable  
							
							
							
						 
						
							2019-07-18 08:22:41 +02:00  
				
					
						
							
							
								 
						
							
							
								0a95ac292f 
								
							
								 
							
						 
						
							
							
								
								Removed useless typedef, add empty()  
							
							
							
						 
						
							2019-06-01 17:34:24 -04:00  
				
					
						
							
							
								 
						
							
							
								b2e5dadcdb 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'develop' of  https://bitbucket.org/gtborg/gtsam  into fix/trailing_whitespaces  
							
							... 
							
							
							
							# Conflicts:
#	gtsam/symbolic/tests/testVariableIndex.cpp
#	gtsam_unstable/gtsam_unstable.h
#	gtsam_unstable/linear/RawQP.cpp
#	gtsam_unstable/linear/RawQP.h 
							
						 
						
							2019-05-12 09:26:28 -04:00  
				
					
						
							
							
								 
						
							
							
								4fb718a943 
								
							
								 
							
						 
						
							
							
								
								prefer auto in range for loops  
							
							
							
						 
						
							2019-04-09 00:29:31 +02:00  
				
					
						
							
							
								 
						
							
							
								1cdc228d6a 
								
							
								 
							
						 
						
							
							
								
								remove trailing spaces  
							
							
							
						 
						
							2019-02-11 10:58:34 -05:00  
				
					
						
							
							
								 
						
							
							
								2aa43e11bd 
								
							
								 
							
						 
						
							
							
								
								Use KeyVector everywhere to avoid conversions  
							
							
							
						 
						
							2018-11-08 10:10:32 -05:00  
				
					
						
							
							
								 
						
							
							
								72fe66d468 
								
							
								 
							
						 
						
							
							
								
								Removed headers  
							
							
							
						 
						
							2016-05-22 14:22:36 -07:00  
				
					
						
							
							
								 
						
							
							
								3b7c57aedf 
								
							
								 
							
						 
						
							
							
								
								Replaced BOOSE_FOREACH with for in gtsam_unstable folder.  
							
							
							
						 
						
							2016-05-20 23:41:41 -04:00  
				
					
						
							
							
								 
						
							
							
								128bac616c 
								
							
								 
							
						 
						
							
							
								
								Globally replaced FastSet<Key> with KeySet.  
							
							
							
						 
						
							2015-06-20 18:38:25 -07:00  
				
					
						
							
							
								 
						
							
							
								699153ece9 
								
							
								 
							
						 
						
							
							
								
								Coding convention: convert tabs to two spaces  
							
							
							
						 
						
							2014-10-30 12:44:46 -04:00  
				
					
						
							
							
								 
						
							
							
								f283150eb4 
								
							
								 
							
						 
						
							
							
								
								Using macro for creating examples to remove cmake code copy/paste  
							
							
							
						 
						
							2014-02-13 13:24:14 -05:00  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								ec78d54f37 
								
							
								 
							
						 
						
							
							
								
								Removed old Index typedef and IndexFormatter  
							
							
							
						 
						
							2013-11-08 16:35:28 +00:00  
				
					
						
							
							
								 
						
							
							
								5defdbe73f 
								
							
								 
							
						 
						
							
							
								
								Fixed compile problems on windows  
							
							
							
						 
						
							2013-11-05 16:06:10 +00:00  
				
					
						
							
							
								 
						
							
							
								16af82dc86 
								
							
								 
							
						 
						
							
							
								
								support multivalue variables  
							
							
							
						 
						
							2013-10-15 18:25:05 +00:00  
				
					
						
							
							
								 
						
							
							
								223da3e34f 
								
							
								 
							
						 
						
							
							
								
								fixed DiscreteBayesNet::sample.  
							
							
							
						 
						
							2013-10-12 20:23:04 +00:00  
				
					
						
							
							
								 
						
							
							
								939f694b33 
								
							
								 
							
						 
						
							
							
								
								first converged loopy belief test  
							
							
							
						 
						
							2013-10-12 20:06:02 +00:00  
				
					
						
							
							
								 
						
							
							
								8be7363a01 
								
							
								 
							
						 
						
							
							
								
								refactor and add more comments  
							
							
							
						 
						
							2013-10-12 15:27:37 +00:00  
				
					
						
							
							
								 
						
							
							
								b161a106c7 
								
							
								 
							
						 
						
							
							
								
								loopy belief in progress  
							
							
							
						 
						
							2013-10-12 05:49:11 +00:00  
				
					
						
							
							
								 
						
							
							
								35924f6055 
								
							
								 
							
						 
						
							
							
								
								disable printing  
							
							
							
						 
						
							2013-10-11 21:59:36 +00:00  
				
					
						
							
							
								 
						
							
							
								2570492fa6 
								
							
								 
							
						 
						
							
							
								
								disable printing  
							
							
							
						 
						
							2013-10-11 21:58:09 +00:00  
				
					
						
							
							
								 
						
							
							
								a5f1d68099 
								
							
								 
							
						 
						
							
							
								
								fix scheduling examples by adding the default key index ordering in Scheduler.  
							
							
							
						 
						
							2013-10-11 21:55:31 +00:00  
				
					
						
							
							
								 
						
							
							
								19d64460ba 
								
							
								 
							
						 
						
							
							
								
								check in fail DiscreteBayesNet::sample unittest.  
							
							
							
						 
						
							2013-10-11 19:07:16 +00:00  
				
					
						
							
							
								 
						
							
							
								8add3de3c2 
								
							
								 
							
						 
						
							
							
								
								fix compilation errors in unstable discrete examples  
							
							
							
						 
						
							2013-10-11 19:01:12 +00:00  
				
					
						
							
							
								 
						
							
							
								1531abd285 
								
							
								 
							
						 
						
							
							
								
								fix testCSP by using the default key ordering.  
							
							
							
						 
						
							2013-10-11 17:48:44 +00:00  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								c6cf4d2dab 
								
							
								 
							
						 
						
							
							
								
								Removed use of convenience libraries for tests - wasn't really supported in current version  
							
							
							
						 
						
							2013-08-19 15:32:21 +00:00  
				
					
						
							
							
								 
						
							
							
								3ade190128 
								
							
								 
							
						 
						
							
							
								
								Renamed old classes to "Ordered" and removed "Unordered" name from new classes  
							
							
							
						 
						
							2013-07-29 23:55:40 +00:00  
				
					
						
							
							
								 
						
							
							
								458707ed45 
								
							
								 
							
						 
						
							
							
								
								Small changes for Qualifier 2013 Scheduling  
							
							
							
						 
						
							2013-03-19 18:05:13 +00:00  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								89b50e7679 
								
							
								 
							
						 
						
							
							
								
								Renamed tic -> gttic and toc -> gttoc to avoid conflict with PCL tic/toc  
							
							
							
						 
						
							2012-10-02 20:18:41 +00:00  
				
					
						
							
							
								 
						
							
							
								c44f8f7f80 
								
							
								 
							
						 
						
							
							
								
								Fixed examples from timing statement change (missed)  
							
							
							
						 
						
							2012-10-02 18:49:48 +00:00  
				
					
						
							
							
								 
						
							
							
								4876cc7ff7 
								
							
								 
							
						 
						
							
							
								
								Revamped timing statements - much easier to use, exception-safe (see email to frankcvs list)  
							
							
							
						 
						
							2012-10-02 18:36:39 +00:00  
				
					
						
							
							
								 
						
							
							
								4297d24c96 
								
							
								 
							
						 
						
							
							
								
								changed tabs to spaces for consistent indentation in all of GTSAM  
							
							
							
						 
						
							2012-10-02 14:40:07 +00:00  
				
					
						
							
							
								 
						
							
							
								8851179d3c 
								
							
								 
							
						 
						
							
							
								
								Formatter in discrete, as well  
							
							
							
						 
						
							2012-06-30 10:30:06 +00:00  
				
					
						
							
							
								 
						
							
							
								5660afd332 
								
							
								 
							
						 
						
							
							
								
								Using absolute path provided by TOPSRCDIR macro instead of relative path in unit test  
							
							
							
						 
						
							2012-06-30 01:44:24 +00:00  
				
					
						
							
							
								 
						
							
							
								0fe2d527f9 
								
							
								 
							
						 
						
							
							
								
								Fixed warnings due to discrete. GTSAM now Wall-safe?  
							
							
							
						 
						
							2012-06-22 21:45:36 +00:00  
				
					
						
							
							
								 
						
							
							
								d188ed2e1a 
								
							
								 
							
						 
						
							
							
								
								Removed using namespace in header files  
							
							
							
						 
						
							2012-06-08 14:33:59 +00:00  
				
					
						
							
							
								 
						
							
							
								8ba08135b2 
								
							
								 
							
						 
						
							
							
								
								Disambiguated sqrt function  
							
							
							
						 
						
							2012-06-07 16:12:57 +00:00  
				
					
						
							
							
								 
						
							
							
								ecd5862a90 
								
							
								 
							
						 
						
							
							
								
								Fixed build problems on windows  
							
							
							
						 
						
							2012-06-07 04:54:06 +00:00  
				
					
						
							
							
								 
						
							
							
								19542c27d5 
								
							
								 
							
						 
						
							
							
								
								gtsam_unstable build script tweaks for windows  
							
							
							
						 
						
							2012-06-07 04:53:52 +00:00  
				
					
						
							
							
								 
						
							
							
								55ff10a1c2 
								
							
								 
							
						 
						
							
							
								
								Updated old timing statements in discrete examples and reenabled the examples  
							
							
							
						 
						
							2012-06-06 12:51:44 +00:00  
				
					
						
							
							
								 
						
							
							
								0f079b70f2 
								
							
								 
							
						 
						
							
							
								
								Disabled two examples until timing fixed  
							
							
							
						 
						
							2012-06-06 04:29:14 +00:00