eolian-cxx: Implement future template class for C++
authorFelipe Magno de Almeida <felipe@expertisesolutions.com.br>
Sun, 7 Aug 2016 19:52:48 +0000 (16:52 -0300)
committerFelipe Magno de Almeida <felipe@expertisesolutions.com.br>
Mon, 12 Sep 2016 02:44:05 +0000 (23:44 -0300)
commita63cfcafc7f8524dfad4e1bba763fb17c69d50e1
treeadc59470b9cb5f6458351842bcc82de523dec247
parent98229bc5d6cf1ebe11af4bb05a32f2a30b470f6e
eolian-cxx: Implement future template class for C++
14 files changed:
src/Makefile_Cxx.am
src/Makefile_Ecore.am
src/Makefile_Eolian_Cxx.am
src/bindings/cxx/ecore_cxx/Ecore.hh
src/bindings/cxx/ecore_cxx/Ecore_Manual.hh [new file with mode: 0644]
src/bindings/cxx/eina_cxx/Eina.hh
src/bindings/cxx/eina_cxx/eina_copy_traits.hh [new file with mode: 0644]
src/bindings/cxx/eo_cxx/Eo.hh
src/bindings/cxx/eo_cxx/eo_cxx_interop.hh
src/bindings/cxx/eo_cxx/eo_promise.hh [new file with mode: 0644]
src/lib/eolian_cxx/grammar/type_impl.hpp
src/tests/eo_cxx/eo_cxx_suite.cc [new file with mode: 0644]
src/tests/eo_cxx/eo_cxx_suite.h [new file with mode: 0644]
src/tests/eo_cxx/eo_cxx_test_promise.cc [new file with mode: 0644]