aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2016-03-01CMake: Add more structure to libwireshark buildJoão Valverde1-1/+1
2016-02-29extcap: Move extcap handling to baseRoland Knall1-1/+1
2016-02-26extcap: move windows functions into extcap-baseDario Lombardo1-0/+4
2016-02-18Don't add the wiretap directory to the list of include directories.Guy Harris1-1/+0
2016-02-15Build the extcap programs in the extcap directory.Guy Harris1-2/+5
2016-02-11Use CMake conventional nomenclature for CXX_FLAGSJoão Valverde1-8/+8
2016-02-06CMake: Avoid unnecessary link dependency with SBC and fix debian warningsJoão Valverde1-1/+0
2016-02-03Fix Qt4 moc option argument and add build parametrizationJoão Valverde1-0/+8
2016-02-02Add configure-time synchronous DNS warnings.Gerald Combs1-0/+5
2016-01-27Allow/Create an option to use "capture filter" labels defined in wireshark GU...Mike781-0/+3
2016-01-27Allow make-version.pl to use git when missing from pathChristian Tellefsen1-2/+5
2016-01-27Don't treat Visual Studio specially for linker flags.Guy Harris1-26/+14
2016-01-27Explain why we're still checking for MSVC.Guy Harris1-1/+10
2016-01-23CMake: Produce correct plugindir for pkg-configMichal Privoznik1-1/+1
2016-01-19CMake: Fix an endif.Gerald Combs1-1/+1
2016-01-18Add Lua dependings only if LUA is enabledMichal Labedzki1-1/+1
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