summaryrefslogtreecommitdiff
path: root/src/Makefile_Eolian_Cxx.am
Commit message (Expand)AuthorAgeFilesLines
* cxx: Modify how to generate C++ headers and allow cyclic dependenciesFelipe Magno de Almeida2017-01-181-3/+12
* eolian-cxx: Added cyclic compilation testFelipe Magno de Almeida2017-01-181-0/+2
* eo-cxx: race for promisesFelipe Magno de Almeida2016-09-141-2/+1
* eolian-cxx: Implement future template class for C++Felipe Magno de Almeida2016-09-111-2/+2
* build: split EXTRA_DIST files in src/ off from DISTFILES and handle separatelyStefan Schmidt2016-06-101-1/+1
* eolian-cxx: Rewrite to accomodate new features of the C++ bindingFelipe Magno de Almeida2016-06-061-38/+49
* eolian-cxx: ship new complex.eo file in distStefan Schmidt2016-05-241-1/+2
* eolian-cxx: Add test for list and array complex typesFelipe Magno de Almeida2016-05-231-1/+10
* c++: Reorganized C++ binding generationFelipe Magno de Almeida2016-05-231-0/+1
* eolian-cxx: Added test for the removal of the .Base class requirementFelipe Magno de Almeida2016-05-041-4/+15
* tests: eolian_cxx: fix distcheck after new name_name.eo file got addedStefan Schmidt2016-04-251-2/+7
* eolian-cxx: Remove .Base requirementFelipe Magno de Almeida2016-04-211-0/+5
* Test rework #19: Eolian_CxxVincent Torri2016-02-161-1/+2
* autotools: remove EOLIAN_FLAGSDaniel Kolesa2015-06-011-3/+0
* Revert "autotools: enable make check per individual modules."Stefan Schmidt2015-05-071-6/+0
* autotools: enable make check per individual modules.kabeer khan2015-05-071-0/+6
* eolian-cxx: Fix dependency problem in makefileFelipe Magno de Almeida2015-04-141-5/+5
* cxx: Made automake files depend on their C counterparts for compilationFelipe Magno de Almeida2015-04-141-1/+5
* eolain_cxx: Fix C++ support for new Eolian featuresVitor Sousa2015-04-141-4/+11
* eo_cxx: Fix signal_connection disconnect crashVitor Sousa2015-04-141-1/+1
* eolian_cxx: Add protected methods and events to C++ wrappers and fixesVitor Sousa2015-04-141-4/+6
* eolian_cxx: Fix occasional build error with eolian_cxx_test_wrapper.ccVitor Sousa2015-02-231-0/+1
* allow C++ user create new classes inheriting from Eolian generated ClassesLarry Jr2015-01-051-1/+12
* eolian_cxx: Add implicit conversion of the returned pointer of C++ wrappersVitor Sousa2015-01-051-2/+24
* cxx: General C++ Eo wrapper generation improvementVitor Sousa2015-01-051-0/+1
* eolian_cxx: Assertions to ensure C++ wrapper compatibility with Eo*Vitor Sousa2015-01-051-0/+1
* makefile_eolian_cxx: Fix indent and trailing whitespaceStefan Schmidt2014-11-171-3/+3
* build_eolian_cxx_test: Set dependencies correctly and remove BUILT_SOURCESStefan Schmidt2014-08-051-5/+4
* Revert "Eolian CXX: Get rid of built sources for the callbacks test sources."Stefan Schmidt2014-08-041-0/+4
* Eolian CXX: Get rid of built sources for the callbacks test sources.Tom Hacohen2014-08-041-4/+0
* tests/eolian_cxx: Package callback.eo file into tarball in all cases.Stefan Schmidt2014-07-311-2/+1
* autotools: Fix eolian_cxx tests.Savio Sena2014-07-301-1/+2
* Revert "tests/eolian_cxx: Add another generated file to BUILT_SOURCES"Carsten Haitzler (Rasterman)2014-07-301-2/+1
* tests/eolian_cxx: Add another generated file to BUILT_SOURCESStefan Schmidt2014-07-301-1/+2
* autotools: Added missing .eo to EXTRA_DISTSavio Sena2014-07-211-0/+2
* eolian-cxx: Added callback testFelipe Magno de Almeida2014-07-181-4/+13
* eolian-cxx: Initial version of complex types / callbacks / events implementat...Savio Sena2014-07-181-8/+3
* eolian-cxx: Added tests.Savio Sena2014-07-181-0/+39
* eolian_cxx: add missing file for make dist.Cedric BAIL2014-07-071-0/+1
* eolian-cxx: Added namespaces and more (see below)Daniel Kolesa2014-06-301-5/+4
* Dont install c++ headers of bindings when --disable-c++11 is used.Guillaume Friloux2014-06-021-1/+1
* autotools: Fix eolianc-xx header distribution.Savio Sena2014-05-261-3/+4
* autotools: fix Eolian-Cxx installation.Savio Sena2014-05-241-3/+6
* eolian_cxx: oops, forgot to disable build of Eolian_Cxx if C++11 is not avail...Cedric Bail2014-05-041-0/+4
* eolian-cxx: fix make distcheck and automake files for Eolian C++Felipe Magno de Almeida2014-05-041-34/+27
* eolian_cxx: add forgotten include for packaging.Cedric Bail2014-05-041-0/+15
* eolian_cxx: fix include for cross compiling on Windows.Cedric Bail2014-05-041-11/+2
* eolian_cxx: initial version of the EFL C++ Bindings Generator.Savio Sena2014-05-031-0/+46