Commit Graph

642 Commits

Author SHA1 Message Date
Jeff Garland
431cb1cbf4 add new testfile for local time periods
[SVN r28939]
2005-05-15 21:22:10 +00:00
Jeff Garland
61d6ee9a86 add operator- to fix errors in testlocal_time_period.cpp
[SVN r28938]
2005-05-15 21:21:00 +00:00
Jeff Garland
82acf7ac18 add end_of_month_day function doc
[SVN r28937]
2005-05-15 20:55:35 +00:00
Jeff Garland
1f5669aacb initial writeup of changes from 1.32 to 1.33
[SVN r28936]
2005-05-15 20:55:01 +00:00
Jeff Garland
4a2f3352b7 add std:: qualifications to isalpha calls to hopefully fix codewarrior 9.5 regressions
[SVN r28900]
2005-05-14 16:38:28 +00:00
Jeff Garland
a9ca8beb87 minor tweaks to try and cleanup como regresssions -- warnings about unreachable code and failure on microsec clock
[SVN r28817]
2005-05-11 13:01:53 +00:00
Jeff Garland
d25dab13ef add copyrights to examples
[SVN r28807]
2005-05-11 06:22:09 +00:00
Jeff Garland
85e8d01166 take a shot a fixing como regression failures
[SVN r28755]
2005-05-09 03:37:09 +00:00
Jeff Garland
4ae5fca3ca patches to allow for generation of a date-time only pdf from boost book files
[SVN r28745]
2005-05-08 18:55:39 +00:00
Jeff Garland
2e4f021ab6 take a shot at fixing gcc 4.x compile error for 1.33
[SVN r28709]
2005-05-07 08:49:15 +00:00
Rene Rivera
1beebb2eb5 Fixes for CodeWarrior compilation problems.
* time_facet.hpp; Fix undefined errors because of class method lookups. Needed to use this->* for correct vtable method resolution.
* Jamfile; Make some of the tests specify that they use locale support.


