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
Jeff Garland
c346cce82f
serialization fixes for gcc 3.4
...
[SVN r27883]
2005-03-30 14:13:11 +00:00
Jeff Garland
116b195367
add mingw to the list of compilers not supporting reentrant function calls
...
[SVN r27881]
2005-03-30 13:22:50 +00:00
Jeff Garland
96eac159dc
getting the reentrant function macro logic right -- hopefully
...
[SVN r27866]
2005-03-29 14:36:04 +00:00
Jeff Garland
1f31372e84
prevent the reentrant versions of std lib clock functions from use with metrowerks compiler
...
[SVN r27865]
2005-03-29 12:22:51 +00:00
Jeff Garland
6f1a591083
add some code comments -- constructor for formatter
...
[SVN r27860]
2005-03-28 14:27:09 +00:00
Jeff Garland
821d9bce88
add include of gregorian/conversion.hpp so header will stand alone
...
[SVN r27818]
2005-03-27 15:57:35 +00:00
Jeff Garland
82fbd7f7df
next round of major updates to format-based input-output. Adds various parsers to support full date input
...
[SVN r27797]
2005-03-24 13:07:42 +00:00
Jeff Garland
c4167b847e
fix define for multi-threaded posix builds -- remove parens from macro defines
...
[SVN r27752]
2005-03-21 11:13:02 +00:00
Jeff Garland
40fc786a46
disable the reentrant calls when MSC_VER is defined -- should fix regressions on windows compilers temporarily while we figure out why it works here, but not in regression land
...
[SVN r27747]
2005-03-20 16:41:07 +00:00
Jeff Garland
f88d8130a5
fixes related to reentrant function calls on posix (localtime_r)
...
[SVN r27744]
2005-03-19 21:39:59 +00:00
Jeff Garland
aac4bbfd98
changes for vc7 failure related to shared_ptr compares
...
[SVN r27743]
2005-03-19 18:42:14 +00:00
Jeff Garland
b03be5374f
replace time_ with this->time_ to hopefully fix gcc regression failures
...
[SVN r27658]
2005-03-15 04:29:08 +00:00
Jeff Garland
527c482a9f
put in a fix to retry if the tz_database file cannot be found -- this should fix regression tests that are run from boost/status directory
...
[SVN r27635]
2005-03-13 19:49:35 +00:00
Jeff Garland
46a8a6c4f5
refactor the implementation of has_dst to remove the a flag and hopefully allow this code to compile on vc7
...
[SVN r27634]
2005-03-13 19:29:20 +00:00
Jeff Garland
b88926bc0d
fix gcc3_4 lookup errors for protected data member time_ by adding this->time_ to subclass
...
[SVN r27633]
2005-03-13 19:16:22 +00:00
Jeff Garland
ba33687a2b
fix bug 1155556 which reports failure in the case of an empty string sent to from_simple_string
...
[SVN r27624]
2005-03-12 20:44:55 +00:00
Jeff Garland
e71ce4bf36
add empty string test for bug 1155556 which reports failure in the case of an empty string sent to from_simple_string
...
[SVN r27623]
2005-03-12 20:44:03 +00:00
Jeff Garland
174bea2604
added new date parsing tests to go along with updates to date parsing code including new tokenizer stuff
...
[SVN r27622]
2005-03-12 20:30:09 +00:00
Jeff Garland
a62c95047c
fix for failures on gcc3.x on Solaris -- apparently on that platform there is a macro that defines sun == 1 -- unbelievable...
...
[SVN r27618]
2005-03-12 03:56:24 +00:00
Jeff Garland
b880f4c50a
add st louis entry
...
[SVN r27617]
2005-03-12 03:31:35 +00:00
Jeff Garland
c6292bcabc
fix test so it can find tz csv file when run from regression directory
...
[SVN r27563]
2005-03-07 03:53:44 +00:00
Victor A. Wagner Jr.
7971e6658a
Changed - some &*somestdstring.end() to &*somestdstring.begin+somestdstring.size()
...
since dereferencing ....end() is undefined
I realize that most optimizers will do away with the dereference, but some
debugging libraries won't (in particular VC8.0)
[SVN r27549]
2005-03-04 06:52:10 +00:00
Jeff Garland
09fc884f2d
make output of generators have a 2 digit day in all cases
...
[SVN r27488]
2005-02-23 10:07:53 +00:00
Jeff Garland
09bfa592a6
add in the local time tests
...
[SVN r27456]
2005-02-20 22:47:44 +00:00
Jeff Garland
0aab889bfe
fix metroworks and other regressions as a result of multiple definitions of the 1_33_facet_io macro -- in some cases it's defined in the JAMFILE so we don't want to redefine here
...
[SVN r27435]
2005-02-19 22:26:19 +00:00
Jeff Garland
c5d45806bd
Change test to reinit the last variable before the universal_time loop so that failures in some test setups are fixed. Should fix regression errors before 1.33
...
[SVN r27409]
2005-02-17 13:52:25 +00:00
Jeff Garland
965643e13f
Fix problems with gcc 3.4 and 4.x compiles by adding this-> to protected member access
...
[SVN r27405]
2005-02-16 13:04:40 +00:00
Jeff Garland
32d0fd2cd1
make division operator const
...
[SVN r27404]
2005-02-16 13:03:38 +00:00
Jeff Garland
8b48ef6483
changes to support new io facets
...
[SVN r27359]
2005-02-13 20:50:37 +00:00
Jeff Garland
039d89c800
update exceptions for local time code
...
[SVN r27355]
2005-02-13 19:51:27 +00:00
Jeff Garland
bec5356557
add various julian date tests for posix timezones
...
[SVN r27354]
2005-02-13 19:50:25 +00:00