Rebake after bakefile changes.
[wxWidgets.git] / configure
2008-09-20  Kevin OllivierRebake after bakefile changes.
2008-09-12  Vadim Zeitlinadded wxPropertyGrid from Jaakko Salli (#9934)
2008-09-07  Stefan Csomorreintroducing former default,
2008-09-07  Stefan Csomorintegrating Kevin's work, command line builds for osx...
2008-09-04  Kevin Ollivierrebake
2008-08-08  Vadim Zeitlinadded wxTLS_TYPE() macro
2008-08-06  Vadim Zeitlindon't disable optimize if --enable-debug_info was speci...
2008-07-30  Stefan Csomordefault to using graphics context on osx
2008-06-28  Vadim Zeitlinfix --disable-optimise configure option description...
2008-06-13  Vadim Zeitlinsearch for X11 headers in paths under /usr/local before...
2008-06-12  Vadim Zeitlindon't test for hash_{map,set} classes if we have unorde...
2008-06-12  Vadim Zeitlinuse std[::tr1]::unordered_map if available in wxUSE_STL...
2008-06-01  Vadim Zeitlinfix the test for vsscanf() declaration which never...
2008-05-30  Vadim Zeitlinalways define wxUSE_RICHEDIT[2] -- this is better than...
2008-04-05  Stefan NeisTests for declarations of snprintf/vsnprintf/vsscanf...
2008-04-02  Vadim Zeitlinregenerated after vsscanf() changes
2008-03-27  Francesco Montorsiremoved old utils (helpgen, tex2rtf, helphtml, nplugin...
2008-03-26  Francesco Montorsiadded the rungccxml.sh script and the setup_gccxml...
2008-02-22  Robin DunnAdd AutoToolbox framework
2008-02-18  David ElliottTest for dlopen/dlerror on Mac OS X as with any other...
2008-02-10  Vadim Zeitlinadd wxXLocale class and wxIsxxx_l() and wxToxxx_l(...
2008-02-09  Vadim Zeitlinadd wxUSE_WEAKREF (modified partially applied patch...
2008-02-07  David ElliottRegenerate configure.
2008-02-05  Vadim Zeitlinfix typo in warning message
2008-02-04  Vadim Zeitlinupgrade m4 files to bakefile 0.2.3
2008-02-04  Vadim Zeitlinadded console IPC sample (part of patch 1833150)
2008-01-17  Paul Cornettcheck for vswscanf(), AIX 5.1 and HP-UX 11.11 don't...
2008-01-16  Vadim Zeitlinregenerated after latest configure.in changes
2008-01-16  Stefan Csomorfix should have been mac only
2008-01-15  Stefan Csomorfixing leopard configure for universal_binary when...
2008-01-13  Vadim Zeitlinrebaked and regenerated everything after the latest...
2008-01-06  Vadim Zeitlinset DEFAULT_wxUSE_AUTOID_MANAGEMENT to no under non...
2008-01-06  Vadim Zeitlinadded configure option for wxUSE_AUTOID_MANAGEMENT
2008-01-06  Vadim Zeitlinfix type in --enable-ico_cur help string
2007-12-20  Vadim Zeitlinregenerate after the recent changes (wxDataViewCtrl...
2007-12-12  Vadim Zeitlinset wxUSE_DEBUG if both wxUSE_DEBUG_FLAG and wxUSE_DEBU...
2007-12-05  Václav Slavíkcheck that the version of __sync_sub_and_fetch that...
2007-12-04  Václav Slavíkwhen testing for GCC's atomic builtins, try to link...
2007-11-28  Paul CornettSolaris /usr/bin/tr requires [] around character ranges
2007-11-24  Paul Cornettremove check for missing gtk_icon_size_lookup, since...
2007-11-24  Vadim Zeitlinadded wxNotificationMessage and implemented it generica...
2007-11-21  Vadim Zeitlinremoved AC_TYPE_UID_T check, we don't need it (and...
2007-11-20  Vadim Zeitlinremove support for configarg.cache, use config.status...
2007-11-20  Václav Slavíkremoved gstreamer dependency from all libraries except...
2007-11-20  Vadim Zeitlinadd gstreamer libraries to EXTRALIBS_MEDIA which is...
2007-11-18  Vadim Zeitlinexperimental IPv6 implementation (patch 1771429)
2007-11-17  Vadim Zeitlinmore native GTK implementations of the classes in wxGTK...
2007-11-10  Vadim Zeitlindefine wxUSE_OWNER_DRAWN for OS/2 too
2007-11-10  Vadim Zeitlintry to fix the problem of built-in libtiff not finding...
2007-11-05  Vadim Zeitlinrequire GTK+ 2.4 for wxGTK2
2007-11-03  Paul Cornettput dnl on a new line so it doesn't join lines, remove...
2007-11-02  Vadim Zeitlinprevent builtin libtiff from using libjpeg if --without...
2007-10-29  Vadim Zeitlinrun libtiff configure when --with-libtiff=builtin is...
2007-10-25  Michael WetherellFix missing word 'test' causing 'yes' to run during...
2007-10-23  Vadim Zeitlinuse -Wunused-parameter with gcc for consistency with...
2007-10-23  Vadim Zeitlinremove ODBC and DBgrid libraries
2007-10-21  Michael WetherellWhen testing for getpwuid_r and getgrgid_r also check...
2007-10-20  Vadim Zeitlinalways return just "$CXX -o" from `wx-config --ld`...
2007-10-17  Vadim Zeitlininclude -DWXUSINGDLL in wx-config output under all...
2007-09-21  Vadim Zeitlincheck whether compiler supports visibility pragmas...
2007-09-20  Paul Cornettfix HAVE_ macros not being converted to uppercase on...
2007-09-20  Vadim Zeitlinbuild updates for libtiff 3.8.2
2007-09-17  Vadim Zeitlinadded new and improved wxFileCtrl implementation (patch...
2007-09-13  Paul Cornettremove unused configure tests and macros
2007-09-10  Václav SlavíkFixed wxAtomicInc/Dec() to not use asm/atomic.h header...
2007-09-06  Robert RoeblingAdd Cairo to build, remove run-time dependency
2007-09-05  Robert RoeblingAdd GtkPrint detection code and configure switch
2007-09-03  David ElliottTry the DefaultProperties key if the buildSettings...
2007-08-22  Václav Slavík--enable-iniconf and --enable-regkey aren't GUI-only...
2007-08-19  Václav Slavíkuse UTF8 build by default on Unix (except Darwin)
2007-08-13  Václav Slavíkcheck for HAVE_VISIBILITY first when setting WXIMPORT...
2007-08-07  Vadim Zeitlinuse unsetenv() instead of setenv(var, NULL) which is...
2007-08-07  Václav Slavíkthe Ubuntu visibility bug only happens when building...
2007-08-07  Vadim Zeitlinremove tests for Mac Rez and SetFile which are also...
2007-08-07  Vadim Zeitlindon't test for things which bakefile already tests...
2007-07-29  Vadim Zeitlinremoved png and propsize samples from SAMPLES_SUBDIRS...
2007-07-29  David ElliottUse the ECHO_N and ECHO_C variables in lieu of echo...
2007-07-29  Vadim Zeitlinremoved empty or duplicated samples: checklst, dynamic...
2007-07-28  Vadim Zeitlinpreserve the arguments read from configarg.cache in it
2007-07-28  Vadim Zeitlinshow wxUSE_STL in the summary at the end too
2007-07-27  Paul Cornettfix last commit, it seems spaces are not allowed betwee...
2007-07-27  Vadim Zeitlinadded wxUSE_INICONF (disabled by default)
2007-07-27  David ElliottImplement --with-macosx-sdk[=SDK] and --with-macosx...
2007-07-26  Vadim Zeitlinre-disable Universal Mac builds by default
2007-07-23  Vadim Zeitlinfix caching of configure arguments broken by one of...
2007-07-22  Václav Slavíkfix visibility problems with libstdc++ on Debian and...
2007-07-21  Vadim Zeitlinadded --enable-ownerdrawn MSW-only option
2007-07-21  Václav Slavíkfixed wxMotif to compile in Unicode mode (this is not...
2007-07-21  Vadim Zeitlinadded --enable-ps-in-msw configure option
2007-07-21  Vadim Zeitlinadded wxUSE_REGKEY option
2007-07-21  Vadim Zeitlinextracted MSW-specific setup.h options to their own...
2007-07-21  Vadim Zeitlincorrected (and simplified) configarg.cache updating...
2007-07-21  Vadim Zeitlindefine wxUSE_FONTENUM
2007-07-21  Vadim Zeitlinadded wxUSE_FONTENUM for wxFontEnumerator
2007-07-21  Vadim Zeitlinadded --enable-uxtheme option
2007-07-20  Paul Cornettmore AC_CHECK_HEADERS fixes
2007-07-20  David ElliottRestore AC_CHECK_HEADERS in preference to AC_CHECK_HEAD...
2007-07-19  Vadim Zeitlincheck for setenv first, then putenv as using setenv...
2007-07-19  Vadim Zeitlinadded wxUSE_TASKBARICON; corrected condition for genera...
2007-07-18  Vadim Zeitlinremoved the hyphen from the new --enable{baseevt,epoll...
next