Duy-Nguyen Ta
|
b1071b08a0
|
redirect stdcout to a stringstream so Python __str__() can properly return a string after calling the c++ print function
This is to avoid a printing issue in some Python's IDE when __str__() is called to update objects' values in Debug mode.
|
2017-07-25 16:32:26 -04:00 |
Duy-Nguyen Ta
|
504022a514
|
remove now redundant setup.py.in
Not used anymore with the manual cython compiling process
|
2017-05-24 23:56:08 +08:00 |
cbeall
|
265e8773ba
|
Fix cython build when GTSAM_BUILD_TYPE_POSTFIXES is enabled. And fix cython build when gtsam is built as part of a larger project, i.e. it is not the top-level project.
|
2017-04-07 18:43:08 -07:00 |
chrisbeall
|
c42cebc037
|
Configure __init__.py based on setting of GTSAM_BUILD_UNSTABLE.
|
2017-04-07 00:29:27 -07:00 |
cbeall
|
d2612d9fe1
|
Add Boost_INCLUDE_DIR to fix error when boost is not on default system path (Macports)
|
2017-03-30 13:18:05 -07:00 |
Duy-Nguyen Ta
|
b2243d950b
|
get compiler settings from cmake
|
2017-03-21 18:05:41 -04:00 |
Duy-Nguyen Ta
|
90ea744619
|
[mac/clang/libc++/c++11] force clang to use libc++ for c++11, instead of the default old libstdc++4.2.1 which doesn't support c++11
|
2017-03-21 15:02:21 -04:00 |
Duy-Nguyen Ta
|
3daf8d7351
|
fix bad import * style
|
2017-03-18 19:50:35 -04:00 |
Duy-Nguyen Ta
|
c8e4648c66
|
better name: gtsam_short --> gtsam_test
|
2017-03-18 19:49:19 -04:00 |
Duy-Nguyen Ta
|
d18e638b08
|
cython wrap unstable
|
2017-03-18 15:52:08 -04:00 |
Duy-Nguyen Ta
|
a6281e1932
|
unify gtsam.h for matlab and cython wrapper
|
2017-03-18 15:33:01 -04:00 |
Duy-Nguyen Ta
|
685b0cb62f
|
remove np_utils Matrix and Vector functions
Not needed anymore.
|
2017-03-15 13:54:00 -04:00 |
Duy-Nguyen Ta
|
7abcdb1b45
|
reorganize script folders: more reasonable packaging
|
2016-12-16 14:17:15 -05:00 |
Duy-Nguyen Ta
|
a21dd0e471
|
put generated files in subfolder, run unittests by default
|
2016-11-24 19:48:05 -05:00 |