tizen 2.3.1 release
[framework/uifw/harfbuzz.git] / src / hb-blob.cc
2015-09-08 jk7744.parktizen 2.3.1 release accepted/tizen_2.4_mobile tizen_2.3.1 tizen_2.4 accepted/tizen/2.4/mobile/20151029.031010 submit/tizen_2.3.1/20150915.083017 submit/tizen_2.4/20151028.064956 tizen_2.3.1_release tizen_2.4_mobile_release
2012-06-27 Ankush DuaUpgrade to latest harfbuzz 2.0alpha master submit/master/20120920.151126
2011-08-02 Mike McCormackMerge branch 'upstream'
2011-07-26 Behdad EsfahbodStreamline debugging infrastructure even more
2011-07-25 Behdad EsfahbodUse variadic macros for debugging
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...