Richard Roberts
|
75b35949c9
|
Fixed several unit test main() functions that were returning 0 instead of the result of runAllTests. This caused unit tests to print failures but not count as failures in the pass/fail counts. In CMake projects, since test output is logged to a file instead of printed, this caused no indication of failures when they occured! All tests still pass with no other modifications after fixing this.
|
2010-02-20 22:22:45 +00:00 |
Frank Dellaert
|
351cdd18c2
|
case change: SharedGaussian and SharedDiagonal are now classes with their own header file. Needed for MATLAB TORO hail Mary
|
2010-01-22 17:36:57 +00:00 |
Frank Dellaert
|
58ed9ec367
|
You can now just type the name of a variable in MATLAB and press return, and it will display
|
2009-12-12 04:10:59 +00:00 |
Frank Dellaert
|
d7bbe0a355
|
Made wrap work on 64-bit platform
|
2009-12-12 04:08:57 +00:00 |
Frank Dellaert
|
82d541f6a3
|
Fixed wrapper problem
This was because VectorConfig was parsed as Vector. Just changing the order of the parsers fixed this.
|
2009-10-17 04:29:14 +00:00 |
Richard Roberts
|
d80fa24a9f
|
Fixing directory structure
|
2009-08-21 22:23:24 +00:00 |