eina: add Eina_Thread API.
[profile/ivi/eina.git] / src / lib / eina_main.c
2012-10-19 cedriceina: add Eina_Thread API.
2012-06-12 cedriceina: actually check the pid only if we fail with main...
2012-05-30 rasterThis is a small change, so I won't changelog it (or...
2012-04-19 cedriceina: make it possible to force the number of detected...
2012-04-18 rasterand fully de-modelify eina
2012-04-03 cedriceina: improve debugging message.
2012-03-25 caroEina: fix shm_open() check (can be in libc or librt...
2012-01-21 barbieriwelcome eina_model.
2012-01-11 barbieriadd eina_value.
2012-01-09 barbieriadd eina_inarray.
2011-12-20 cedriceina: reorder init as eina_error need eina_stringshare.
2011-11-05 cedriceina: don't hide symbol if we can build them in.
2011-10-07 Mike McCormackeina: Only declare _eina_tracking_lock with thread...
2011-10-07 Mike McCormackRevert "[Eina] Use Eina_Lock and not pthread. Fix compi...
2011-10-06 caro[Eina] Use Eina_Lock and not pthread. Fix compilation...
2011-10-04 cedriceina: prevent ABI break when turning on/off threads...
2011-09-20 rastersupport mtrace in eina at runtime. easier now to enable...
2011-09-18 caroadd sys/types.h check
2011-09-03 barbierieina_prefix: use log infrastructure.
2011-08-26 carofix main loop stuff on Windows
2011-08-17 cedriceina: add eina_main_loop_define.
2011-08-09 cedriceina: add generic macro to generate error when outside...
2011-08-09 cedriceina: detect main loop for windows to.
2011-08-09 cedriceina: correct guard of thread code.
2011-07-29 cedriceina: better implementation.
2011-07-29 cedriceina: add eina_main_loop_is.
2011-05-09 cedriceina: check pending lock at the right time.
2011-05-06 cedriceina: remove useless lock.
2011-05-04 cedriceina: improve on/off and debugging lock.
2011-05-02 cedriceina: make sure eina_threads_init/eina_threads_shutdown...
2011-04-24 cedriceina: put global into namespace and add lock abort
2011-04-24 cedriceina: fix api to actually work as expected.
2011-04-24 cedriceina: starting to use eina_lock.
2011-04-13 cedriceina: add Eina_File API.
2011-04-07 rastermore doxy -> .h
2011-04-06 cedriceina: add Eina_Simple_Xml parser by Gustavo.
2010-10-12 cedric * eina: improve chained mempool speed.
2010-09-10 lucasFix typos in docs
2010-08-17 carosome doc fixes
2010-08-10 discomfitorand these
2010-08-10 discomfitorerrr use the right define for this
2010-08-10 discomfitorimplement threadsafety for arrays, alter all eina inter...
2010-07-28 discomfitorstart binshare
2010-07-28 rasteruncrustify eina.
2010-07-27 tasnEina: Added Eina_UStrbuf.
2010-07-27 tasnEina: Add Eina_UStringshare and Eina_Binshare.
2010-07-13 carouse Win32 native mutex on Windows. To use it, pass...
2010-05-29 rasterremove semi-colon
2010-05-29 rastereina gets version thing ala eet.
2010-04-29 cedric * eina: Add first version of a Quad Tree data type.
2010-04-15 caroremove useless semicolon
2010-01-28 carofix header inclusion
2010-01-27 englebassAdd EINA_MAGIC to strbuf
2009-12-09 carouseless variable if pthread is not used
2009-11-01 watchwolfEina : add a prefix to STRINGSHARE_LOCK and LOG_LOCK
2009-11-01 watchwolfEina : now eina stringshare is thread safe if eina_thre...
2009-09-07 barbieriallow amalgamation of files, at least symbols don't...
2009-09-07 barbieriAPI BREAK: eina_magic_string_set() does not change...
2009-09-06 barbieriEINA API BREAK: no more individual modules init/shutdown.
2009-09-04 barbierieina_matrixsparse: welcome sparse matrix implementation...
2009-09-04 barbieriloggify main.
2009-09-04 barbierieina_safety_checks_init()
2009-08-28 caro * add eina_config.h in all source files. Fix linking...
2009-08-25 diebAdd eina_log module into the main module and global...
2009-06-28 caro * more doc
2009-06-22 carofix a bit the documentation, but there are still
2009-06-06 caroFix init error handling of array, benchmark, counter...
2009-04-09 cedric * eina_rectangle: Use a mempool to reduce memory alloc...
2009-01-23 caro * minor formatting
2008-10-27 cedricAdd Eina_Rectangle_Pool support. Typically help for...
2008-10-10 cedricMove eina outside of PROTO.
2008-09-24 cedricFix error stuff.
2008-09-18 cedricAdd init/shutdown to benchmark and fix its users.
2008-09-03 cedricFix initialisation logic.
2008-08-28 caro * move standard header files from eina_private.h to...
2008-08-13 cedricRemove warning and only include needed stuff.
2008-08-07 cedricInitialise all sub system.
2008-08-06 cedricLicense changes (BSD -> LGPL)
2008-08-06 cedricAdd global init/shutdown API to Eina. Include eina_coun...