aboutsummaryrefslogtreecommitdiff
path: root/cpp
AgeCommit message (Expand)Author
2011-09-21Fixing build breakages on GCC and VC.dfilimon
2011-09-21Added sample subsetter and merger.dfilimon
2011-09-20Updating the python tools.dfilimon
2011-09-20Add atomicity to whereever needed.arthurhsu
2011-09-17Fixind Windows build, round 3.dfilimon
2011-09-17Fixing Windows build, round 2.dfilimon
2011-09-17Fixing compile errors on Windows.dfilimon
2011-09-17Adding support for CMapFormat4.dfilimon
2011-09-16Typo in last commit.dfilimon
2011-09-16Assignment operator fix for IdFilter.dfilimon
2011-09-16Minor cleanup.dfilimon
2011-09-15Added port/type.h before other headers to fix the Visual Studio redefintion i...dfilimon
2011-09-15Added missing fonts.dfilimon
2011-09-15Added private operator= for CMapIdFilter to get the code to compile with Visu...dfilimon
2011-09-15Added fix for operator= generation failure for CMapIdFilter on Windows.dfilimon
2011-09-15Added UNREFERENCED_PARAMATER fix for CMapFormat2 iterator.dfilimon
2011-09-15Adding CMapTable support for Format0.dfilimon
2011-09-15Adding autogenerated tests to the repo.dfilimon
2011-09-15Adding fonts and XML font data.dfilimon
2011-09-15Added font data generating scripts.dfilimon
2011-09-12Add mutexarthurhsu
2011-09-08Advance C++ port to Sep 1 11 snapshotarthurhsu
2011-09-01Advance C++ port to Aug 11 Java snapshotarthurhsu
2011-08-29Modified NewTableBuilder so it would no longer require CALLER_ATTACH.dfilimon
2011-08-23Remove unused filesarthurhsu
2011-08-23Reorg folder structure to aligned with latest Java version.arthurhsu
2011-08-23Added SearchUShort and SearchULong.dfilimon
2011-08-23Fixed bug where all glyphs would be set to composite.dfilimon
2011-08-19Port files under /data to Aug 11 version.arthurhsu
2011-08-17Bug fix: when table is located at the end of file, original code will determi...arthurhsu
2011-08-16Add test case: chrome subsetterarthurhsu
2011-08-16Use cmake to generate VC project/solution files.arthurhsu
2011-08-12Commit for testing the buildbots. Nothing changed except for a comment.dfilimon
2011-08-12More thorough unit tests.arthurhsu
2011-08-12Added CreateWritableFontData factory methods to WritableFontData.dfilimon
2011-08-11Port serialization test.arthurhsu
2011-08-10Fortify font build against error cases.arthurhsu
2011-08-09Add checksum test for generic table builder (validating the checksum algorithm).arthurhsu
2011-08-09Fix VC compilation warnings.arthurhsu
2011-08-08Reorg test structure, fix memory leaks.arthurhsu
2011-08-05Added generate_name from tag. Useful for debugging and used in future tests.dfilimon
2011-08-05Small style fix.dfilimon
2011-08-05Added LoadFontUsingByteArray to TestFontUtils.dfilimon
2011-08-02Fix loca bug caused by typo.arthurhsu
2011-08-01Fixed fix. Didn't have SVN repo updated before committing.dfilimon
2011-08-01Fixes memory leak in font_factory.dfilimon
2011-08-01Original change by dfilimonarthurhsu
2011-08-01Fix possible NULL pointer dereferencing.arthurhsu
2011-08-01Readability clean up. The code conforms to Google C++ Coding Style.arthurhsu
2011-07-30Quick fix for compile on Windows.dfilimon