added definition of TARGET_CARBON when compiling with non generated setup.h
[wxWidgets.git] / configure
2003-01-28  Gilles Depeyrotmoved definition of TARGET_CARBON to generated setup...
2003-01-27  Gilles Depeyrotimproved Mac resource creation step in order to allow...
2003-01-20  Václav Slavíkfixed MGL libraries detection code
2003-01-18  Vadim Zeitlinexperimental --inplace flag implementation
2003-01-18  Vadim Zeitlinattempts to fix vsnprintf() detection under HP-UX
2003-01-18  Václav Slavíkadded --disable-compat24, 22 compatibility is off by...
2003-01-15  Vadim Zeitlinupdated configure to match configure.in changes
2003-01-13  Vadim Zeitlinadded configure test for WX_STATVFS_T
2003-01-09  Gilles Depeyrotlibrary installation base name and wxMac resources...
2003-01-01  Gilles Depeyrotuse MoreFilesX instead of MoreFiles when building with...
2002-12-30  Gilles DepeyrotSourceForge patch #654210 to fix naming/numbering share...
2002-12-28  Mattia Barbon Allow building Win32 DLL with wxGlCanvas using MinGW...
2002-12-18  Václav Slavíkdisable version-script on Solaris, it doesn't work
2002-12-15  Vadim Zeitlinuse system zlib under Mac
2002-12-15  Vadim Zeitlinchanged version to 2.5.0
2002-12-10  Mattia Barbon "cd utils; make" should not try to compile dialoged...
2002-12-09  Mattia Barbon Only build HelpGen in wxBase, since it will #error...
2002-12-07  Vadim Zeitlintest that libpng version is > 0.90
2002-12-05  Vadim Zeitlindetect and don't use old zlib version
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-15  Vadim Zeitlininclude -pthread in LDFLAGS and not LIBS as the latter...
2002-09-13  Mattia BarbonFixed MinGW/configure/Unicode compilation: MinGW/MSVCRT...
2002-09-11  Vadim Zeitlinshow correct message when running configure for the...
2002-09-09  Gilles Depeyrot-D_INCLUDE_LONGLONG for HPUX long long definitions...
2002-09-05  Gilles Depeyrotcorrected comments (should not be C++ style!)
2002-09-05  Robin DunnEnsure -D_FILE_OFFSET_BITS=64 also gets on the command...
2002-09-05  Gilles Depeyrot-o flag must be after PIC flag for gcc under HPUX
2002-09-05  Gilles Depeyrotadded -D_REENTRANT for hpux when threads are enabled
2002-09-05  Gilles Depeyrotcorrected HPUX specific test
2002-09-04  Vadim Zeitlindon't use -mthreads switch if the compiler doesn't...
2002-09-04  Vadim Zeitlinmake --static default if configured with --disable...
2002-09-03  Gilles Depeyrotdisable Darwin GCC precompiled headers by default also...
2002-09-03  Ron Leesorry, removing /usr/include breaks the macros we use...
2002-09-02  Vadim Zeitlinremoved /usr/include from SEARCH_INCLUDE -- this should...
2002-09-02  Vadim Zeitlindefine _FILE_OFFSET_BITS/_LARGE_FILES on the compiler...
2002-09-02  Vadim Zeitlingot rid of COMMON_THREADCPPFLAGS which is not really...
2002-08-30  Julian SmartMods for Wine compilation
2002-08-28  Mattia BarbonForgot to run autoconf before committing
2002-08-28  Mattia BarbonApplied Fabian Wenzel's patches to add -mthreads for...
2002-08-27  Vadim Zeitlinstreamlined vsnprintf() check -- now that we fall back...
2002-08-26  Mattia BarbonDetect if g++ requires -fvtable-thunks for COM interfaces.
2002-08-25  Robert Roebling Added configure check for vswprintf
2002-08-25  Vadim Zeitlinadded tests for fputwc() and wprintf()
2002-08-23  Vadim Zeitlinfix wxMotif sample program compile test
2002-08-21  Vadim Zeitlinadded propsize to the list of samples
2002-08-21  Vadim Zeitlinremoved (broken) richedit sample from the list of sampl...
2002-08-20  Julian Smart-enable-mdi for X11 now works
2002-08-17  Julian SmartFirst cut at socket support in wxX11
2002-08-16  Robert Roebling Exchanged compile flags so that local include paths
2002-08-16  Vadim Zeitlinonly test for pangoft2 if we're using GTK 2
2002-08-13  Václav Slavíkfixed pangoft2 check: moved outsided cached block
2002-08-13  Vadim Zeitlinminor fixes:
2002-08-12  Václav Slavíkadded pangoft2 check to configure
2002-08-12  Robert Roebling Added -lpangoft2-1.0 to link line.
2002-08-10  Václav Slavíkfixed broken test in configure: no, DJGPP really is...
2002-08-10  Mattia BarbonCheck if linking a motif program requires -lXp and...
2002-07-31  Robin DunnAdded --enable-rpath=dir that will cause the -rpath...
2002-07-19  Václav Slavíkexplicitly pass -lstdc++ to the linker in case of DJGPP
2002-07-17  Mattia BarbonAllow compiling wxMotif/GTK/X11 for Cygwin/XFree
2002-07-16  Vadim Zeitlinadded wxEXPLICIT macro
2002-07-15  Václav SlavíkwxMGL features detection fixes
2002-07-09  Vadim Zeitlinfix linking on AIX/RS6000 by using -mminimal-toc option
2002-06-28  Chris Elliottmake path absolute to install-sh, to fix contrib lib bug
2002-06-27  Vadim Zeitlin(blind) fixes for AIX: shared library extension there...
2002-06-19  Gilles Depeyrotmoved header detections before sizeof detections since...
2002-06-17  Vadim Zeitlinoops, typo in the large file support just checked in
2002-06-17  Vadim Zeitlinadded configure support for the large files
2002-06-07  Vadim Zeitlinfixed glibc 2.1 detection test
2002-05-18  Vadim Zeitlinpass IF_GNU_MAKE and other configure params to the...
2002-05-13  Gilles Depeyrotuse built-in wcslen instead of disabling wide character...
2002-05-12  Gilles Depeyrotno timezone variable is only a warning instead of an...
2002-05-11  Vadim Zeitlindon't test for msvcrt under Unix nor libw under Windows...
2002-05-10  Vadim Zeitlindon't define wxUSE_WCHAR_T on systems without wcslen...
2002-05-10  Vadim Zeitlinset OPENGL_LIBS when x-compiling for MSW (patch from...
2002-05-10  Vadim Zeitlin1. moved the test for glibc >= 2.1 after AC_PROG_CC
2002-05-08  Gilles Depeyrotimproved dynamic shared library creation for Darwin...
2002-05-07  Vadim Zeitlinfixed typo for MSW cross-compilation
2002-05-05  Gilles Depeyrotuse Darwin specific double step shared library linking...
2002-05-03  Gilles Depeyrotinstall both compiled and ascii resource files for...
2002-04-19  Gilles Depeyrotuse specific linker flags under Mac OS X when linking...
2002-04-18  Robert Roebling Moved mobile dir.
2002-04-17  Gilles Depeyrotcorrected thread detection for Darwin / Mac OS X
2002-04-16  Ron Leereplace zsh'ism(?) with a posix parameter expansion...
2002-04-16  Vadim Zeitlindon't include -D_REENTRANT in the linker flags
2002-04-16  Vadim Zeitlinadd -pthread like options to the linker flags as well...
2002-04-16  Vadim Zeitlintypo fixed: should be lpthread, not -lpthread in THREAD...
2002-04-16  Vadim Zeitlinthread detection fixed for Solaris
2002-04-16  Vadim Zeitlintry just -lpthread in the thread detection code too
2002-04-16  Gilles DepeyrotAdded -bind_at_load linker option for Darwin/Mac OS...
2002-04-15  Vadim Zeitlinuse -pthread or equivalent when using threads; many...
2002-04-15  Vadim Zeitlindon't try to remove -g flag from CFLAGS, it is not...
2002-04-07  Robert Roebling Added first test app to "mobile".
2002-04-01  Robert Roebling Temporarily use self-made wxTextCtrl in wxX11 until
2002-03-30  Robert Roebling Configure changes for StrongARM cross-compilation.
2002-03-25  Václav Slavíkadded wxArtProvider sample (not yet finished)
2002-03-25  Vadim Zeitlintest for wcstr.h only if we don't have wchar.h
2002-03-22  Václav Slavíkrequire GTK+ 2.0.0, not 1.3.1
2002-03-19  Václav Slavíkfixed MSLU check
2002-03-17  Gilles Depeyrotadded url of Fink Unix to Mac OS X porting instructions
2002-03-14  Julian SmartRemoved constraints check for wxDirDialog from configur...
next