Thomas Schneider
|
0f23958c62
|
Fix some more warnings.
|
2015-03-06 16:44:08 +01:00 |
Andrew Melim
|
5bc4810dcb
|
Correcting bug fixes for Visual Studio. See bb issues #115,116,118 for more information
|
2014-09-08 15:19:54 -04:00 |
Richard Roberts
|
6654fb2701
|
Fixed compiler error on MSVC 10.0
|
2013-12-24 14:49:01 -05:00 |
Chris Beall
|
4297d24c96
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
Richard Roberts
|
4a57ef65d7
|
Fixed memory leak when a Value contained heap-allocated data (Matrix, Vector, etc) - incorrect syntax when calling destructor did not do a virtual call so derived Value object was not cleaned up.
|
2012-08-17 03:45:35 +00:00 |
Richard Roberts
|
1565833c2c
|
More consistent order of private/protected/public - typedefs, private/protected variables, public interface, private/protected functions
|
2012-08-06 21:42:26 +00:00 |
Richard Roberts
|
dd8afd6527
|
Added clone() to Value
|
2012-07-09 20:17:49 +00:00 |
Frank Dellaert
|
e50aecb75c
|
StereoCamera is now a Value
|
2012-06-20 14:26:46 +00:00 |
Richard Roberts
|
25a53815e0
|
Initial changes to compile on windows
|
2012-05-22 22:52:08 +00:00 |
Stephen Williams
|
da480b45eb
|
Updated license
|
2012-05-15 15:28:24 +00:00 |
Richard Roberts
|
eaa9e4d739
|
Continuing changes from templating NonlinearFactors on value instead of key
|
2012-02-06 23:32:59 +00:00 |
Duy-Nguyen Ta
|
651f593c0f
|
fix serialization linking error
|
2012-02-03 18:44:33 +00:00 |
Richard Roberts
|
7e72051814
|
Trying to debug serialization error
|
2012-02-03 17:27:31 +00:00 |
Richard Roberts
|
3d9e818d1e
|
(2.0_prep branch) Merged in additional changes from virtual_values branch r8901-r8902
|
2012-02-03 17:20:23 +00:00 |
Richard Roberts
|
51dca5b2d0
|
(in branch) Fixed Value base class assignment operator, ISAM2 expmap function, and unit tests
|
2012-01-30 21:23:02 +00:00 |
Richard Roberts
|
6dde91f636
|
More implementation for DynamicValues - switched to ptr_map
|
2012-01-27 15:34:54 +00:00 |
Duy-Nguyen Ta
|
9e00963d54
|
Derived value
|
2012-01-26 23:10:55 +00:00 |