This website requires JavaScript.
Explore
Help
Sign In
12345qiupeng
/
gtsam
Watch
1
Star
0
Fork
You've already forked gtsam
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ea1f1e8b65
gtsam
/
wrap
/
tests
History
Alex Cunningham
ea1f1e8b65
Parser now handles both namespace and class headers
2011-12-15 19:39:11 +00:00
..
expected
Changed namespace mechanism in wrap to "using namespace gtsam;" inside gtsam.h
2011-12-09 20:29:47 +00:00
expected_namespaces
Added namespace support to return classes
2011-12-08 20:51:17 +00:00
geometry.h
Moved includes outside of classes in wrap parser
2011-12-15 16:18:03 +00:00
testNamespaces.h
Parser now handles both namespace and class headers
2011-12-15 19:39:11 +00:00
testSpirit.cpp
Fixed ambiguity issues with returning non-ptr classes, added new copies of functions to gtsam.h and depreciated old ones
2011-12-07 03:05:37 +00:00
testWrap.cpp
Parser now handles both namespace and class headers
2011-12-15 19:39:11 +00:00
testWrap1.h
Added dependency checking to wrapper. Wrapper will now throw an exception if an object depends on another object which has not been wrapped. Tests for dependency checking added. Moved geometry.h to tests folder.
2011-12-07 17:55:38 +00:00