summaryrefslogtreecommitdiff
path: root/cpp/poppler-private.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-03-28cpp: Support UTF16-LE stringsAlbert Astals Cid1-8/+6
2018-12-07Update (C)Albert Astals Cid1-0/+1
2018-12-07Improve handling of UTF-16 in cpp frontend by considering EndianessSuzuki Toshiya1-1/+1
2018-11-11Rename GooString::getCString GooString::c_strOliver Sander1-1/+1
2018-09-23Error: Make the msg be constAlbert Astals Cid1-1/+1
2018-04-30cpp: add a newline after the error lineAlbert Astals Cid1-1/+1
2018-04-06Add some more constAlbert Astals Cid1-2/+2
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-1/+1
2017-10-02Add missing (C)poppler-0.60Albert Astals Cid1-0/+1
2017-09-16-Woverflow fixesAlbert Astals Cid1-2/+2
2016-10-23update copyrightsJakub Alba1-1/+1
2016-07-12cpp: pass len to GooString constructor in detail::ustring_to_unicode_GooString()Jakub Kucharski1-1/+1
2016-06-06cpp: switched from detail::convert_date() to core's dateStringToTime()Jakub Kucharski1-24/+1
2014-12-14cpp: New API to set debug output functionHans-Peter Deifel1-3/+12
2013-01-25Adrian C for 2013 because of the big files supportAlbert Astals Cid1-0/+1
2013-01-25Large file supportAdrian Johnson1-1/+1
2011-08-31Port to setErrorCallbackAlbert Astals Cid1-4/+2
2011-08-30xpdf303: char * -> const char *Albert Astals Cid1-1/+1
2010-09-22update copyrightsPino Toscano1-1/+1
2010-09-17[cpp] improve a bit the Unicode* -> ustring conversionPino Toscano1-4/+4
2010-05-28[cpp] move the actual convert_date(const char*) implementation in the detailPino Toscano1-0/+25
2009-12-30[cpp] fixup unicode GooString <-> ustring conversionsPino Toscano1-3/+41
2009-12-15[cpp] fix the reference to the vector dataPino Toscano1-1/+1
2009-12-14[cpp] add a byte_array typedef, and use it for utf8 string dataPino Toscano1-3/+2
2009-12-13Start of a pure C++ frontend for Poppler.Pino Toscano1-0/+70