[SVN r28708]
2005-05-07 06:17:24 +00:00
Jeff Garland
94b388e3c9 Changes for i/o fixes -- close some holes. Also rename of timezone to custom tz
[SVN r28630]
2005-05-03 14:27:53 +00:00
Jeff Garland
43839c4d19 Changes to tests for i/o fixes -- close some holes. Also rename of custom timezone
[SVN r28629]
2005-05-03 14:27:05 +00:00
Jeff Garland
898e0a4524 add custom timezone -- just a name change from timezone
[SVN r28628]
2005-05-03 14:14:11 +00:00
Jeff Garland
9992b00c59 updates to fix serialization regression caused by changes to the serialization lib -- macros must now be outside namespace
[SVN r28457]
2005-04-24 05:54:25 +00:00
Jeff Garland
d13c4ec9f3 updates to fix serialization regression caused by changes to the serialization lib -- const value is required when archiving
[SVN r28456]
2005-04-24 05:53:01 +00:00
Jeff Garland
dd789080fd add local time input facet test
[SVN r28447]
2005-04-24 01:48:19 +00:00
Jeff Garland
54d9cbc1bf fix a problem where in STD_CONFIG mode we don't handle the case where a time duration of over 24 hours is constructed. Change adds appropriate amounts to the date. Added tests to validate this is working correctly
[SVN r28446]
2005-04-24 01:36:25 +00:00
Jeff Garland
83b9057a68 fix a problem where in STD_CONFIG mode we don't handle the case where a time duration of over 24 hours is constructed. Change adds appropriate amounts to the date.
[SVN r28445]
2005-04-24 01:35:19 +00:00
Jeff Garland
b0f888e7b6 fix error with setting month strings -- caused off by one month error
[SVN r28442]
2005-04-23 21:16:06 +00:00
Jeff Garland
7635f9334d add facet tests the check setting of name strings
[SVN r28441]
2005-04-23 21:15:06 +00:00
Jeff Garland
dd0c9127e0 test updates for local time input streaming
[SVN r28434]
2005-04-23 05:41:08 +00:00
Jeff Garland
9bec7b8111 patches to enable local time input streaming
[SVN r28433]
2005-04-23 05:39:52 +00:00
Rene Rivera
1d5b9be500 Fix bjam error when Spirit is not found, which is required for use of Boost.Serialization.
[SVN r28346]
2005-04-20 22:06:17 +00:00
Jeff Garland
ad38989a3a series of changes to support input/output for time zones
[SVN r28304]
2005-04-17 21:49:11 +00:00
Jeff Garland
908e14ae23 docs for bunch o changes for time zone printing
[SVN r28303]
2005-04-17 21:40:17 +00:00
Jeff Garland
792631d009 fix documentation so that time durations are all spelled out
[SVN r28302]
2005-04-17 21:33:34 +00:00
Jeff Garland
b695e765a5 enhance the tz example code with no dst timezone
[SVN r28301]
2005-04-17 21:29:26 +00:00
Jeff Garland
8966d8b567 add documentation for day_of_year() functions
[SVN r28300]
2005-04-17 21:28:10 +00:00
Jeff Garland
ad9ab4c15e fix a metrowerks warning about returning an int instead of short
[SVN r28299]
2005-04-17 21:10:54 +00:00
Jeff Garland
a47da49ee9 add an end string char -- perhaps fix vc regressions
[SVN r28283]
2005-04-16 18:59:51 +00:00
Jeff Garland
8b5a417459 make changes to eliminate most of the lexical_casts in the code -- hopefully this will help codewarrior 8.3 errors
[SVN r28181]
2005-04-12 15:04:33 +00:00
Jeff Garland
68a03f5ec9 fix warning on code warrior about implict conversion from int
[SVN r28177]
2005-04-12 13:16:24 +00:00
Jeff Garland
f9c5429756 portability changes for sunpro with new i/o code
[SVN r28176]
2005-04-12 13:01:53 +00:00
Jeff Garland
22953c181c narrow down the string_algo includes to hopefully work around error in code warrior -- make compiles faster
[SVN r28175]
2005-04-12 12:47:46 +00:00
Jeff Garland
6304827f3a changes to test to support format-based input of time types. For example: %Y-%M-%D %H:%M:%S - new testfile posix_time/testtime_input_facet.cpp
[SVN r28141]
2005-04-12 02:56:45 +00:00
Jeff Garland
3257d1297a changes to support format-based input of time types. For example: %Y-%M-%D %H:%M:%S
[SVN r28140]
2005-04-12 02:55:04 +00:00
Jeff Garland
9e7902c79e change the compiler macros to enable new fancy i/o for metrowerks compiler
[SVN r28092]
2005-04-10 23:53:08 +00:00
Jeff Garland
44fec40c5f clear up some test errors for compilers that don't support the new 1.33 fancy i/o facts
[SVN r28091]
2005-04-10 23:47:38 +00:00
Jeff Garland
23f9750b7a open up mingw to new i/o code -- will hopefully fix some of the current mingw regressions
[SVN r28090]
2005-04-10 23:07:24 +00:00
Jeff Garland
971a9cc630 add date-time serialization tests to the standard suite of tests
[SVN r28083]
2005-04-10 18:07:52 +00:00
Jeff Garland
5b47132eb5 call atoi via std:: -- hopefully fix some metrowerks 9.4 regressions
[SVN r28070]
2005-04-09 16:05:16 +00:00
Jeff Garland
2624ed0a45 fix construct from clock example -- universal_day to universal_time
[SVN r28069]
2005-04-09 15:48:47 +00:00
Jeff Garland
9eed73ddd6 replace facet io with simplified form that will hopefully reverse regressions on compilers like mingw
[SVN r27996]
2005-04-06 02:16:07 +00:00
Jeff Garland
bf47dadf80 fix uninitialized variable problem
[SVN r27995]
2005-04-06 01:15:20 +00:00
Jeff Garland
faa1bdc2f9 fix up a couple of casts to the correct types
[SVN r27951]
2005-04-04 11:05:30 +00:00
Jeff Garland
dbe8af4393 add test for truncating extra digits when parsing time duration instead of taking the last n digits incorrectly
[SVN r27936]
2005-04-02 17:58:58 +00:00
Jeff Garland
ea0f30f26e truncate extra digits when parsing time duration instead of taking the last n digits incorrectly
[SVN r27935]
2005-04-02 17:57:45 +00:00
Jeff Garland
823e263e51 add information related to truncation of digits on time parsing
[SVN r27934]
2005-04-02 17:55:49 +00:00
Jeff Garland
2821d374ea fix code warrior 9_3 warning about int to short conversions
[SVN r27886]
2005-03-30 16:09:46 +00:00