summaryrefslogtreecommitdiff
path: root/ConfigureChecks.cmake
AgeCommit message (Expand)AuthorFilesLines
2019-01-15Fix fseeko configure check on Android for API level < 24Volker Krause1-1/+10
2018-10-01Put (optional) usage of codecvt behind a configure check s.t. we at least com...Adam Reichold1-0/+2
2018-09-27Use the C++ standard library facilities for thread-safe random number generat...Adam Reichold1-1/+0
2017-10-21Move strtok_r to goo/glibcAdrian Johnson1-0/+1
2017-10-21Remove unused macrosAdrian Johnson1-6/+0
2017-10-21c++11 has <cstdint> so we can drop the stdint.h checks and emulationAdrian Johnson1-1/+0
2016-06-06glib: return date in UTC instead of local timeAdrian Johnson1-0/+1
2013-04-14Merge remote-tracking branch 'origin/poppler-0.22'Albert Astals Cid1-0/+2
2013-04-14Check for strcpy_s() and strcat_s() at configure timeHib Eris1-0/+2
2013-04-05Add a GooFile class to encapsulate file read access using offsetsAdam Reichold1-0/+2
2012-09-06Added goo/grandom.[cc|h] with POSIX implementationFabio D'Urso1-0/+1
2010-02-21Detect the need for nanosleep in solarisAlbert Astals Cid1-0/+5
2009-12-14[CMake] add configure check for sys/mman.h (as in autotools)Pino Toscano1-0/+1
2009-12-14[CMake] add configure check for fcntl.h (as in autotools)Pino Toscano1-0/+1
2009-12-14[CMake] add checks for gmtime_r and localtime_rPino Toscano1-0/+2
2008-01-30Introduce the CMake-based build system.Pino Toscano1-0/+47