Fixed duplicate symbol link error
[wxWidgets.git] / src / common / dynlib.cpp
2005-04-02  Robin DunnFixed duplicate symbol link error
2005-04-01  Vadim Zeitlinimplemented GetProgramHandle() for Win32 and documented it
2005-02-01  Włodzimierz Skiba.empty() string cleaning.
2005-01-19  Stefan NeisCompilation fixes for OS/2 (OS/2 still defines __UNIX__...
2005-01-16  Vadim Zeitlinextracted Unix code in a separate new file (src/unix...
2005-01-16  Vadim Zeitlin1. extracted MSW-specific part of wxDynamicLibrary...
2004-10-27  Vadim Zeitlindon't abort if a shared library can't be loaded under...
2004-10-18  Vadim Zeitlinfix Mac/Unicode build after last commit
2004-10-17  Vadim Zeitlinadded wxDynamicLibrary::HasSymbol()
2004-10-17  Vadim Zeitlin- wxDynamicLibrary::GetDllExt() now returns ".bundle...
2004-09-10  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-06-18  Stefan Csomorremoved use of p2cstr
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-04  Vadim Zeitlininclude wx/msw/wrapwin.h instead of entire private...
2004-02-01  Václav Slavíkuse x.y.z version in unstable branch
2003-12-14  Gilles Depeyrotcorrected SF bug #809314: wxDynamicLibrary::ms_dllext...
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-08-25  Julian SmartWinCE fixes
2003-08-17  Stefan Csomorunicode wxMac CW fixes
2003-08-16  Stefan Csomorunicode for mac fixes
2003-08-16  Gilles Depeyrotapplied fixes for CodeWarrior compilation
2003-08-15  Václav Slavíkinclude compiler name in plugin DLL name on Windows
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-04  Vadim Zeitlinno changes, just resolved a conflict
2003-08-04  David ElliottImplement new static Unload(handle) instead of old...
2003-08-04  Václav Slavíkfixed version number expansion
2003-08-02  Vadim Zeitlinminor changes to eliminate unused parameter warning...
2003-08-02  Václav Slavíkreturn wxToolkitInfo by reference and not by pointer
2003-08-02  Václav Slavíkreplaced wxAppTraits::GetOSVersion with GetToolkitInfo...
2003-08-02  Václav Slavíkquick compilation fix for wxBase
2003-08-01  Václav Slavíkremoved duplicated code from dynlib.h and dynload.h
2003-07-11  Julian SmartMore WinCE mods.
2003-06-03  Stefan Csomorcorrecting lookup of equal names in different modules
2003-03-27  Stefan CsomorwxMac Unicode support
2003-03-17  Julian SmartFixed copyrights and licence spelling
2002-12-17  Robin DunnUnicode compilation fix
2002-12-15  Václav Slavík_really_ fixed translation messages
2002-12-14  Václav Slavíkremoved extremely user-unfriendly translations
2002-06-13  Vadim Zeitlinblind fix for latest mingw32 3.1
2002-05-03  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-02-22  Gilles DepeyrotDarwin dlopen functions is needed both for DYNLIB_CLASS...
2002-02-20  Gilles Depeyrotcorrected typo in Darwin specific code
2002-02-18  Gilles Depeyrotcorrections to dynamic loading for Darwin
2002-01-20  Stefan Csomoradded missing string definition
2002-01-04  Stefan Csomorremoving dependancy on mac headers from public wx heade...
2001-12-30  Vadim Zeitlincompilation fix for wxUSE_DYNLOAD
2001-12-21  Vadim Zeitlinfix the old code for dlerror() returning const char...
2001-12-19  Ron LeeAdded new dynamic loading classes. (which handle proper
2001-10-04  Vadim Zeitlinreverted the fix for Unicode compilation with VC++...
2001-10-04  Vadim ZeitlinUnicode compilation fix
2001-07-15  Gilles Depeyrotmodified configure to allow configuration of wxMotif...
2001-05-29  Stefan Csomorupdated mac implementation to support the success param...
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-04-21  George TaskerMinor code tweeks to stop BCC compiler warnings
2001-04-19  Vadim Zeitlinsome const correctness for wxClassInfo
2001-04-02  Gilles Depeyrotbacked out improper casts and corrected prototypes...
2001-04-02  David Websterchar* cast on wxString libname blows up VC and VA....
2001-04-01  Gilles Depeyrotcorrections for final release of Mac OS X
2001-02-15  Gilles Depeyrotmodifications for compilation under Mac OS X
2001-02-02  Jouk Jansen Committing in .
2001-01-18  Jouk Jansen Committing in .
2001-01-17  Vadim Zeitlinadded RTLD_GLOBAL to dlopen flags (bug 128705)
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-06-08  Karsten BallüderAdded RTLD_GLOBAL to dlopen() flags which is needed...
2000-01-26  Stefan NeisChanged order of #ifdefs to get native version on OS...
2000-01-20  Robert Roebling A no-change for scroll events.
2000-01-18  George TaskerRemoved a couple of debug lines
2000-01-18  George TaskerChanged code to allow for removal of the #include ...
1999-12-04  Robert Roebling String changes for translations,
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-04  J. Russell SmythMade changes to allow build with new mingw32/gcc-2.95
1999-07-29  Vadim Zeitlin#warning is a compilation error, not warning
1999-07-29  Karsten Ballüderfix for HP-UX
1999-07-29  David Webster*** empty log message ***
1999-07-10  Vadim Zeitlin1. minor fixes in wxDynLib
1999-07-06  Vadim Zeitlin1. wxAppBase class appers, wxApp in wxGTK and wxMSW...
1999-07-03  Karsten BallüderAdded wxDllLoader::UnloadLibrary()
1999-06-29  Karsten BallüderAdded code to look up main program symbols - unix only...
1999-06-22  Robert Roebling Some #include and #if wxUSE_XX things
1999-06-08  Karsten Ballüderanother fix
1999-06-08  Karsten BallüderFixed compilation, sorry for that.
1999-06-07  Karsten BallüderCoupled some core functionality out, to allow its use...
1999-04-12  Ove KaavenIt now compiles all these files without warnings in...
1999-02-23  Vadim Zeitlincompilation fixes
1999-02-23  Vadim ZeitlinHP-UX compilation fixes (thanks to Zdravko Bas)
1999-02-22  Vadim Zeitlindlopen fixes
1999-02-22  Vadim Zeitlindlopen() also exists under FreeBSD
1999-02-22  Vadim ZeitlinHP-UX support added
1999-01-01  Stefan Csomormac support as stubs added
1998-12-28  Julian SmartChanges for 16-bit BC++ (not there yet), GnuWin32;...
1998-09-30  Robin DunnFound the RIGHT place to make the __unix__ fix.
1998-09-30  Robin Dunnfixed some ifdef's to also check for __unix__
1998-09-17  Guilhem Lavaux* Added wxSerial DLL support for Borland 32
1998-09-10  Julian SmartEliminated some warnings under Windows; wxGetHomeDir...
1998-09-08  Julian SmartAdditional makefiles; changes for compilation with...
1998-09-01  Guilhem Lavaux* wxCreateDynamicObject() uses an hashtable now
1998-08-23  Guilhem Lavaux* New function wxObjectInputStream::Recall()
next