efl/src/examples/eolian_cxx
Stefan Schmidt c5879dab4d build: Unify use of $(MKDIR_P) for creating a dir within the build system
While we used different variation of mkdir -p all over we also had spots
where we did not use the option. This is one step in trying to make our
build system ready for parallel install. Using something like -j 10 even
for the install should help to speed up our jenkins jobs as well as distcheck.
2015-02-25 16:43:35 +01:00
..
.gitignore gitignore: don't track generated files. 2014-09-30 16:25:46 +02:00
Makefile.am build: Unify use of $(MKDIR_P) for creating a dir within the build system 2015-02-25 16:43:35 +01:00
Makefile.examples eolian_cxx: fix install-examples and (post-install) compilation. 2014-05-07 23:40:46 +02:00
colourable.c eolian_cxx: Fix Eolian C++ generated wrapper inconsistencies 2015-01-05 15:52:27 -02:00
colourable.eo eolian_cxx: Fix Eolian C++ generated wrapper inconsistencies 2015-01-05 15:52:27 -02:00
colourable_cxx.cc eolian_cxx: Fix Eolian C++ generated wrapper inconsistencies 2015-01-05 15:52:27 -02:00
colourable_stub.c eolian-cxx: Added example of Eo implementation in C++. 2014-07-24 19:52:23 -03:00
colourable_stub.h eolian_cxx: Fix Eolian C++ generated wrapper inconsistencies 2015-01-05 15:52:27 -02:00
colourablesquare.c eolian-cxx: Added example of Eo implementation in C++. 2014-07-24 19:52:23 -03:00
colourablesquare.eo eolian-cxx: Update examples syntax and fix implementation accordingly. 2014-09-12 16:12:04 -03:00
colourablesquare_cxx.cc eolian-cxx: Removed a warning from the example. 2014-07-24 19:52:23 -03:00
colourablesquare_stub.c eolian-cxx: Added example of Eo implementation in C++. 2014-07-24 19:52:23 -03:00
colourablesquare_stub.h eolian-cxx: Added example of Eo implementation in C++. 2014-07-24 19:52:23 -03:00
eolian_cxx_callbacks_01.cc eolian_cxx: Fix Eolian C++ generated wrapper inconsistencies 2015-01-05 15:52:27 -02:00
eolian_cxx_complex_types_01.cc eolian_cxx: Fix "dreaded diamond" inheritance problem for C++ wrappers 2015-01-05 15:52:27 -02:00
eolian_cxx_eo_events_01.cc eolian-cxx: Renamed event_*_callback_{add,call} to callback_*_{add,call}. 2014-08-13 10:17:53 -03:00
eolian_cxx_inherit_01.cc allow C++ user create new classes inheriting from Eolian generated Classes 2015-01-05 15:52:27 -02:00
eolian_cxx_simple_01.cc eolian_cxx: Fix Eolian C++ generated wrapper inconsistencies 2015-01-05 15:52:27 -02:00
eolian_cxx_simple_01_cxx_impl.cc eolian_cxx: Fix Eolian C++ generated wrapper inconsistencies 2015-01-05 15:52:27 -02:00