efl/.gitignore

78 lines
1.1 KiB
Plaintext
Raw Normal View History

#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# NOTE! Please use 'git ls-files -i --exclude-standard'
# command after changing this file, to see if there are
# any tracked files which get ignored after the change.
#
*.edj
*~
*swp
*swo
*.gmo
Makefile
Makefile.in
2013-04-07 04:35:53 -07:00
tags
2016-09-22 06:07:44 -07:00
.clang_complete
.DS_Store
.deps
.libs
*.trs
*.log
2015-11-18 04:40:33 -08:00
*.core
*.exe
*.o
*.lo
*.a
*.la
*.gcno
*.gcda
*.dirstamp
*.eo.c
*.eo.h
2015-05-29 08:48:21 -07:00
*.eot.h
*.eo.legacy.h
*.eo.hh
eolian_cxx: Add protected methods and events to C++ wrappers and fixes Using eina::string_view in eolian generated interfaces (instead of std::string) to allow lightweight passing of both C strings and C++ std::string. Also, No longer using eina::optional in generated headers for types that already implements the concept of null state (like Eo wrappers and eina_accessor). Also fix allocating callback objects require by class methods (i.e. static) in static vectors so the memory will be freed when the programs exit. Added a new test case for testing callbacks on class methods. Moved method definitions and supplementary code from generated C++ wrappers to auxiliary header file (.eo.impl.hh) generated together with the main ".eo.hh" file. Updated Makefiles to list such files in the compilation and cleanup processes. Updated .gitignore to include these new generated files. Made general adjustments on the documentation of generated C++ wrappers Added "PREDEFINED" preprocessor macro definition in the Doxyfile.in in order to make some adjustments for better documentation in the C++ generated headers. Excluding generation of documentation for classes in the "eo_cxx" namespace (the namespace for "abstract" eolian C++ wrappers). Now generating the documentation for the events too. Hiding some auxiliary code from being documented. Some aesthetic adjustments for generated white space. Generate documentation for the main constructor of C++ wrappers and added auxiliary grammars to list parameters names.
2015-01-12 06:00:59 -08:00
*.eo.impl.hh
*.eo.js.cc
2014-10-06 05:39:53 -07:00
*.eo.lua
2014-12-11 18:46:36 -08:00
*.luac
.dir-locals.el
/efl-*-doc.tar.bz2
/ar-lib
/stamp-h1
/aclocal.m4
/autom4te.cache/
/config.cache
2014-02-17 04:19:28 -08:00
/config.cache-env
/config.guess
/config.h
/config.h.in
/config.log
/config.status
/config.sub
/configure
/depcomp
/doc/Doxyfile
/doc/html
/doc/latex
/doc/man
2014-02-17 04:19:28 -08:00
/doc/previews/preview_text_filter
/doc/previews/img
/install-sh
/libtool
/ltmain.sh
2012-11-06 13:31:14 -08:00
/compile
/test-driver
/missing
/INSTALL
/ABOUT-NLS
/config.rpath
/coverage
/src/lib/ecore_x/ecore_x_vsync
2014-09-02 07:40:20 -07:00
Session.vim
2016-07-19 18:43:09 -07:00
/elm_intro.h
/src/modules/evas/engines/gl_common/shader_3d/evas_3d_shaders.x