Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Name: harfbuzz-ng | 1 Name: harfbuzz-ng |
| 2 Short Name: harfbuzz-ng | 2 Short Name: harfbuzz-ng |
| 3 URL: http://harfbuzz.org | 3 URL: http://harfbuzz.org |
| 4 Version: 0.9.27 | 4 Version: 0.9.32 |
| 5 Date: 20140318 | 5 Date: 20140717 |
| 6 Security Critical: yes | 6 Security Critical: yes |
| 7 License: MIT | 7 License: MIT |
| 8 License File: COPYING | 8 License File: COPYING |
| 9 | 9 |
| 10 Description: | 10 Description: |
| 11 This is harfbuzz-ng, a new implementation of harfbuzz with a different | 11 This is harfbuzz-ng, a new implementation of harfbuzz with a different |
| 12 API from the old one. | 12 API from the old one. |
| 13 | 13 |
| 14 The following header files are generated by running 'sh autogen.sh; make' | 14 This copy of harfbuzz is updated by downloading the release tarball |
|
Dominik Röttsches
2014/07/18 18:10:58
Notes how to update are already here.
| |
| 15 in a separate tree. | 15 from http://www.freedesktop.org/software/harfbuzz/release/ , removing |
| 16 files in src, copying *.h *.hh *.cc from the tarball's src folder | |
| 17 over to src, then checking for removed or added files and updating | |
| 18 our build recipes in BUILD.gn and harfbuzz.gyp accordingly. | |
| 16 | 19 |
| 17 hb-buffer-deserialize-json.hh | 20 A Windows build fix and a patch to disablw cswh were cherry-picked from |
| 18 hb-buffer-deserialize-text.hh | 21 https://github.com/behdad/harfbuzz/commit/385cf37cf084198e3aedb4354a7b025938a9f1 1b |
| 19 hb-ot-shape-complex-indic-machine.hh | 22 https://github.com/behdad/harfbuzz/commit/e3b42f1af409c073b819bfc696024ccb1f1da6 3f |
| 20 hb-ot-shape-complex-myanmar-machine.hh | |
| 21 hb-ot-shape-complex-sea-machine.hh | |
| 22 | 23 |
| 23 In addition, all unneeded files from the root directory and src/ directory | |
| 24 (hb-icu-le, hb-ucdn, hb-old, scripts to generate data tables, automake/conf | |
| 25 files) are deleted. | |
| 26 | |
| 27 Besides, _POSIX_C_SOURCE is undefined in src/hb-blob.cc before (re)defining it. | |
| OLD | NEW |