summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2023-03-27clang 15Albert Astals Cid2-2/+2
2022-12-04cmake: A more bit of include tweakingAlbert Astals Cid1-5/+0
2022-12-04cmake: Add CAIRO_INCLUDE_DIRS to the appropriate targetsAlbert Astals Cid1-0/+3
2022-08-23cmake: Better linking against GTK3Albert Astals Cid1-7/+2
2022-05-25test: Fix finding cairo headers on compile timeAlbert Astals Cid1-0/+5
2022-05-25Add cairo thread testAdrian Johnson2-0/+582
2022-03-11Add readability-braces-around-statementsAlbert Astals Cid4-73/+140
2022-03-08Fix easy warning when building on mingwAlbert Astals Cid1-0/+2
2022-02-16We don't use pthreads anymore, cleanup cmake stuff around itAlbert Astals Cid1-4/+0
2022-02-16PDFDoc: Make passwords std::optional instead of pointersAlbert Astals Cid4-10/+9
2022-02-16Use Freetype::FreetypeKai Pastor1-1/+1
2022-02-15Make PDFDoc constructor take the filename as unique_ptrAlbert Astals Cid3-28/+8
2022-02-15Change PDFDoc::save from pointer to referenceAlbert Astals Cid1-1/+2
2021-12-15glib: Remove FD-taking functions on windowsChristian Persch1-1/+6
2021-11-29New unit-tests for the image embedding API (for the error handling)Georgiy Sgibnev2-57/+78
2021-11-22Image embedding APIGeorgiy Sgibnev2-0/+173
2021-11-13glib: Add poppler_document_new_from_fdChristian Persch1-18/+39
2021-06-16Remove ENABLE_SPLASH and HAVE_SPLASH (always true)Hubert Figuiere1-13/+9
2021-01-02clang api changesAlbert Astals Cid2-2/+3
2020-11-27perf-test: Remove a bunch of code that was windows onlyAlbert Astals Cid1-368/+3
2020-07-03Run clang-formatAlbert Astals Cid8-1415/+1263
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