aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-21CMake: Clean up plugin dirsJoão Valverde1-8/+6
2018-08-21plugins: Minor interface improvementJoão Valverde1-1/+3
2018-08-21CMake: Remove a debug messageStig Bjørlykke1-1/+0
2018-08-12Include dumpcap amongst the programs built with -Werror.Guy Harris1-0/+1
2018-07-06tests: add regression tests for Follow TCP StreamPeter Wu1-0/+1
2018-06-26Remove code specific to older versions of Visual Studio.Gerald Combs1-6/+0
2018-06-26CMake: Make the pdb_zip_package target passive.Gerald Combs1-2/+1
2018-06-26Fix shellcheck issues in debian-setup.sh.Gerald Combs1-0/+1
2018-06-21Fix build paths for cmake's Xcode project generator on macOS.David Kreitschmann1-20/+42
2018-06-21CMake+macOS: Make sure we're using the right Qt tools.Gerald Combs1-34/+40
2018-06-21Test: Add sharkd tests.Gerald Combs1-0/+1
2018-06-20CMake+macOS: Allow the use of ENV{CMAKE_PREFIX_PATH}.Gerald Combs1-13/+18
2018-06-18Test+CMake: Make our test grouping more fine-grained.Gerald Combs1-10/+25