summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2020-01-05Update (C) for previous commitsAlbert Astals Cid1-0/+1
2020-01-04Remove the error callback data pointer as none of the frontends make use of it.Adam Reichold1-2/+2
2019-12-02enable modernize-redundant-void-argAlbert Astals Cid3-13/+13
2019-12-02enable modernize-use-bool-literalsAlbert Astals Cid1-1/+1
2019-12-02Enable modernize-use-overrideAlbert Astals Cid1-1/+1
2019-11-29Enable modernize-deprecated-headersAlbert Astals Cid3-10/+10
2019-11-09Make globalParams a std::unique_ptrOliver Sander4-9/+4
2019-09-29pdf-inspector: Support builddir != srcdirAlbert Astals Cid2-1/+3
2019-06-05-Wshadow renaming in perf-testAlbert Astals Cid1-3/+3
2019-06-05gtk-test.cc: Rename variable to fix shadow warningAlbert Astals Cid1-3/+3
2019-03-29Use the existing Ref operator==Albert Astals Cid1-3/+3
2019-03-21Update (C) from last commitAlbert Astals Cid1-0/+1
2019-03-21Remove GooList completelyOliver Sander1-1/+0
2019-02-27pdf-fullrewrite: Save copy() callsAlbert Astals Cid1-6/+6
2019-02-27Make Annot::getNF and Dict::getNF return const & instead of copyAlbert Astals Cid1-4/+4
2018-12-20Fix minor typosYuri Chornoivan1-4/+4
2018-12-06Replace Guchar by unsigned charOliver Sander1-1/+1
2018-11-11Rename GooString::getCString GooString::c_strOliver Sander1-1/+1
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander4-53/+53
2018-10-19pdf-inspector: Link to the right librariesChristian Persch1-1/+7
2018-10-10Remove usage of pragmas interface and implementationAdam Reichold2-8/+0
2018-09-23Error: Make the msg be constAlbert Astals Cid1-1/+1
2018-09-23Don't cast nullptrAlbert Astals Cid1-1/+1
2018-05-06Replace GooHash by std::unordered_map in OutputDev.Adam Reichold1-12/+5
2018-04-06Make Object return const GooString pointerAlbert Astals Cid1-2/+2
2018-01-09Enable no-missing-field-initializersAlbert Astals Cid2-2/+2
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid5-66/+69
2018-01-08Delete lots of copy constructors and copy assignment operatorsAlbert Astals Cid1-0/+4
2017-11-15Fix some mingw warningsAdrian Johnson1-12/+3
2017-09-21Remove the autotools based build systemAlbert Astals Cid1-67/+0
2017-09-17Fix printf-like format warningsAlbert Astals Cid1-0/+2
2017-09-17A few more static markersAlbert Astals Cid1-1/+1
2017-09-16Fix missing-declarations warningsAlbert Astals Cid2-31/+35
2017-09-05cmake: Fix build when using a cairo different than the system oneAlbert Astals Cid1-2/+2
2017-09-03Remove the old if/else cmake syntaxAlbert Astals Cid1-5/+5
2017-05-09New Object APIAlbert Astals Cid1-15/+6
2017-03-09Add override markersAlbert Astals Cid1-3/+3
2014-12-01Run dos2unix as suggested by Volker GrabschAlbert Astals Cid2-294/+294
2014-11-30warning: "_FILE_OFFSET_BITS" redefinedRichard PALO1-1279/+1280
2014-09-29Refactor Makefiles to build a noinst library for parsing argsHib Eris1-4/+4
2014-08-12Makefile.am cleanupsHib Eris1-45/+23
2014-02-17Clang++ plugin that checks for usage errors in GooString::format-style callsFabio D'Urso2-0/+385
2014-01-27[qt] Improve compilation under Win 8 with Visual Studio 2012Bogdan Cristea1-1/+0
2013-07-08build: Make -lpthread take preference over -pthreadCarlos Garcia Campos1-2/+4
2013-05-21Do not use deprecated gtk_scrolled_window_add_with_viewport()Hib Eris1-0/+4
2013-04-14Merge remote-tracking branch 'origin/poppler-0.22'Albert Astals Cid1-2/+4
2013-04-14Check for strcpy_s() and strcat_s() at configure timeHib Eris1-2/+4
2013-01-25Large file supportAdrian Johnson1-3/+3
2013-01-25Add Int64 object typeAdrian Johnson1-8/+1
2013-01-19Make rendering thread-safeThomas Freitag1-1/+1