Changeset [82992]: Use -Wl,--no-copy-dt-needed-entries to force DSO...
Use -Wl,--no-copy-dt-needed-entries to force DSO everywhere. -Wl,--no-copy-dt-needed-entries (previously known as --no-add-needed) will tell the linker to not recursively copy DT_NEEDED from one...
View ArticleChangeset [82993]: buildbot exports WANT_COLOR=no to have better output.
buildbot exports WANT_COLOR=no to have better output.
View ArticleChangeset [82994]: fix report of test command summary
fix report of test command summary
View ArticleChangeset [82995]: fix evas_cserve2 utils linkage and includes. they are...
fix evas_cserve2 utils linkage and includes. they are basic eina apps, not evas (use EINA_CFLAGS), they just use evas_cs2.h for types and enums. they also must link with eina.
View ArticleChangeset [82996]: fix c++ check on some platforms. i guess it was automake...
fix c++ check on some platforms. i guess it was automake change (1.11 x 1.13)
View ArticleChangeset [82997]: fix one more build break due DSO (now gcov-related).
fix one more build break due DSO (now gcov-related).
View ArticleChangeset [82998]: make clean should also delete gcda files from lcov
make clean should also delete gcda files from lcov
View ArticleChangeset [82999]: fix ecore_evas modules build broken by r82976. Many thanks...
fix ecore_evas modules build broken by r82976. Many thanks to billiob that was persistent enough to make me look at it while I was calling it "impossible". That stupid variable was being used in...
View ArticleChangeset [83000]: [access] unregister genlist item which does not have text...
[access] unregister genlist item which does not have text and content
View ArticleChangeset [83001]: elementary/entry : When string in entry is changed, access...
elementary/entry : When string in entry is changed, access to sd should be forbidden after smart_callback_call is called.
View ArticleChangeset [83002]: ecore_imf: fix typo in ecore_imf_example.c
ecore_imf: fix typo in ecore_imf_example.c
View ArticleChangeset [83004]: [access][genlist] read item text at once
[access][genlist] read item text at once
View ArticleChangeset [83005]: [access] do not have to read out type infomation of...
[access] do not have to read out type infomation of genlist and list the user would be visually impaired person or blind, so the type infomation of genlist or list is not proper. there would be more...
View ArticleChangeset [83007]: fix missing linkage with -lrt for shm_open users. strange...
fix missing linkage with -lrt for shm_open users. strange that nobody except hdante noticed this before, but it was missing linkage with -lrt in libemotion (due generic being static) and...
View ArticleChangeset [83008]: relax that test. seems autoconf is stupid and cannot agree...
relax that test. seems autoconf is stupid and cannot agree on a single variable to store stuff, if you give ./configure CXX=bla it will change everything. Relax the test and just use CXX, if it's set,...
View ArticleChangeset [83009]: missed outcol2 bottom edge.. just noticed.
missed outcol2 bottom edge.. just noticed.
View ArticleTicket #2207 (elementary doesn't close desktop reference) created
When closing elemines 0.2, the following error is spawned: ERR<16881>:eet eet_lib.c:668 eet_shutdown() File '/home/ngc891/.cache/efreet/icons___efreet_fallback_star.eet' is still open ! elemines...
View ArticleChangeset [83010]: eet: eet_connection.c fixed memory allocation Changed the...
eet: eet_connection.c fixed memory allocation Changed the usage of alloca() to malloc() to support big-mem-alloc This was required to support Clouseau Signed-off-by: Aharon Hillel <a.hillel@…>
View Article