chimera-project:remove_exit_from_emulator_TEST

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

Branch merges

Branch information

Name:
remove_exit_from_emulator_TEST
Repository:
lp:chimera-project

Recent commits

e52f56d... by Jeongseok Lee

Merge remote-tracking branch 'origin/no_singleton_config' into remove_exit_from_emulator_TEST

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

Merge branch 'master' into no_singleton_config

5843ae0... by psigen

Update frontend_action.cpp

f14c878... by psigen

Update frontend_action.h

3823c8a... by Jeongseok Lee

Change LLVM version number to 10

1c3d97e... by Jeongseok Lee

Remove test_empty.cpp

3a3727d... by Jeongseok Lee

Remove unnecessary header inclusions from test_emulator.cpp

7567ac0... by Jeongseok Lee

Add header guard to emulator.h

d10435d... by Jeongseok Lee

Change LLVM version number to 9

57cd20a... 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