Call mac_lte_drx_control_element_received and make it static again
[metze/wireshark/wip.git] / configure.ac
2013-09-30 geraldUse macdeployqt to add the Qt bits to our bundle. Put...
2013-09-30 geraldMore Qt app bundle migration. Still doesn't work quite...
2013-09-30 geraldStart migrating the OS X app bundle to Qt. This will...
2013-09-10 guyUse -m32, instead, as per Michael Tuexen's suggestion.
2013-09-10 guyWhen building for 10.4 or 10.5, force 32-bit x86 on...
2013-08-24 guyCan't use [ as an alias for "test" in configure scripts...
2013-08-23 guyTo handle the hypothetical case of an OS X release...
2013-08-21 guyArrange that "make distcheck" use the GUI configure...
2013-08-13 guyAdd in more comments on the whole "get the path of...
2013-08-12 guyIf we're looking for some version of GTK+, and don...
2013-08-12 guyJust check whether dladdr() is available; we check...
2013-08-12 guyOn some platforms, to get dladdr() you need to link...
2013-08-08 etxrabFrom Mathias Guettler:
2013-08-05 geraldFix the Python version check. Hopefully no one is runni...
2013-08-05 geraldDon't force the use of Python 2.x, similar (but not...
2013-07-31 guyCheck the Python major version number in a way that...
2013-07-31 guyGet rid of extra comment line.
2013-07-31 guyOnly use sw_vers if we're on OS X.
2013-07-31 guySet the minimum OS X version in the installer package...
2013-07-31 guyIf you use --enable-osx-deploy-target or --disable...
2013-07-24 guyThe files in aclocal-fallback are copies of .m4 files...
2013-07-24 guyAdd a comment.
2013-07-24 guyIf none of --with-gtk2, --with-gtk3, or --with-qt are...
2013-07-24 jmayerChange default gtk build from version 2 to version...
2013-07-16 martinkset HAVE_GETOPT_H and HAVE_GETOPT variables
2013-07-15 eapacheRevert r50150. I suspect the problem was Ubuntu's trans...
2013-07-13 guyOn OS X, set the rpath for executables to include
2013-07-09 guyCPPFLAGS contains the flags for the C preprocessor...
2013-07-07 guyClean up comments.
2013-07-06 guyCheck for an OS X deployment target early, so that...
2013-07-06 guyAdd a --enable-osx-deploy-target option to set the...
2013-06-28 guyRename AC_WIRESHARK_GCC_CFLAGS_CHECK to
2013-06-28 guyDo the "is $CXX actually a C++ compiler" test as early...
2013-06-28 morrissStandard C++ header files don't have .h in their name...
2013-06-28 guyAC_LANG_PROGRAM's second argument is put inside "int...
2013-06-28 guyAC_PROG_CXX doesn't actually check whether what it...
2013-06-27 guySuppress "Of *COURSE* you're developing a Mac-only...
2013-06-27 guyFor now, don't turn on -Wcast-align by default. There...
2013-06-27 guyDon't assume that compilers not named "clang" will...
2013-06-26 guyDon't assume that compilers that need an extra option...
2013-06-26 morrissechld is not an optional package, it's an optional...
2013-06-26 morrissIf the user enables gtk3, (silently) disable gtk2 rathe...
2013-06-26 guyNothing uses the HAVE_GTK #define, so get rid of it...
2013-06-25 legoLast changes to autofoo, rename the files as they live...
2013-06-25 eapacheLook for moc-qt4 before moc and uic-qt4 before uic...
2013-06-25 morrissOf course I forgot to test the normal/default case...
2013-06-25 morrissAllow the Gtk+ and Qt versions to be built simultaneous...
2013-06-25 legoThis should get cmake to ignore echld...
2013-06-25 legoRevert --with-echld until I find out how to get it...
2013-06-25 lego--with-echld
2013-05-20 geraldMake the minimum supported GLib version 2.16.
2013-05-12 guyHTML_VIEWER isn't used in the build process, it's run...
2013-05-11 guyAdd some comments describing what programs are being...
2013-05-11 guyDon't just look for python2. Instead, first look for...
2013-05-09 martinkFrom Jeroen Roovers
2013-05-02 geraldAdd a link to the Survey of Commonly Available C System...
2013-05-02 morrissAs suggested by Evan:
2013-05-01 jmayerMake the python scripts work on systems where python...
2013-04-22 gerald1.9.3 → 1.11.0.
2013-04-06 geraldLooks like the licensing change only applies to GnuTLS...
2013-04-06 geraldGnuTLS recently switched back to a compatible license...
2013-03-28 gerald1.9.2 → 1.9.3.
2013-03-27 geraldIt looks like GLib 2.36.0 was released on the 25th...
2013-03-27 stigRemove searching in $prefix for packages as requested...
2013-03-27 geraldIt's 2013.
2013-03-27 geraldAdd the release date for GTK+ 3.8.0.
2013-03-24 guyThanks to a ton of patches from Ed Beroset and some...
2013-03-18 guySome more tYpo/cut-and-pasteo fixes for my libnl changes.
2013-03-18 gerald1.9.1 → 1.9.2.
2013-03-18 guyFix some bugs in my libnl configuration changes found...
2013-03-18 guyDon't bother doing any of the Linux-specific libnl...
2013-03-18 eapacheFollow-up to r48395 and bug #8494.
2013-03-18 eapacheFrom Michael Weiser via Rick Farina via
2013-03-15 geraldSwitch to Asciidoc for the release notes. The initial...
2013-03-06 wmeierAlways build with GDK_PIXBUF_DISABLE_DEPRECATED, GDK_DI...
2013-03-03 geraldCheck to see if GLib's printf routines support the...
2013-03-02 rbalintRevert "Make Solaris Studio hide internal shared librar...
2013-03-02 rbalintMake Solaris Studio hide internal shared library symbol...
2013-03-01 rbalintExport libwireshark symbols using WS_DLL_PUBLIC define
2013-02-28 rbalintExport libwsutil symbols using WS_DLL_PUBLIC define
2013-02-27 morrissLook for desktop-file-install (to be used when installi...
2013-02-20 geraldMore 1.9.0 → 1.9.1 changes. Release note updates.
2013-02-17 guyOops, the list is of Makefiles, not of directories...
2013-02-17 guyAdd asn1/isdn-sup to the list of directories in which...
2013-02-08 morrissMove move of the Qt checks into AM_PATH_QT.
2013-02-08 morrissIf we're compiling for Qt check if we have a working...
2013-02-07 morrissQPropertyAnimation is needed for Qt builds and isn...
2013-02-05 morrissUse variables for the versions autoconf, GTK{2,3},...
2013-02-04 guyAdd the warning flags to CFLAGS_FOR_BUILD, so any build...
2013-02-04 guy"make dist" uses uic and moc, so we have to try to...
2013-02-04 geraldMake sure AM_DEFAULT_VERBOSITY is defined no matter...
2013-02-04 geraldEnable silent build rules by default.
2013-02-03 guySigh. At least on my Fedora 16 with KDE, the Qt 4...
2013-01-15 morrissFrom Hadriel Kaplan via https://bugs.wireshark.org...
2013-01-04 morrissIn AC_WIRESHARK_GCC_CFLAGS_CHECK() don't check if ...
2013-01-03 guyOn the Ubuntu buildbot, this says -Wlogical-op doesn...
2013-01-03 morrissDon't use -Wlogical-op if it causes gcc to generate...
2013-01-02 geraldFix UI library dependency checking.
2013-01-02 geraldMake -Wstrict-prototypes C-only.
2013-01-01 geraldPlay Three-card^WTwo-link-target Monte with Autotools.
next