Commit Graph

731 Commits

Author SHA1 Message Date
Jeff Garland
e9261beb4c Fix regression test error with greg_serialize_dll by changing Jamfile to pick up dll properly.
[SVN r33377]
2006-03-18 19:58:03 +00:00
Jeff Garland
f9576c4a32 Supress warnings for VC
[SVN r33372]
2006-03-18 16:47:55 +00:00
Vladimir Prus
d3a6dd9385 The date_time/testgreg_serialize_dll test should link to date_time DLL,
not static lib.


[SVN r33184]
2006-03-01 09:35:06 +00:00
Alisdair Meredith
27ca552ed8 Patch for Borland patch - did not include workaround.hpp
[SVN r33134]
2006-02-27 08:02:30 +00:00
Alisdair Meredith
ee74aad32f Workarounds updated for BCB2006 compiler
[SVN r33125]
2006-02-26 20:10:18 +00:00
Jeff Garland
b3e3232bbd Reduce the usage of basic_stringstream as much a possible to work around VC8 memory leak issue.
[SVN r32998]
2006-02-18 20:58:01 +00:00
Vladimir Prus
7984815e6e Attempt to sync Jamfile.v2 with Jamfile
[SVN r32490]
2006-01-31 16:57:16 +00:00
Vladimir Prus
8a6b03a744 Update Jamfile.v2
[SVN r32350]
2006-01-18 12:32:54 +00:00
Douglas Gregor
b5a98e0321 Fix regression testing on GCC 2.95.x, I think
[SVN r32184]
2005-12-29 19:46:55 +00:00
Jeff Garland
7e1b6bbef4 minor patch from Davlet Panech to stop ICE on MSVC6 SP6 with STLPort 4.6.2
[SVN r31927]
2005-12-06 03:49:15 +00:00
Jeff Garland
26f14eda80 add dll linking for special_value_from_string declaration.
[SVN r31802]
2005-11-28 13:21:54 +00:00
Jeff Garland
258a9d72f3 add a dll linked test for serialization to make sure all the symbols are exported
[SVN r31801]
2005-11-28 13:20:35 +00:00
Jeff Garland
66721a13e4 Fix one last unqualified tm struct --> make std::tm
[SVN r31521]
2005-11-01 04:27:29 +00:00
Jeff Garland
334a28d8ce changes to for QNX - put time_t references into namespace std
[SVN r31496]
2005-10-27 13:37:30 +00:00
Jeff Garland
c2a307320b changes for tracker issue 1178092 -- change in convert_to_lower to make local a const static and speed up parsing.
[SVN r31460]
2005-10-25 12:49:02 +00:00
Jeff Garland
cfc379713a fixes for issue 949189 -- perhaps cleans up some warnings.
[SVN r31459]
2005-10-25 12:42:20 +00:00
Jeff Garland
cfea9b8090 remove obsolete file -- class renamed
[SVN r31457]
2005-10-25 03:52:30 +00:00
Jeff Garland
6f7fc0d116 Qualify all references to tm with std:: hopefully will fix QNX compile issues
[SVN r31456]
2005-10-25 03:38:40 +00:00
Jeff Garland
f2d4fac8cd Patch to silence vc8 deprication warnings since we plan to keep using std::gmtime.
[SVN r31455]
2005-10-25 02:42:43 +00:00
Jeff Garland
c83211770f add new tests to support wide chars in timezones
[SVN r31437]
2005-10-23 20:15:39 +00:00
Jeff Garland
267c42d33f Start on feature changes required to support wide chars in time zones and eventual move of all the time zone core to date_time namespace
[SVN r31436]
2005-10-23 20:15:07 +00:00
Jeff Garland
6ab46fc3d4 fixes for regression in gcc295 compilers
[SVN r30914]
2005-09-11 23:21:00 +00:00
Jeff Garland
2edb54a390 Fix negative month addition issue.
[SVN r30823]
2005-09-05 22:07:23 +00:00
Jeff Garland
e8ba437845 Add tests to fix negative durations wrapping problem (wrapping int fix)
[SVN r30822]
2005-09-05 22:07:05 +00:00
Jeff Garland
09ff47960f iso tokenizer fix test updates - causes exception when missing digits - hence bad format
[SVN r30821]
2005-09-05 21:34:51 +00:00
Jeff Garland
1ed0baf300 iso tokenizer fixes - causes exception when missing digits - hence bad format
[SVN r30820]
2005-09-05 21:34:26 +00:00
Jeff Garland
33bce3542a add local time iterator and local time period tests to Jamfile
[SVN r30819]
2005-09-05 21:30:41 +00:00
Jeff Garland
71b24a55de fixes for day of month parsing problem
[SVN r30818]
2005-09-05 21:10:50 +00:00
Jeff Garland
73ddcd7ead add tests for day of month parsing problem
[SVN r30817]
2005-09-05 21:10:09 +00:00
Jeff Garland
0117462bf5 doc fixes associated with day of month parsing problem
[SVN r30816]
2005-09-05 21:03:29 +00:00
Jeff Garland
895869d16f Fix propleptic into proleptic
[SVN r30711]
2005-08-28 16:02:42 +00:00
John Maddock
e73f083d86 Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
[SVN r30670]
2005-08-25 16:27:28 +00:00
Jeff Garland
7ae423541f fix shadow warnings and remove mis-coded copy constructor
[SVN r30607]
2005-08-20 18:22:06 +00:00
Jeff Garland
3b99d4e120 Remove localtime_r functions for borland compilers.
[SVN r30374]
2005-08-02 13:02:41 +00:00
Jeff Garland
2e0211f0f8 Documentation of variety of updates -- primarily bug fix for periods with length 0 or 1.
[SVN r30236]
2005-07-25 03:03:13 +00:00
Jeff Garland
9910fd906e Changes to docs in support of fixes for period bug.
[SVN r30235]
2005-07-24 23:52:05 +00:00
Jeff Garland
9b1d477e1c Fixes to period to resolve inconsistencies with handling periods of -1, 0, 1 durations. Add new tests for these cases
[SVN r30234]
2005-07-24 23:48:42 +00:00
Jeff Garland
01736f5847 Fixes to period to resolve inconsistencies with handling periods of -1, 0, 1 durations.
[SVN r30233]
2005-07-24 23:47:50 +00:00
Jeff Garland
ebd6ac409c Fixes so that from_iso_string correctly handles subsecond resolutions.
[SVN r30175]
2005-07-19 11:17:32 +00:00
Jeff Garland
05de944281 Add tests for subsecond resolution for from_iso_string -- patched to work correctly now.
[SVN r30174]
2005-07-19 11:16:18 +00:00
Jeff Garland
ee65dedf4d move all tests within an exception block to see if we can track down odd cw failures
[SVN r30151]
2005-07-17 23:58:33 +00:00
Jeff Garland
f8b6cee61b Reorder input iterator dereferences to ensure end of stream is checked first
[SVN r30150]
2005-07-17 23:57:59 +00:00
Jeff Garland
1154781c0b various doc typo updates
[SVN r30136]
2005-07-16 18:45:09 +00:00
Jeff Garland
7e719a84d9 tighten up testing for various input i/o formats
[SVN r30135]
2005-07-16 18:37:46 +00:00
Jeff Garland
748fe1433d critical fix for time input functions that made iso and other undelimited time formats fail to parse correctly -- additional tests
[SVN r30130]
2005-07-16 00:37:26 +00:00
Jeff Garland
74de942d09 critical fix for time input functions that made iso and other undelimited time formats fail to parse correctly
[SVN r30129]
2005-07-16 00:36:56 +00:00
Jeff Garland
fe0f322e98 change filename so it is within the allowed file lengths
[SVN r30026]
2005-07-13 04:04:12 +00:00
Jeff Garland
8ff4398901 fix tabs in file problem
[SVN r30025]
2005-07-13 03:59:54 +00:00
Douglas Gregor
38af1f49cf Should not check in catalog.xml
[SVN r29937]
2005-07-07 17:43:20 +00:00
Jeff Garland
6cfa174d56 documentation updates to support changes to time duration formatting. Also improvements to documentation of special value interfaces in ptime and other classes
[SVN r29883]
2005-07-04 02:35:20 +00:00