aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2014-09-20Qt: Add stock icons.Gerald Combs1-0/+1
2014-09-06Remove obsolete dissectors.AndersBroman1-1/+0
2014-09-02Simplify ./configure logic for telling rpmbuild which GUI(s) we're building.Jeff Morriss1-37/+17
2014-09-02Qt → wireshark. GTK+ → wireshark-gtk.Gerald Combs1-8/+8
2014-08-21Extcap Capture InterfaceRoland Knall1-0/+27
2014-08-20If the user explicitly requested gnutls or libgcrypt generate an error if theyJeff Morriss1-4/+18
2014-08-15Mark echld and tfshark as experimental in the ./configure help.Jeff Morriss1-38/+40
2014-08-12Remove make-dissector-reg and require python for autotool builds as wellJoerg Mayer1-0/+2
2014-08-04Rip out the filetap codeEvan Huus1-1/+0
2014-08-03Get rid of debugging output, and get CMake to produce verbose makefiles.Guy Harris1-24/+19
2014-08-03OK, try sorting the compiler options.Guy Harris1-10/+12
2014-08-02Get rid of trailing blank line.Guy Harris1-1/+0
2014-08-02Dump additional debugging information.Guy Harris1-0/+9
2014-08-01Add the easy_codec plugin to the source distribution.Jeff Morriss1-0/+1
2014-07-30Add some files under asn1 to the distribution.Guy Harris1-0/+1
2014-07-19Only ABI-check strncasecmp.h if strncasecmp() is part of the API/ABI.Guy Harris1-1/+6
2014-07-09Moved nghttp2 to epanGraham Bloice1-1/+1
2014-07-06Clean up handling of missing functions.Guy Harris1-32/+21
2014-07-05Fix an error caught by enum-conversion warnings.Guy Harris1-2/+5
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris1-0/+2
2014-07-02Make some inconsistent configuration options errors.Guy Harris1-4/+8
2014-07-02If -fvisibility=hidden isn't supported, try -xldscope=hidden.Guy Harris1-2/+19
2014-07-01Don't check for -Wl,{option} support.Guy Harris1-22/+0
2014-07-01Fix comments to reflect reality.Guy Harris1-2/+2
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