summaryrefslogtreecommitdiff
path: root/src/lib/eina/eina_cow.h
Commit message (Expand)AuthorAgeFilesLines
* eina: Rename EAPI macro to EINA_API in Eina libraryFelipe Magno de Almeida2020-11-251-8/+8
* eina: introduce an explicit eina_cow_done with no call to GC.Cedric BAIL2019-12-111-0/+18
* eina cow: Cleanup doxygen syntaxBryce Harrington2018-09-191-4/+7
* eina: Add doxygen in/out tags for cow, cpu, and debugBryce Harrington2018-07-201-26/+34
* eina: fix spelling errors in documentationBryce Harrington2017-10-271-12/+12
* docs: Fix typos and some wrong expressions in Eina API reference doxygen.Myoungwoon Roy, Kim2017-02-211-11/+11
* efl/eina: Update documentatin for Eina LockJeff Grimshaw2014-03-251-1/+1
* efl/eina: General cleanup of Eina documentationJeff Grimshaw2014-03-201-0/+2
* fix eina_cow issues. Closes T581, T527devs/billiob/eina_cowBoris Faure2013-11-301-9/+9
* eina: make eina_cow_free reset the pointer to the default read only value.Cedric Bail2013-11-041-1/+5
* eina: make it possible to disable Eina_Cow GC at instantiation time.Cedric BAIL2013-04-021-1/+2
* eina: add some documentation for Eina_Cow.Cedric BAIL2013-03-251-0/+113
* eina: improve speed of Eina_Cow.Cedric BAIL2013-03-201-2/+4
* efl: add eina_cow helper macro.Cedric BAIL2013-01-211-0/+12
* efl: Add Eina_Cow_Data...Cedric BAIL2013-01-171-5/+11
* efl: fix cow after review by k-s.Cedric BAIL2013-01-141-4/+4
* efl: Add eina copy on write infrastructure.Cedric BAIL2013-01-081-0/+36