regenerated after latest changes: alternative standard library directory name support...
[wxWidgets.git] / configure.in
2005-09-18  Vadim Zeitlincache results of Motif 2 and Motif-is-Lesstif tests
2005-09-18  Vadim Zeitlinpruned the list of directories to search for headers...
2005-09-18  Vadim Zeitlinfinally really fixes IRIX build:
2005-09-17  Vadim Zeitlinturn off warning 3970 for SGI CC (see comment for expla...
2005-09-17  Vadim Zeitlindon't put default library paths in SEARCH_LIB
2005-09-14  Vadim Zeitlinuse -erroff=E_NO_EXPLICIT_TYPE_GIVEN option with Sun...
2005-09-09  David ElliottUse AC_CHECK_TOOL rather than AC_CHECK_PROG for AR...
2005-09-07  Michael WetherellHandle the case when (v)snprintf have the format declar...
2005-09-03  Vadim Zeitlinuse libSgm with wxMotif if available, this seems to...
2005-08-31  Michael WetherellFix for detection of motif headers when they are in...
2005-08-31  Stefan NeisReplaced SOCKLEN_T by WX_SOCKLEN_T to resolve conflict...
2005-08-30  Vadim Zeitlinmoved X11/XKBlib.h test after main X11 tests
2005-08-30  Vadim Zeitlin(blind) fix for wxSound link problem under NetBSD with OSS
2005-08-29  Mart Raudsepp[wxGTK2] Runtime check for pango_font_family_is_monospa...
2005-08-28  Mart Raudseppgtk+-2.x runtime compatibility when compile-time gtk...
2005-08-24  Michael WetherellWorkarounds for old versions of gcc on hpux: define...
2005-08-23  Vadim Zeitlinfix for the last commit
2005-08-23  Vadim Zeitlincheck for missing statfs() prototype (happens at least...
2005-08-22  Vadim Zeitlinadded test for snprintf() which may not be present...
2005-08-22  Vadim Zeitlindon't use #error in configure test programs, some compi...
2005-08-21  Vadim Zeitlindon't use -threads with gcc under HP-UX, it's for DCE...
2005-08-21  Vadim Zeitlinmoved __STDC_EXT__ definition for HP-UX from configure...
2005-08-20  Vadim Zeitlinvsnprintf() tests correction: check that declaration...
2005-08-20  Vadim Zeitlinuse -threads with gcc under HP-UX instead of -pthread
2005-08-20  Vadim Zeitlinonly define __STDC_EXT__ in CXXFLAGS for gcc under...
2005-08-19  Michael WetherellFix uses of wxUSE_METAFILE, patch 1262723 Paul Cornett
2005-08-18  Michael WetherellFix mbstate_t from <cwchar> conflicting with that from...
2005-08-17  Vadim Zeitlintentative fix for large files compilation under HP-UX
2005-08-17  David ElliottAllow wxWidgets to be built hosted on any architecture...
2005-08-07  Michael WetherellWith Sun CC temporaries have block scope unless '-featu...
2005-08-04  Vadim Zeitlinadded wxUSE_DC_CACHEING
2005-08-04  Vadim Zeitlinadded tests for fsync() and pthread_cleanup_push/pop()
2005-07-30  Michael WetherellDisable wxDataObject for MGL
2005-07-30  Mattia Barbon Add configure check for Lesstif, to be used by following
2005-07-29  Vadim ZeitlinxlC needs -qunique under AIX only, at least it doesn...
2005-07-25  Vadim Zeitlindisabled clipboard and dnd if dataobj is disabled
2005-07-25  Julian SmartVersion number update
2005-07-08  Michael WetherellAllow cross compiling of wxX11, wxMotif and wxGTK
2005-06-29  Robert Roebling define NO_GCC_PRAGMA if
2005-06-29  Robert Roebling Added test case speficically for GCC >= 4.0 and
2005-06-29  Robert Roebling Reverted GCC_NO_PRAGMA change
2005-06-26  Stefan NeisCompilation fix for some gcc versions on OS/2.
2005-06-25  Václav Slavíkremoved unused versioning variables
2005-06-23  Ron LeeBump soname in preparation for 2.6.2 release.
2005-06-22  Michael WetherellUnrevert Cygwin changes after discussion. Cygwin will...
2005-06-17  Ron LeeFix the test for NO_GCC_PRAGMA to be faster and more...
2005-06-16  Michael WetherellRevert Cygwin changes
2005-06-16  Michael WetherellLet Cygwin be a Windows build for wxMSW and a unix...
2005-06-10  Michael WetherellDeclare gtk_icon_size_lookup if it is missing from...
2005-06-10  Michael WetherellTypo
2005-06-10  Stefan NeisHopefully fixed library names generated by wx-config...
2005-06-10  Stefan NeisRemoved some code for detecting no longer needed pthrea...
2005-06-09  Robin DunnSubrelease version bump
2005-06-04  Michael WetherellDetect Apple bug that prevents the joystick code compil...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-05-31  Julian SmartVersion number updates
2005-05-30  Robin DunnVersion number bump
2005-05-27  Michael WetherellwxBase compilation fix for Mac, with help from Ryan
2005-05-26  Michael WetherellNo install_name_tool on OS X 10.1
2005-05-24  Michael WetherellSet wxUSE_ON_FATAL_EXCEPTION to no for non-unix
2005-05-23  Julian SmartApplied patch [ 1194316 ] wxMediaCtrl MSW config and...
2005-05-22  Vadim Zeitlindon't use -ggdb when not using cc (part of bug 1202893)
2005-05-21  Robert Roebling Use dmallocthcxx, not the plain C version.
2005-05-17  Julian SmartRemoved last fix to aclocal.m4
2005-05-17  Michael WetherellDisable debugrpt sample for Windows since it's not...
2005-05-10  Michael WetherellOnly automatically switch off --enable-std_string or...
2005-05-10  Michael WetherellDetect when --enable-std_string or --enable-std_iostrea...
2005-04-29  Michael WetherellThe mmedia contrib requires sys/soundcard.h on unix...
2005-04-27  Robin DunnBump subrelease number
2005-04-25  Michael WetherellAllow wchar_t for djgpp
2005-04-22  Michael WetherellFixes to allow compilation with no wchar_t (djgpp proba...
2005-04-22  Michael WetherellDisable dynlib and dynamicloader for djgpp
2005-04-18  Robin DunnMake std_string and std_iostreams default to disabled...
2005-04-18  Julian SmartReset defaults:
2005-04-16  Michael WetherellOnly generate a makefile for the debugrpt sample when...
2005-04-16  Stefan NeisChanged back DEFAULT_wxUSE_OPENGL to no so configure...
2005-04-15  Robin Dunnwx-config doesn't need to output the resource file...
2005-04-15  Michael WetherellNew --with-gtk=VERSION syntax, and restore --disable...
2005-04-13  Michael WetherellReplace --disable-gtk2 with --with-gtk1 and --with...
2005-04-13  Vadim Zeitlinmistakenly enabled by default --enable-unicode switched...
2005-04-11  Julian SmartChanged version number
2005-04-11  Ron LeeEnabled opengl and unicode by default too as discussed.
2005-04-11  Robert Roebling Make std_string, std_iostreams and gnomeprint default.
2005-04-10  Mattia Barbon Check that std::basic_string<wchar_t> actually works...
2005-04-09  Stefan NeisAdded support for toggle button on OS/2.
2005-04-09  Robert Roebling Added switch for mousewheel.
2005-04-08  Robin Dunnbumped subrelease number
2005-04-07  Michael WetherellAdd "-framework IOKit -framework CoreServices -framewor...
2005-04-05  Robert Roebling Added switch and define for wxUSE_STD_STRING
2005-04-02  Ron LeeRearrange the magic order we use instead of proper...
2005-03-29  Julian SmartUse AC_TRY_LINK for demangle
2005-03-28  Stefan NeisForce wxUSE_DEBUGREPORT to disabled for OS/2.
2005-03-27  Vadim Zeitlinfixed test for GTK+ 2.4: was always false on a second...
2005-03-27  Vadim Zeitlinmake it clear which GL(U) library we can't find in...
2005-03-27  Stefan NeisSomewhat cleaned up handling of OMF mode for OS/2.
2005-03-27  David ElliottDisable wxStackWalker on platforms other than Win32...
2005-03-26  David ElliottMoved compiler detection macros to Bakefile.
2005-03-25  Michael Wetherellconfigure fix for OS/2 from Dave Parsons and David...
2005-03-23  Julian SmartUpdated version to 2.5.5
2005-03-21  Vadim Zeitlinbuild debugrpt sample if wxUSE_DEBUGREPORT
next