aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2014-03-31Add --enable-extra-clang-checks for autotools and CMakeListAlexis La Goutte1-6/+22
2014-03-17Remove -Wunreachable-code it is removed from GCCAlexis La Goutte1-1/+0
2014-03-08Add pkg-config fileBalint Reczey1-0/+9
2014-02-20Add missing SBC library to cmake buildMichal Labedzki1-0/+1
2014-02-17Add Bluetooth SBC Codec support in cmakeMichal Labedzki1-0/+7
2014-02-14Disable tfshark taps for now.Evan Huus1-1/+0
2014-02-07Replace "svn" with "git" all over the place.Gerald Combs1-19/+20
2014-01-19Error doesn't exist, use warning instead.Jörg Mayer1-1/+1
2014-01-19Add option to specify special permissions for dumpcap during cmake phase:Jörg Mayer1-4/+33
2014-01-18-Warray-bounds was listed twiceJörg Mayer1-1/+0
2014-01-09Move cfile.c into SHARK_COMMON_SRC (as was done in nmake)Jörg Mayer1-4/+1
2014-01-08make tfshark finally compile:Jörg Mayer1-1/+3
2014-01-08TFShark doesn't capture traffic, so it doesn't needGuy Harris1-1/+0
2014-01-08At least some of the files in PLATFORM_CAPTURE_SRC are needed byGuy Harris1-4/+4
2014-01-08Rename WIRESHARK_COMMON_SRC to SHARK_COMMON_SRC - what's common about itGuy Harris1-13/+15
2014-01-08TFShark (Terminal Fileshark) v.001. Bug 9607 (https://bugs.wireshark.org/bug...Michael Mann1-1/+25
2014-01-07Rework compiler flag detection to be able to handle changedJörg Mayer1-23/+18
2014-01-03Check flags that might be supported by both C and C++ stillJörg Mayer1-1/+12
2014-01-03As discussed on wireshark-dev: follow autotools to useJörg Mayer1-1/+3
2014-01-02Actually enable building filetap library.Jörg Mayer1-1/+4
2014-01-02Stop building and distributing the asn1 plugin. I bleleve it to be obsolete.Anders Broman1-1/+0
2013-12-22Generated stuff does not belong into the source treeJörg Mayer1-1/+1
2013-12-22Beginnings of doxygen support.Jörg Mayer1-0/+30
2013-12-13Add a "captype" file that just reports the type of a capture file, basedGuy Harris1-1/+24
2013-12-04Create all binaries in one directory. After running setpath.batJörg Mayer1-2/+10
2013-12-02Remove /msvc2010 after ${QT5_BASE_DIR}, it should be part ofJörg Mayer1-1/+2
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-8/+0
2013-12-01Small style changes.Jörg Mayer1-6/+6
2013-12-01- Rename PCAP_VERSION to WINPCAP_VERSION - the version of the underlyingJörg Mayer1-3/+3
2013-11-30Looks like the WinPcap version can only be determined from theJörg Mayer1-1/+2
2013-11-29Graham BloiceJörg Mayer1-0/+9
2013-11-29Graham Bloice:Jörg Mayer1-0/+3
2013-11-24According toGuy Harris1-1/+0
2013-11-24Use GCC flags to avoid optimization problems due to undefined behaviourBalint Reczey1-0/+4
2013-11-22Add -Wheader-guard to Autotools and CMakeAlexis La Goutte1-0/+1
2013-11-18Beginnings of CheckAPI support. More diligence neededJörg Mayer1-0/+5
2013-11-17Fix indent (use tabs)Alexis La Goutte1-121/+120
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+0
2013-11-09No need to check whether cmake_policy command exists as we requireJörg Mayer1-5/+14
2013-11-07Turn WANT_PACKET_EDITOR into an option until such a time thatJörg Mayer1-2/+0
2013-11-07Add WANT_PACKET_EDITOR to CMakeAlexis La Goutte1-0/+1
2013-11-04- Reenable /LARGEADDRESSAWARE on Windows platformJörg Mayer1-6/+14
2013-11-03Pass the name of the sed executable as an explicit argurment toJörg Mayer1-1/+1
2013-10-29Make it so out-of-tree builds (autofoo and cmake) have access to the variousJeff Morriss1-0/+2
2013-10-27Add Gettext to PACKAGELIST. Homebrew puts it in a nonstandard location.Gerald Combs1-1/+1
2013-10-16If we're using Clang add -Qunused-arguments in order to avoid a bunchGerald Combs1-2/+6
2013-10-13Add CMake properties to targets so that they are logically organised when usi...Graham Bloice1-0/+18
2013-10-12Remove some things that I added while not understanding the realJörg Mayer1-3/+4
2013-10-11With Gerald's patch we should no longer require GTK includes for QT-Only buildsJörg Mayer1-10/+0
2013-10-11The env variable is QT5_BASE_DIR, as documented in README.cmakeJörg Mayer1-1/+1