Age | Commit message (Collapse) | Author |
|
- remove unavailable __UNUSED__
- warning-- on Win64
SVN revision: 77968
|
|
SVN revision: 77843
|
|
eina headers used to be in their own directory, but now they live
inside src/lib/eina. The mempools were still including
include/lib/eina/ and with "sed" they became src/lib/eina/, which
already existed.
SVN revision: 77837
|
|
SVN revision: 77821
|
|
SVN revision: 77817
|
|
it's still not merged into EFL single tree, but once it is we should
use "HAVE_EXOTIC" define to work with it.
Before we had: EINA_HAVE_EXOTIC (not used), HAVE_EXOTIC_H (used by
eina_module.c). Since the other libs are all defined as HAVE_LIBNAME,
we're using HAVE_EXOTIC everywhere now.
SVN revision: 77816
|
|
it's pointless to have this and may cause problems or complex
configure.ac when we have libraries that use 'eet' during its compile
phase (like elementary generates its profile/configuration).
SVN revision: 77815
|
|
it's still in the code, but not configurable anymore. We may remove it
later if not really needed.
SVN revision: 77802
|
|
remove the eina_inline_lock_void.x fallback as it's not used anymore.
still keep the EINA_HAVE_THREADS in the source code.
SVN revision: 77796
|
|
Now we always build the following memory pools statically:
- pass_through: calls malloc/free directly, useful to debug.
- chained_pool: default for ages.
- one_big: used by some embedded systems (should we remove?)
Removed:
- ememoa_fixed and ememoa_unknown: depends on a separate lib, not supported?
- buddy: nobody uses it?
NOTE: we do not need the src/modules/eina/mp/*/Makefile.am anymore
since they are statically built. But I'll keep these and the
references in src/modules/eina/mp/Makefile.am
SVN revision: 77792
|
|
It's disabled. If user wants to enable, give
-DEET_OLD_EET_FILE_FORMAT=1 to CFLAGS.
SVN revision: 77790
|
|
Introduced --with-profile={dev,release} that will simplify how to set
build options of EFL.
NOTE-1: specific e17 benchmark is now gone, it will always be built
and is the default benchmark for eina. If we want to have a faster
benchmark in the future, just add a command line option for
eina_suite.
NOTE-2: valgrind build is broken as it needs -fPIC. Will get to it
later. Likely someone needs to revisit the eina mempools for valgrind
and other basic tools (eo? likely evas).
SVN revision: 77771
|
|
I've reordered the build to be: eina -> eo -> eet as it make more sense.
SVN revision: 77766
|
|
port r77631
fix eo on 64bit.. bad valist fun
SVN revision: 77637
|
|
SVN revision: 77608
|
|
SVN revision: 77542
|
|
SVN revision: 77498
|
|
SVN revision: 77449
|
|
SVN revision: 77446
|
|
SVN revision: 77415
|
|
SVN revision: 77126
|
|
based on it.
SVN revision: 77124
|
|
SVN revision: 77123
|
|
SVN revision: 77122
|
|
SVN revision: 77121
|
|
SVN revision: 77120
|
|
consistent with the majority.
SVN revision: 77119
|
|
SVN revision: 77118
|
|
SVN revision: 77115
|
|
SVN revision: 77111
|
|
SVN revision: 77110
|
|
SVN revision: 77072
|
|
SVN revision: 77070
|
|
SVN revision: 77053
|
|
SVN revision: 77050
|
|
SVN revision: 77045
|
|
always built
SVN revision: 77026
|
|
SVN revision: 77008
|
|
SVN revision: 76944
|
|
tested on linux and windows.
And disable valgrind as there's a link problem in eet binary,
i'll check that later
SVN revision: 76938
|
|
I can't be sure that distcheck is fixed as the check of eet is failing.
I've disable the run of the eina test for now as it is *very* long. I'll
re-enable it once eet check is running flawlessly
SVN revision: 76772
|
|
SVN revision: 76768
|
|
SVN revision: 76715
|
|
need to fix the city stuff in tests and the benchmark
with the e17 data (need help with make rules :)
SVN revision: 76712
|
|
SVN revision: 76711
|
|
currently, examples, tests and benchmark are not set. That's the next things i'll do
SVN revision: 76710
|
|
SVN revision: 76471
|
|
SVN revision: 76466
|
|
SVN revision: 76464
|
|
SVN revision: 76463
|