]> git.saurik.com Git - wxWidgets.git/commit - src/common/appbase.cpp
first round of debug/release merge: introduce wxDEBUG_LEVEL, for now defined as 1...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 21 Mar 2009 23:36:37 +0000 (23:36 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 21 Mar 2009 23:36:37 +0000 (23:36 +0000)
commit657a8a359826e46a7fc458216403f54deca34989
tree65aacd96ac165cfd764633e6000e3af90162cbc2
parentb822bdc032e508858596a36cf5f344d60bf26f34
first round of debug/release merge: introduce wxDEBUG_LEVEL, for now defined as 1 if __WXDEBUG__ is defined, i.e. no real changes; don't use __WXDEBUG__ in the headers to keep debug and release builds ABI-compatible; add functions to customize or disable asserts handling

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
43 files changed:
include/wx/app.h
include/wx/apptrait.h
include/wx/cocoa/app.h
include/wx/dataview.h
include/wx/dcbuffer.h
include/wx/debug.h
include/wx/defs.h
include/wx/event.h
include/wx/gtk/app.h
include/wx/gtk1/app.h
include/wx/hyperlink.h
include/wx/memory.h
include/wx/msgdlg.h
include/wx/msw/bitmap.h
include/wx/msw/private.h
include/wx/object.h
include/wx/palmos/bitmap.h
include/wx/propgrid/propgrid.h
include/wx/stringops.h
include/wx/unix/apptrait.h
include/wx/x11/app.h
include/wx/x11/privx.h
interface/wx/debug.h
src/cocoa/app.mm
src/common/appbase.cpp
src/common/datavcmn.cpp
src/common/event.cpp
src/common/hyperlnkcmn.cpp
src/common/protocol.cpp
src/common/stringops.cpp
src/gtk/app.cpp
src/gtk/dcclient.cpp
src/gtk1/app.cpp
src/msw/bitmap.cpp
src/msw/dcclient.cpp
src/os2/dcclient.cpp
src/palmos/bitmap.cpp
src/propgrid/propgrid.cpp
src/propgrid/propgridpagestate.cpp
src/x11/app.cpp
src/x11/utils.cpp
tests/misc/misctests.cpp
tests/testprec.h