summaryrefslogtreecommitdiff
path: root/cpp/tests
AgeCommit message (Expand)AuthorFilesLines
2022-04-19cpp: Use time_t for timeAlbert Astals Cid1-4/+4
2022-03-26We don't need to force STATIC on MSVC anymoreAlbert Astals Cid1-3/+0
2022-03-11Add readability-braces-around-statementsAlbert Astals Cid1-4/+7
2020-11-27Fixing null-terminated string parametersCeyhun Alp5-40/+38
2020-11-27Updating pdf_fuzzer with the version from OSS-Fuzz repositoryCeyhun Alp2-2/+9
2020-11-27Fixes from Michael's feedbackCeyhun Alp1-8/+8
2020-11-27Fixing clang_format issuesCeyhun Alp5-306/+329
2020-11-27Fuzzers for qt5 + cleaning up cpp and glib fuzzersCeyhun Alp6-55/+434
2020-11-27Fuzzers for cppCeyhun Alp5-0/+245
2020-07-03Run clang-formatAlbert Astals Cid3-166/+141
2020-05-19Update (C)Albert Astals Cid1-1/+1
2020-05-19[cpp] separate the font info in text_box to another struct.suzuki toshiya1-6/+12
2020-05-19[cpp] Add the font infos to the text_box object.suzuki toshiya1-0/+4
2020-03-31Add (C) from last commitAlbert Astals Cid1-0/+1
2020-03-31cpp: Add non_raw_non_physical layout for page::text()Jiri Jakes1-1/+3
2019-12-03Enable modernize-loop-convertAlbert Astals Cid2-7/+7
2019-10-02Enable clang-tidy bugprone-too-small-loop-variableAlbert Astals Cid1-2/+2
2019-02-12cpp: tests: Add showing version information to poppler-dumpMasamichi Hosoda1-0/+10
2019-01-15cpp: Add named destination for poppler-dumpMasamichi Hosoda1-0/+97
2018-10-25Add fuzzer target from oss-fuzz project and integrate it into the build syste...Adam Reichold2-5/+54
2018-02-27cpp: Add page::text_listsuzuki toshiya1-0/+34
2018-02-02Fix some -Wshadow warningsAlbert Astals Cid1-3/+3
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid2-2/+2
2017-09-21Remove the autotools based build systemAlbert Astals Cid1-21/+0
2017-09-16Fix missing-declarations warningsAlbert Astals Cid1-1/+1
2017-09-03Remove the old if/else cmake syntaxAlbert Astals Cid1-1/+1
2017-08-09cpp: Fix page.text() not taking page orientation into accountJason Alan Palmer1-1/+2
2017-05-10cpp: Return nullptr if the page at index can't be fethedAlbert Astals Cid1-5/+13
2017-05-05auto_ptr -> unique_ptrAlbert Astals Cid2-6/+8
2016-06-06Emulate some non portable glibc functions when not availableAdrian Johnson1-4/+1
2014-09-29Refactor Makefiles to build a noinst library for parsing argsHib Eris1-2/+1
2014-08-12Makefile.am cleanupsHib Eris1-9/+4
2011-07-05.gitignore tests additionsAdrian Bunk1-0/+1
2010-11-20[cpp] include <ios> for std::hex() and std::left()Pino Toscano1-0/+1
2010-11-07[cpp/tests] add a simple poppler-render testPino Toscano3-1/+124
2010-09-22[cpp/tests] poppler-dump: show the PDF IDs, if availablePino Toscano1-0/+6
2010-09-15[cpp/tests] poppler-dump: convert out_ustring() to an operator<<(std::ostream&)Pino Toscano1-8/+18
2010-09-15[cpp/tests] poppler-dump: add a "--show-text <physical|raw>" optionPino Toscano1-0/+29
2010-08-31Make GBool a bool instead of an intAlbert Astals Cid2-2/+2
2010-07-12Fix compile warnings on auto imports for mingw compilerHib Eris1-0/+2
2010-06-18[autotools] link the 'cpp' tests against libpoppler as wellPino Toscano1-0/+1
2010-03-24Revert "no more needed"Pino Toscano1-0/+1
2010-03-22[CMake/cpp] move the BUILD_CPP_TESTS option to the main CMakeLists.txtPino Toscano1-3/+0
2010-03-22no more neededPino Toscano1-1/+0
2010-03-20[CMake] poppler-dump uses parseargs.c which uses the poppler core API, so it ...Pino Toscano1-0/+1
2010-03-02[cpp] update the copyrightsPino Toscano1-1/+1
2010-03-02[cpp/tests] use gmtime() when gmtime_r() is not availablePino Toscano1-1/+8
2010-02-23[cpp] make checksum() return an array of data, instead of a stringPino Toscano1-2/+2
2009-12-31[cpp/tests] poppler-dump: show a string for the font typePino Toscano1-1/+22
2009-12-31[cpp/tests] poppler-dump: show the orientation of the pagesPino Toscano1-0/+16