2013-07-26 |
Vadim Zeitlin | Remove all lines containing cvs/svn "$Id$" keyword. |
blob | commitdiff | raw |
2012-12-28 |
Vadim Zeitlin | Remove extra "#" operator in wxFAIL_COND_MSG macro. |
blob | commitdiff | raw | diff to current |
2012-12-04 |
Vadim Zeitlin | Compilation fir for VC6 after r73124. |
blob | commitdiff | raw | diff to current |
2012-12-04 |
Vadim Zeitlin | Open debugger at the location of failing assert, if... |
blob | commitdiff | raw | diff to current |
2012-06-14 |
Stefan Csomor | removing attribute, as assert is not guaranteed not... |
blob | commitdiff | raw | diff to current |
2012-06-13 |
Stefan Csomor | using WX_ATTRIBUTE_NORETURN for asserts |
blob | commitdiff | raw | diff to current |
2012-04-05 |
Vadim Zeitlin | No real changes, just remove wxIsDebuggerRunning()... |
blob | commitdiff | raw | diff to current |
2012-01-15 |
Vadim Zeitlin | Remove Palm OS port. |
blob | commitdiff | raw | diff to current |
2012-01-10 |
Vadim Zeitlin | Added wxAbort() which can also be used under Windows CE. |
blob | commitdiff | raw | diff to current |
2012-01-09 |
Vadim Zeitlin | Use wxT() instead of _T() in XTI code. |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Dimitri Schoolwerth | Fixed various typos. |
blob | commitdiff | raw | diff to current |
2010-06-09 |
Francesco Montorsi | Implement wx-prefixed macros versions of DECLARE/IMPLEM... |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Jouk Jansen | correcting typo in commit 63803 |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Jouk Jansen | Defining wxCOMPILE_TIME_ASSERT for OpenVMS |
blob | commitdiff | raw | diff to current |
2010-03-25 |
Vadim Zeitlin | Fix compilation of wx/debug.h when it's the first wx... |
blob | commitdiff | raw | diff to current |
2009-09-12 |
Vadim Zeitlin | Define wxDEBUG_LEVEL in both debug and release builds... |
blob | commitdiff | raw | diff to current |
2009-03-25 |
Vadim Zeitlin | don't crash in wxFAIL and wxCHECK if assertion handler... |
blob | commitdiff | raw | diff to current |
2009-03-24 |
Francesco Montorsi | fix misc typos |
blob | commitdiff | raw | diff to current |
2009-03-22 |
Vadim Zeitlin | correct wxASSERT_LEVEL_2 definition |
blob | commitdiff | raw | diff to current |
2009-03-21 |
Vadim Zeitlin | first round of debug/release merge: introduce wxDEBUG_L... |
blob | commitdiff | raw | diff to current |
2009-03-21 |
Vadim Zeitlin | move __WXFUNCTION__ to wx/cpp.h from wx/debug.h |
blob | commitdiff | raw | diff to current |
2009-03-21 |
Vadim Zeitlin | made wx/debug.h C++ header again (reverting changes... |
blob | commitdiff | raw | diff to current |
2008-07-05 |
Stefan Neis | Experimental simplification of the code by using MWERKS... |
blob | commitdiff | raw | diff to current |
2008-03-02 |
Vadim Zeitlin | PalmOS compilation fixes (wx-trunk-out.diff part of... |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
blob | commitdiff | raw | diff to current |
2007-06-25 |
Václav Slavík | don't use C++ comments in C files |
blob | commitdiff | raw | diff to current |
2007-05-22 |
Vadim Zeitlin | added wOnAssert(..., wxCStrData) overload to fix compil... |
blob | commitdiff | raw | diff to current |
2007-05-21 |
Václav Slavík | added another needed wxOnAssert overload |
blob | commitdiff | raw | diff to current |
2007-05-21 |
Václav Slavík | 1. make debugging macros compatible with ANSI build... |
blob | commitdiff | raw | diff to current |
2007-03-19 |
Václav Slavík | split wxchar.h into several smaller headers |
blob | commitdiff | raw | diff to current |
2006-07-02 |
Stefan Neis | Fixed typos in comments (patch #1515724) |
blob | commitdiff | raw | diff to current |
2006-06-15 |
Dimitri Schoolwerth | added alternative definitions for wxASSERT_MSG and... |
blob | commitdiff | raw | diff to current |
2006-03-22 |
Włodzimierz Skiba | DMC bug workaround. |
blob | commitdiff | raw | diff to current |
2006-03-22 |
Vadim Zeitlin | make it possible to predefine __WXFUNCTION__ in user... |
blob | commitdiff | raw | diff to current |
2006-03-22 |
Vadim Zeitlin | define __WXFUNCTION__ instead of redefining the (semi... |
blob | commitdiff | raw | diff to current |
2006-03-22 |
Włodzimierz Skiba | Warning fix. |
blob | commitdiff | raw | diff to current |
2006-03-22 |
Włodzimierz Skiba | Build fix. |
blob | commitdiff | raw | diff to current |
2006-03-22 |
Vadim Zeitlin | fixed wxCHECK in release build |
blob | commitdiff | raw | diff to current |
2006-03-21 |
Vadim Zeitlin | fixed __FUNCTION__ use in Unicode build (it's a variabl... |
blob | commitdiff | raw | diff to current |
2006-03-21 |
Vadim Zeitlin | show the function in which the assert failure occured... |
blob | commitdiff | raw | diff to current |
2006-03-21 |
Vadim Zeitlin | don't evaluate assert expression unless the condition... |
blob | commitdiff | raw | diff to current |
2005-07-21 |
Włodzimierz Skiba | wxOS2 with Open Watcom: correct PCH usage, missing... |
blob | commitdiff | raw | diff to current |
2005-06-10 |
Włodzimierz Skiba | Allow MSW Base be usable in other ports than wxMSW... |
blob | commitdiff | raw | diff to current |
2005-01-21 |
Włodzimierz Skiba | Warning fixes for MinGW. |
blob | commitdiff | raw | diff to current |
2005-01-08 |
Vadim Zeitlin | implemented wxIsDebuggerRunning() for Win32 |
blob | commitdiff | raw | diff to current |
2004-11-08 |
Włodzimierz Skiba | Remove unnecessary OW recognition. |
blob | commitdiff | raw | diff to current |
2004-10-20 |
Vadim Zeitlin | only VC++ >= 7.0 has __COUNTER__ |
blob | commitdiff | raw | diff to current |
2004-10-20 |
Włodzimierz Skiba | Correct fix to the compile time assert under OW. Kudos... |
blob | commitdiff | raw | diff to current |
2004-10-20 |
Vadim Zeitlin | removed special definition of wxCOMPILE_TIME_ASSERT2... |
blob | commitdiff | raw | diff to current |
2004-09-10 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, TRUE/true, FALSE... |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2003-12-17 |
Ryan Norton | 1. |
blob | commitdiff | raw | diff to current |
2003-12-17 |
Ryan Norton | 1. |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Vadim Zeitlin | restored old wxCOMPILE_TIME_ASSERT2 definition as the... |
blob | commitdiff | raw | diff to current |
2003-07-05 |
Vadim Zeitlin | added wxMAKE_UNIQUE_NAME to wx/defs.h, use it in wx... |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Vadim Zeitlin | renamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Vadim Zeitlin | fixes needed for separate DLL build to work |
blob | commitdiff | raw | diff to current |
2003-06-26 |
Julian Smart | Added m_ prefix to wxColourData and wxFontData members... |
blob | commitdiff | raw | diff to current |
2003-06-19 |
Vadim Zeitlin | added wxIsDebuggerRunning() (which is going to replace... |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Removed erroneous copyright names and corrected licence... |
blob | commitdiff | raw | diff to current |
2002-12-09 |
Julian Smart | Reverted the _n__ fix for now. |
blob | commitdiff | raw | diff to current |
2002-12-09 |
Julian Smart | The wxMAKE_UNIQUE_ASSERT_NAME fix for VC++ does not... |
blob | commitdiff | raw | diff to current |
2002-12-07 |
Robert Roebling | Various compile fixes for WinCE. |
blob | commitdiff | raw | diff to current |
2002-12-06 |
Julian Smart | Applied fix for VC++ 7 which treats __LINE__ slightly... |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-09-04 |
Chris Elliott | move code from .h to .cpp to prevent Borland warning |
blob | commitdiff | raw | diff to current |
2002-06-13 |
Vadim Zeitlin | new wxASSERT implementation using wxAssert() helper... |
blob | commitdiff | raw | diff to current |
2002-02-07 |
Vadim Zeitlin | added wxCOMPILE_TIME_ASSERT2() macro allowing to give... |
blob | commitdiff | raw | diff to current |
2002-02-06 |
Vadim Zeitlin | added and documented wxCOMPILE_TIME_ASSERT and wxASSERT... |
blob | commitdiff | raw | diff to current |
2001-09-30 |
Vadim Zeitlin | handle _DEBUG/NDEBUG correctly |
blob | commitdiff | raw | diff to current |
2001-07-11 |
Vadim Zeitlin | added and documented wxApp::OnAssert |
blob | commitdiff | raw | diff to current |
2001-06-09 |
Vadim Zeitlin | src/common |
blob | commitdiff | raw | diff to current |
2001-04-09 |
Vadim Zeitlin | 1. fixes to wxDC deleting logic (should fix ~wxPrinterD... |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
blob | commitdiff | raw | diff to current |
1999-04-12 |
Ove Kaaven | Uses Unicode strings. Now we've got a __TFILE__ macro... |
blob | commitdiff | raw | diff to current |
1998-12-29 |
Julian Smart | BC++/16-bit support now working, but without resource... |
blob | commitdiff | raw | diff to current |
1998-11-09 |
Julian Smart | Removed references to DEBUG and WXDEBUG; cured Motif... |
blob | commitdiff | raw | diff to current |
1998-09-12 |
Julian Smart | Added variant.h/cpp; changed variable names in object... |
blob | commitdiff | raw | diff to current |
1998-09-08 |
Guilhem Lavaux | * some C++ness correction in wxStream. |
blob | commitdiff | raw | diff to current |
1998-08-23 |
Unknown (RO) | General tidy-up (mainly typecasts) to allow the use... |
blob | commitdiff | raw | diff to current |
1998-08-15 |
Julian Smart | Changes mostly as a result of __WXSTUBS__ compilation... |
blob | commitdiff | raw | diff to current |
1998-07-10 |
Karsten Ballüder | Cleared up DEBUG define mess, defines are now called... |
blob | commitdiff | raw | diff to current |
1998-06-22 |
Vadim Zeitlin | wxCHECK macros slightly changed: wxCHECK( expr, rc... |
blob | commitdiff | raw | diff to current |
1998-05-26 |
Vadim Zeitlin | added "\n" at the end of file to silent egcs warnings |
blob | commitdiff | raw | diff to current |
1998-05-20 |
Karsten Ballüder | Initial revision |
blob | commitdiff | raw | diff to current |
|