chimera-project:focal_llvm10

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

Branch merges

Branch information

Name:
focal_llvm10
Repository:
lp:chimera-project

Recent commits

d909273... by Jeongseok Lee

Build with LLVM 10

3c0a304... by Jeongseok Lee

Add missing header inclusion

56d1d42... by Jeongseok Lee

Include associated header in source file

1f5a4d7... by Jeongseok Lee

Split bindings into header and source

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