efl/src
Carsten Haitzler 9371cdfef8 build - bring back loaders and savers as modules and/or static
so the evas modules able to be static or not was a bit pointless as it
could inline all evas modules (or none) not just the most common or
not, but ecore evas modules were still modules, so it really wasn't
being useful.

image loaders ans savers omn the other hand were *ALL* being
statically built in without exception. this was kind of a regression
in the build system in the move to meson. some were static due to
micro optimizations and performance inlining the most common to save a
little extra loading + linking + page fragmentation for loaders you
are likely to need in most cases as well as save the drity pages from
linking in their dependencies (libgif, libtiff, libwebp and all their
dependencies too etc. etc.). this now brings back the ability to
decide which are static and which are shared modules (not exposed to
the user as options for meson - fixed in meson.build files which i
think is good enough given the purpose of this).
2019-10-05 13:21:02 +01:00
..
benchmarks benchmark/collection: add Elementary.h 2019-09-30 10:33:33 +02:00
bin csharp: Move locks inside AddRemove native handlers 2019-10-04 10:12:57 -03:00
bindings csharp: Move locks inside AddRemove native handlers 2019-10-04 10:12:57 -03:00
edje_external
examples efl_gfx_arrangement: change content_padding param type and remove scalable 2019-10-02 12:11:15 +02:00
generic evas - rsvg loader - comment out deprecated func from rsvg we don't need 2019-09-16 01:47:05 +01:00
lib efl_ui_video: bring back Elm_video doxygen group for docs 2019-10-04 10:44:09 +02:00
modules build - bring back loaders and savers as modules and/or static 2019-10-05 13:21:02 +01:00
scripts Pyolian gendoc: the last hidden bits of documentation ref tokens 2019-10-05 12:21:28 +02:00
static_libs vg_common_json: Override value_provider list 2019-10-02 14:30:06 +09:00
tests elementary: always use a font that matches our expectation for our test instead of the system one. 2019-10-02 23:54:22 -03:00
wayland_protocol