packet-kerberos: add a hint to the used decryption key
[metze/wireshark/wip.git] / CMakeLists.txt
2019-01-20 Peter WuCMake: do not set RPATH when installing to a system...
2019-01-20 João ValverdeCMake: Replace PACKAGELIST magic
2019-01-18 Peter WuCMake: set CMAKE_BUILD_RPATH_USE_ORIGIN
2019-01-17 Peter WuCMake: silence CMP0083 warning from future CMake 3.14
2019-01-14 Gerald CombsWindows: Use a c-ares DLL built with vcpkg.
2019-01-14 Gerald Combstarball+RPM: Fetch our version from CMake.
2019-01-14 Dario Lombardodfilter: add string() function.
2019-01-14 Peter WuCMake: remove --clean from rpmbuild invocation
2019-01-12 Peter WuCMake: change static qtui library into an object library
2019-01-12 Peter WuCMake: use object libraries to avoid redundant builds
2019-01-12 João ValverdeCMake: Remove legacy workaround for GTK+Zlib
2019-01-10 Peter WuCMake: try harder to find the right Python version
2019-01-10 Gerald CombsMove make-version.pl to tools.
2019-01-09 Peter WuCMake: remove LocatePythonExecutable.cmake for Windows
2019-01-09 Peter WuCMake,WSDG: Remove Cygwin support
2019-01-05 Peter Wutest: allow running pytest without specifying the tests...
2018-12-29 Peter WuAdd support for RSA decryption using PKCS #11 tokens
2018-12-26 Dario Lombardotest: add suite_outputformats for json output regressio...
2018-12-26 Atli GuðmundssonAdded a generic dissector validator and some ASTERIX...
2018-12-20 Gerald CombsCMake: Don't bundle our libraries at compile time.
2018-12-19 Joakim KarlssonCMake: make use of sdjournal build flag
2018-12-16 Gerald CombsCMake: More VERSION_GREATER_EQUAL fixes.
2018-12-16 Gerald CombsCMake: VERSION_GREATER_EQUAL didn't appear until 3.7.
2018-12-16 Gerald CombsCMake: Fixup some logic in CMakeLists.txt
2018-12-15 Gerald CombsCMake: Make sure we use the same minimum macOS version...
2018-12-13 Guy HarrisPut the main() and wmain() routines for CLI programs...
2018-12-13 Gerald Combs2.9.0 → 2.9.1.
2018-12-12 Gerald CombsPackaging: Add initial support for AppImage.
2018-12-09 Peter WuCMake: allow nested structures to be initialized via...
2018-12-07 Peter WuRevert "CMake: Fix Windows help install target"
2018-12-06 Peter WuCMake: limit -Wextra-semi to C++ only
2018-12-03 João ValverdeCMake: Use $ORIGIN with RPATH
2018-12-03 João ValverdeCMake: Simplify CMAKE_INSTALL_DATADIR usage
2018-12-02 João ValverdeCMake: Fix Windows help install target
2018-12-02 Pascal QuantinWin32: update the zlib 1.2.11 CMake file
2018-12-01 João ValverdeCMake: Avoid link_directories()
2018-12-01 João ValverdeCMake: We require version > 2.8.12
2018-11-30 João ValverdeCMake: Generate cmake target exports on Windows
2018-11-30 Gerald CombsNSIS: Install NPcap instead of WinPcap.
2018-11-29 Peter WuDrop support for GnuTLS 2.12.x, require GnuTLS 3.2...
2018-11-29 João ValverdeCMake: Change some install() paths to match NSIS package
2018-11-29 João ValverdeCMake: Enable install target on Windows (missing DLLs)
2018-11-29 João ValverdeCMake: Fix some transitive link dependencies
2018-11-25 João ValverdeCMake: Workaround for broken install target on Windows...
2018-11-24 João ValverdeInstall development headers on all platforms
2018-11-20 Peter WuCMake: disable -Wmissing-field-initializers for broken...
2018-11-20 Peter WuDrop JSON-GLib completely
2018-11-18 Peter WuCMake: call cmake_minimum_required before project
2018-11-07 Peter WuRequire Python 3, drop Python 2 support
2018-11-01 Gerald CombsMove condition logic to dumpcap.c
2018-10-30 Peter WuCMake: fix broken oss-fuzz build due to the -pie option
2018-10-28 João ValverdeCMake: Fix -pie linker test
2018-10-20 Peter Wufuzzshark: integrate oss-fuzz targets in CMake
2018-10-18 Peter WuCMake: limit the -pie linker option to executables
2018-10-10 Gerald CombsWindows: Make our program details more consistent.
2018-10-08 Guy HarrisPut the Windows-specific system library settings in...
2018-10-07 Guy HarrisUse wsetargv.obj, and wmain() rather than main(), on...
2018-10-04 Guy HarrisRevert "Use CMAKE_EXE_LINKER_FLAGS to set link flags...
2018-10-03 Guy HarrisUse CMAKE_EXE_LINKER_FLAGS to set link flags on executa...
2018-10-02 Guy HarrisYou have to add setargv.obj as a link flag, not as...
2018-10-02 Guy HarrisWe should only link executables with setargv.obj.
2018-10-02 Gerald CombsCMake: Add a systemd RPM check.
2018-10-01 Gerald CombsAdd a systemd Journal Export extcap.
2018-09-24 Jeff MorrissRPM: optionally use ccache to speed up (re)builds.
2018-09-24 Jeff MorrissRPM packaging: maxminddb is optional.
2018-09-12 Guy HarrisDon't use -Werror with Apple's llvm-gcc.
2018-09-12 Guy HarrisOK, try to prevent -Wunused-function warnings with...
2018-09-12 Guy HarrisWith llvm-gcc, just don't do -Wshorten-64-to-32.
2018-09-12 Guy Harris-Wcomma isn't supported by llvm-gcc, so don't make...
2018-09-11 Guy HarrisJust spaces between -W arguments.
2018-09-11 Guy HarrisWERROR_COMMON_FLAGS isn't a list, so don't treat it...
2018-09-11 Guy HarrisAdd the -Wno-error= flags to the correct variable.
2018-09-11 Guy HarrisPut the -Wno-error= options after -Werror.
2018-09-11 Guy HarrisOK, try just suppressing the "-Wunused-function" warnin...
2018-09-11 Guy HarrisMore selectively prevent warnings from becoming errors.
2018-09-11 Guy HarrisDon't use -Werror with llvm-gcc.
2018-09-11 João ValverdeCMake: Remove some redundant and overly verbose code
2018-09-10 João ValverdeFix the build on the OSX buildbot
2018-09-09 João ValverdeRemove the tshark -z compare feature
2018-09-09 João ValverdeCMake: Use more descriptive name than WS_LD_FLAG_VALID0...
2018-09-09 João ValverdeCMake: We require version greater than 2.8.9.
2018-09-09 João ValverdeCMake: Remove Qt specific code for warnings
2018-09-09 João ValverdeCMake: Remove unused variable
2018-09-09 João ValverdeCMake: Add function to test compiler flags
2018-09-07 Peter Wucmake: optionally require Lua 5.1 or newer
2018-09-05 Gerald CombsUpdate tools help using a script.
2018-08-31 João ValverdeCMake: Add debian package target
2018-08-29 Peter WuCMake: fix dmg_package target since CMake 3.12
2018-08-25 João ValverdeCMake: Modernize config-file package support
2018-08-25 João ValverdeCMake: Add dumpcap group option to installation
2018-08-24 João ValverdeCMake: Change installation path for modules
2018-08-23 João ValverdeCMake: Clean up and homogenize plugin dir configuration
2018-08-22 João ValverdeRevert "CMake: Clean up plugin dirs"
2018-08-21 João ValverdeCMake: Clean up plugin dirs
2018-08-21 João Valverdeplugins: Minor interface improvement
2018-08-21 Stig BjørlykkeCMake: Remove a debug message
2018-08-12 Guy HarrisInclude dumpcap amongst the programs built with -Werror.
2018-07-06 Peter Wutests: add regression tests for Follow TCP Stream
2018-06-26 Gerald CombsRemove code specific to older versions of Visual Studio.
2018-06-26 Gerald CombsCMake: Make the pdb_zip_package target passive.
next