efl/src/lib/ector
Daniel Kolesa e984e5a11a eolian: remove pointers from complex and class types
Complex types (i.e. list, array, hash, accessor etc.) now do not require
pointers with them anymore (the pointer is implied) and the same goes for
class handles. Eolian now explicitly disallows creating pointers to these
as well. This is the first part of the work to remove pointers from Eolian
completely, with the goal of simplifying the DSL (higher level) and therefore
making it easier for bindings (as well as easier API usage).

@feature
2016-05-23 15:58:33 +01:00
..
cairo Efl: Remove "legacy_prefix: null;" as it's now the default. 2016-05-12 17:27:35 +01:00
gl eolian: remove pointers from complex and class types 2016-05-23 15:58:33 +01:00
software eolian: remove pointers from complex and class types 2016-05-23 15:58:33 +01:00
Ector.h Ector renderer generic: Fix Eolian warnings. 2016-02-16 14:42:06 +00:00
Makefile.am Ector generic: Remove .Generic and .Base (hack no longer needed). 2016-05-11 12:57:55 +01:00
ector_buffer.c Ector generic: Remove .Generic and .Base (hack no longer needed). 2016-05-11 12:57:55 +01:00
ector_buffer.eo Efl: Remove "legacy_prefix: null;" as it's now the default. 2016-05-12 17:27:35 +01:00
ector_buffer.h Ector generic: Remove .Generic and .Base (hack no longer needed). 2016-05-11 12:57:55 +01:00
ector_gl_internal.h ector: add an abstraction to get GL function. 2016-01-05 15:43:43 +09:00
ector_main.c Ector GL: Fix warning with clang 2016-01-06 14:33:26 +09:00
ector_private.h Ector generic: Remove .Generic and .Base (hack no longer needed). 2016-05-11 12:57:55 +01:00
ector_renderer.c Ector generic: Remove .Generic and .Base (hack no longer needed). 2016-05-11 12:57:55 +01:00
ector_renderer.eo eolian: remove pointers from complex and class types 2016-05-23 15:58:33 +01:00
ector_renderer.h Ector generic: Remove .Generic and .Base (hack no longer needed). 2016-05-11 12:57:55 +01:00
ector_renderer_buffer.c Ector generic: Remove .Generic and .Base (hack no longer needed). 2016-05-11 12:57:55 +01:00
ector_renderer_buffer.eo eolian: remove pointers from complex and class types 2016-05-23 15:58:33 +01:00
ector_renderer_gradient.c Ector generic: Remove .Generic and .Base (hack no longer needed). 2016-05-11 12:57:55 +01:00
ector_renderer_gradient.eo Efl: Remove "legacy_prefix: null;" as it's now the default. 2016-05-12 17:27:35 +01:00
ector_renderer_gradient_linear.c Ector generic: Remove .Generic and .Base (hack no longer needed). 2016-05-11 12:57:55 +01:00
ector_renderer_gradient_linear.eo Efl: Remove "legacy_prefix: null;" as it's now the default. 2016-05-12 17:27:35 +01:00
ector_renderer_gradient_radial.c Ector generic: Remove .Generic and .Base (hack no longer needed). 2016-05-11 12:57:55 +01:00
ector_renderer_gradient_radial.eo Efl: Remove "legacy_prefix: null;" as it's now the default. 2016-05-12 17:27:35 +01:00
ector_renderer_shape.c Ector generic: Remove .Generic and .Base (hack no longer needed). 2016-05-11 12:57:55 +01:00
ector_renderer_shape.eo eolian: remove pointers from complex and class types 2016-05-23 15:58:33 +01:00
ector_surface.eo eolian: remove pointers from complex and class types 2016-05-23 15:58:33 +01:00
ector_surface.h Ector generic: Remove .Generic and .Base (hack no longer needed). 2016-05-11 12:57:55 +01:00
ector_types.eot Ector: add ector_types.eot for ector type definitions. 2016-03-23 15:00:16 +00:00
ector_util.h efl: move Ector_Color to be defined in Efl.Gfx as it makes more sense. 2016-01-07 16:27:57 -08:00