summaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
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 Johnson1-0/+21
2022-02-16We don't use pthreads anymore, cleanup cmake stuff around itAlbert Astals Cid1-4/+0
Well, there's some pthread code still in pdftoppm but it's "test" related, and should just be ported to C++11 threads
2022-02-16Use Freetype::FreetypeKai Pastor1-1/+1
2021-11-29New unit-tests for the image embedding API (for the error handling)Georgiy Sgibnev1-54/+69
2021-11-22Image embedding APIGeorgiy Sgibnev1-0/+67
2021-06-16Remove ENABLE_SPLASH and HAVE_SPLASH (always true)Hubert Figuiere1-13/+9
2019-09-29pdf-inspector: Support builddir != srcdirAlbert Astals Cid1-0/+1
2018-10-19pdf-inspector: Link to the right librariesChristian Persch1-1/+7
pdf-inspector doesn't use libpoppler-glib, but linked to it. Changing it to link only to libpoppler revealed that it used lots of symbols from poppler-glib that poppler-glib should not export. Fix that by adding the necessary sources to the pdf-inspector sources and linking to the libraries needed by these sources (freetype, pthreads).
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-1/+4
Also add two enum values in the qt5 frontend to representate no flags Also mark glib/gtk/cairo system includes so that gcc doesn't report the issues in those headers
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
that was weird and forced you to replicate the if clause in the else and endif
2012-09-06pdf-fullrewrite: Added support for encrypted documents, checks on output ↵Fabio D'Urso1-0/+1
documents, incremental update mode
2012-05-21Compile++Albert Astals Cid1-3/+3
2011-02-13tests: Merge splash and cairo tests into a single gtk-test toolCarlos Garcia Campos1-15/+5
With a command line option to use cairo or splash backends.
2010-03-17[CMake] no need to check for BUILD_GTK_TESTS for single testsPino Toscano1-2/+2
poppler_add_test(... BUILD_GTK_TESTS ...) takes care of that already
2010-03-04[CMake/tests] compile gtk-splash-test only if splash is enabledPino Toscano1-5/+9
2010-02-21Detect the need for nanosleep in solarisAlbert Astals Cid1-6/+11
Fixes bug 26650
2010-01-25Only build tests if told toMaciej Mrozowski1-2/+2
2008-01-30Introduce the CMake-based build system.Pino Toscano1-0/+52
Mostly works nicely as the autotools, and it mimics (almost) all the autotools behaviours. Copied some scripts from the KDE cmake scripts (BSD-licensed). TODO: gtk-doc.