Disable warning C4267 in generated files.
[metze/wireshark/wip.git] / acinclude.m4
2017-12-14 Jeff MorrissFix detection of Lua when there's no pkgconfig file.
2017-12-03 Guy HarrisFix the configuration check for remote-capture support...
2017-11-29 Guy HarrisGet rid of --with-pcap-remote; always check for pcap_open.
2017-11-15 João ValverdeExplain where GeoIP_free comes from
2017-11-05 João Valverdeautotools: Try to be clearer about --with-ssl and remov...
2017-11-01 João Valverdeconfigure: Fix pcap-config --cflags command substitution
2017-10-14 João Valverdeconfigure: Fix PCAP_LIBS without pcap-config
2017-10-14 Guy HarrisUpdate comment.
2017-09-24 João Valverdeautotools: Use package flags to configure libpcap
2017-09-03 João Valverdeconfigure: Restore --with-pcap=<DIR> option
2017-08-22 Ahmad FatoumAdd hardware timestamping support
2017-07-30 Pascal QuantinAdd G.729 decoding based on bcg729 library
2017-07-21 Guy HarrisRequire at least c-ares 1.5.0 when configuring.
2017-06-27 Guy HarrisOn UN*X, make sure we can find inflate() in libz.
2017-05-11 Guy HarrisRevert "Revert "Get rid of HAVE_REMOTE.""
2017-05-11 Jörg MayerRevert "Get rid of HAVE_REMOTE."
2017-05-10 Guy HarrisGet rid of HAVE_REMOTE.
2017-04-14 Pascal QuantinUpdate Windows binaries to GeoIP 1.6.10 with a local...
2016-12-28 Peter WuCMake,autotools: enable -Werror=implicit by default
2016-12-20 Guy HarrisUpdate comments and messages for the new name for Apple...
2016-12-02 Guy HarrisDo *NOT* strip newlines from the standard input of...
2016-10-17 Benoît Canetcql: add lz4 and snappy decompression
2016-10-13 Balint ReczeyRemove nghttp2 code and use system' nghttp2
2016-07-06 João Valverdeconfigure: Check for working lrelease
2016-06-27 João Valverdeautotools: Qt 5.7 requires C++11
2016-06-13 John A. Thackerextcap: Check libssh >= 0.6.0 for sshdump, ciscodump
2016-05-12 João Valverdeautotools: Move OSX autoconf macros to ws_osx.m4
2016-04-25 João Valverdeautotools: use AM_CONDITIONAL for rpm build rule
2016-04-04 João ValverdeRename "libz" to "zlib"
2016-04-02 João ValverdeUse AC_PROG_SED
2016-04-02 João ValverdeUse AC_CHECK_MEMBERS
2016-04-02 João ValverdeUse AC_STRUCT_TIMEZONE
2016-03-25 João ValverdeImprove configure script message
2016-03-25 João ValverdeAdd ax_lib_socket_nsl.m4 macro
2016-03-23 João Valverdeconfigure.ac: Remove --enable-usr-local
2016-03-22 João ValverdeReorder some linker flags from most dependent to least...
2016-03-21 João ValverdeRemove ADNS support
2016-03-10 Eric AndersonUse AX_PROG_CC_FOR_BUILD macro to identify compiler...
2016-03-03 João ValverdeRevert "autotools: Use explicit zlib dependency build...
2016-03-03 João Valverdeautotools: Use explicit zlib dependency build flags
2016-02-27 João ValverdeLua configure.ac improvements
2016-02-23 João Valverdeautotools: Display build flags in configure summary
2016-02-21 João Valverdeautotools: Fix multiple repetitions of -L build flags
2016-02-20 João Valverdeautotools: Use Qt flags only for building Qt GUI
2016-02-03 João ValverdeFix Qt4 moc option argument and add build parametrization
2016-01-28 João Valverdeautotools: Don't use "user variables" to set build...
2016-01-16 Guy HarrisRevert "Don't use the printf command; it's not guarante...
2016-01-16 Guy HarrisDon't use the printf command; it's not guaranteed to...
2015-11-26 Peter Wuautotools: do not apply CFLAGS in reverse order
2015-11-25 Guy HarrisDon't check whether the C++ compiler supports a flag...
2015-11-23 João ValverdeRemove configure --enable-ipv6 option
2015-11-21 João Valverdeacinclude.m4: Replace AS_ECHO_N with printf
2015-11-21 João Valverdeautotools: Fix extra-compiler-warnings for system headers
2015-11-19 Dario Lombardoextcap: add sshdump.
2015-10-08 Guy HarrisNo RCS/CVS/SVN Ids any more.
2015-10-02 Gerald CombsQt: Initial RTP playback.
2015-09-18 Jeroen Rooversdo not clobber user CFLAGS
2015-09-10 Jeffrey SmithCheck if -fPIC is needed for Qt5 code to compile
2015-07-10 Guy HarrisMake .o files, not .cpp and .h files, depend on the...
2015-07-08 Guy HarrisMake sure we get the Qt tools for the Qt version with...
2015-06-11 Jeff MorrissSearch for the Lua (version < 5.3) package first: it...
2015-06-09 Guy HarrisClean up --with-qt handling.
2015-06-08 Jeff MorrissUpdate how we search for Lua with pkg-config.
2015-05-28 Mike Frysingerswitch to AC_PATH_TOOL
2015-04-13 Guy HarrisAdd a major version number argument to --with-qt.
2015-04-12 Guy HarrisOnly add flags to CFLAGS_FOR_BUILD if $CC and $CC_FOR_B...
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-26 Jeff MorrissActually define HAVE_GETADDRINFO if we find it.
2015-02-06 Gerald CombsRemove gethostbyaddr and gethostbyaddr2.
2015-02-04 Jeff MorrissSimplify how we find Lua and expand the places we look.
2015-01-04 Guy HarrisNo *pcap should have pcap_open() without the other...
2014-12-09 Gerald CombsQt: Initial VoIP Calls dialog.
2014-09-28 Guy HarrisAdd support for getting nanosecond time stamp resolutio...
2014-08-22 Garming SamCope with MIT being line wrapped when compiling with...
2014-08-04 Guy HarrisFix a comment.
2014-08-03 Guy HarrisDefine INET6 in config.h rather than in the Makefile.
2014-07-01 Guy HarrisDon't check for -Wl,{option} support.
2014-07-01 Guy HarrisFix comments to reflect reality.
2014-06-18 Guy HarrisIf we don't check for something, don't print a result.
2014-06-18 Guy HarrisDon't do the check for clang/clang++.
2014-06-18 Guy HarrisAdd -Werror when testing -m compiler flags.
2014-06-16 Guy HarrisGet rid of the last bits of Python, as they break the...
2014-04-20 Guy HarrisDon't distinguish between "GCC" and "Clang" extra ...
2014-03-09 Guy HarrisTry to improve the "Kerberos requested but not OpenSSL...
2013-12-26 Guy HarrisFix configure-script errors with some versions of autoconf.
2013-12-26 Guy HarrisOK, "i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 ...
2013-12-24 Guy HarrisNo need for quotes around the arguments to AC_MSG_...
2013-12-24 Guy HarrisSome warning options are, for reasons not entirely...
2013-10-16 Gerald CombsAdd checks to see if CC and/or CXX are Clang. Add ...
2013-10-10 Guy HarrisFix other HAVE_LUA entry.
2013-10-10 Guy HarrisJust describe HAVE_LUA as "Define to use Lua"; it's...
2013-09-18 Balint ReczeyRevert "Prefer newer Lua versions"
2013-09-18 Balint ReczeyPrefer newer Lua versions
2013-09-14 Jörg MayerFix a typo
2013-08-12 Guy HarrisJust check whether dladdr() is available; we check...
2013-08-12 Guy HarrisOn some platforms, to get dladdr() you need to link...
2013-07-24 Guy HarrisAdd a AC_WIRESHARK_QT_MODULE_CHECK that checks for...
2013-07-24 Guy HarrisThe files in aclocal-fallback are copies of .m4 files...
2013-07-02 Guy HarrisIf the LHS of an "expr LHS : RHS" expression has an...
next