summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_unittest.cpp
AgeCommit message (Expand)Author
2015-12-24Switch from nonstd::unique_ptr to std::unique_ptr.Lei Zhang
2015-12-22Convert CPDF_Parser::m_CrossRef to a std::map.Lei Zhang
2015-12-16Make clang_warning_flags work for standalone builds.Lei Zhang
2015-12-15Fix free entry handling for cross reference v4 reading.Wei Li
2015-12-01Add basic checking for RebuildCrossRefWei Li
2015-11-10Fix relative includes within core/Lei Zhang
2015-11-09Add path service to retrieve test data directory at run time so tests can be ...Wei Li
2015-11-04Add base test for RebuildCrossRef function.Wei Li
2015-11-03Use std::numeric_limits::max() to put in the large position value.Dan Sinclair
2015-11-03Add test for CPDF_SyntaxParser::ReadHexString.Dan Sinclair