summaryrefslogtreecommitdiff
path: root/cpp/poppler-global.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-07-03Run clang-formatAlbert Astals Cid1-38/+21
2020-01-05Update (C) for previous commitsAlbert Astals Cid1-1/+1
2020-01-04Move the initer of the cpp frontend into the core to able to reuse it for the...Adam Reichold1-1/+1
2019-02-10cpp: docs: Add header file informationMasamichi Hosoda1-0/+3
2018-12-26Update (C)Albert Astals Cid1-0/+1
2018-12-24Add API to cpp frontend to specify a custom data directory for initialization...Adam Reichold1-0/+17
2018-12-20Fix minor typosYuri Chornoivan1-1/+1
2018-12-07Update (C)Albert Astals Cid1-0/+1
2018-12-07Improve handling of UTF-16 in cpp frontend by considering EndianessSuzuki Toshiya1-2/+10
2018-01-08Delete lots of copy constructors and copy assignment operatorsAlbert Astals Cid1-0/+3
2016-10-23update copyrightsJakub Alba1-1/+1
2016-06-06cpp: switched from detail::convert_date() to core's dateStringToTime()Jakub Kucharski1-1/+5
2015-08-27cpp: Fix utf8/utf16 conversionHans-Peter Deifel1-8/+9
2015-07-03std::max/min need <algorithm>Tamas Szekeres1-0/+3
2014-12-14cpp: New API to set debug output functionHans-Peter Deifel1-0/+29
2012-11-13Simplify >= 0 ifs for unsignedAlbert Astals Cid1-6/+2
2010-11-20[cpp] include <ios> for std::hex() and std::left()Pino Toscano1-0/+1
2010-09-17[cpp] More bits of API documentation.Pino Toscano1-0/+124
2010-05-28[cpp] move the actual convert_date(const char*) implementation in the detailPino Toscano1-21/+2
2010-05-28[cpp] add a time_type typedefPino Toscano1-2/+2
2010-05-04[cpp] ustring::{from,to}_utf8(): fix in/out buffer sizesPino Toscano1-2/+2
2010-03-02[cpp] update the copyrightsPino Toscano1-1/+2
2010-03-02[cpp] {from,to}_utf_8() -> {from,to}_utf8()Pino Toscano1-2/+2
2010-03-02[cpp] include config.h _after_ the other includesPino Toscano1-2/+2
2010-03-02Use ICONV_CONST when necessaryHib Eris1-4/+6
2010-02-22[cpp apidox] start adding API documentation for the global 'poppler' namespacePino Toscano1-0/+16
2009-12-30[cpp] use iconv for the utf8 <-> utf16 conversionsPino Toscano1-28/+64
2009-12-15[cpp] fix the reference to the vector dataPino Toscano1-1/+1
2009-12-14[cpp] add namespace to namespace functiond to link properlyPino Toscano1-2/+2
2009-12-14[cpp] add "human friendly" output representation for byte_arrayPino Toscano1-0/+23
2009-12-14[cpp] add a byte_array typedef, and use it for utf8 string dataPino Toscano1-9/+3
2009-12-13Start of a pure C++ frontend for Poppler.Pino Toscano1-0/+162