test: print command output for dfiltertest failures
[metze/wireshark/wip.git] / ConfigureChecks.cmake
2018-05-30 Guy Harrisifaddrs.h may require sys/types.h to be included first.
2018-05-16 Guy HarrisEliminate some unneeded header checks.
2018-05-16 Gerald CombsCMake: Skip more header checks on Windows.
2018-05-05 Guy HarrisUse dlget() and dlgetname() to get the executable path...
2018-05-05 Guy HarrisOn Solaris, check for getexecname in CMake.
2018-04-24 Joakim Karlssoncmake: remove warnings -Werror=old-style-definition
2018-04-17 Gerald CombsRemove some GTK+-only code.
2018-03-23 Guy HarrisInclude alloca.h if we have it.
2018-03-13 Gerald CombsRemove popcount in favor of ws_count_ones.
2018-03-13 Gerald CombsCMake: Skip some header checks on Windows.
2018-03-12 Gerald CombsRemove some unused or hard-coded header checks.
2018-03-07 Dario LombardoMore licenses converted to SPDX.
2018-02-10 Dan Robertsonmusl: compile with musl libc
2017-10-29 João ValverdeRetire use of getprotobynumber()
2017-10-26 Gerald CombsCMake: Remove unused header checks.
2017-10-26 Gerald CombsCMake: Don't check for windows.h or winsock2.h.
2017-10-25 João ValverdeRemove replacement inet_pton/inet_ntop
2017-10-25 João ValverdeRemove inet_aton() usage everywhere
2017-10-24 João ValverdeTest g_printf() thousands grouping flag at runtime
2016-10-22 Guy HarrisFix the #defines for the presence of structure names.
2016-10-22 Guy HarrisOn UN*X, st_ctime is the last status change time, not...
2016-06-01 Michael MannAllow create_tempfile to support a suffix.
2016-04-30 Jeff MorrissDon't bother checking for getaddrinfo(): we don't use it.
2016-04-04 João ValverdeUse AC_REPLACE_FUNCS and LTLIBOBJS
2016-04-04 João ValverdeRemove synchronous DNS name resolution
2016-04-02 João ValverdeUse AC_CHECK_MEMBERS
2016-04-02 João ValverdeUse AC_STRUCT_TIMEZONE
2016-03-04 Dario Lombardoextcap: add local_interfaces_to_list() to wsutil.
2016-03-01 Mikael Kanstrupdumpcap: Add support for 802.11ac monitor modes
2016-02-19 João ValverdeAdd inet_pton/inet_ntop interface to libwsutil
2016-02-07 João ValverdeGTK: Check if lrint() is usable, fix warnings [-Wbad...
2016-02-06 João ValverdeCMake: Minor ConfigureChecks.cmake cleanup
2015-12-15 João Valverdecmake: Fix Unix introspection for floorl() [-Wredundant...
2015-12-15 Alexis La GoutteConfigureChecks (cmake): Fix indent (use tabs) and...
2015-09-23 Guy Harris$, not %, is used to introduce a variable reference...
2015-03-30 Guy HarrisWork around a Linux bonding driver bug (and the lack...
2015-03-03 Jeff MorrissLook for and use gethostbyname() if we don't have getad...
2015-02-27 Guy HarrisWe don't need to check for strings.h.
2015-02-27 Guy Harris<string.h>, not <memory.h>, is the header file for...
2015-02-27 Guy Harriswmem, unlike emem, doesn't use mmap(); remove some...
2015-02-16 Peter WuTrivial Dead assignment fixes in configure
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-05 Guy HarrisSuppress the check for ' as a formatting character...
2015-01-05 Guy HarrisIn CMake, check for thousands-grouping support in the...
2015-01-05 Guy HarrisDon't check for nl80211 stuff if we don't have libnl.
2015-01-05 Guy HarrisAdd a check for NL80211_PROTOCOL_FEATURE_SPLIT_WIPHY_DUMP.
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 HarrisFix typo.
2014-12-20 Guy HarrisWhen checking for floorl(), include math.h.
2014-12-20 Guy HarrisAdd a check for floorl().
2014-11-10 David AmeissAllow building under OSX Yosemite using cmake.
2014-10-30 Jeff MorrissRemove the optional strncasecmp.{h,c} target (for syste...
2014-07-06 Guy HarrisClean up handling of missing functions.
2014-03-31 Alexis La GoutteContinue to remove $Id$ from top of file
2013-10-11 Guy HarrisWe don't need to check for lauxlib.h.
2013-10-11 Guy HarrisCheck for sa_len in struct sockaddr.
2013-10-11 Guy HarrisNote that dladdr() isn't being found on OS X, even...
2013-10-10 Guy HarrisMove the QT_MACEXTRAS_LIB cmakedefine in cmakeconfig...
2013-10-06 Jörg MayerSet some values for Windows manually where autodetection
2013-10-05 Jörg MayerInvert NEED_INET_ATON_H to HAVE_INET_ATON_H
2013-08-13 Jörg MayerImplement 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...
2012-09-10 Jörg MayerCopy over HAVE_NL80211 from autofoo
2012-09-10 Jörg MayerMake the check for NL80211_CMD_SET_CHANNEL work by...
2012-09-06 Jörg MayerGet netlink detection working with cmake (not complete)
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2011-08-09 Jörg MayerCopy over the commit 38437 to cmake.
2011-08-06 Guy HarrisSet svn:keywords and svn:eol-style. Fix the EOL style.
2011-06-28 Stig BjørlykkeReplace all strerror() with g_strerror().
2009-10-06 Stig BjørlykkeInvert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H
2009-09-12 Jörg MayerMake building with GeoIP, Python, Capabilities and...
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-30 Kovarththanan Raja... Add a couple of Windows header files
2009-08-27 Kovarththanan Raja... Add ConfigureChecks.cmake