Sign in
flutter
/
third_party
/
harfbuzz
/
632713babbc349920f71f73cc304c9a18078fd6b
/
src
/
hb-private.hh
632713b
Always enable atexit on Android (#971)
by Ebrahim Byagowi
· 7 years ago
f24b0b9
Update the links and revive the dead ones
by Ebrahim Byagowi
· 7 years ago
c14b24f
Add HB_NO_ATEXIT
by Behdad Esfahbod
· 7 years ago
ebccd01
More ULL fixes
by Behdad Esfahbod
· 7 years ago
7ec3ba2
Define uint64_t constants with ULL suffix
by Behdad Esfahbod
· 7 years ago
19256be
hb-private.hh: Add fallback implementation for round()
by Chun-wei Fan
· 7 years ago
86a0ac2
Revert "hb-private.hh: Add fallback implementation for round()"
by Behdad Esfahbod
· 7 years ago
b9dcbb1
hb-private.hh: Add fallback implementation for round()
by Chun-wei Fan
· 7 years ago
97a7110
Fix BitScanForward() usage
by Behdad Esfahbod
· 7 years ago
cd11107
Another bitops fallback fix
by Behdad Esfahbod
· 7 years ago
4e517ec
Another bitops fallback impl fix
by Behdad Esfahbod
· 7 years ago
6a91a2e
Fix wide bitops implemenetation
by Behdad Esfahbod
· 7 years ago
6d5c0bf
Fix bitops fallback impl
by Behdad Esfahbod
· 7 years ago
82eb1da
Flesh out other bit ops some more for 128bit as well
by Behdad Esfahbod
· 7 years ago
864a2dd
Clean up bit functions
by Behdad Esfahbod
· 7 years ago
978ace6
Improve _hb_popcount()
by Behdad Esfahbod
· 7 years ago
d37310a
Remove checking macros __OPTIMIZE__ for MSVC
by Arkady Shapkin
· 7 years ago
139c992
Fix hb-private.hh compile issue
by Ebrahim Byagowi
· 7 years ago
6c10328
Use _BitScanForward and _BitScanReverse on MSVC
by Arkady Shapkin
· 7 years ago
90d1c74
Add MSVC to no-visibility list
by Behdad Esfahbod
· 7 years ago
0db6c6f
Add Sun compiler to no-visibility as well
by Behdad Esfahbod
· 7 years ago
cd32177
Try at fixing multiple-definition of NullPool
by Behdad Esfahbod
· 7 years ago
af27450
Minor
by Behdad Esfahbod
· 7 years ago
570d523
[subset] Merge remote-tracking branch 'googlefonts/master'
by Behdad Esfahbod
· 7 years ago
4816064
add missing return
by Rod Sheeter
· 7 years ago
8cef3a6
Try fixing build with Sun Studio
by Behdad Esfahbod
· 7 years ago
59c658c
capture codepoints sorted so we can use them for cmap later. one day we will have a map
by Rod Sheeter
· 7 years ago
931f8b7
Fix another thinko
by Behdad Esfahbod
· 7 years ago
c479a59
[subset] Assemble font
by Behdad Esfahbod
· 7 years ago
b87cbe2
Try fixing build for platforms that have no visibility attributes
by Behdad Esfahbod
· 7 years ago
6804b61
[subset] Add hb_subset_face
by Behdad Esfahbod
· 7 years ago
f41b921
Fix fallthrough compiler warning with gcc >= 7
by Behdad Esfahbod
· 7 years ago
e8859fc
Enable use of atexit() on macOS and related platforms.
by Bruce Mitchener
· 7 years ago
ca42d96
[aat] Implement RearrangementSubtable
by Behdad Esfahbod
· 7 years ago
5dbbd0f
Move the #define of _GNU_SOURCE to the top of hb-private.hh (#697)
by Ebrahim Byagowi
· 7 years ago
7cdd6ab
Round, instead of floor, when applying variations
by Behdad Esfahbod
· 7 years ago
be59f3c
Silence unused-variables warning on MSVC
by Behdad Esfahbod
· 7 years ago
7c6937e
Move all references of old url to the new address (#622)
by ebraminio
· 7 years ago
40ec3bb
Consolidate debug stuff into hb-debug.hh
by Behdad Esfahbod
· 7 years ago
384862d
Remove NO_COPY()
by Behdad Esfahbod
· 7 years ago
8eaff98
Remove HB_TAG_CHAR4
by Behdad Esfahbod
· 7 years ago
c290ba5
Define _GNU_SOURCE
by Behdad Esfahbod
· 7 years ago
e35a763
[post] Implement glyph_from_name()
by Behdad Esfahbod
· 7 years ago
e1a37f3
Add hb_string_t
by Behdad Esfahbod
· 7 years ago
0712e91
Remove hb_compare_func_t
by Behdad Esfahbod
· 7 years ago
51f4d4d
Reduce prealloced number of user-data items from 2 to 1
by Behdad Esfahbod
· 7 years ago
62e312e
Use NULL instead of polyfill, if nullptr is not available
by Behdad Esfahbod
· 7 years ago
2a74968
Add hb-string-array.hh
by Behdad Esfahbod
· 7 years ago
6f08b12
Minor
by Behdad Esfahbod
· 7 years ago
2ee710e
Minor
by Behdad Esfahbod
· 7 years ago
ced86da
Another try at fixing mingw32 build bot fail
by Behdad Esfahbod
· 7 years ago
d8adaa9
Another try at fixing build bots
by Behdad Esfahbod
· 7 years ago
6058f98
Remove FLAG_SAFE()
by Behdad Esfahbod
· 7 years ago
221ce6c
Fix bots
by Behdad Esfahbod
· 7 years ago
56ef4e0
Simplify hb_prealloced_array_t initialization
by Behdad Esfahbod
· 7 years ago
7737e87
Properly detect vector_size attribute and use fallback otherwise
by Behdad Esfahbod
· 7 years ago
deed4a4
Faster hb_set_t
by Behdad Esfahbod
· 7 years ago
5e74044
Add bfind() to prealloaced_array_t
by Behdad Esfahbod
· 7 years ago
db5f7ef
Inline another bsearch()
by Behdad Esfahbod
· 7 years ago
6fb4ac7
Add popcount for 64bit ints
by Behdad Esfahbod
· 7 years ago
3c13e15
Try fixing AppVeyor bots
by Behdad Esfahbod
· 7 years ago
dbdbfe3
Use nullptr instead of NULL
by Behdad Esfahbod
· 7 years ago
c3448e8
Use static_assert instead of custom ASSERT_STATIC
by Behdad Esfahbod
· 7 years ago
76dcbf8
Add polyfill for static_assert and nullptr
by Behdad Esfahbod
· 7 years ago
76c4873
Support branch prediction helpers on clang compiles (#491)
by Ebrahim Byagowi
· 8 years ago
92e2c4b
Avoid using strdup inside library. (#488)
by Sebastian Rasmussen
· 8 years ago
df98ce5
Improve debug output with really deep nesting
by Behdad Esfahbod
· 8 years ago
0b8f3ab
clang in MSVC mode doesn't like when we redefine __attribute__ (#283)
by Steve Lhomme
· 9 years ago
5069062
Unbreak build on Windows CE
by Konstantin Ritt
· 9 years ago
91dd115
Add HB_NDEBUG
by Behdad Esfahbod
· 9 years ago
a13b023
AIX fixes
by Steven R. Loomis
· 9 years ago
766963a
Merge pull request #114 from ThePhD/vc++-fixes
by Behdad Esfahbod
· 9 years ago
1dc32ea
Whitespace
by Behdad Esfahbod
· 9 years ago
f94c0ec
Define HB_MARK_AS_FLAG_T as a macro instead of using templates
by Behdad Esfahbod
· 9 years ago
e0082ae
Move things around
by Behdad Esfahbod
· 9 years ago
167c327
Fix build on MSVC >= 2012
by Chun-wei Fan
· 9 years ago
6986208
Optimize runs without Default_Ignorable's
by Behdad Esfahbod
· 9 years ago
aa7044d
Generalize flags types
by Behdad Esfahbod
· 9 years ago
672ca3b
Use templates for making sure expression is constant
by Behdad Esfahbod
· 9 years ago
50e5750
Avoid unnecessary cast to 64-bit
by Behdad Esfahbod
· 9 years ago
305d2fb
Add HB_FALLTHROUGH
by Behdad Esfahbod
· 9 years ago
cc6ea30
Extern "C" custom-allocator declerations
by Behdad Esfahbod
· 9 years ago
52b4185
Allow compiling with custom allocators
by Behdad Esfahbod
· 9 years ago
b471590
Define return_trace()
by Behdad Esfahbod
· 9 years ago
9309974
Minor
by Behdad Esfahbod
· 10 years ago
85846b3
Use insertion-sort instead of bubble-sort
by Behdad Esfahbod
· 10 years ago
5c99cf9
Merge branch 'master' into vc++-fixes
by ThePhD
· 10 years ago
5b5617e
Add FLAG_UNSAFE()
by Behdad Esfahbod
· 10 years ago
f8160a4
Add FLAG_SAFE() for values known to be small-enough
by Behdad Esfahbod
· 10 years ago
366aeaa
Add note re ASSERT_STATIC_EXPR_ZERO()
by Behdad Esfahbod
· 10 years ago
d6adca9
Remove unused macro ASSERT_STATIC_EXPR()
by Behdad Esfahbod
· 10 years ago
1025e1a
Use unsigned in FLAG()
by Behdad Esfahbod
· 10 years ago
8ad89f0
Spelling words is not my strong point.
by ThePhD
· 10 years ago
e0a828e
Back to using regular `strdup`, with an `hb-private.hh` fix that special-cases VC++'s
by ThePhD
· 10 years ago
a5e4f6d
Fix warnings: "member call on null pointer of type"
by Behdad Esfahbod
· 10 years ago
3029e8b
Revert "Add MSVC pragma for UTF-8 source code"
by Behdad Esfahbod
· 10 years ago
89cbd4d
Add MSVC pragma for UTF-8 source code
by Behdad Esfahbod
· 10 years ago
855a5d7
Fix build on WEC2013
by Konstantin Ritt
· 10 years ago
ce01ad7
MSVC 2015 supports snprintf and not _snprintf
by Behdad Esfahbod
· 10 years ago
5607188
Move WinCE define to better place
by Behdad Esfahbod
· 10 years ago
Next »