summaryrefslogtreecommitdiff
path: root/cmake/modules/PopplerMacros.cmake
AgeCommit message (Expand)AuthorFilesLines
2011-08-30xpdf303: char * -> const char *Albert Astals Cid1-1/+1
2010-12-13Move -fno-exceptions -fno-check-new to default flagsAlbert Astals Cid1-1/+1
2010-12-13More gcc flags movementAlbert Astals Cid1-2/+2
2010-12-13Promote -Wcast-align to the general warnings we ask gcc to giveAlbert Astals Cid1-1/+1
2010-05-28[CMake] Do not force -O2, preserve compiler flags instead.Maciej Mrozowski1-2/+2
2010-04-14update XOPEN_SOURCE to 600 in non standard compile optionsAlbert Astals Cid1-1/+1
2010-03-22[CMake] revert addition of "-Wl,--no-add-needed" to the link flags, if availablePino Toscano1-6/+0
2010-03-22[CMake] add "-ansi" to the CXXFLAGS only on LinuxPino Toscano1-2/+7
2010-03-20[CMake] check whether a link flag is supported before adding it to the link f...Pino Toscano1-3/+20
2010-03-20[CMake] with GCC, pass --as-needed and --no-add-needed to the linkerPino Toscano1-0/+4
2010-03-06[CMake] add a show_end_message() macro to show a generic string as valuePino Toscano1-2/+7
2010-03-06[CMake] rename the show_end_message() macro to show_end_message_yesno()Pino Toscano1-2/+2
2010-01-25[CMake] do not add the fake buildtests target for the MSVC IDEPino Toscano1-2/+2
2009-10-09add -ansi flag to default warningsAlbert Astals Cid1-1/+1
2009-10-09Add -Wnon-virtual-dtor flagAlbert Astals Cid1-2/+2
2009-07-31Add -Woverloaded-virtual as default CXX flagAlbert Astals Cid1-0/+1
2008-01-31Set RelWithDebInfo as default build type, if not specified.Pino Toscano1-0/+4
2008-01-31Support the different CMake build modes.Pino Toscano1-0/+29
2008-01-30Introduce the CMake-based build system.Pino Toscano1-0/+83