Commit Graph

43 Commits (a0be9de4905f396778034bdef7c259f6e3654608)

Author SHA1 Message Date
Varun Agrawal 53714794e2 Squashed 'wrap/' changes from ba3dcab16..076a5e3a9
076a5e3a9 Merge pull request #157 from borglab/upgrade
5e0caa63d fix matlab wrapper for std::optional
f4ea1c2fe update matlab.h and docs
de87ee0ff fix tests
06a16ce46 update matlab cmake script
0e84fa49c add boost serialization flag to wrapping script
4bb10411a use std pointers and make boost serialization optional
ec647385f clean up python wrapper more
a4da6a021 update tests
709b80d2f update python wrapper CMake
5b50739d6 update template files
bfc0bf57b update python wrapper to use only std and to optionally wrap serialization methods
de8c4153b remove use_boost arg from interface_parser
4dc835aec repurpose use_boost flag to use_boost_serialization

git-subtree-dir: wrap
git-subtree-split: 076a5e3a95e68f3900beee0d063322ec83e80ae3
2023-02-17 03:13:23 -05:00
Varun Agrawal f1e11d0929 Squashed 'wrap/' changes from 767a74718..56e7c0c81
56e7c0c81 Merge pull request #145 from borglab/matlab/raw_ptr
2e82cd38d address review
58ff3b0a1 update tests and fixtures
dcb6ef80f fix matlab wrapper to properly handle raw pointers
2377b330f refactor argument list generation

