aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2018-12-16CMake: Fixup some logic in CMakeLists.txtGerald Combs1-2/+2
2018-12-15CMake: Make sure we use the same minimum macOS version everywhere.Gerald Combs1-18/+23
2018-12-13Put the main() and wmain() routines for CLI programs into a separate file.Guy Harris1-0/+16
2018-12-132.9.0 → 2.9.1.Gerald Combs1-1/+1
2018-12-12Packaging: Add initial support for AppImage.Gerald Combs1-0/+54
2018-12-09CMake: allow nested structures to be initialized via { 0 }Peter Wu1-2/+7
2018-12-07Revert "CMake: Fix Windows help install target"Peter Wu1-22/+75
2018-12-06CMake: limit -Wextra-semi to C++ onlyPeter Wu1-1/+1
2018-12-03CMake: Use $ORIGIN with RPATHJoão Valverde1-4/+26
2018-12-03CMake: Simplify CMAKE_INSTALL_DATADIR usageJoão Valverde1-13/+14
2018-12-02CMake: Fix Windows help install targetJoão Valverde1-75/+22
2018-12-02Win32: update the zlib 1.2.11 CMake filePascal Quantin1-1/+1
2018-12-01CMake: Avoid link_directories()João Valverde1-13/+0
2018-12-01CMake: We require version > 2.8.12João Valverde1-15/+0
2018-11-30CMake: Generate cmake target exports on WindowsJoão Valverde1-17/+18
2018-11-30NSIS: Install NPcap instead of WinPcap.Gerald Combs1-4/+0
2018-11-29Drop support for GnuTLS 2.12.x, require GnuTLS 3.2 or newerPeter Wu1-1/+3
2018-11-29CMake: Change some install() paths to match NSIS packageJoão Valverde1-8/+29
2018-11-29CMake: Enable install target on Windows (missing DLLs)João Valverde1-0/+8
2018-11-29CMake: Fix some transitive link dependenciesJoão Valverde1-21/+19
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