autumn cleanup of configure:
[wxWidgets.git] / configure.in
2005-11-22  Vadim Zeitlinautumn cleanup of configure:
2005-11-20  Michael WetherellUse re_search directly instead of regexec when using...
2005-11-08  Michael WetherellAdd rcdefs.h and support for automatic manifests on...
2005-10-31  Michael WetherellModify wxString::operator<<(wxLongLong_t) to avoid...
2005-10-31  Michael WetherellInclude $cross_root/include in header search when cross...
2005-10-31  Vadim Zeitlinusing newlines in AC_CONFIG_COMMANDS() first argument...
2005-10-20  Michael WetherellSmall changes to 'make dist' to allow it work on Solari...
2005-10-19  Julian SmartAdded wxRichTextCtrl
2005-10-15  Michael WetherellImplement string inserter for long long. This creates...
2005-10-10  Michael WetherellUse 'cp -pR' as a fallback for lndir, remove $(shell...
2005-10-09  Vadim Zeitlinregenerated with treebook files
2005-10-09  Vadim ZeitlinAdded wxTreebook:
2005-10-09  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2005-10-08  Vadim Zeitlinenable all warnings (but disable some of them) for...
2005-10-07  Vadim Zeitlindisable some (unavoidable) HP-UX aCC warnings
2005-10-07  Vadim Zeitlindefine _HPUX_SOURCE under HP-UX, otherwise many things...
2005-10-04  Vadim Zeitlinfixed bug in error message given if X headers/libs...
2005-10-04  Vadim Zeitlinupdated version in configure to 2.7.0 too
2005-10-03  Vadim Zeitlinadded --without-subdirs option to speed up configure...
2005-09-25  Vadim Zeitlindon't declare pthread_mutexattr_settype() ourselves...
2005-09-25  Vadim Zeitlindisable warning about data truncation (810) for icc...
2005-09-25  Vadim Zeitlindon't declare strptime() ourselves if the system alread...
2005-09-25  Vadim Zeitlincorrected typo in check for icc
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-25  Michael WetherellFixups for solaris; remove '-mt' from pkg-config output...
2005-09-24  Vadim Zeitlinremoved code defining NO_GCC_PRAGMA, we shouldn't need...
2005-09-24  Kevin HockUse CXXFLAGS rather than CFLAGS for -Werror when determ...
2005-09-19  Michael WetherellUse lib64 for 64-bit builds on some kinds of linux...
2005-09-19  Michael WetherellFix for detection of motif in the default library path
2005-09-19  Vadim Zeitlinonly check for lib directory for architectures which...
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
next