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-uniscribe.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-28
[uniscribe] Whitelist function type cast
Behdad Esfahbod
1
-0
/
+3
2019-01-17
[uniscribe] More warnings
Behdad Esfahbod
1
-2
/
+2
2019-01-17
[uniscribe] Fix warnings
Behdad Esfahbod
1
-3
/
+3
2018-12-21
[array/vector] Rename len to length
Behdad Esfahbod
1
-13
/
+13
2018-12-21
Fix bot
Behdad Esfahbod
1
-1
/
+1
2018-12-17
Remove redundant void from C++ sources (#1486)
Ebrahim Byagowi
1
-6
/
+6
2018-12-16
Remove redundant 'inline' from methods (#1483)
Ebrahim Byagowi
1
-8
/
+8
2018-11-29
Fix build for realz
Behdad Esfahbod
1
-5
/
+5
2018-11-29
[uniscribe] Fix build
Behdad Esfahbod
1
-1
/
+1
2018-11-21
Allow defining HB_USE_ATEXIT to 0
Behdad Esfahbod
1
-2
/
+2
2018-11-16
[shaper] Rewrite shaper data code to be more template-driven than macro-driven
Behdad Esfahbod
1
-21
/
+11
2018-11-11
Embed hb_ot_shape_plan_t into hb_shape_plan_t
Behdad Esfahbod
1
-22
/
+0
2018-11-11
Minor
Behdad Esfahbod
1
-2
/
+2
2018-11-05
[uniscribe] Fix use of deprecated API
Behdad Esfahbod
1
-1
/
+7
2018-10-29
Remove a few unnecessary hb_auto_t<>'s
Behdad Esfahbod
1
-6
/
+6
2018-10-27
[docs] More
Behdad Esfahbod
1
-0
/
+10
2018-10-27
[ot] Fold hb-ot-tag.h into hb-ot-layout.h
Behdad Esfahbod
1
-1
/
+1
2018-10-25
[vector] Make it act more like pointer
Behdad Esfahbod
1
-6
/
+6
2018-10-06
[uniscribe/coretext] Fix for previous change
Behdad Esfahbod
1
-6
/
+6
2018-09-16
Revert forcing use of single-parameter static_assert()
Behdad Esfahbod
1
-1
/
+1
2018-09-16
Enforce single-param static_assert() only
Behdad Esfahbod
1
-1
/
+1
2018-09-11
[uniscribe] Fix build
Behdad Esfahbod
1
-1
/
+1
2018-08-25
Rename hb-*private.hh to hb-*.hh
Behdad Esfahbod
1
-3
/
+3
2018-08-12
[uniscribe] Use lazy loader
Behdad Esfahbod
1
-27
/
+29
2018-08-12
[lazy] Port more
Behdad Esfahbod
1
-1
/
+2
2018-08-09
[atomic] Add hb_atomic_ptr_t<> and port all uses
Behdad Esfahbod
1
-7
/
+7
2018-08-02
Fix for recent rename
Behdad Esfahbod
1
-2
/
+2
2018-08-02
[uniscribe] Update for recent changes
Behdad Esfahbod
1
-2
/
+2
2018-08-02
Remove OT namespace from hb-machinery-private.hh
Behdad Esfahbod
1
-1
/
+1
2018-08-01
Rename
Behdad Esfahbod
1
-17
/
+17
2018-07-22
Add sanitizer reference_table, also fix clang build
Behdad Esfahbod
1
-1
/
+1
2018-07-10
Include more basic internal headers from hb-private.hh
Behdad Esfahbod
1
-1
/
+0
2018-06-01
[vector] Use Crap pool in push() as well
Behdad Esfahbod
1
-20
/
+8
2018-05-24
Add hb_vector_t::push(const Type &v)
Behdad Esfahbod
1
-6
/
+2
2018-05-09
Use arrayZ on hb-coretext and hb-uniscribe and fix macOS/Win bots (#1024)
Ebrahim Byagowi
1
-6
/
+6
2018-05-01
Remove hb_auto_array_t
Behdad Esfahbod
1
-6
/
+6
2018-03-29
Make atexit callbacks threadsafe (#930)
Ebrahim Byagowi
1
-0
/
+8
2018-03-28
[uniscribe] Fixup for previous commit
Behdad Esfahbod
1
-2
/
+3
2018-03-28
[uniscribe] Fix assertion fail in checksum calc
Behdad Esfahbod
1
-1
/
+1
2018-02-17
Do not mark the first glyph as unsafe to break
David Corbett
1
-2
/
+0
2018-01-10
[aat] Implement Lookup table
Behdad Esfahbod
1
-1
/
+1
2017-11-10
[coretext/uniscribe/directwrite/graphite/fallback] Update for unsafe-to-break
Behdad Esfahbod
1
-0
/
+2
2017-11-03
Consolidate debug stuff into hb-debug.hh
Behdad Esfahbod
1
-5
/
+2
2017-11-01
[uniscribe] Fix a couple of VS warnings
Behdad Esfahbod
1
-2
/
+2
2017-10-31
[coretext/uniscribe] Fix build
Behdad Esfahbod
1
-2
/
+6
2017-10-15
Use nullptr instead of NULL
Behdad Esfahbod
1
-25
/
+25
2017-10-15
Use static_assert instead of custom ASSERT_STATIC
Behdad Esfahbod
1
-1
/
+1
2017-08-13
[unsafe-to-break] Mark all positions as unsafe in alternative shapers
Behdad Esfahbod
1
-0
/
+2
2017-02-03
Shuffle things around a bit
Behdad Esfahbod
1
-2
/
+2
2016-12-16
[GX] Hook up feature variations
Behdad Esfahbod
1
-1
/
+3
[next]