summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2014-07-03Allow overriding C/C++ flags from CMake command lineBalint Reczey1-2/+6
2014-06-05Fix wireshark.pc install destinationBalint Reczey1-1/+1
2014-06-05Set PLUGIN_INSTALL_DIR properly for wireshark.pcBalint Reczey1-2/+2
2014-05-23Update comment about -Wunreachable-code and -WdocumentationAlexis La Goutte1-2/+3
2014-05-21Fix indent (use tabs)Alexis La Goutte1-8/+8
2014-05-05Not finding a non-required package is *NOT* an error!Guy Harris1-1/+10
2014-05-05set(<variable>) *undefines* the variable; a value must be specified.Guy Harris1-4/+4
2014-05-01Fix procedure of finding packagesMichał Orynicz1-3/+12
2014-04-29Set CMake defaults for Windows build to:Graham Bloice1-1/+3
2014-04-20Rename ENABLE_EXTRA_COMPILER_CHECKS to ENABLE_EXTRA_COMPILER_WARNINGS.Guy Harris1-2/+2
2014-04-20Get rid of ENABLE_EXTRA_CLANG_CHECKS.Guy Harris1-6/+0
2014-04-20Don't distinguish between "GCC" and "Clang" extra -W flags.Guy Harris1-26/+53
2014-04-09Make makefile verbosity configurable from CMakeMichał Orynicz1-3/+0
2014-04-09Change how WERROR and WERR_UNKNOWN is turned offMichał Orynicz1-2/+2
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
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