index
:
harfbuzz
BASE
accelerate-lookups
bitops
check-symbols
coverity_scan
cross-kern
decltype
hb-version
inttype-constructors
master
name-table
ot-color
overload-overload
rand
run-tests-stream
rvalue-reference
test-str-literal-constness
typename-outside-template
use-sinhala
HarfBuzz text shaping library (new rewritten version)
behdad
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hb-common.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-02
[introspection] Fix hb_tag_from_string annotation
Khaled Hosny
1
-1
/
+1
2016-05-06
Add Unicode 9 beta scripts
Behdad Esfahbod
1
-0
/
+3
2016-02-12
Minor
Behdad Esfahbod
1
-1
/
+1
2015-12-30
[docs] A bit more buffers documentation
Khaled Hosny
1
-16
/
+27
2015-11-26
Use C-style casts instead of compare to 0, to convert hb_bool_t to bool
Behdad Esfahbod
1
-1
/
+1
2015-11-24
Merge pull request #114 from ThePhD/vc++-fixes
Behdad Esfahbod
1
-1
/
+1
2015-09-29
Micro-optimize hb_language_from_string()
Behdad Esfahbod
1
-5
/
+5
2015-09-03
Fix Since tags
Behdad Esfahbod
1
-12
/
+12
2015-08-14
Merge branch 'master' into vc++-fixes
ThePhD
1
-0
/
+3
2015-07-15
Add Unicode 8.0 scripts
Behdad Esfahbod
1
-0
/
+3
2015-06-23
Back to using regular `strdup`, with an `hb-private.hh` fix that special-case...
ThePhD
1
-1
/
+1
2015-06-22
Fix all VC++ warnings and errors in the current commit's builds.
ThePhD
1
-2
/
+2
2015-06-12
[bindings] Fix hb_language_get_default() and hb_ot_tag_to_language()
Behdad Esfahbod
1
-1
/
+1
2015-06-01
Fix "Since:" tags
Sascha Brawer
1
-2
/
+2
2015-04-10
[bindings] Fix ownership of returned hb_language_t
Khaled Hosny
1
-1
/
+1
2015-04-08
Minor
Behdad Esfahbod
1
-1
/
+1
2015-03-22
[bindings] Fix *_from_string functions
Khaled Hosny
1
-4
/
+4
2015-01-27
Do not leak hb_language_t on hb_language_item_t destruction
Konstantin Ritt
1
-0
/
+1
2015-01-04
Add #ifdef HB_USE_ATEXIT to fix -Wunused-function warnings
Chris Peterson
1
-1
/
+1
2015-01-03
Fix hb_atomic_ptr_cmpexch -Wunused-value warnings
Chris Peterson
1
-1
/
+1
2014-08-06
Use atexit() only if it's safe to call from shared library
Behdad Esfahbod
1
-2
/
+2
2014-07-11
Mark unsigned integer literals with the u suffix
Behdad Esfahbod
1
-2
/
+2
2014-06-20
Rename HB_VERSION_CHECK and hb_version_check to "atleast"
Behdad Esfahbod
1
-5
/
+5
2014-06-18
[unicode7] Mark right-to-left scripts
Behdad Esfahbod
1
-0
/
+8
2014-06-03
Fix some cppcheck warnings
Behdad Esfahbod
1
-1
/
+3
2014-03-16
wrap definition of free_langs() with HAVE_ATEXIT
jfkthame
1
-0
/
+2
2013-12-11
Remove unnecessary includes
Behdad Esfahbod
1
-2
/
+0
2013-09-26
Bug 68990 - test-common fails on i686-linux
Behdad Esfahbod
1
-2
/
+4
2013-09-06
[docs/introspection] Some more annotations
Behdad Esfahbod
1
-4
/
+147
2013-09-06
Minor change to hb_language_t
Behdad Esfahbod
1
-1
/
+1
2013-06-10
Fix misc warnings reported by cppcheck
Behdad Esfahbod
1
-1
/
+1
2013-02-12
Rename HB_OT_INDIC_OPTIONS env var to HB_OPTIONS
Behdad Esfahbod
1
-2
/
+18
2013-01-29
Bug 60053 - hb-common.cc:181:6: warning: ‘void free_langs()’ defined but ...
Behdad Esfahbod
1
-1
/
+1
2012-12-04
Move object mutext into the user-data array
Behdad Esfahbod
1
-10
/
+2
2012-09-06
Add hb_feature_to/from_string()
Behdad Esfahbod
1
-0
/
+9
2012-08-08
Make default_language threadsafe
Behdad Esfahbod
1
-10
/
+5
2012-06-16
Make source more digestable for gobject-introspection
Behdad Esfahbod
1
-1
/
+1
2012-06-05
Make hb-ft static-initializer free
Behdad Esfahbod
1
-3
/
+2
2012-06-05
Implement lock-free hb_language_t
Behdad Esfahbod
1
-12
/
+54
2012-06-05
Add a mutex to object header
Behdad Esfahbod
1
-15
/
+9
2012-04-12
Make HB_DIRECTION_INVALID be zero
Behdad Esfahbod
1
-3
/
+4
2012-03-07
More sorting by Unicode version
Behdad Esfahbod
1
-1
/
+1
2012-03-07
More Unicode script age annotation, and a couple more RTL scripts
Behdad Esfahbod
1
-0
/
+8
2012-03-07
Lydian and Kharoshthi are right-to-left
Behdad Esfahbod
1
-0
/
+6
2011-08-26
[API] Make all _from_string() functions take a len parameter
Behdad Esfahbod
1
-10
/
+19
2011-08-09
[API] Make set_user_data() functions take a replace parameter
Behdad Esfahbod
1
-5
/
+8
2011-08-05
Free all static memory upon exit
Behdad Esfahbod
1
-3
/
+5
2011-08-04
Remove C++ guards from source files
Behdad Esfahbod
1
-2
/
+0
2011-05-13
[API] Add HB_LANGUAGE_INVALID
Behdad Esfahbod
1
-2
/
+3
2011-05-11
Remove hb_static_threadsafe_set_t
Behdad Esfahbod
1
-2
/
+3
[next]