summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* gitignore: Ignore PNG files for the filters' docJean-Philippe Andre2014-05-091-0/+1
|
* eolian_cxx: initial version of the EFL C++ Bindings Generator.Savio Sena2014-05-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: This patch adds 'eolian_cxx' -- a C++ bindings generator -- to the EFL tree. Eolian Cxx uses Eolian API to read .eo files and generate .eo.hh. It relies/depends on Eo Cxx and Eina Cxx (both non-generated bindings). src/bin/eolian_cxx: The eolian_cxx program. src/lib/eolian_cxx: A header-only library that implements the C++ code generation that binds the .eo classes. =Examples= src/examples/eolian_cxx/eolian_cxx_simple_01.cc: The simplest example, it just uses some "dummy" generated C++ classes. src/examples/eolian_cxx/eolian_cxx_inherit_01.cc: Illustrates how pure C++ classes inherit from .eo generated classes. src/examples/evas/evas_cxx_rectangle.cc: More realistic example using the generated bindings Evas Cxx. Still a bit shallow because we don't have full fledged .eo descriptions yet, but will be improved. =Important= The generated code is not supported and not a stable API/ABI. It is here to gather people interest and get review before we set things in stone for release 1.11. @feature Reviewers: cedric, smohanty, raster, stefan_schmidt CC: felipealmeida, JackDanielZ, cedric, stefan Differential Revision: https://phab.enlightenment.org/D805 Signed-off-by: Cedric Bail <cedric.bail@free.fr>
* Eolian: generation of the first Eo file.Daniel Zaoui2014-03-061-0/+3
| | | | | | | | | | | | | | | | The first object that we generate with Eolian is Evas_Line, as it is a simple one. Two files are generated during build: - the .eo.c contains the APIs definitions invoking Eo, the Eo functions extracting the parameters and calling the hand written functions and Eo structures to define the objects. These hand written functions are located in e.g evas_object_line.c. - the .eo.h contains the APIs and Eo prototyes. We will continue with the other objects. If you note something wrong, please update us asap: daniel.zaoui@samsung.com yossi.kantor@samsung.com
* add new ignore filesCarsten Haitzler (Rasterman)2014-02-171-0/+2
|
* Fix build issues on Mac OS X due to sh differences.Jean Guyomarc'h2013-11-161-0/+1
| | | | | | | | | | | | Summary: * efl.m4: add support for xterm-256color and fix display for the bsd echo. Fix autotools issue (present on Ubuntu also, but better handled). * doc/Makefile.am: bsd echo may not handle -n option in sh Reviewers: cedric CC: cedric, seoz Differential Revision: https://phab.enlightenment.org/D329
* gitignore: ignore files generated by make check.Cedric Bail2013-11-091-0/+2
|
* Document .gitignore splitEduardo Lima (Etrunko)2013-06-121-0/+9
| | | | | | This is taken verbatim from the linux kernel .gitignore Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
* Split .gitignore into multiple filesEduardo Lima (Etrunko)2013-06-111-298/+0
| | | | Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
* update gitignore to ignore build files it doesnt need to worry aboutCarsten Haitzler (Rasterman)2013-06-051-0/+7
|
* Example for eldbus_address_connection_get() functionsEduardo Lima (Etrunko)2013-05-281-0/+1
| | | | Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
* add a global Efl_Config.h for everyone.Carsten Haitzler (Rasterman)2013-04-241-1/+2
| | | | | * ned to replicate changes in other .pc.in files * need to replicate changes in other E*.h installed header files
* Rename edbus->eldbusLucas De Marchi2013-04-231-14/+14
| | | | | | | | | | | | | | git grep -l edbus2 | while read f; do sed -i 's/edbus2/eldbus/g' "$f"; done find . -name '*edbus2*' -exec rename edbus2 eldbus {} \; git grep -l "EDBUS" | while read f; do sed -i 's/EDBUS/ELDBUS/g' "$f"; done git grep -l "EDBus" | while read f; do sed -i 's/EDBus/Eldbus/g' "$f"; done git grep -l "edbus (v2)" | while read f; do sed -i 's/edbus (v2)/eldbus/g' "$f"; done git grep -l "Edbus" | while read f; do sed -i 's/Edbus/Eldbus/g' "$f"; done git grep -l "edbus" | while read f; do sed -i 's/edbus/eldbus/g' "$f"; done find . -name '*edbus*' -exec rename edbus eldbus {} \; find . -name '*EDBus*' -exec rename EDBus Eldbus {} \;
* gitignore: don't monitor generated file.Cedric Bail2013-04-231-0/+1
|
* add gdb py script output to ignoreCarsten Haitzler (Rasterman)2013-04-181-0/+1
|
* Updated .gitignore for tags.Ryuan Choi2013-04-071-0/+1
|
* efl: don't track generated file.Cedric BAIL2013-04-011-0/+1
|
* gitignore: let's forget about exe files.Cedric Bail2013-03-161-0/+1
|
* tests: Add xml output file for check runs for the use with jenkins.Stefan Schmidt2013-03-121-0/+9
| | | | | We can do pretty graphs with jenkins about our unit tests. But we need the check xml output for that. Enabling it in all suites.
* git: ignore generated files.Cedric BAIL2013-03-041-0/+2
|
* git: let's not track coverage result to.Cedric BAIL2013-02-191-0/+2
|
* efl: Update .gitignore with more example binariesStefan Schmidt2013-02-011-0/+16
| | | | SVN revision: 83541
* efl: update gitignoreLucas De Marchi2013-01-161-3/+3
| | | | SVN revision: 82904
* efl/edbus: Add initial testsuiteLucas De Marchi2013-01-151-0/+2
| | | | | | | | | Right now this contains only 2 tests, for checking if init/shutdown works correctly. SVN revision: 82842
* efl: use autotools testsuite for running testsLucas De Marchi2013-01-151-0/+11
| | | | | | | | | | | | | | | | | | | Instead of just making our own "check-local" and calling the binaries ourselves, just append them into "TESTS" variable. Then they run after all check_PROGRAMS are compiled. The reasons for changing are: 1) If we change the test and call "make check" the test is not compiled again -- and the only way to compile it is to "make clean". 2) There's no need to reinvent the wheel here. With a recent version of Automake, the test output is redirected to log files. This is good but unexpected for whom was used to the previous way. So, be warned. SVN revision: 82841
* efl: update gitignoreLucas De Marchi2013-01-151-0/+16
| | | | SVN revision: 82840
* efl: update gitignoreLucas De Marchi2013-01-141-0/+6
| | | | SVN revision: 82778
* elf: update gitignoreLucas De Marchi2013-01-101-0/+1
| | | | SVN revision: 82575
* efl: update gitignore and prefix entries with /Lucas De Marchi2013-01-091-183/+190
| | | | SVN revision: 82476
* efl: Add examples to .gitignoreJosé Roberto de Souza2013-01-041-0/+104
| | | | | | | | Patch by: José Roberto de Souza <zehortigoza@profusion.mobi> SVN revision: 82214
* efl .gitignore: Updated git ignore.Daniel Juyung Seo2013-01-041-0/+35
| | | | SVN revision: 82151
* efl: Update ignore listMike McCormack2012-12-301-19/+11
| | | | | | Signed-off-by: Mike McCormack <mikem@atratus.org> SVN revision: 81892
* directfb says bye...Gustavo Sverzut Barbieri2012-12-051-2/+0
| | | | | | | | | | | | | | After agreement in the mail list, core developers agree to remove this engine that was not being supported for a long time. Given that most operations Evas uses are not accelerated in DirectFB, or at least hardware that exclusively supports DirectFB, it's better for those people to just use Evas/Ecore software (buffer) rendering and expose DirectFB's framebuffer as destination surface. SVN revision: 80232
* efl .gitignore: updated .gitignore.Daniel Juyung Seo2012-12-041-0/+62
| | | | SVN revision: 80132
* efl: Use wildcards in .gitignoreStefan Schmidt2012-11-091-54/+2
| | | | | | | Instead of listing every single .dirstamp path we could just use a wildcard. Do the same for the .gcnocoverage files. SVN revision: 79028
* efl .gitignore: Updated git ignore.Daniel Juyung Seo2012-11-071-0/+57
| | | | SVN revision: 78962
* efl: ignore++Sebastian Dransfeld2012-11-061-0/+24
| | | | SVN revision: 78949
* efl: ignore INSTALLSebastian Dransfeld2012-10-101-0/+1
| | | | SVN revision: 77801
* elf: Ignore build output in gitMike McCormack2012-10-091-0/+37
Signed-off-by: Mike McCormack <mikem@atratus.org> SVN revision: 77636