summaryrefslogtreecommitdiff
path: root/src/hb-common.cc
AgeCommit message (Expand)AuthorFilesLines
2016-07-02[introspection] Fix hb_tag_from_string annotationKhaled Hosny1-1/+1
2016-05-06Add Unicode 9 beta scriptsBehdad Esfahbod1-0/+3
2016-02-12MinorBehdad Esfahbod1-1/+1
2015-12-30[docs] A bit more buffers documentationKhaled Hosny1-16/+27
2015-11-26Use C-style casts instead of compare to 0, to convert hb_bool_t to boolBehdad Esfahbod1-1/+1
2015-11-24Merge pull request #114 from ThePhD/vc++-fixesBehdad Esfahbod1-1/+1
2015-09-29Micro-optimize hb_language_from_string()Behdad Esfahbod1-5/+5
2015-09-03Fix Since tagsBehdad Esfahbod1-12/+12
2015-08-14Merge branch 'master' into vc++-fixesThePhD1-0/+3
2015-07-15Add Unicode 8.0 scriptsBehdad Esfahbod1-0/+3
2015-06-23Back to using regular `strdup`, with an `hb-private.hh` fix that special-case...ThePhD1-1/+1
2015-06-22Fix all VC++ warnings and errors in the current commit's builds.ThePhD1-2/+2
2015-06-12[bindings] Fix hb_language_get_default() and hb_ot_tag_to_language()Behdad Esfahbod1-1/+1
2015-06-01Fix "Since:" tagsSascha Brawer1-2/+2
2015-04-10[bindings] Fix ownership of returned hb_language_tKhaled Hosny1-1/+1
2015-04-08MinorBehdad Esfahbod1-1/+1
2015-03-22[bindings] Fix *_from_string functionsKhaled Hosny1-4/+4
2015-01-27Do not leak hb_language_t on hb_language_item_t destructionKonstantin Ritt1-0/+1
2015-01-04Add #ifdef HB_USE_ATEXIT to fix -Wunused-function warningsChris Peterson1-1/+1
2015-01-03Fix hb_atomic_ptr_cmpexch -Wunused-value warningsChris Peterson1-1/+1
2014-08-06Use atexit() only if it's safe to call from shared libraryBehdad Esfahbod1-2/+2
2014-07-11Mark unsigned integer literals with the u suffixBehdad Esfahbod1-2/+2
2014-06-20Rename HB_VERSION_CHECK and hb_version_check to "atleast"Behdad Esfahbod1-5/+5
2014-06-18[unicode7] Mark right-to-left scriptsBehdad Esfahbod1-0/+8
2014-06-03Fix some cppcheck warningsBehdad Esfahbod1-1/+3
2014-03-16wrap definition of free_langs() with HAVE_ATEXITjfkthame1-0/+2
2013-12-11Remove unnecessary includesBehdad Esfahbod1-2/+0
2013-09-26Bug 68990 - test-common fails on i686-linuxBehdad Esfahbod1-2/+4
2013-09-06[docs/introspection] Some more annotationsBehdad Esfahbod1-4/+147
2013-09-06Minor change to hb_language_tBehdad Esfahbod1-1/+1
2013-06-10Fix misc warnings reported by cppcheckBehdad Esfahbod1-1/+1
2013-02-12Rename HB_OT_INDIC_OPTIONS env var to HB_OPTIONSBehdad Esfahbod1-2/+18
2013-01-29Bug 60053 - hb-common.cc:181:6: warning: ‘void free_langs()’ defined but ...Behdad Esfahbod1-1/+1
2012-12-04Move object mutext into the user-data arrayBehdad Esfahbod1-10/+2
2012-09-06Add hb_feature_to/from_string()Behdad Esfahbod1-0/+9
2012-08-08Make default_language threadsafeBehdad Esfahbod1-10/+5
2012-06-16Make source more digestable for gobject-introspectionBehdad Esfahbod1-1/+1
2012-06-05Make hb-ft static-initializer freeBehdad Esfahbod1-3/+2
2012-06-05Implement lock-free hb_language_tBehdad Esfahbod1-12/+54
2012-06-05Add a mutex to object headerBehdad Esfahbod1-15/+9
2012-04-12Make HB_DIRECTION_INVALID be zeroBehdad Esfahbod1-3/+4
2012-03-07More sorting by Unicode versionBehdad Esfahbod1-1/+1
2012-03-07More Unicode script age annotation, and a couple more RTL scriptsBehdad Esfahbod1-0/+8
2012-03-07Lydian and Kharoshthi are right-to-leftBehdad Esfahbod1-0/+6
2011-08-26[API] Make all _from_string() functions take a len parameterBehdad Esfahbod1-10/+19
2011-08-09[API] Make set_user_data() functions take a replace parameterBehdad Esfahbod1-5/+8
2011-08-05Free all static memory upon exitBehdad Esfahbod1-3/+5
2011-08-04Remove C++ guards from source filesBehdad Esfahbod1-2/+0
2011-05-13[API] Add HB_LANGUAGE_INVALIDBehdad Esfahbod1-2/+3
2011-05-11Remove hb_static_threadsafe_set_tBehdad Esfahbod1-2/+3