Quantcast
Browsing all 1612 articles
Browse latest View live

Changeset [81906]: efl: add compiler flags * -fvisibility=hidden will hide...

efl: add compiler flags -fvisibility=hidden will hide symbols not marked with EAPI in the final binary (so/executable). -ffunction-sections and -fdata-sections will split those into independent elf...

View Article


Changeset [81907]: efl: EFL_CHECK_LIBS() is strict, simplify it then. as we...

efl: EFL_CHECK_LIBS() is strict, simplify it then. as we abort (AC_MSG_ERROR) if not found, simplify the code.

View Article


Changeset [81908]: efl: minor AC_CHECK_LIB() cleanup.

efl: minor AC_CHECK_LIB() cleanup.

View Article

Changeset [81909]: efl: refactor EFL_CHECK_LIB() and EFL_CHECK_FUNC() -...

efl: refactor EFL_CHECK_LIB() and EFL_CHECK_FUNC() introduce EFL_CHECK_LIB_CODE() that does the try-link introduce EFL_FIND_LIB_FOR_CODE() that will use EFL_CHECK_LIB_CODE() into multiple libraries...

View Article

Changeset [81910]: efl: move -lm to configure.ac variables. EFL_ADD_LIBS()...

efl: move -lm to configure.ac variables. EFL_ADD_LIBS() will add to requirements_libs_NAME and that will end into NAME_LIBS.

View Article


Changeset [81911]: efl: unify LDFLAGS for LTLIBRARIES

efl: unify LDFLAGS for LTLIBRARIES

View Article

Changeset [81912]: efl: limit regression with async rendering. NOTE: There is...

efl: limit regression with async rendering. NOTE: There is still an issue with text rendering, that is still 4 times slower and impact all text object (text, textblock and textgrid).

View Article

Changeset [81913]: efl: add a way to allocate without memcpy data in an...

efl: add a way to allocate without memcpy data in an Eina_Inarray.

View Article


Changeset [81914]: efl: forgotten evas commit.

efl: forgotten evas commit.

View Article


Changeset [81915]: efl: refactor CFLAGS, LIBS, LIBADD and LDADD usage. -...

efl: refactor CFLAGS, LIBS, LIBADD and LDADD usage. remove EFL_LIBS and EFL_CFLAGS, use per-lib values that inherit from EFL (general) add NAME_LDFLAGS and EFL_LDFLAGS for linker flags. LDADD...

View Article

Changeset [81916]: efl: create macro to simplify libtool module declaration.

efl: create macro to simplify libtool module declaration.

View Article

Changeset [81917]: efl: unbreak last commit. seems that automake will parse...

efl: unbreak last commit. seems that automake will parse LDFLAGS for -module and if it's not present it will complain about name not starting with 'lib'. seems my last try was without NOCONFIGURE=1...

View Article

Changeset [81918]: efl: rename eina_inarray_add to eina_inarray_grow.

efl: rename eina_inarray_add to eina_inarray_grow.

View Article


Changeset [81919]: efl/evas: add ecore-evas dependent examples. nice feature...

efl/evas: add ecore-evas dependent examples. nice feature of single tree efl is that evas examples can use ecore-evas :-)

View Article

Changeset [81920]: efl: remove --print-gc-sections: too annoying. okay,...

efl: remove --print-gc-sections: too annoying. okay, remove that print as it will always print sections removed from PIC leftovers, etc. keep the --gc-sections, it's useful to shrink binaries....

View Article


Changeset [81921]: efl: fix issue when text didn't get properly replaced....

efl: fix issue when text didn't get properly replaced. Thanks to hannes.janetzek@… !

View Article

Changeset [81922]: efl: and fix a potential memory leak.

efl: and fix a potential memory leak.

View Article


Changeset [81923]: web: inactive++

web: inactive++

View Article

Changeset [81924]: efl: fix typo Signed-off-by: Yakov Goldberg

efl: fix typo Signed-off-by: Yakov Goldberg <yakov.g@…>

View Article

Changeset [81925]: added function to hide all active menus, always hide menus...

added function to hide all active menus, always hide menus when desklocking

View Article
Browsing all 1612 articles
Browse latest View live