summaryrefslogtreecommitdiff
path: root/src/lib/eo
Commit message (Expand)AuthorAgeFilesLines
* eo_base_class: Avoid useless memory allocWoochanlee2020-12-241-0/+2
* eo: Rename EAPI macro to EO_API in Eo libraryFelipe Magno de Almeida2020-12-096-233/+199
* efl: resolve warnings over misleading codeMarcel Hollerbach2020-09-011-1/+5
* eo: set idx on exit to 1 not to 0Marcel Hollerbach2020-08-121-1/+3
* eo: evalulate special counts earlierMarcel Hollerbach2020-08-061-6/+8
* eo: event callback call optimizationMarcel Hollerbach2020-08-061-40/+21
* efl: make all _class_get() functions constMarcel Hollerbach2020-07-201-3/+3
* Fix typosElyes HAOUAS2020-06-251-2/+2
* eo-files: convert all Eina.Strbuf & Eina.BinbufMarcel Hollerbach2020-06-091-3/+0
* eo: make the parent a optional constructorMarcel Hollerbach2020-06-091-0/+3
* eo: Fix memory leak in efl_key_wref_set() api.Subhransu Mohanty2020-06-021-1/+1
* refactor buildMarcel Hollerbach2020-05-271-4/+5
* build: lib: harmonize the use of package_c_args in all libsStefan Schmidt2020-05-261-1/+2
* Revert "Fix EAPI definition by defining EFL_BUILD for each built DLL"Carsten Haitzler (Rasterman)2020-05-181-6/+1
* Fix EAPI definition by defining EFL_BUILD for each built DLLVincent Torri2020-05-181-1/+6
* Use __func__ C99 identifier instead of __FUNCTION__ compiler extensionVincent Torri2020-05-073-15/+15
* eo: install eot files correctlyMarcel Hollerbach2020-04-211-2/+17
* remove unused imports in eo/eot filesDaniel Kolesa2020-04-191-2/+0
* eo: null check for vtable allocationYeongjong Lee2020-04-131-0/+4
* eo: only prepare a empty nodeMarcel Hollerbach2020-04-071-1/+1
* eo: use eina_prefetchMarcel Hollerbach2020-04-031-0/+1
* eina: prefetch for _eo_obj_pointer_getMarcel Hollerbach2020-03-261-3/+6
* eo: move all call assignmentMarcel Hollerbach2020-03-261-3/+2
* eo: there is no reason to equip for calls to classesMarcel Hollerbach2020-03-261-49/+15
* eo: free vtable when erroring outMarcel Hollerbach2020-03-241-0/+1
* eo: do not check this hereMarcel Hollerbach2020-03-241-3/+2
* eo: fix wrong formattingMarcel Hollerbach2020-03-241-1/+1
* eo: only really copy when there is contentMarcel Hollerbach2020-03-241-1/+4
* eo: correctly flag allocated memoryMarcel Hollerbach2020-03-241-0/+2
* eo: do no allocate a 0 sized segmentMarcel Hollerbach2020-03-241-2/+5
* eo: do not NULL out the object itselfMarcel Hollerbach2020-03-241-4/+7
* eo: do not null out the vtable chain of your own classesMarcel Hollerbach2020-03-241-0/+2
* eo: do not allocate too much memoryMarcel Hollerbach2020-03-241-3/+15
* eo - fix err path for eo_isa to unlock shared objectsCarsten Haitzler (Rasterman)2020-03-241-1/+2
* Revert "Revert eo vtale rework..."Marcel Hollerbach2020-03-233-247/+323
* Revert eo vtale rework...Carsten Haitzler (Rasterman)2020-03-233-323/+247
* eo: redo vtable mro creationMarcel Hollerbach2020-03-211-5/+23
* eo: add a generic memory allocation tracking methodMarcel Hollerbach2020-03-211-3/+18
* eo: rework vtable allocation schemeMarcel Hollerbach2020-03-212-242/+285
* eo: do not allocate extension if deletingMarcel Hollerbach2020-03-211-1/+1
* doxygen docs: Fix tons of invalid Doxygen commandsXavi Artigas2020-03-101-1/+1
* doxygen docs: Miscellaneous typosXavi Artigas2020-03-091-1/+1
* docs: Strengthen docs for Copy&Paste and Drag&DropXavi Artigas2020-03-081-1/+10
* rewrite efl cnp and dnd handlingMarcel Hollerbach2020-03-081-0/+2
* eo: print debug information when a call cannot be resolvedMarcel Hollerbach2020-03-061-4/+4
* doxygen: fix duplicated toc sectionsXavi Artigas2020-02-281-1/+1
* doxygen: fix missing end group tagXavi Artigas2020-02-281-0/+4
* C#: Add error checking for Eina.Success_Flag return typeFelipe Magno de Almeida2020-02-181-0/+4
* eo - fix - fix alignment of eo object class structs - it was wrongCarsten Haitzler (Rasterman)2020-02-121-1/+6
* eo : fix 8e6e1860c3, _efl_object_event_future_scheduler_get(…) returns a po...Jérémy Zurcher2020-02-121-1/+1