efl/src/lib/ecore
Daniel Kolesa fcae7cab27 eolian gen: enable constness generation on property getter impls
This changes a lot of things all across the EFL. Previously,
methods tagged @const had both their external prototype and
internal impl generated with const on object, while property
getters only had const on the external API. This is now changed
and it all has const everywhere.

Ref T6859.
2018-04-17 20:31:55 +02:00
..
CMakeLists.txt ecore: Add Efl.Interpolator class 2017-10-12 21:03:49 +09:00
Ecore.h all: Simplify definition of EAPI 2018-01-18 18:04:03 +09:00
Ecore_Common.h ecore - thread - document thread max limits more sensibly 2018-04-05 18:52:57 +09:00
Ecore_Eo.h ecore - efl threads - add thredio class 2018-03-07 02:32:15 +09:00
Ecore_Getopt.h all: Simplify definition of EAPI 2018-01-18 18:04:03 +09:00
Ecore_Legacy.h ecore: add Efl_Core.h 2017-10-27 18:51:38 -07:00
Efl_Core.h all: Simplify definition of EAPI 2018-01-18 18:04:03 +09:00
ecore.c ecore: further reduce pipe wait time during shutdown. 2018-04-16 10:57:32 -07:00
ecore_alloc.c ecore - begin moving data into the efl loop data in the object 2017-12-15 14:16:53 +09:00
ecore_anim.c ecore: resolve the possible use of invalid handle. 2018-04-05 15:15:34 +09:00
ecore_app.c efl: remove _MSC_VER (Visual Studio macro) usage in source code 2018-01-04 12:59:47 -08:00
ecore_event_message.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
ecore_event_message.eo ecore - begin moving data into the efl loop data in the object 2017-12-15 14:16:53 +09:00
ecore_event_message_handler.c ecore: fix event flushing to not erase+leak events 2018-02-07 12:12:22 -05:00
ecore_event_message_handler.eo ecore: add function for prepending an event handler 2018-01-30 13:02:07 -05:00
ecore_events.c Revert "cxx: Fix manual code after efl_app change." 2018-03-03 13:40:33 +09:00
ecore_exe.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
ecore_exe.eo Eo docs: update for grammar and readability 2017-12-20 09:41:46 +00:00
ecore_exe_posix.c Remove all ocurrences of SPANK from our user facing errors. 2017-12-22 11:18:46 +00:00
ecore_exe_private.h ecore - begin moving data into the efl loop data in the object 2017-12-15 14:16:53 +09:00
ecore_exe_ps3.c
ecore_exe_win32.c ecore - begin moving data into the efl loop data in the object 2017-12-15 14:16:53 +09:00
ecore_getopt.c ecore_getopt: allow empty strings as parameters. 2016-10-31 19:38:22 -02:00
ecore_glib.c ecore glib support - if we are not the main ctx owner loop to acquire 2017-08-09 16:19:45 +09:00
ecore_idle_enterer.c Revert "cxx: Fix manual code after efl_app change." 2018-03-03 13:40:33 +09:00
ecore_idle_exiter.c ecore/efl loop - refactor idle stuff to be less convluted when 2017-12-21 19:45:21 +09:00
ecore_idler.c Revert "cxx: Fix manual code after efl_app change." 2018-03-03 13:40:33 +09:00
ecore_internal.h all: Simplify definition of EAPI 2018-01-18 18:04:03 +09:00
ecore_job.c ecore - begin moving data into the efl loop data in the object 2017-12-15 14:16:53 +09:00
ecore_main.c Fix static analysis result 2018-04-05 19:40:57 +09:00
ecore_main_common.h ecore - begin moving data into the efl loop data in the object 2017-12-15 14:16:53 +09:00
ecore_main_timechanges.c eocre timechanges - set obj to null before deletion on stop 2018-01-05 02:34:16 +09:00
ecore_pipe.c ecore: pipe fd can become invalid while being processed. 2018-04-05 11:52:12 -07:00
ecore_poller.c ecore: Properly shutdown pollers 2017-12-19 13:44:33 +09:00
ecore_private.h ecore - efl threads - add thredio class 2018-03-07 02:32:15 +09:00
ecore_signal.c efl.task - move to returning future insead of bool + exit event 2018-03-20 20:56:46 +09:00
ecore_thread.c Revert "cxx: Fix manual code after efl_app change." 2018-03-03 13:40:33 +09:00
ecore_throttle.c
ecore_time.c ecore/efl loop - use efl_loop_time_get on loop obj where needed 2017-12-27 01:40:07 +09:00
ecore_timer.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_app.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_app.eo ecore: rely on object being destroyed on parent invalidate. 2018-04-05 11:52:12 -07:00
efl_appthread.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_appthread.eo ecore - efl threads - add thredio class 2018-03-07 02:32:15 +09:00
efl_exe.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_exe.eo ecore efl exe/task/thread - move stdin/out flags to task class 2018-03-07 02:32:15 +09:00
efl_general.h ecore - a different take on efl.app class as a super class to efl.loop 2018-03-03 13:40:33 +09:00
efl_interpolator.c ecore: Add Efl.Interpolator class 2017-10-12 21:03:49 +09:00
efl_interpolator.eo ecore: Add Efl.Interpolator class 2017-10-12 21:03:49 +09:00
efl_interpolator_accelerate.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_interpolator_accelerate.eo docs: fill missing items in efl_interpolator_* eo classes 2017-12-08 16:17:27 +01:00
efl_interpolator_bounce.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_interpolator_bounce.eo docs: fill missing items in efl_interpolator_* eo classes 2017-12-08 16:17:27 +01:00
efl_interpolator_cubic_bezier.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_interpolator_cubic_bezier.eo docs: fill missing items in efl_interpolator_* eo classes 2017-12-08 16:17:27 +01:00
efl_interpolator_decelerate.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_interpolator_decelerate.eo docs: fill missing items in efl_interpolator_* eo classes 2017-12-08 16:17:27 +01:00
efl_interpolator_divisor.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_interpolator_divisor.eo docs: fill missing items in efl_interpolator_* eo classes 2017-12-08 16:17:27 +01:00
efl_interpolator_linear.c ecore: Add Efl.Interpolator class 2017-10-12 21:03:49 +09:00
efl_interpolator_linear.eo ecore: Add Efl.Interpolator class 2017-10-12 21:03:49 +09:00
efl_interpolator_sinusoidal.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_interpolator_sinusoidal.eo docs: fill missing items in efl_interpolator_* eo classes 2017-12-08 16:17:27 +01:00
efl_interpolator_spring.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_interpolator_spring.eo docs: fill missing items in efl_interpolator_* eo classes 2017-12-08 16:17:27 +01:00
efl_io_buffered_stream.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_io_buffered_stream.eo Eo docs: update for grammar and readability 2017-12-20 09:41:46 +00:00
efl_io_closer_fd.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_io_closer_fd.eo ecore: we can actually inherit from Efl.Object, just not in the first position. 2017-09-26 11:13:06 -07:00
efl_io_copier.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_io_copier.eo Eo docs: update for grammar and readability 2017-12-20 09:41:46 +00:00
efl_io_file.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_io_file.eo eolian: enforce specification of both get and set in prop impls 2017-01-11 16:38:41 +01:00
efl_io_positioner_fd.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_io_positioner_fd.eo docs: Fix typos and some wrong expressions in Ecore, Ecore_Audio, Ecore_Cocoa, Ecore_Con, and Ector API reference doxygen. 2017-06-07 13:01:13 +09:00
efl_io_reader_fd.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_io_reader_fd.eo docs: Fix typos and some wrong expressions in Ecore, Ecore_Audio, Ecore_Cocoa, Ecore_Con, and Ector API reference doxygen. 2017-06-07 13:01:13 +09:00
efl_io_sizer_fd.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_io_sizer_fd.eo docs: Fix typos and some wrong expressions in Ecore, Ecore_Audio, Ecore_Cocoa, Ecore_Con, and Ector API reference doxygen. 2017-06-07 13:01:13 +09:00
efl_io_stderr.c eolian: remove all duplicated affix 2016-11-28 11:35:27 -08:00
efl_io_stderr.eo ecore: use new property impl syntax 2016-12-27 16:19:06 +01:00
efl_io_stdin.c eolian: remove all duplicated affix 2016-11-28 11:35:27 -08:00
efl_io_stdin.eo ecore: use new property impl syntax 2016-12-27 16:19:06 +01:00
efl_io_stdout.c eolian: remove all duplicated affix 2016-11-28 11:35:27 -08:00
efl_io_stdout.eo ecore: use new property impl syntax 2016-12-27 16:19:06 +01:00
efl_io_writer_fd.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_io_writer_fd.eo docs: Fix typos and some wrong expressions in Ecore, Ecore_Audio, Ecore_Cocoa, Ecore_Con, and Ector API reference doxygen. 2017-06-07 13:01:13 +09:00
efl_loop.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_loop.eo efl.task - move to returning future insead of bool + exit event 2018-03-20 20:56:46 +09:00
efl_loop_consumer.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_loop_consumer.eo Eo docs: update for grammar and readability 2017-12-20 09:41:46 +00:00
efl_loop_fd.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_loop_fd.eo eolian: convert all of cedric's tabs to spaces in .eo files 2018-02-12 12:59:05 -05:00
efl_loop_handler.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_loop_handler.eo Eo docs: update for grammar and readability 2017-12-20 09:41:46 +00:00
efl_loop_message.c ecore - begin moving data into the efl loop data in the object 2017-12-15 14:16:53 +09:00
efl_loop_message.eo remove elgacy ecore event usage in futures that limit to mainloop only 2017-12-28 02:24:12 +09:00
efl_loop_message_future.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_loop_message_future.eo remove elgacy ecore event usage in futures that limit to mainloop only 2017-12-28 02:24:12 +09:00
efl_loop_message_future_handler.c efl loop - make param as unused to remove warning 2018-01-02 15:11:06 +09:00
efl_loop_message_future_handler.eo remove elgacy ecore event usage in futures that limit to mainloop only 2017-12-28 02:24:12 +09:00
efl_loop_message_handler.c remove elgacy ecore event usage in futures that limit to mainloop only 2017-12-28 02:24:12 +09:00
efl_loop_message_handler.eo efl loop message stuff - document the eo files. 2017-12-16 12:09:52 +09:00
efl_loop_timer.eo eolian: convert all of cedric's tabs to spaces in .eo files 2018-02-12 12:59:05 -05:00
efl_model_accessor_view.c efl: replace efl_del with efl_unref for cases where no parent exists 2018-03-20 17:20:57 -07:00
efl_model_accessor_view_private.h ecore: Add efl_model_copmosite_selection model 2017-09-07 14:23:51 +09:00
efl_model_composite_boolean.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_model_composite_boolean.eo ecore: Add efl_model_copmosite_selection model 2017-09-07 14:23:51 +09:00
efl_model_composite_boolean_children.eo docs: ecore: document newly added efl model composite classes 2017-02-09 14:47:21 +01:00
efl_model_composite_selection.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_model_composite_selection.eo docs: fil in missing items for efl_model eo class 2017-12-08 17:04:35 +01:00
efl_model_composite_selection_children.eo ecore: Add efl_model_copmosite_selection model 2017-09-07 14:23:51 +09:00
efl_model_container.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_model_container.eo Eo docs: update for grammar and readability 2017-12-20 09:41:46 +00:00
efl_model_container_item.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_model_container_item.eo ecore: rely on Efl.Object.invalidate instead of a hack for Efl.Model.Container.Item. 2018-03-07 10:59:20 -08:00
efl_model_container_private.h efl: add efl_model and efl_ui_view classes 2017-02-06 15:26:21 -08:00
efl_model_item.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_model_item.eo efl: add efl_model and efl_ui_view classes 2017-02-06 15:26:21 -08:00
efl_promise.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_promise.eo eolian: convert all of cedric's tabs to spaces in .eo files 2018-02-12 12:59:05 -05:00
efl_task.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_task.eo efl task - support flag to ignore exit code errors for future resolve 2018-04-05 18:52:57 +09:00
efl_thread.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_thread.eo ecore - efl threads - add thredio class 2018-03-07 02:32:15 +09:00
efl_threadio.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
efl_threadio.eo efl threadio - make call and call sync func proto same as efl events 2018-04-05 18:52:57 +09:00