Define _CRT_NONSTDC_NO_WARNINGS for zlib compilation with MSVC.
[wxWidgets.git] / tests / filename /
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-06  Vadim ZeitlinDisable test for setting the creation time under Unix.
2013-07-06  Vadim ZeitlinFix FILETIME <-> wxDateTime conversions while DST is...
2012-11-10  Vadim ZeitlinFix filename test compilation with VC6.
2012-11-07  Jouk JansenFix for specific filename syntax of OpenVMS
2012-10-25  Vadim ZeitlinMake wxFILE_EXISTS_SYMLINK work on its own, without...
2012-10-23  Vadim ZeitlinDon't follow symlinks in wxFileName::Rmdir(wxPATH_RMDIR...
2012-10-22  Vadim ZeitlinRevert accidental incompatible change to wxFileName...
2012-10-20  Vadim ZeitlinFix tests compilation in STL build after r72707.
2012-10-19  Vadim ZeitlinAllow testing for existence of specific file types...
2012-10-15  Vadim ZeitlinAdd support for symlinks to wxFileName.
2012-07-10  Vadim ZeitlinFix unit tests compilation in STL build.
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS checks and __WXMSW__ for GUI...
2012-02-25  Vadim ZeitlinCompare file inodes if possible in wxFileName::SameAs().
2012-02-25  Vadim ZeitlinRemove temporary files created by wxFileName unit test...
2012-02-15  Vadim ZeitlinAdded wxFileName::Exists().
2012-02-15  Vadim ZeitlinRefactor wxFileName existence checking code.
2011-04-30  Dimitri SchoolwerthNo code changes, fixed some typos.
2010-11-20  Vadim ZeitlinDon't consider extra ".." an error in wxFileName::Norma...
2010-06-21  Francesco Montorsismall warning+PCH fixes
2010-06-21  Francesco Montorsiminor change: use a "positive" logic: use shouldSucceed...
2010-06-06  Francesco Montorsirevert previous revision about localization of decimal...
2010-06-06  Francesco MontorsiMove a couple of wxFileName tests from the console...
2010-04-07  Vadim ZeitlinRename the rest of wxSIZE_CONV_TRADIONAL to wxSIZE_CONV...
2010-04-06  Vadim ZeitlinAttempt to correct mysterious MSVC6 compilation error.
2010-04-06  Vadim ZeitlinAdd support for IEC and SI size units to wxFileName...
2009-12-05  Vadim ZeitlinAdd support for MSW unique volume names to wxFileName.
2009-11-09  Vadim ZeitlinFix unit test added in r62561 to work under Windows...
2009-11-05  Vadim ZeitlinRecognize UNCs starting with forward slashes too in...
2009-10-22  Vadim ZeitlinExtract operator<<(ostream, wxFileName) from filename...
2009-07-03  Vadim Zeitlinadd more tests for wxFileName::Normalize(DOTS) (see...
2009-07-01  Vadim Zeitlininterpret ~ specially only when it is the first charact...
2009-07-01  Vadim Zeitlinremove _T()s and wxChars from the test making it much...
2009-04-01  Vadim Zeitlindon't run wxPATH_NORM_LONG test on systems where the...
2009-03-26  Vadim Zeitlinalways declare TestStrip(), it is now available even...
2009-03-26  Vadim Zeitlinimplement deprecated wxStripExtension() in terms of...
2009-02-01  Vadim Zeitlindisable warning about using deprecated wxStripExtension...
2009-01-07  Francesco Montorsirewrite wxContractPath as wxFileName::ReplaceEnvVariabl...
2008-11-19  Vadim Zeitlinfix comparison in Normalize() test
2008-11-03  Vadim Zeitlinreally fix VC6 compilation of all testsi (without break...
2008-10-12  Vadim Zeitlindon't replace . and .. with the corresponding directoti...
2008-09-27  Vadim Zeitlinfix VC9 compilation: FileNameInfo identifier conflicts...
2008-07-18  Vadim Zeitlinget rid of special WX_ASSERT_FOO_EQUAL macros by defini...
2008-05-24  Vadim Zeitlindo case normalization after long path one, this fixes...
2008-05-18  Vadim Zeitlinadd tests for wxPATH_NORM_CASE (unsuccessfully trying...
2008-05-18  Vadim Zeitlinwork around VC7 compiler bug resulting in a warning...
2008-01-27  Václav Slavíkconverting temporary wxString to const wxChar* and...
2008-01-13  Vadim Zeitlincompilation fixes for VC6
2007-04-10  Václav Slavíkfixed typo: _T(), not _()
2006-12-17  Vadim Zeitlincorrected tests to deal with multiple consecutive ...
2006-12-17  Vadim Zeitlinadded test for parsing c:\\aaa\bbb\ccc paths (aaa shoul...
2006-12-16  Vadim Zeitlinfor for initializing wxFileName with empty string retur...
2006-12-09  Vadim ZeitlinUnicode compilation fixes
2006-11-08  Vadim Zeitlinfix Normalize() test by using dummy working directory...
2006-11-08  Vadim Zeitlinuse CPPUNIT_ASSERT_MESSAGE() to show which test exactly...
2006-11-08  Vadim Zeitlinuse CPPUNIT_ASSERT_MESSAGE() to show which test exactly...
2006-10-29  Michael WetherellCompile fix for no-pch.
2006-10-26  Robert Roebling [ 1585253 ] Various important bugfixes to wxFileName...
2006-08-13  Vadim Zeitlinfixed wrong test (patch 1532411)
2006-04-02  Vadim Zeitlinadded filename comparison test
2005-05-23  Włodzimierz SkibaUnicode fix.
2005-05-04  Vadim Zeitlinadded (trivial) GetLong/ShortPath() test
2005-02-28  Vadim Zeitlinsupport filenames with empty extension (foo.) (bug...
2004-12-02  Ryan Nortonbetter name - add newline to end of file for dumber...
2004-12-01  Ryan Nortonadd wxStripExtension test
2004-11-22  Ryan Norton[ 1068188 ] Precompiled header for the test program...
2004-11-07  Vadim Zeitlinhandle volume part of the path correctly in wxFileName...
2004-10-31  Ryan NortonRename some tests to avoid conflicts with project build...
2004-08-16  Václav Slavíkcorrected SetPath tests
2004-07-25  Vadim Zeitlinadded SetPath() test
2004-07-25  Vadim Zeitlinadded wxFileName test