chimera-project:static_method_overload

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

Branch merges

Branch information

Name:
static_method_overload
Repository:
lp:chimera-project

Recent commits

0ce8dd4... by Jeongseok Lee

Add option to specify nested attribute for static methods

41adefc... by Jeongseok Lee

Add test that fails

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