History log of /external/harfbuzz_ng/src/hb-ot-shape-complex-myanmar-machine.hh
Revision Date Author Comments
b73a549e7a9d189273815f30a19d1256151a9027 01-Oct-2016 Jungshik Shin <jungshik@google.com> Update Harfbuzz to 1.3.2 from 1.2.6

hash: f73a87d9a8c76a1 (1.3.2)

Highlights:
- Update to Unicode 9.0 data
- ZHH (Hong Kong) opentype lang. support

Update REAMDE.android, hb-version.h and a few more
src/*hh files generated from rl files.

Bug: 30746293
Test: manual - build image and test on a device for complex script
shaping

Change-Id: I12c8f7643a4572236a78606c4fd81314b113ff87
8d1e57ae2523769b9ff7e9d1344a256880cb5202 24-Feb-2016 Jungshik Shin <jungshik@google.com> Update harfbuzz to 1.2.1 from the upstream

This updates harfbuzz from 0.9.38 (Feb 2015) to 1.2.1 (Feb 2016; dabf32a)

There have been numerous improvements and changes including
the switch to USE(Universal Shaping Engine) for a number of scripts.

The header files generated from rl files (rangel) and hb-version.h
are copied manually from the 1.2.1 tar ball.

for f in *rl
do
cp "$(basename $f rl)hh" "${TREE_TOP}/external/harfbuzz_ng/src/"
done

cp hb-version.h "${HB_TREE_TOP}/external/harfbuzz_ng/src/"

Besides, remove header files corresponding to removed rl files:

for f in $(git status | egrep 'deleted:.*rl$' | awk '{print $2;}')
do
git rm "$(basename $f rl)hh"
done

Bug: 26797521
Change-Id: Iff91c3ca6718e36402d380192385caca696653c3
9fe80482a1adfd555ec60b563cd9b6641528d2e2 10-Jul-2014 Behdad Esfahbod <behdad@google.com> Merge remote-tracking branch 'aosp/upstream-mirror' into merge-upstream

Update to upstream 5b4131eb1c670c20fd9a45a5617c64060a505ef5.

Conflicts:
Android.mk
src/hb-unicode-private.hh

Copied manually from harfbuzz-0.9.30.tar.bz2:

src/hb-buffer-deserialize-json.hh
src/hb-buffer-deserialize-text.hh
src/hb-ot-shape-complex-indic-machine.hh
src/hb-ot-shape-complex-myanmar-machine.hh
src/hb-ot-shape-complex-sea-machine.hh
src/hb-version.h

Bug: 14954902
Change-Id: I5fac38d94b602c17efafa01bb3bfc572b15a2f21
0ae9e064ddee691abed9dd70f57475e2e926e86b 25-Mar-2013 Raph Levien <raph@google.com> Merge from upstream harfbuzz

This commit also adds state machine files (autogenerated from Ragel
sources) to the repository so that we don't have a build-time dependency
on the Ragel tool. This choice does mean that we have to be careful to
update these files when merging.

Change-Id: I88eb8d81382ddd8cf75bb2ea0585e9d6553744b0