wxWidgets/tests
Vadim Zeitlin 49a63afbad Avoid CRT deprecation warnings for MSVC build using makefiles too.
Define _CRT_SECURE_NO_DEPRECATE, _CRT_NON_CONFORMING_SWPRINTFS and
_SCL_SECURE_NO_WARNINGS when using makefiles to build the library too for
consistency with the project files.

These defines are only needed for VC8 and later but should do no harm for the
previous versions.

See #11009.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-02-07 21:38:31 +00:00
..
any
archive
arrays Test correctness of wxArray::Index() with bFromEnd=true. 2011-11-05 15:20:11 +00:00
base64
benchmarks Avoid CRT deprecation warnings for MSVC build using makefiles too. 2012-02-07 21:38:31 +00:00
cmdline Fix parsing of negated long options in wxCmdLineParser. 2011-07-21 13:49:55 +00:00
config
controls Fix the size of the font returned from wxTextCtrl::GetStyle() in wxMSW. 2012-01-14 17:57:11 +00:00
datetime Fix wxDateTime unit test compilation without PCH. 2012-01-05 10:21:46 +00:00
events Increase the tolerance in wxStopWatch unit test. 2011-12-26 12:57:49 +00:00
exec
file
filekind
filename
filesys
font Add unit test verifying compilation of various wxFont ctors. 2012-01-23 14:42:56 +00:00
fontmap
formatconverter
fswatcher Ignore extra modify events after rename in wxFileSystemWatcher. 2011-12-21 00:26:06 +00:00
geometry Document and test behaviour of wxRegion methods when it is invalid. 2011-10-18 21:56:48 +00:00
graphics Fix wxAffineMatrix2D::Translate() to multiply on the left. 2012-01-23 11:28:16 +00:00
hashes
html
image Added alpha saving support to TIFF image handler. 2011-08-29 01:13:06 +00:00
interactive
intl Update the message catalog charset expected by the unit test. 2012-01-20 23:18:29 +00:00
lists
log
longlong
mbconv
menu Implement wxMenuBar::EnableTop() for wxMSW and wxGTK. 2012-01-15 13:41:17 +00:00
misc Fix unit test build with wxUSE_ZIPSTREAM or wxUSE_TARSTREAM == 0. 2012-01-15 12:28:57 +00:00
net
regex
scopeguard
sizers
streams
strings Fix handling of positional parameters in wxPrintf() and related. 2012-02-06 13:28:34 +00:00
textfile
thread
toplevel
uris
validators
vectors
weakref
window
xlocale
xml
asserthelper.cpp
asserthelper.h
descrip.mms Fixes for OpenVMS on IA64 2011-09-29 13:47:38 +00:00
dummy.cpp
horse.ani
horse.bmp
horse.cur
horse.gif
horse.ico
horse.jpg
horse.pcx
horse.png
horse.pnm
horse.tga
horse.tif
horse.xpm
makefile.bcc Always link with expat in monolithic build. 2011-12-25 13:28:01 +00:00
makefile.gcc Always link with expat in monolithic build. 2011-12-25 13:28:01 +00:00
Makefile.in Always link with expat in monolithic build. 2011-12-25 13:28:01 +00:00
makefile.vc Avoid CRT deprecation warnings for MSVC build using makefiles too. 2012-02-07 21:38:31 +00:00
makefile.wat Always link with expat in monolithic build. 2011-12-25 13:28:01 +00:00
runtests.bat
test_printfbench.dsp
test_test_gui.dsp Update version to 2.9.4 in version.bkl too and rebake everything. 2011-12-18 14:35:50 +00:00
test_test.dsp
test_vc7_printfbench.vcproj
test_vc7_test_gui.vcproj Update version to 2.9.4 in version.bkl too and rebake everything. 2011-12-18 14:35:50 +00:00
test_vc7_test.vcproj
test_vc8_printfbench.vcproj
test_vc8_test_gui.vcproj Rebake all project files to reflect MSVC deprecation warnings defines. 2012-02-07 21:38:09 +00:00
test_vc8_test.vcproj Rebake all project files to reflect MSVC deprecation warnings defines. 2012-02-07 21:38:09 +00:00
test_vc9_printfbench.vcproj
test_vc9_test_gui.vcproj Rebake all project files to reflect MSVC deprecation warnings defines. 2012-02-07 21:38:09 +00:00
test_vc9_test.vcproj Rebake all project files to reflect MSVC deprecation warnings defines. 2012-02-07 21:38:09 +00:00
test.bkl Link tests with webview library only if it is actually available. 2011-10-30 14:19:59 +00:00
test.cpp
testableframe.cpp
testableframe.h
testdata.fc
testdate.h
testfile.h
testimage.h Added alpha saving support to TIFF image handler. 2011-08-29 01:13:06 +00:00
testprec.h