Commit Graph

1161 Commits

Author SHA1 Message Date
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
Jeff Garland
04674429a9 do some nice syntax highlighting for html versions
[SVN r29882]
2005-07-04 02:34:05 +00:00
Jeff Garland
cd68e581a6 add a few tests that have been there for ages, but somehow got dropped from the Jamfile -- this includes several i/o tests. Also removed a redundant test
[SVN r29878]
2005-07-03 06:56:21 +00:00
Jeff Garland
64185b666d unfortunate last minute major bug with duration output with negative time durations - fixes allow for additional user control of the sign format for the general case and make sure all elements of duration have absolute values. This change adds new tests to make sure the bug is gone
[SVN r29877]
2005-07-03 06:55:06 +00:00
Jeff Garland
8bb7f140af unfortunate last minute major bug with duration output with negative time durations - fixes allow for additional user control of the sign format for the general case and make sure all elements of duration have absolute values. Also cleaned up a few out of date comments
[SVN r29876]
2005-07-03 06:53:13 +00:00
Jeff Garland
ad50aac6b7 Added tests to test fix for a serious bug with conversions for negative time durations. Need the minutes and seconds fields to be converted to absolute values. This was creating a downstream bug in i/o code where negative durations were not streaming out correctly
[SVN r29875]
2005-07-02 23:36:32 +00:00
Jeff Garland
4901ad91e4 fix a serious bug with conversions for negative time durations. Need the minutes and seconds fields to be converted to absolute values. This was creating a downstream bug in i/o code where negative durations were not streaming out correctly
[SVN r29874]
2005-07-02 23:35:06 +00:00
Jeff Garland
bc754d907c add tests for fix to input parsing. Tests for bug that would cause an extra character to be consumed in the stream when parsing special value cases. In particular something like a date period like [2005-Jun-10/not-a-date-time] would fail to parse correctly even though this can be constructed and output just fine
[SVN r29854]
2005-07-01 03:00:34 +00:00
Jeff Garland
443ab4fce8 fix an input parsing bug that would cause an extra character to be consumed in the stream when parsing special value cases. In particular something like a date period like [2005-Jun-10/not-a-date-time] would fail to parse correctly even though this can be constructed and output just fine
[SVN r29853]
2005-07-01 02:58:57 +00:00
Jeff Garland
12d121e876 fix bug with exception handling in new i/o code -- only throw exceptions if stream bits set correctly -- cooresponding doc updates
[SVN r29824]
2005-06-28 13:13:31 +00:00
Jeff Garland
54e7c78df6 fix bug with exception handling in new i/o code -- only throw exceptions if stream bits set correctly
[SVN r29823]
2005-06-28 13:12:24 +00:00
Vladimir Prus
3be30cf06b New convenience rule package.install.
Use that rule in top-level Jamfile.v2.
Introduce new top-level Jamfile rule 'boost-install'.
Use it in date_time, other libraries to follow soon.


[SVN r29805]
2005-06-27 12:37:47 +00:00
Vladimir Prus
4f9cd8f96e link-runtime -> runtime-link.
Patch from Jurgen Hunold.


[SVN r29729]
2005-06-22 10:11:39 +00:00
Jeff Garland
5ee5fd5d7f information entry about serialization bugfix
[SVN r29713]
2005-06-21 03:51:13 +00:00
Jeff Garland
7472b1e047 fixes for special value serialization bug
[SVN r29712]
2005-06-21 03:35:34 +00:00
Jeff Garland
bb21d778a0 updates to test for %% bugfix -- removal of references to ptime_facet in tests
[SVN r29622]
2005-06-16 13:23:38 +00:00
Jeff Garland
fa053e1172 cleanup/removal of ptime_facet typedefs
[SVN r29620]
2005-06-16 13:22:27 +00:00
Jeff Garland
ea43217c2b fix for bug with %% strings in formats
[SVN r29619]
2005-06-16 13:21:39 +00:00
Jeff Garland
ede9a3cc00 more documentation tweaks -- some to match bug fix for %% strings in facets -- others to remove ptime_facet references
[SVN r29618]
2005-06-16 13:19:44 +00:00
Jeff Garland
f9e74aada5 various doc updates including a fix for bare ampersands in references
[SVN r29576]
2005-06-15 04:11:22 +00:00
Jeff Garland
1f5d0d6f47 update to references before the 1.33
[SVN r29550]
2005-06-13 11:51:52 +00:00