aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2019-01-22CMake: Set a direct rpath for librariesJoão Valverde1-2/+14
2019-01-21CMake: strip directory prefixes from __FILE__ macrosPeter Wu1-0/+23
2019-01-21CMake: Remove unnecessary check for CMAKE_INSTALL_RPATHJoão Valverde1-1/+1
2019-01-20CMake: Fix LIBXML2 handlingUli Heilmeier1-0/+1
2019-01-20CMake: do not set RPATH when installing to a system directoryPeter Wu1-22/+21
2019-01-20CMake: Replace PACKAGELIST magicJoão Valverde1-257/+99
2019-01-18CMake: set CMAKE_BUILD_RPATH_USE_ORIGINPeter Wu1-0/+5
2019-01-17CMake: silence CMP0083 warning from future CMake 3.14Peter Wu1-8/+13
2019-01-14Windows: Use a c-ares DLL built with vcpkg.Gerald Combs1-1/+12
2019-01-14tarball+RPM: Fetch our version from CMake.Gerald Combs1-29/+8
2019-01-14dfilter: add string() function.Dario Lombardo1-0/+1
2019-01-14CMake: remove --clean from rpmbuild invocationPeter Wu1-1/+1
2019-01-12CMake: change static qtui library into an object libraryPeter Wu1-1/+2
2019-01-12CMake: use object libraries to avoid redundant buildsPeter Wu1-53/+55
2019-01-12CMake: Remove legacy workaround for GTK+ZlibJoão Valverde1-5/+0
2019-01-10CMake: try harder to find the right Python versionPeter Wu1-2/+14
2019-01-10Move make-version.pl to tools.Gerald Combs1-3/+3
2019-01-09CMake: remove LocatePythonExecutable.cmake for WindowsPeter Wu1-3/+0
2019-01-09CMake,WSDG: Remove Cygwin supportPeter Wu1-1/+0
2019-01-05test: allow running pytest without specifying the tests directoryPeter Wu1-0/+9
2018-12-29Add support for RSA decryption using PKCS #11 tokensPeter Wu1-1/+17
2018-12-26test: add suite_outputformats for json output regression testing.Dario Lombardo1-0/+1
2018-12-26Added a generic dissector validator and some ASTERIX unit tests that use it.Atli Guðmundsson1-0/+1
2018-12-20CMake: Don't bundle our libraries at compile time.Gerald Combs1-0/+3
2018-12-19CMake: make use of sdjournal build flagJoakim Karlsson1-1/+1
2018-12-16CMake: More VERSION_GREATER_EQUAL fixes.Gerald Combs1-2/+2
2018-12-16CMake: VERSION_GREATER_EQUAL didn't appear until 3.7.Gerald Combs1-5/+6
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