aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2021-07-11wsutil: Start adding a test suiteJoão Valverde1-0/+1
2021-07-09Rename version.h to be more descriptiveJoão Valverde1-4/+4
2021-07-05Revert "Wirehark Windows: Harden build with Shadow Stack and EHCONT metadata"Anders Broman1-13/+0
2021-07-04Move version_info.[ch] to ui/João Valverde1-35/+14
2021-07-02Win32: Compile ui/win32 as C++.Gerald Combs1-2/+2
2021-06-28Wirehark Windows: Harden build with Shadow Stack and EHCONT metadataMoshe Kaplan1-0/+13
2021-06-24CMake: clear stale MaxMindDB cache entries if neededPeter Wu1-0/+1
2021-06-17Replace usage of GLogLevel flags everywhereJoão Valverde1-1/+1
2021-06-17wslog: Use plain format with "message" levelJoão Valverde1-0/+2
2021-06-14CMake: Remove -Wc++-compatJoão Valverde1-1/+0
2021-06-11Refactor our logging and extend the wslog APIJoão Valverde1-1/+1
2021-06-10CMake: Reverse logic to handle debug codeJoão Valverde1-1/+1
2021-05-25epan: Add SMI versionJoão Valverde1-0/+5
2021-05-24CMake: Rewrite preprocessor definitions againJoão Valverde1-21/+9
2021-05-24CMake: Enable LTO/IPO support for all platformsJoão Valverde1-6/+5
2021-05-24CMake: Refactor DISABLE_ASSERT optionJoão Valverde1-4/+4
2021-05-24Add ws_debug() and use itJoão Valverde1-0/+7
2021-05-20Adding more than one protobuff file fails.Anders Broman1-1/+1
2021-05-19Disable assertions for release buildsJoão Valverde1-0/+9
2021-05-14CMake: Remove a no-longer-needed workaround.Gerald Combs1-7/+0
2021-05-14Add SparkplugB dissectorGraham Bloice1-0/+18
2021-05-14CMake: Set Qt autogen properties for Wireshark.Gerald Combs1-0/+3
2021-05-06CMake: Apply AUTO{MOC,UIC,RCC} more selectively.Gerald Combs1-1/+2
2021-04-27Remove unneeded c-ares checks.Gerald Combs1-42/+37
2021-04-26Windows: move ENABLE_VLD to CMakeOptions.txtPascal Quantin1-2/+1
2021-04-26BCG729: Fix urlRoland Knall1-1/+1
2021-04-21CMake: fix macOS build when Qt5 and Qt6 are both installedPeter Wu1-0/+9
2021-04-14CMake: Pass /diagnostics:caret to Visual C++.Gerald Combs1-1/+3
2021-04-14CMake+CI: Colorize our compiler output.Gerald Combs1-0/+12
2021-04-10CMake: Add ENABLE_VLD option for MSVCTomasz Moń1-0/+27
2021-04-02Try not disabling designated initializer overides.Guy Harris1-9/+0
2021-03-31CMake: Enable AUTO{MOC,UIC,RCC} according to our CMake version.Gerald Combs1-3/+5
2021-03-29Merge the caputils/ and capchild/ directoriesJoão Valverde1-2/+1
2021-03-29CMake: Set CMake Policy CMP0071 to NEWJoão Valverde1-0/+3
2021-03-26CMake: Enable AUTO{MOC,UIC,RCC} earlier.Gerald Combs1-0/+4
2021-03-26Regex based textfile importPaul Weiß1-0/+9
2021-03-22Do the LFS checks before processing any subdirectories.Guy Harris1-31/+32
2021-03-22Replace the Large File Support CMake stuff.Guy Harris1-3/+29
2021-03-05Replace g_assert() with g_assert_true() for testingJoão Valverde1-1/+1
2021-02-22Added "Follow DCCP stream" feature.Thomas Dreibholz1-0/+1
2021-02-21Added NetPerfMeter test suite.Thomas Dreibholz1-0/+1
2021-02-19Require Qt 5.6 or later.Gerald Combs1-10/+4
2021-02-18CMake: Use target_include_directores more.Gerald Combs1-8/+3
2021-02-16CMake, GitLab CI: forcibly unset CMAKE_VERBOSE_MAKEFILE if requested.Guy Harris1-3/+12
2021-02-16CMake: Add a note about setting CAExcludePath.Gerald Combs1-0/+6
2021-02-16GitHub CI, CMake: override the definition of cmake_build.Guy Harris1-0/+54
2021-02-15GitLab CI: use sed to strip out -W and -f options from output.Guy Harris1-32/+0
2021-02-15CMake: the argument to rpmbuild to quiet it is --quiet, not -q.Guy Harris1-1/+1
2021-02-15CMake, .gitlab-ci.yml: try to cut down the output for Fedora RPM builds.Guy Harris1-0/+32
2021-02-14Enable -Wredundant-decls.Guy Harris1-6/+1