aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Generate better pkg-config fileMichal Privoznik1-0/+6
2015-12-30cmake: do not fail if help/faq.txt already existsPeter Wu1-2/+8
2015-12-28Refactor GUI dependencies out of color_filters.[ch] and move it to epan direc...Michael Mann1-2/+1
2015-12-23Fix a typo in a comment.Guy Harris1-1/+1
2015-12-22extcap: add randpktdump, a random packet generator.Dario Lombardo1-0/+23
2015-12-18CMake: Make "install ... DESTINATION" paths relative.Gerald Combs1-8/+20
2015-12-14Note why we do -Wno-variadic-macros.Guy Harris1-0/+4
2015-12-12Remove -Wwrite-strings compiler flagJoão Valverde1-1/+0
2015-12-05Revert "Build Flex-generated files with "warnings are errors"."Guy Harris1-11/+11
2015-12-05Build Flex-generated files with "warnings are errors".Guy Harris1-11/+11
2015-12-04CMake+PortableApps: Include the VC runtime (second try).Gerald Combs1-0/+2
2015-12-04More libcodecs -> libwscodecs.Guy Harris1-2/+2
2015-12-03Change codecs from static to dynamic libraryPascal Quantin1-0/+1
2015-11-30CMake: Fix breakage with CMake 3Ryan Doyle1-1/+1
2015-11-26cmake: print the current CMAKE_C_FLAGS/CMAKE_CXX_FLAGSPeter Wu1-1/+3
2015-11-25cmake: fix dependencies for copy_data_filesPeter Wu1-23/+21
2015-11-24[Custom plugins] CUSTOM_PLUGIN_IN_FILES is no longer required.AndersBroman1-1/+0
2015-11-24Fix NSIS installer generation broken in gffb5b3dPascal Quantin1-0/+1
2015-11-24cmake: add dependency information for copy_data_filesPeter Wu1-87/+81
2015-11-23CMakeLists (root): fix indent (use tabs)Alexis La Goutte1-8/+9
2015-11-22Quote the path for the Windows setup script.Guy Harris1-1/+1
2015-11-21Fix Windows hardening checkGraham Bloice1-1/+1
2015-11-19extcap: add sshdump.Dario Lombardo1-2/+51
2015-11-17CMake: Add Qt5Svg to PACKAGELIST.Gerald Combs1-0/+6
2015-11-16Revert "Override optimization and other flags for make based generators."Peter Wu1-7/+0
2015-11-15Try retroactively applying the Qt folks' fix for QTBUG-47942.Guy Harris1-43/+27
2015-11-11CMake: set WinPcap version in top CMakeLists.txt file like for NMakePascal Quantin1-1/+1
2015-11-11randpkt: split into a core and an app.Dario Lombardo1-0/+1
2015-11-06Move -fno-delete-null-pointer-checks to optionalEvan Huus1-1/+4
2015-10-29CMake: Fix compatibility with CMake 3Ryan Doyle1-1/+1
2015-10-29CMake: Use CMAKE_CL_64.Gerald Combs1-1/+1
2015-10-25Require GnuTLS 2.12.0, add cmake version detectionPeter Wu1-0/+2
2015-10-22Pass --verbose to windeployqt.Gerald Combs1-0/+1
2015-10-22Avoid adding -pie on older cmake versionsPeter Wu1-1/+11
2015-10-20Require libgcrypt 1.4.2, add cmake version detectionPeter Wu1-0/+2
2015-10-19Do -fPIC only if it's necessary.Guy Harris1-2/+46
2015-10-17Move the static handling to a place where it is effective during packageJoerg Mayer1-10/+10
2015-10-16CMake: Add /WXGerald Combs1-8/+18
2015-10-16Keep CMake from finding Cygwin's Python.Gerald Combs1-2/+5
2015-10-16Revert "Remove -fPIC with more than just MSVC."Guy Harris1-37/+2
2015-10-16Revert "+ OR OR OR OR OR"Guy Harris1-5/+5
2015-10-15+ OR OR OR OR ORJoerg Mayer1-5/+5
2015-10-15Remove -fPIC with more than just MSVC.Guy Harris1-2/+37
2015-10-15CMake: Don't feed -fPIC to Visual C++, second try.Gerald Combs1-0/+5
2015-10-14cmake: avoid adding -fPIE to libraries (fixes gcc 4.7)Peter Wu1-5/+4
2015-10-14cmake: always enable -Qunused-arguments for clangPeter Wu1-4/+4
2015-10-14If we have QtMultimedia with Qt4, add its libraries to the Qt libraries.Guy Harris1-0/+2
2015-10-14Add the directory for QtMultimedia to the list of include directories.Guy Harris1-0/+2
2015-10-14Set QT_MULTIMEDIA_LIB if we're using Qt 4 and have QtMultimedia.Guy Harris1-0/+4
2015-10-13cmake: fix kerberos library lookup, support HeimdalPeter Wu1-3/+0