aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2018-11-25CMake: Workaround for broken install target on Windows (help)João Valverde1-1/+9
2018-11-24Install development headers on all platformsJoão Valverde1-8/+3
2018-11-20CMake: disable -Wmissing-field-initializers for broken compilersPeter Wu1-0/+12
2018-11-20Drop JSON-GLib completelyPeter Wu1-8/+0
2018-11-18CMake: call cmake_minimum_required before projectPeter Wu1-6/+6
2018-11-07Require Python 3, drop Python 2 supportPeter Wu1-3/+1
2018-11-01Move condition logic to dumpcap.cGerald Combs1-2/+0
2018-10-30CMake: fix broken oss-fuzz build due to the -pie optionPeter Wu1-1/+1
2018-10-28CMake: Fix -pie linker testJoão Valverde1-1/+1
2018-10-20fuzzshark: integrate oss-fuzz targets in CMakePeter Wu1-14/+47
2018-10-18CMake: limit the -pie linker option to executablesPeter Wu1-2/+16
2018-10-10Windows: Make our program details more consistent.Gerald Combs1-41/+31
2018-10-08Put the Windows-specific system library settings in CMakeLists.txt.Guy Harris1-5/+10
2018-10-07Use wsetargv.obj, and wmain() rather than main(), on Windows.Guy Harris1-2/+2
2018-10-04Revert "Use CMAKE_EXE_LINKER_FLAGS to set link flags on executables."Guy Harris1-3/+4
2018-10-03Use CMAKE_EXE_LINKER_FLAGS to set link flags on executables.Guy Harris1-4/+3
2018-10-02You have to add setargv.obj as a link flag, not as a library.Guy Harris1-2/+1
2018-10-02We should only link executables with setargv.obj.Guy Harris1-0/+8
2018-10-02CMake: Add a systemd RPM check.Gerald Combs1-0/+3
2018-10-01Add a systemd Journal Export extcap.Gerald Combs1-0/+4
2018-09-24RPM: optionally use ccache to speed up (re)builds.Jeff Morriss1-0/+3
2018-09-24RPM packaging: maxminddb is optional.Jeff Morriss1-1/+1
2018-09-12Don't use -Werror with Apple's llvm-gcc.Guy Harris1-24/+17
2018-09-12OK, try to prevent -Wunused-function warnings with llvm-gcc as well.Guy Harris1-0/+5
2018-09-12With llvm-gcc, just don't do -Wshorten-64-to-32.Guy Harris1-19/+16
2018-09-12-Wcomma isn't supported by llvm-gcc, so don't make it a non-error.Guy Harris1-1/+1
2018-09-11Just spaces between -W arguments.Guy Harris1-4/+1
2018-09-11WERROR_COMMON_FLAGS isn't a list, so don't treat it as one.Guy Harris1-2/+3
2018-09-11Add the -Wno-error= flags to the correct variable.Guy Harris1-1/+1
2018-09-11Put the -Wno-error= options after -Werror.Guy Harris1-19/+20
2018-09-11OK, try just suppressing the "-Wunused-function" warning with llvm-gcc.Guy Harris1-1/+5
2018-09-11More selectively prevent warnings from becoming errors.Guy Harris1-16/+20
2018-09-11Don't use -Werror with llvm-gcc.Guy Harris1-3/+13
2018-09-11CMake: Remove some redundant and overly verbose codeJoão Valverde1-101/+81
2018-09-10Fix the build on the OSX buildbotJoão Valverde1-2/+3
2018-09-09Remove the tshark -z compare featureJoão Valverde1-1/+0
2018-09-09CMake: Use more descriptive name than WS_LD_FLAG_VALID0, 1, etc.João Valverde1-10/+7
2018-09-09CMake: We require version greater than 2.8.9.João Valverde1-11/+3
2018-09-09CMake: Remove Qt specific code for warningsJoão Valverde1-27/+2
2018-09-09CMake: Remove unused variableJoão Valverde1-2/+0
2018-09-09CMake: Add function to test compiler flagsJoão Valverde1-33/+19
2018-09-07cmake: optionally require Lua 5.1 or newerPeter Wu1-0/+1
2018-09-05Update tools help using a script.Gerald Combs1-6/+8
2018-08-31CMake: Add debian package targetJoão Valverde1-0/+8
2018-08-29CMake: fix dmg_package target since CMake 3.12Peter Wu1-3/+0
2018-08-25CMake: Modernize config-file package supportJoão Valverde1-5/+40
2018-08-25CMake: Add dumpcap group option to installationJoão Valverde1-0/+4
2018-08-24CMake: Change installation path for modulesJoão Valverde1-1/+1
2018-08-23CMake: Clean up and homogenize plugin dir configurationJoão Valverde1-12/+11
2018-08-22Revert "CMake: Clean up plugin dirs"João Valverde1-6/+8