efl/src/tests/eolian/data
Daniel Kolesa 66b0555f59 eolian: disallow legacy keyword in enums in stable api
This also marks a bunch of users of that as beta, as they were
effectively beta.
2019-08-29 15:06:08 +02:00
..
base.eo eolian: disallow pure virtual on non-abstract/mixin classes 2019-01-17 17:17:40 +01:00
class_funcs.eo eolian: rename @class on methods to @static 2019-08-16 16:27:00 +02:00
class_requires.eo efl: convert all classes to the new eolian syntax 2019-01-18 16:31:26 +01:00
class_simple.eo eolian: add test for file versioning 2019-05-26 18:26:49 +02:00
class_simple_ref.c eo: make reflection getter const function. 2019-03-08 14:31:08 -08:00
class_simple_ref_eo.h eolian: remove legacy handling API and most of generation 2019-03-08 10:12:09 -05:00
complex_type.eo eolian: disallow ptr() in containers in stable API 2019-08-01 16:55:31 +02:00
consts.eo
ctor_dtor.eo eolian: implement new syntax for inheritance 2018-11-23 13:57:07 +01:00
docs_ref.h eolian: fix conflicts between eo file names in tests 2019-05-06 17:05:22 +02:00
enum.eo eolian: disallow legacy keyword in enums in stable api 2019-08-29 15:06:08 +02:00
eo_docs.eo eolian: fix conflicts between eo file names in tests 2019-05-06 17:05:22 +02:00
error.eo eolian: add library support for declaring and using errors 2019-06-24 15:15:30 +02:00
events.eo eolian: push missing event type changes in tests 2018-05-21 20:32:57 +02:00
extern.eo
free_func.eo eolian: restrict usage of ptr() to directly used types 2019-02-17 02:26:22 +01:00
function_as_argument.eo eolian: remove param @nonull 2019-05-26 17:25:15 +02:00
function_as_argument_impl_ref.c eolian: remove param @nonull 2019-05-26 17:25:15 +02:00
function_as_argument_ref.c eolian: remove param @nonull 2019-05-26 17:25:15 +02:00
function_as_argument_ref.h eolian: start to express ownership transfere 2019-07-23 18:09:36 +02:00
function_types.eot
function_types_ref.h eolian: start to express ownership transfere 2019-07-23 18:09:36 +02:00
iface.eo eolian: add support for composite section into regular classes 2019-01-21 17:19:14 +01:00
import.eo
import_types.eot
import_types_ref.h
mixins_require.eo eolian: introduce the keyword required 2019-01-11 12:37:27 +01:00
nmsp1_class1.eo eolian: implement new syntax for inheritance 2018-11-23 13:57:07 +01:00
nmsp1_nmsp11_class2.eo eolian: disallow pure virtual on non-abstract/mixin classes 2019-01-17 17:17:40 +01:00
nmsp2_class1.eo eolian: fix tests fallout from the latest changes 2019-01-17 17:29:36 +01:00
no_nmsp.eo eolian: fix tests fallout from the latest changes 2019-01-17 17:29:36 +01:00
object_impl.eo eolian: disallow pure virtual on non-abstract/mixin classes 2019-01-17 17:17:40 +01:00
object_impl_add.eo eolian: implement new syntax for inheritance 2018-11-23 13:57:07 +01:00
object_impl_add_ref.c
object_impl_ref.c
override.eo eolian: disallow pure virtual on non-abstract/mixin classes 2019-01-17 17:17:40 +01:00
override_ref.c eolian gen: initial support for reflection api 2019-02-15 17:17:15 +01:00
owning.eo eolian: disallow ptr() in containers in stable API 2019-08-01 16:55:31 +02:00
owning_ref.c eolian: disallow ptr() in containers in stable API 2019-08-01 16:55:31 +02:00
parts.eo eolian: add support for marking and checking parts as beta 2019-05-05 17:07:26 +02:00
scope.eo
struct.eo
struct_ref.h eolian: start to express ownership transfere 2019-07-23 18:09:36 +02:00
struct_ref_stub.h
typedef.eo eolian: disallow legacy keyword in enums in stable api 2019-08-29 15:06:08 +02:00
typedef_ref.h eolian: disallow legacy keyword in enums in stable api 2019-08-29 15:06:08 +02:00
typedef_ref_stub.h eolian: remove __builtin_free_cb 2019-08-01 16:55:31 +02:00
unimpl.eo eolian: add support for composite section into regular classes 2019-01-21 17:19:14 +01:00
var.eo