summaryrefslogtreecommitdiff
path: root/cpp/poppler-embedded-file.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-10-07cpp: Fix crashes in embedded file handling on broken filesAlbert Astals Cid1-7/+13
2020-07-03Run clang-formatAlbert Astals Cid1-10/+3
2019-02-10cpp: docs: Add header file informationMasamichi Hosoda1-0/+3
2018-11-11Rename GooString::getCString GooString::c_strOliver Sander1-3/+3
2018-04-06Add some more constAlbert Astals Cid1-6/+7
2016-10-23update copyrightsJakub Alba1-1/+1
2016-06-06cpp: switched from detail::convert_date() to core's dateStringToTime()Jakub Kucharski1-2/+4
2011-05-27Make FileSpec a class and move EmbFile from Catalog to FileSpecCarlos Garcia Campos1-15/+27
2010-05-28[cpp] move the actual convert_date(const char*) implementation in the detailPino Toscano1-2/+2
2010-05-28[cpp] add a time_type typedefPino Toscano1-2/+2
2010-03-02[cpp] update the copyrightsPino Toscano1-1/+1
2010-02-23[cpp] make checksum() return an array of data, instead of a stringPino Toscano1-2/+8
2010-02-23[cpp apidox] add API documentation for the 'embedded_file' classPino Toscano1-0/+43
2009-12-14[cpp] use the byte_array typedefPino Toscano1-3/+3
2009-12-13Start of a pure C++ frontend for Poppler.Pino Toscano1-0/+116