]> git.saurik.com Git - wxWidgets.git/history - tests/datetime
1. made CRT wrappers definitions indepenent of wxUSE_UNICODE: both ANSI and Unicode...
[wxWidgets.git] / tests / datetime /
2007-01-18  Vadim Zeitlinadded wxDateTime::GetDateOnly()
2006-10-28  Vadim Zeitlinfix gcc compilation warning
2006-07-20  Vadim Zeitlinadded more time span formatting tests
2006-07-20  Vadim Zeitlinhandle negative time spans correctly in Format()
2006-07-20  Vadim Zeitlinfixed TestTimeFormat() test: and can use 2 digit...
2006-07-20  Vadim Zeitlinadded wxTimeSpan::Format() test
2006-03-21  Vadim Zeitlinadded ParseDate() tests; use CPPUNIT_ASSERT_EQUAL to...
2006-02-11  Vadim Zeitlincompilation fixes for wxUSE_DATETIME==0 (another part...
2006-02-05  Roger Gammans Add flags to test dates struct which allow us to skip...
2005-08-28  Vadim ZeitlinFixed several bugs in wxDateTime timezone handling:
2005-02-28  Vadim Zeitlinanother test for DST bug
2005-01-31  Vadim Zeitlinadded test for the DST bug (patch 1097811)
2005-01-19  Włodzimierz SkibaMinGW warning fix for hundreds of not initialized members.
2004-11-22  Ryan Norton[ 1068188 ] Precompiled header for the test program...
2004-11-10  Ryan Nortonfix datetime tests for non-westeurope time zones
2004-10-31  Ryan NortonRename some tests to avoid conflicts with project build...
2004-09-11  Vadim Zeitlindeprecated SetToTheWeek() and GetWeek(); added and...
2004-09-11  Vadim Zeitlinfixed GetWeekOfYear() for first/last week in some cases...
2004-06-24  Włodzimierz SkibaRemoved unused code.
2004-06-23  Vadim Zeitlinadded Set(jdn) test
2004-06-23  Vadim Zeitlinextracted some wxDateTime tests from console sample...