ncp2222 - Convert process_bitfield -> proto_tree_add_bitmask and other cleanup.
[metze/wireshark/wip.git] / cmakeconfig.h.in
2015-04-21 michal.orynicz[Androiddump] Fix CMake install path for androiddump
2015-04-08 Michal Labedzkiextcap: Add support for Android - androiddump
2015-03-30 Guy HarrisAdd the new #defines to cmakeconfig.h.in.
2015-03-25 Guy HarrisHave a #define for whether the capture buffer size...
2015-03-03 Jeff MorrissLook for and use gethostbyname() if we don't have getad...
2015-02-19 Gerald CombsQt: Add more version and packaging information to the...
2015-02-14 Guy HarrisDon't check for C89 headers.
2015-02-14 Guy HarrisWe use GLib's directory-reading routines, so we don...
2015-02-06 Gerald CombsRemove gethostbyaddr and gethostbyaddr2.
2015-01-11 Graham BloiceFix CMake generation and use of Windows .rc files
2015-01-05 Guy HarrisIn CMake, check for thousands-grouping support in the...
2015-01-05 Guy HarrisAdd a check for NL80211_PROTOCOL_FEATURE_SPLIT_WIPHY_DUMP.
2015-01-04 Guy HarrisClean up handling of INET6.
2015-01-04 Guy HarrisNo need to #define HAVE_PYTHON.
2014-12-27 Guy HarrisCheck for optreset in CMake as well.
2014-12-25 Guy HarrisCheck for getopt_long(), not getopt().
2014-12-23 Guy HarrisCmake: check for popcount, and build it from wsutil...
2014-12-20 Guy HarrisAdd a check for floorl().
2014-12-09 Gerald CombsQt: Initial VoIP Calls dialog.
2014-11-10 David AmeissAllow building under OSX Yosemite using cmake.
2014-10-21 Guy HarrisWith CMake, define WANT_PACKET_EDITOR in config.h.
2014-09-28 Guy HarrisAdd support for getting nanosecond time stamp resolutio...
2014-08-22 Graham BloiceAdd WinSparkle to the CMake build to bring it into...
2014-08-21 Graham BloiceFix CMake checks of PCap functions, along with AirPCap
2014-08-21 Roland KnallExtcap Capture Interface
2014-08-14 Gerald CombsCMake: More Qt5WinExtras plumbing.
2014-07-09 Alexis La GoutteCMake : Set html viewer exe path in HTML_VIEWER variabl...
2014-06-21 Graham BloiceMove the Windows build target OS definitions to Win XP
2014-06-19 Joerg MayerMake cmake build work for msvc 2013 (Graham Bloice)
2014-06-18 Joerg MayerFix building uiqt on Windows with the cmake build system:
2014-06-16 Jeff MorrissMore Python-bindings removal.
2014-06-14 Irene RuengelerDefine INET6 for all platforms.
2014-06-14 Joerg MayerBackport autofoo simd optimization
2014-05-30 Balint ReczeySet PLUGIN_INSTALL_DIR properly for wireshark.pc
2014-02-17 Michal LabedzkiAdd Bluetooth SBC Codec support in cmake
2014-01-07 Jörg MayerHAVE_PLUGINS was defined twice
2014-01-02 Jeff MorrissFix wireshark-qt startup coredump under autofoo and...
2013-11-29 Jörg MayerAt least winpcap checks for WIN32 and not for _WIN32, so
2013-10-11 Guy HarrisWe don't check for lauxlib.h or lualib.h, and we don...
2013-10-10 Guy HarrisMove the QT_MACEXTRAS_LIB cmakedefine in cmakeconfig...
2013-10-10 Gerald CombsTry to locate QtMacExtras.
2013-10-10 Guy HarrisDon't check for pcap_version(); we don't use it.
2013-10-10 Guy HarrisCheck for bpf_image(), just as the autoconf script...
2013-10-10 Guy HarrisHAVE_LUA is for Lua, not some particular version thereof.
2013-10-10 Guy HarrisGet rid of apparently-undefined and apparently-unused...
2013-10-07 Jörg MayerNEED_STRPTIME_H needs to be detected properly for windows.
2013-10-06 Jörg MayerThe code (at least) in dumpcap assumes that PCAP_CREATE...
2013-10-06 Jörg MayerMore copying of config.h.win32 stuff into cmake
2013-10-06 Jörg MayerSet some values for Windows manually where autodetection
2013-10-05 Jörg Mayer(Hopefully) unbreak windows build (#define'ing to 0...
2013-10-05 Jörg MayerInvert NEED_INET_ATON_H to HAVE_INET_ATON_H
2013-10-04 Jörg Mayerssize_t is missing on Windows, so typdef it.
2013-08-13 Jörg MayerImplement in cmake:
2013-07-23 Jörg MayerUse largefile detection in cmake.
2013-07-16 Martin Kaiserset HAVE_GETOPT_H and HAVE_GETOPT variables
2013-04-19 Jörg MayerAdd HAVE_TM_ZONE and HAVE_TZNAME detection to fix...
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2012-10-18 Evan HuusFix CMake build:
2012-09-18 Jeff Morriss*NIX (autofoo and cmake) part of the fix for
2012-09-10 Jörg MayerCopy over HAVE_NL80211 from autofoo
2012-09-06 Jörg MayerGet netlink detection working with cmake (not complete)
2012-06-25 Anders BromanFrom Tony Trinh:
2012-06-20 Jörg MayerComplete cmake support for netlink detection
2012-06-20 Jörg MayerForgot to copy one more change
2012-06-19 Jörg MayerDo the changes to configure from r43354 in cmake as...
2012-02-02 Jörg Mayer- Move setting _U_ into config.h, because
2011-11-07 Gerald CombsChange the use of threads from "mostly always, dependin...
2011-10-08 Jörg MayerMimic test for IPv6 support in GeoIP from autofoo
2011-08-23 Stig BjørlykkeRemove support for libpcre, we use GRegex in GLib.
2011-08-09 Jörg MayerCopy over the commit 38437 to cmake.
2011-08-06 Guy HarrisGet rid of HAVE_PCAP_SET_BUFFER_SIZE - nobody checks for
2011-08-02 Gerald CombsDefine PACKAGE in config.h.
2011-07-21 Jörg MayerMake USE_THREADS actually work with cmake
2011-07-06 Jörg MayerAdd detection of rpcap support in libpcap and use it...
2011-06-28 Stig BjørlykkeReplace all strerror() with g_strerror().
2011-06-17 Jörg MayerAdd configure options to make change the default file...
2011-04-29 Jeff MorrissDon't check for the existence of gzclearerr() any more.
2011-03-08 Stephen FisherA little more old packet list cleanup
2011-02-21 Jaap KeuterFrom Roland Knall:
2010-09-23 Jörg MayerCopy behaviour of
2010-09-23 Jeff MorrissAssume we HAVE_GZCLEARERR on Windows and when using...
2010-05-06 Anders BromanChecking in Stigs changes from
2010-03-17 Guy HarrisAdd CMake tests for pcap_datalink_val_to_description...
2009-10-06 Stig BjørlykkeInvert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H
2009-09-21 Jörg MayerCMake:
2009-09-15 Jörg MayerBuild the asn1 plugin. The only problem(?) is, that...
2009-09-12 Jörg MayerMake building with GeoIP, Python, Capabilities and...
2009-09-09 Jörg MayerCMAKE: Get most of of missing *build* pieces into place
2009-09-01 Kovarththanan Raja... Define some windows specific header files
2009-09-01 Kovarththanan Raja... Check for mkdtemp()
2009-08-31 Jörg MayerAdd check for HAVE_MKSTEMP to make build work again on
2009-08-31 Kovarththanan Raja... CMake: Remove PRId64, PRIu64, PRIx64, PRIX64, and PRIo6...
2009-06-16 Jörg MayerOK, so my last commit message was too optimistic -...
2008-07-18 Jeff MorrissRemove iconv/libiconv checks from *NIX builds: GLIB...
2007-10-28 Sake BlokBug 1227 : From Frederic Heem:
2006-12-08 Jörg MayerGet rid of UCD SNMP support (it's not longer supported and
2006-10-24 Jörg MayerParts of bugs.wireshark.org/bugzilla/show_bug.cgi?id...
2006-09-06 Jörg Mayercmake/