aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2014-06-24Another file to generate in the configure script.Guy Harris1-0/+1
2014-06-23Move the routines to talk to dumpcap into a static libcapchild.Guy Harris1-0/+4
2014-06-18Don't compile anything with -msse4.2 unless the compiler supports it.Guy Harris1-0/+2
2014-06-18Fix x86 buildbots, revert sse4.2 AM_CONDITIONAL logicJakub Zawadzki1-1/+1
2014-06-18Don't do the check for clang/clang++.Guy Harris1-1/+0
2014-06-18Set the conditional SSE42_SUPPORTED in all circumstances.Guy Harris1-3/+4
2014-06-17Rewrite check for ws_mempbrk_sse42.c compilationJakub Zawadzki1-6/+27
2014-06-16Remove the (old, broken) Python bindings option to ./configure (and a few oth...Jeff Morriss1-47/+0
2014-06-16More wspython removal.Gerald Combs1-1/+0
2014-06-10Change HAVE_SSE42 to HAVE_SSE4_2 add $(SIMD_FLAGS)AndersBroman1-0/+6
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