chimera-project:py11_ex_functional_TEST

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

Branch merges

Branch information

Name:
py11_ex_functional_TEST
Repository:
lp:chimera-project

Recent commits

32de983... by Jeongseok Lee

Add a failure case

60e5827... by Jeongseok Lee

Add functional examples

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

Enable class inheritance in Python for pybind11 (#286)

* Add docstring to function templates

* Enable class inheritance in Python for pybind11

9f9ea46... by Jeongseok Lee <email address hidden>

Add docstring to function templates (#284)

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

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

Replace NULL with nullptr (#287)

66eaaea... by Jeongseok Lee <email address hidden>

Add more tests to 02_object_oriented_code (#283)

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

33feef7... by psigen

Eliminate singleton configuration with custom FrontendActionFactory. (#281)

This PR eliminates the need for the singleton instantiation of the chimera::Configuration by implementing custom factory classes that allow the configuration to be passed to the ASTConsumer directly.

2cd2918... by Jeongseok Lee <email address hidden>

Add `dynamic_attr` to pybind11 to enable dynamic attributes of P… (#280)

* Add pybind11 examples -- incomplete

* Generate binding for Pet::getName()

* Add `dynamic_attr` to enable dynamic attributes

* Update comment

* Remove unnecessary changes

9311cf4... by Jeongseok Lee <email address hidden>

Add pybind11 examples -- Part 1 (#278)

* Add pybind11 examples -- incomplete

* Generate binding for Pet::getName()

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

Ignore unresolvable configuration instead of segfaulting (#225)

* Update CI reflecting recent OS updates

* Ignore unresolvable configuration instead of sugfaulting

* Format code

* Add option to treat unresolvable configuration errors

* Change option name from `s` to `strict`

* Move GetStrict() to CompiledConfiguration

* Fix typo

* Add configuration option for strict

* Add lookupYAMLNode() in utils

Co-authored-by: Jeongseok Lee <email address hidden>