aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2014-05-31Add nghttp2 lib (HPACK)Alexis La Goutte1-0/+1
2014-05-30Set PLUGIN_INSTALL_DIR properly for wireshark.pcBalint Reczey1-1/+1
2014-05-231.11.4 → 1.99.0.Gerald Combs1-2/+2
2014-05-23Update comment about -Wunreachable-code and -WdocumentationAlexis La Goutte1-2/+3
2014-04-20"extra *compiler* warnings", not just "extra warnings".Guy Harris1-3/+3
2014-04-20Rename --enable-extra-compiler-checks to --enable-extra-warnings.Guy Harris1-3/+3
2014-04-20Don't distinguish between "GCC" and "Clang" extra -W flags.Guy Harris1-18/+13
2014-04-15Add license compatibility information for GMP (used by GnuTLS).Gerald Combs1-1/+18
2014-04-151.11.3 → 1.11.4.Gerald Combs1-1/+1
2014-03-31Add --enable-extra-clang-checks for autotools and CMakeListAlexis La Goutte1-2/+18
2014-03-17Remove -Wunreachable-code it is removed from GCCAlexis La Goutte1-9/+0
2014-03-12Get rid of $Id$, add some comments.Guy Harris1-1/+5
2014-02-12RTP: Add support for SBC codec in RTP PlayerMichal Labedzki1-0/+10
2014-01-18-Warray-bounds was listed twiceJörg Mayer1-1/+0
2014-01-08tfshark.c doesn't build without warnings, so default to "don't build it"Guy Harris1-2/+2
2014-01-08Handle tfshark.Guy Harris1-11/+17
2014-01-08TFShark (Terminal Fileshark) v.001. Bug 9607 (https://bugs.wireshark.org/bug...Michael Mann1-0/+1
2014-01-02Don't try to build asn1/asn1/Makefile either (see r54561).Jeff Morriss1-1/+0
2014-01-02Don't try to build asn1/gnm/Makefile (see r54561).Jeff Morriss1-1/+0
2013-12-31From DirkMartin Kaiser1-0/+1
2013-12-27Fix some typoes, quote $CFLAGS and $LDFLAGS when using them inGuy Harris1-7/+7
2013-12-24Some warning options are, for reasons not entirely obvious to me, notGuy Harris1-2/+8
2013-12-21If Gtk >= 3.10, allow use of deprecated Gtk features (and prevent 'deprecated...Bill Meier1-1/+7
2013-12-14Allow -Wmissing-prototypes only for CJakub Zawadzki1-1/+1
2013-12-13Add a "captype" file that just reports the type of a capture file, basedGuy Harris1-0/+19
2013-11-26Overhaul rpm-building options a bit: as suggested by Anders, have the RPM followJeff Morriss1-2/+39
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-19Fix compilation with Clang (Remove limitation to -fPIE to only C)Alexis La Goutte1-1/+1
2013-11-181.11.2 → 1.11.3.Gerald Combs1-1/+1
2013-11-151.11.1 → 1.11.2.Gerald Combs1-1/+1
2013-11-07Enable Packet Editor by defaultAlexis La Goutte1-2/+2
2013-11-03Fix autoconf broken by last commit.Jörg Mayer1-1/+0
2013-11-03Pass the name of the sed executable as an explicit argurment toJörg Mayer1-0/+6
2013-11-01From Thomas Dreibholz via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-0/+1
2013-10-20From e.yimjia via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9289 :Pascal Quantin1-0/+1
2013-10-18Simplify a bit (in a way which will hopefully actually work): just don't add ...Jeff Morriss1-15/+3
2013-10-18Add -Wno-shorten-64-to-32 (if we can) when compiling the Qt UI.Jeff Morriss1-1/+15
2013-10-16Add checks to see if CC and/or CXX are Clang. Add "-Qunused-arguments"Gerald Combs1-2/+2
2013-10-16Don't bother checking for clang, just add -Qunused-arguments to theGerald Combs1-3/+1
2013-10-161.11.0 -> 1.11.1Pascal Quantin1-1/+1
2013-10-16If we're using Clang add -Qunused-arguments in order to avoid a bunchGerald Combs1-0/+4
2013-10-11Build with Qt by default.Gerald Combs1-2/+3
2013-10-10We use g_ascii_strtoll(), not strtoll(), so we no longer need to checkGuy Harris1-1/+0
2013-10-05Invert NEED_INET_ATON_H to HAVE_INET_ATON_HJörg Mayer1-1/+1
2013-10-01Use separate "Read me first" files for Qt and GTK+.Gerald Combs1-0/+2
2013-09-30Use macdeployqt to add the Qt bits to our bundle. Put our libraries inGerald Combs1-1/+1
2013-09-30More Qt app bundle migration. Still doesn't work quite right.Gerald Combs1-1/+1
2013-09-30Start migrating the OS X app bundle to Qt. This will likely break theGerald Combs1-1/+2