summaryrefslogtreecommitdiff
path: root/babl/babl-memory.c
Commit message (Expand)AuthorAge
* -Wsign-compare babl-memoryAxel Viala2022-08-21
* babl: babl_free now complains and bail instead of aborting on unknown memoryØyvind Kolås2018-08-31
* Change the license URL from http://www.gnu.org/licenses/ to https://Michael Natterer2018-07-11
* babl-memory: allow babl_malloc(0) to succeedEll2018-05-30
* babl: use snprintf instead of sprintfTobias Stoeckmann2017-10-25
* Don't repeat the malloc/free function pointer change messagesMukund Sivaraman2015-04-20
* babl: Fix message printed when memory function pointers don't matchMukund Sivaraman2014-09-03
* babl: make malloc implementation stability sanity check non-fatalØyvind Kolås2014-07-02
* babl_realloc: move destructor from original to newØyvind Kolås2010-06-27
* babl_free: Add double free detectionØyvind Kolås2010-06-27
* Add a babl_set_destructorØyvind Kolås2010-06-26
* Fix accidental use of the format mutex instead of the debug mutex.Øyvind Kolås2009-11-21
* Added a mutex to memory sanity counters.Øyvind Kolås2009-11-21
* Use pointer integer types for comparisonsDanny Robson2009-07-19
* based on a patch from Gary V. Vaughan, include "config.h" before any otherSven Neumann2009-02-24
* Added support for CPU acceleration, RGBA float -> RGB u8 and RGBA float ->Jan Heller2008-05-23
* typedef:ed BABL free and malloc function pointers.Martin Nordholts2008-03-23
* getenv() can return NULL.Mukund Sivaraman2008-03-16
* Modified copyright statement to refer to an URL instead of a civic addressØyvind Kolås2007-11-11
* Keep a cache of the linear version of BablImage's needed forØyvind Kolås2007-11-11
* Upgraded babl from LGPLv2 to LGPLv3. Copyright statements in all filesØyvind Kolås2007-11-10
* reindented all of the code using uncrustifyØyvind Kolås2007-03-25
* Make babl compile with stricter compiler warnings, mostly related toØyvind Kolås2006-11-17
* do not do type checking based on pointer decorations in a public APIØyvind Kolås2006-06-12
* memory sugarØyvind Kolås2005-09-18
* removed unused list of conversions to fooØyvind Kolås2005-09-11
* header cleanoutØyvind Kolås2005-08-31
* freeing of non babl allocated memory is fatal.Øyvind Kolås2005-08-30
* improved memory wrapper functionsØyvind Kolås2005-08-29
* adding the foundation of extensionsØyvind Kolås2005-08-27
* babl_log upgadeØyvind Kolås2005-08-27
* sync up enum stringsØyvind Kolås2005-08-23
* Initial revisionØyvind Kolås2005-08-09