Towards normalization
[framework/uifw/harfbuzz.git] / src / hb-object-private.hh
2011-06-15 Behdad EsfahbodMinor compiler warning fixes
2011-06-14 Behdad EsfahbodFix compiler warnings with -pedantic
2011-05-12 Behdad Esfahbod[object] Make object inert during destruction
2011-05-10 Behdad EsfahbodFix set implementation to be truly threadsafe even...
2011-05-05 Behdad EsfahbodMake user_data access threadsafe
2011-05-05 Behdad EsfahbodShrink code
2011-05-05 Behdad EsfahbodUse hb_array_t for hb_language_t mapping
2011-05-05 Behdad EsfahbodMove code around
2011-05-05 Behdad EsfahbodReplace hb_map_t with hb_set_t which is more intuitive...
2011-05-05 Behdad EsfahbodMake array/map implementation more generic
2011-05-04 Behdad EsfahbodMove code around
2011-05-03 Behdad EsfahbodMove Win32 thread-safety stuff to hb-object-private.h
2011-05-02 Behdad Esfahbod[object] Fix bug in get_user_data() implementation
2011-04-28 Behdad EsfahbodMove code around
2011-04-28 Behdad EsfahbodAdd initial implementation of user_data to objects
2011-04-27 Behdad Esfahbod[object] Remove unnecessary use of macros
2011-04-27 Behdad Esfahbod[object] Add tracing support back in
2011-04-27 Behdad EsfahbodAdd TODO item
2011-04-21 Behdad EsfahbodFurther simplify object handling
2011-04-21 Behdad EsfahbodAdd hb_object_header_t which is the common part of...
2011-04-21 Behdad EsfahbodMove hb_reference_count_t to hb-private.h
2011-04-21 Behdad EsfahbodUpdate Copyright headers
2011-04-21 Behdad EsfahbodRemove obsolete comment
2011-04-21 Behdad EsfahbodCleanup hb_refrence_count_t
2011-04-20 Behdad EsfahbodMove hb_reference_count_t from macros to inline methods
2011-04-20 Behdad EsfahbodRename all private sources and headers to C++ files