chimera-project:example/literals

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

Branch merges

Branch information

Name:
example/literals
Repository:
lp:chimera-project

Recent commits

86d4eb2... by Jeongseok Lee <email address hidden>

Add typedef support (#312)

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

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

Update pybind11 class template to allow overriding virtual functions of parent classes (#309)

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

Rename GENERATED_BINDING_SOURCES with GENERATED_SOURCES_VAR (#318)

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

Add an option to get list of generated bindings (#304)

6b9febd... by Jeongseok Lee <email address hidden>

Ignore anonymous enum (#121) (#313)

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

Add regression test for #310 (#311)

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

Update toString(Decl*) to cover more types (#315)

* Update toString(Decl*) to cover more types

* Make toString(Decl*) compatible with LLVM < 6.0

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

Add explicit template class instantiation example (#305)

* Add explicit template class instantiation example

* Update template_class.h

* Update template_class.cpp

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

Install transitive dependency of one of dependencies (#314)

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

Split bindings into header and source (#289)

* Split bindings into header and source

* Include associated header in source file

* Add missing header inclusion

* Update src/configuration.cpp

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

* Remove header/source extension arguments from Render()

* Make parsing templates backward compatible

* Add module header template support

* Replace not with !

* Allow to skip generating binding

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