1. 2bac2ec Merge from Chromium at DEPS revision 278205 by Torne (Richard Coles) · 10 years ago fp2-sibon fp2-sibon-2.0.1 fp2-sibon-2.0.2 FP2-open-16.05.0 FP2-open-16.06.0 FP2-open-16.07.1 FP2-open-16.08.0 FP2-open-16.09.0 FP2-open-16.10.0 FP2-open-16.11.0 FP2-open-16.12.0 FP2-open-17.01.0 FP2-open-17.04.0
  2. c9326c7 Merge third_party/sfntly/cpp/src from https://chromium.googlesource.com/external/sfntly/cpp/src.git at 1bdaae8fc788a5ac8936d68bf24f37d977a13dac by Android Chromium Automerger · 10 years ago
  3. 1bdaae8 Fix compiler warning by arthurhsu@google.com · 10 years ago
  4. 58f1325 Merge from Chromium at DEPS revision 237746 by Torne (Richard Coles) · 10 years ago
  5. 4a8c359 Merge third_party/sfntly/cpp/src from https://chromium.googlesource.com/external/sfntly/cpp/src.git at 8f090032dd4f8f8908f338cc73bb840b788377f2 by Android Chromium Automerger · 10 years ago
  6. 0232d0f Initial empty repository by Baligh Uddin · 10 years ago
  7. f7f392d Issue 19330043: fix QNX build Patch by: efidler1@blackberry.com by arthurhsu@google.com · 11 years ago
  8. 8f09003 ticket:38 Fix sfntly compilation on VS2013 by stuartg@google.com · 11 years ago
  9. cfb2f17 Gracefully fail when TTF name table contains a zero-length name. by arthurhsu@google.com · 12 years ago
  10. 0f57ae8 Land Nico's warning fix. by arthurhsu@google.com · 12 years ago
  11. 127cef2 Work around Apple MacOS X Lion AppleMyungjo font bug. by arthurhsu@google.com · 12 years ago
  12. 8f75757 Coverity fix: uninitialized scalar member. by arthurhsu@google.com · 12 years ago
  13. ca72e26 Move Chromium subsetter code to sample, update CMakeLists accordingly. by arthurhsu@google.com · 12 years ago
  14. 2407b42 Update test files for macro changes in previous CL by arthurhsu@google.com · 12 years ago
  15. a70737a Patch from Nico Weber: remove static initializers. by arthurhsu@google.com · 12 years ago
  16. c73f057 Update per code review by arthurhsu@google.com · 12 years ago
  17. 3324701 Update per Chromium side code review by arthurhsu@google.com · 12 years ago
  18. 5e31954 Fix clang compilation errors in Chromium. by arthurhsu@google.com · 12 years ago
  19. 37447a8 Graduate EBXX from experimental by arthurhsu@google.com · 12 years ago
  20. c3c3542 Fix subsetter bug (TBR, testing with Chrome integration, subjected to change) by arthurhsu@google.com · 12 years ago
  21. 159f1cf Update per code review comments from previous check-in by arthurhsu@google.com · 12 years ago
  22. 53847b6 Finish bitmap subsetting support by arthurhsu@google.com · 12 years ago
  23. 5768f50 Fix bug in HDMX table (from stuartg's code review) by arthurhsu@google.com · 13 years ago
  24. a7acde6 Update to Java initial release (except bitmap tables) TBR(stuartg) by arthurhsu@google.com · 13 years ago
  25. 144e5cb Update to 10-17-11 snapshot by arthurhsu@google.com · 13 years ago
  26. e860660 Fix issue 3: no new line at end of file by arthurhsu@google.com · 13 years ago
  27. be87cfe Update to 10-12-11 snapshot by arthurhsu@google.com · 13 years ago
  28. 333edd9 Update to Sep 30 snapshot, include all current EBXX support. by arthurhsu@google.com · 13 years ago
  29. dc47db9 Temporary disable CMap and Bitmap processing by default. by arthurhsu@google.com · 13 years ago
  30. f247d4b Fixing another signed/unsigned comparison issue. by dfilimon@google.com · 13 years ago
  31. 8dd54cd Fixing signed/unsigned comparison mismatch. by dfilimon@google.com · 13 years ago
  32. 1478326 Fixing compilation issues on Windows. by dfilimon@google.com · 13 years ago
  33. 0c18481 Migrated CMapBasicTests to use XML source. by dfilimon@google.com · 13 years ago
  34. 6009adc Fixing build breakages on GCC and VC. by dfilimon@google.com · 13 years ago
  35. 8c433a9 Added sample subsetter and merger. by dfilimon@google.com · 13 years ago
  36. 09f3dda Add atomicity to whereever needed. by arthurhsu@google.com · 13 years ago
  37. 15c65e7 Fixind Windows build, round 3. by dfilimon@google.com · 13 years ago
  38. ce2471a Fixing Windows build, round 2. by dfilimon@google.com · 13 years ago
  39. 7bb24d4 Fixing compile errors on Windows. by dfilimon@google.com · 13 years ago
  40. a8be98e Adding support for CMapFormat4. by dfilimon@google.com · 13 years ago
  41. f01bd0d Typo in last commit. by dfilimon@google.com · 13 years ago
  42. b99e552 Assignment operator fix for IdFilter. by dfilimon@google.com · 13 years ago
  43. 79fe62d Minor cleanup. by dfilimon@google.com · 13 years ago
  44. ba91573 Added port/type.h before other headers to fix the Visual Studio redefintion issue. by dfilimon@google.com · 13 years ago
  45. 089c482 Added private operator= for CMapIdFilter to get the code to compile with Visual Studio. by dfilimon@google.com · 13 years ago
  46. abb68ac Added fix for operator= generation failure for CMapIdFilter on Windows. by dfilimon@google.com · 13 years ago
  47. 9b84c9c Added UNREFERENCED_PARAMATER fix for CMapFormat2 iterator. by dfilimon@google.com · 13 years ago
  48. bb035e4 Adding CMapTable support for Format0. by dfilimon@google.com · 13 years ago
  49. a272571 Adding autogenerated tests to the repo. by dfilimon@google.com · 13 years ago
  50. 053885b Add mutex by arthurhsu@google.com · 13 years ago
  51. 6b8e073 Advance C++ port to Sep 1 11 snapshot by arthurhsu@google.com · 13 years ago
  52. b54cce0 Advance C++ port to Aug 11 Java snapshot by arthurhsu@google.com · 13 years ago
  53. 6c4f92b Modified NewTableBuilder so it would no longer require CALLER_ATTACH. by dfilimon@google.com · 13 years ago
  54. 5af34fd Reorg folder structure to aligned with latest Java version. by arthurhsu@google.com · 13 years ago
  55. 760e600 Added SearchUShort and SearchULong. by dfilimon@google.com · 13 years ago
  56. 67ba2eb Fixed bug where all glyphs would be set to composite. by dfilimon@google.com · 13 years ago
  57. 32a01c7 Port files under /data to Aug 11 version. by arthurhsu@google.com · 13 years ago
  58. c10c3d5 Bug fix: when table is located at the end of file, original code will determine the wrong size and refuse to read it. by arthurhsu@google.com · 13 years ago
  59. 633131f Add test case: chrome subsetter by arthurhsu@google.com · 13 years ago
  60. 3c1c274 Commit for testing the buildbots. Nothing changed except for a comment. by dfilimon@google.com · 13 years ago
  61. f7c13bf More thorough unit tests. by arthurhsu@google.com · 13 years ago
  62. 33e4b13 Added CreateWritableFontData factory methods to WritableFontData. by dfilimon@google.com · 13 years ago
  63. deec0e7 Port serialization test. by arthurhsu@google.com · 13 years ago
  64. 3daf7a5 Fortify font build against error cases. by arthurhsu@google.com · 13 years ago
  65. db67553 Add checksum test for generic table builder (validating the checksum algorithm). by arthurhsu@google.com · 13 years ago
  66. 3da8d09 Fix VC compilation warnings. by arthurhsu@google.com · 13 years ago
  67. 6a22b95 Reorg test structure, fix memory leaks. by arthurhsu@google.com · 13 years ago
  68. 2b411c7 Added generate_name from tag. Useful for debugging and used in future tests. by dfilimon@google.com · 13 years ago
  69. 8427926 Small style fix. by dfilimon@google.com · 13 years ago
  70. f8dcae6 Added LoadFontUsingByteArray to TestFontUtils. by dfilimon@google.com · 13 years ago
  71. b4655d7 Fix loca bug caused by typo. by arthurhsu@google.com · 13 years ago
  72. 943fc3b Fixed fix. Didn't have SVN repo updated before committing. by dfilimon@google.com · 13 years ago
  73. 7b78f49 Fixes memory leak in font_factory. by dfilimon@google.com · 13 years ago
  74. 335643e Original change by dfilimon by arthurhsu@google.com · 13 years ago
  75. bd74f6c Fix possible NULL pointer dereferencing. by arthurhsu@google.com · 13 years ago
  76. 246300f Readability clean up. The code conforms to Google C++ Coding Style. by arthurhsu@google.com · 13 years ago
  77. 2538405 Quick fix for compile on Windows. by dfilimon@google.com · 13 years ago
  78. 35a9bf2 Fix compilation warnings when used by Chrome. by arthurhsu@google.com · 13 years ago
  79. a669e0e Removing changes from revision 26 by arthurhsu@google.com · 13 years ago
  80. e3f8c4b Fixed a memory leak in font.cc:520 caused by not attaching to a pointer by dfilimon@google.com · 13 years ago
  81. 81d75f7 Fix crash issue when users specify /GR- in VC's compilation flag. by arthurhsu@google.com · 13 years ago
  82. 74250f6 Fix VC build breakage by arthurhsu@google.com · 13 years ago
  83. 050736d Update for clang to successfully build sfntly. by arthurhsu@google.com · 13 years ago
  84. 6b5ae74 CMap porting and unit tests (partial) by arthurhsu@google.com · 13 years ago
  85. 090ea9e Porting name table implementation, also the corresponding test cases. by arthurhsu@google.com · 13 years ago
  86. ed8406c Add more unit tests and fix I/O bugs. by arthurhsu@google.com · 13 years ago
  87. 2aa6d0f Fix bugs and add unit tests to FileInputStream class. by arthurhsu@google.com · 13 years ago
  88. 44bcb4a Update static const ints to enums so that these enums can be used in by arthurhsu@google.com · 13 years ago
  89. 0e411af Added a preprocessor flag SFNTLY_NO_EXCEPTION to disable exception handling. Fixed the code to make GCC -Wall -Werror flags happy. by arthurhsu@google.com · 13 years ago
  90. 464987d Initial release by arthurhsu@google.com · 13 years ago