git-subtree-dir: wrap
git-subtree-split: 56e7c0c81c6df4e08c3496cc6cc8e48d881c2a8c
2022-02-02 11:53:48 -05:00
Varun Agrawal 42b7525337 set lowest common boost version 2021-08-20 11:10:13 -04:00
Varun Agrawal d90dca7fab update docs to reflect min Boost version 2021-08-19 19:33:49 -04:00
John Lambert 457e52d05d
Update README.md 2020-09-21 09:04:17 -04:00
Varun Agrawal 268c3609a8 update minimum Boost version required 2020-09-03 12:00:04 -04:00
Fan Jiang b74c053c65 Proper method to deal with markdown in setup.py 2020-08-23 22:01:49 -04:00
Fan Jiang bba3b6772a Remove unnecessary comment 2020-08-23 20:54:38 -04:00
Fan Jiang 6eb8b13f6e Make sure our readme is proper restructuredText 2020-08-23 20:06:21 -04:00
Claudius Tewari cb3ca6b25d
Fix "Wrapper" heading anchor link in README. 2020-08-19 12:07:56 -07:00
Varun Agrawal 1df0dd3551
Improve Github Actions (#476)
* remove make_verbose flag

* add Actions badges and minor improvements to README

* only run CI for legitimate PRs

* Revert "only run CI for legitimate PRs"

This reverts commit 5825797333576c538635a81d661c8ef67be0023a.

* fix cmake flag typo V41

* added Actions workflow for special build cases

* fix typo in CMake flag

* add build_type and minor fixes

* use run for each step

* debugging runs-on error

* debugging some more

* major strip down to help debugging

* run ubuntu-gcc combo only

* remove special CI for later
2020-08-18 12:44:48 -04:00
Frank Dellaert 9326bc1ce6
Update README.md 2020-08-02 16:23:50 -04:00
Frank dellaert 18636c8aa1 Replaced flag with 4.1 version 2020-07-22 17:32:07 -04:00
Varun Agrawal 5d39cf2094 grammar fixes 2020-02-05 21:29:27 -05:00
Varun Agrawal 7c6008ae11 better organize build badges, and fix links 2020-02-05 15:40:15 -05:00
Jose Luis Blanco Claraco 6c9fa5194d Add AppVeyor CI for MSVC 2019-12-27 16:32:52 +01:00
Varun Agrawal 5e387d1a7c update to README to include link to READMEs of MATLAB and Python wrappers 2019-09-16 16:03:59 -04:00
Frank Dellaert 314b6173fc
Updated build status link 2019-06-06 12:08:51 -04:00
Jose Luis Blanco-Claraco 8906fa8da7 Merge branch 'add-travis-ci' of https://github.com/jlblancoc/gtsam into jlblancoc-add-travis-ci 2019-06-01 08:34:21 +02:00
Varun Agrawal b1673557ae updated README to nicer Markdown, added links to papers for convenience, added code formatting, and updated ROS package version 2019-05-31 12:05:19 -04:00
Jose Luis Blanco Claraco 0a6cfe4358 Add travis CI 2019-05-31 11:24:11 +02:00
Matthew Broadway 7290a707a2 link to INSTALL.md 2019-03-06 09:47:07 +00:00
Matthew Broadway 4eb71ef183 updated reference to INSTALL document 2019-03-04 10:14:39 +00:00
Matthew Broadway 437a1136b0 added note about not always providing a speedup 2019-03-04 10:09:10 +00:00
Matthew Broadway e24ceaa5a9 added MKL installation instructions 2019-03-04 10:09:10 +00:00
Varun Agrawal dae50c9a4a updated link in README.md to point to correct INSTALL.md 2019-02-27 14:23:18 -05:00
jlblancoc 7625c21777
Various fixes to cmake exported targets
List of changes:
 * -I boost is no longer required
   (Since the use of Boost::xxx imported targets)
 * fix missing Boost deps in imported gtsam by
   searching for Boost inside GTSAMConfig.cmake
 * Including the dirs for Eigen/MKL/SuiteSparse/Metis
   into exported targets public interface.
 * Fix missing cmake changes in wrap/*
 * Split build flags into private/public, not to
   expose to users flags that may be invasive.
 * Removed now useless include_dirs in "extra cmake"
 * Update cmake/example_project
 * Make cppunitlite to find boost headers via Boost::boost
 * Update README / INSTALL to reflect the updated minimum CMake >= 3.0
2019-02-15 22:04:04 +01:00
Frank Dellaert 1a3a938336 Added Google groups link. 2018-06-11 22:29:02 +00:00
Frank Dellaert 5e5e3fffb2 README.md edited online with Bitbucket, added link to Wiki for new Expressions write-up. 2018-01-08 22:30:49 +00:00
dellaert 05cc8d8567 Added ImuFactor things in readme 2016-06-05 11:02:54 -07:00
Frank Dellaert 61113b1960 README.md edited online with Bitbucket 2016-02-18 19:16:04 +00:00
Frank Dellaert f6eb67e869 README.md edited online with Bitbucket 2016-02-18 18:54:15 +00:00
Frank Dellaert 8e2915c4f3 README.md edited online with Bitbucket 2015-09-04 18:14:13 +00:00
dellaert 80faf61627 Fixed some top-level files 2014-12-03 20:15:19 +01:00
Frank Dellaert 3cb0109d49 README.md edited online with Bitbucket 2014-12-03 18:52:53 +00:00
Frank Dellaert 828e07df08 README.md edited online with Bitbucket 2014-01-30 20:37:58 +00:00
Frank Dellaert 50cb432082 README.md edited online with Bitbucket 2014-01-30 20:20:52 +00:00
Richard Roberts d3128e93f3 Added markdown links to README.md 2014-01-30 15:13:13 -05:00
Richard Roberts 4baa3763bc Final cleanup of text files - README.md, LICENSE*, USAGE, and INSTALL. 2014-01-30 14:42:23 -05:00
Richard Roberts 90eca73010 Renamed LICENSE to LICENSE.BSD 2014-01-04 13:59:43 -05:00
Richard Roberts 1e06e7f4c8 Updates to README.md 2014-01-04 12:31:12 -05:00
Richard Roberts 7662059185 Working on markup README.md 2014-01-04 03:15:25 -05:00
Richard Roberts 599728022c Testing markdown in README 2014-01-04 02:54:22 -05:00