Add sugar syntax for debug messages
[profile/ivi/org.tizen.video-player.git] / src / hb-blob.cc
2011-07-25 Behdad EsfahbodAdd sugar syntax for debug messages
2011-06-14 Behdad EsfahbodFix compiler warnings with -pedantic
2011-05-11 Behdad EsfahbodPlug more leaks
2011-05-07 Behdad Esfahbod[API] Simplify blob API, remove lock
2011-05-06 Behdad EsfahbodRemove unused hb_blob_try_writable_inplace()
2011-05-05 Behdad EsfahbodMake hb_mutex_*() macros take a pointer
2011-05-04 Behdad EsfahbodMove code around
2011-05-03 Behdad Esfahbod[blob] Implement sub_blob() in terms of create()
2011-05-03 Behdad EsfahbodAdd hb_mutex_free() and use it
2011-05-02 Behdad Esfahbod[API] Rename hb_blob_create_empty() to hb_blob_get_empty()
2011-04-28 Behdad Esfahbod[API] Add _set/get_user_data() for all objects
2011-04-27 Behdad Esfahbod[object] Remove unnecessary use of macros
2011-04-27 Behdad Esfahbod[blob] Use HB_FUNC instead of __FUNCTION__
2011-04-21 Behdad EsfahbodAdd hb_object_header_t which is the common part of...
2011-04-21 Behdad EsfahbodUpdate Copyright headers
2011-04-20 Behdad EsfahbodRename all private sources and headers to C++ files
2011-04-20 Behdad EsfahbodRename hb-blob.c to hb-blob.cc in preparation of more...