aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2017-11-18Begin cleanup of make-dissector-reg.pyJoão Valverde1-1/+2
2017-11-14CMake: Make Qt5 packages required if building Qt versionGraham Bloice1-0/+8
2017-11-12Link with ZLIB_LIBRARIES if you link with wiretap.Guy Harris1-1/+3
2017-11-05autotools: Try to be clearer about --with-ssl and remove cruftJoão Valverde1-1/+0
2017-10-26Move the compiler version tests to ws_compiler_tests.h and use them elsewhere.Guy Harris1-2/+3
2017-10-21Warn the developer if we're building with GTK+.Gerald Combs1-0/+1
2017-10-17CMake: increase minimum required version to 2.8.11Peter Wu1-1/+1
2017-10-17CMake: fix Qt build with CMake 2.8.12 and beforePeter Wu1-28/+15
2017-10-16cmake: fix CMP0026 deprecation warning in CMake 3.9Peter Wu1-22/+10
2017-10-16cmake: remove and reorder unused cmake policiesPeter Wu1-21/+7
2017-10-13CMake: Allow user build flags to override default build flagsJoão Valverde1-21/+18
2017-10-06Make osx-app.sh a configured file and remove Autotools targets.Gerald Combs1-1/+2
2017-10-03Add version check for plugin compatibilityJoão Valverde1-2/+3
2017-10-01CMake: Fix extcap plugin directoryJoão Valverde1-1/+1
2017-10-01Unsplit "m2m" plugin (wimax mac-to-mac encapsulation)João Valverde1-1/+0
2017-09-28Remove TPG plugin and dependenciesJoão Valverde1-15/+0
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde1-9/+9
2017-09-24CMake: Print build flags just before feature summaryJoão Valverde1-6/+7
2017-09-24CMake: Pretty print PACKAGELISTJoão Valverde1-1/+2
2017-09-23plugins: Fixups for g9260461f4fJoão Valverde1-3/+2
2017-09-22Revert "CMake: Print a warning if CCACHE_CPP2 is unset."Gerald Combs1-4/+0
2017-09-22CMake: Print a warning if CCACHE_CPP2 is unset.Gerald Combs1-0/+4
2017-09-22Add Flow Graph functionality to TSharkMichael Mann1-0/+1
2017-09-21cmake: look for Qt5 from Homebrew on macOSPeter Wu1-0/+7
2017-09-20CMake: fix extcaps dependency listMartin Kaiser1-3/+7
2017-09-17cmake: Add option to disable -Wframe-larger-thanStig Bjørlykke1-1/+1
2017-09-17plugins: Use minor version number for plugin install pathJoão Valverde1-1/+1
2017-09-17plugins: Fix paths to match WSUGJoão Valverde1-0/+1
2017-09-17CMake: Initial work to install headers for the benefit of pluginsJoão Valverde1-0/+20
2017-09-16cmake: Add -Wcomma as a warning flag.Stig Bjørlykke1-0/+1
2017-09-11CMake: Fix RPATH after ga338f87f33João Valverde1-2/+2
2017-09-08Use cmake_push_check_state() and cmake_pop_check_state().Guy Harris1-2/+6
2017-09-06CMake: Make plugin installation path use PLUGIN_INSTALL_LIBDIRJoão Valverde1-3/+5
2017-09-06CMake: Move CPACK remnants and remove stale commentJoão Valverde1-18/+9
2017-09-06plugins: config.h must not be included by public headersJoão Valverde1-11/+0
2017-09-03CMake: Use GNUInstallDirs module instead of our ownJoão Valverde1-1/+1
2017-09-01CMake: prevent unnecessary rebuilds due to version.hPeter Wu1-0/+8
2017-08-30Revert "Add -Wused-but-marked-unused as an extra warning flag."Alexis La Goutte1-7/+0
2017-08-29CMake: We no longer support Visual C++ 2005 or 2008.Gerald Combs1-7/+0
2017-08-28cmake: add ENABLE_NGHTTP2 optionPeter Wu1-1/+6
2017-08-27Add -Wused-but-marked-unused as an extra warning flag.Guy Harris1-0/+7
2017-08-25CMake: Package list updates.Gerald Combs1-18/+12
2017-08-19Remove support for CPack.Michael Mann1-2/+28
2017-08-17Fix some comments.Guy Harris1-2/+6
2017-08-16CMake: Switch back to shipping README.txt on Windows.Gerald Combs1-3/+17
2017-08-15Convert README to README.md.Gerald Combs1-1/+2
2017-08-13CMake: allow CMAKE_INSTALL_RPATH to be overriddenPeter Wu1-1/+1
2017-08-12Sync some CMake and Autotools install behaviors.Gerald Combs1-8/+36
2017-08-11CMake: Make PLUGIN_INSTALL_DIR absolute.Gerald Combs1-1/+1
2017-08-10CMake: Update RPATH during installation.Gerald Combs1-1/+11