summaryrefslogtreecommitdiff
path: root/core/fpdfapi/parser/cpdf_reference.h
AgeCommit message (Expand)Author
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-01-09Do not parse references with invalid objnumnpm
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-09Return unique_ptr from CPDF_Object::Clone().tsepez
2016-11-07Use unique_ptr return from CPDF_Parser::ParseIndirectObject()tsepez
2016-10-17Revert "Make CPDF_Object containers hold objects via unique pointers."tsepez
2016-10-13Make CPDF_Object containers hold objects via unique pointers.tsepez
2016-10-10Move ToString() and friends from CPDF_Object.h to CPDF_String.htsepez
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair