chimera-project:fix_namespace_configs

Last commit made on 2020-04-15
Get this branch:
git clone -b fix_namespace_configs https://git.launchpad.net/chimera-project

Branch merges

Branch information

Name:
fix_namespace_configs
Repository:
lp:chimera-project

Recent commits

fa5f7db... by Jeongseok Lee <email address hidden>

Merge branch 'master' into fix_namespace_configs

0ed9a5b... by Jeongseok Lee <email address hidden>

Ignore unspecialized template variables (#298)

* Add test for #297 -- not passing

* Ignore unspecialized template variables

* Add more decl support to util::toString()

* Add failing unit test

* Ignore specialized template variable as workaround for #297

* Make toString() backward compatible

* Update comments and fix typos

* Update src/visitor.cpp

Co-Authored-By: Pras Velagapudi <email address hidden>

Co-authored-by: Pras Velagapudi <email address hidden>

26c3be0... by Jeongseok Lee <email address hidden>

Add exception binding tests (#290)

* Add exception binding tests

* Update test/examples/30_pybind11_examples/02_advanced/03_exceptions/exceptions.h

Co-Authored-By: Pras Velagapudi <email address hidden>

* Update test/examples/30_pybind11_examples/02_advanced/03_exceptions/exceptions.py

Co-Authored-By: Pras Velagapudi <email address hidden>

* Disable OverflowError for pybind11 < 2.5.0

* Fix Python test code for exceptions

Co-authored-by: Pras Velagapudi <email address hidden>

85e931d... by Jeongseok Lee <email address hidden>

Add functional examples (#294)

* Add functional examples

* Update test/examples/30_pybind11_examples/02_advanced/05_type_conversions/03_functional/functional.h

Co-Authored-By: Pras Velagapudi <email address hidden>

Co-authored-by: Pras Velagapudi <email address hidden>

deaa5ea... by psigen

Merge branch 'fix_namespace_configs' of github.com:personalrobotics/chimera into fix_namespace_configs

a43aef5... by psigen

Removed "name" argument, we will see if this works.

3336617... by psigen

Merge branch 'master' into fix_namespace_configs

fc1f4f5... by psigen

Fixed namespace issue.

6b75362... by psigen

Use lookupYAMLNode to safely check empty config nodes.

This fixes a bug where namespace entries need to have a spurious
blank name entry because leaving them empty makes them null.

3c8bea5... by Jeongseok Lee <email address hidden>

Update clang type to string conversion helper function (#292)