chimera-project:remove_exit_from_emulator

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

Branch merges

Branch information

Name:
remove_exit_from_emulator
Repository:
lp:chimera-project

Recent commits

b4a115e... by psigen

Merge branch 'master' into remove_exit_from_emulator

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>

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

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

76a4196... by Jeongseok Lee <email address hidden>

Update LLVM versions on CIs (#291)

07064c2... by Jeongseok Lee <email address hidden>

Suppress #148: Skip generating binding for lambda function (#295)

* Add regression test for #148 -- not passed

* Skip generating class binding for lambda function (#148)

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

Merge branch 'master' into remove_exit_from_emulator

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)