summaryrefslogtreecommitdiff
path: root/libs/date_time
Commit message (Expand)AuthorAgeFilesLines
* Changes for i/o fixes -- close some holes. Also rename of timezone to custom tzJeff Garland2005-05-031-0/+0
* Changes to tests for i/o fixes -- close some holes. Also rename of custom ti...Jeff Garland2005-05-031-0/+0
* add custom timezone -- just a name change from timezoneJeff Garland2005-05-031-0/+0
* updates to fix serialization regression caused by changes to the serializatio...Jeff Garland2005-04-241-0/+0
* updates to fix serialization regression caused by changes to the serializatio...Jeff Garland2005-04-241-0/+0
* add local time input facet testJeff Garland2005-04-241-0/+0
* fix a problem where in STD_CONFIG mode we don't handle the case where a time ...Jeff Garland2005-04-241-0/+0
* fix a problem where in STD_CONFIG mode we don't handle the case where a time ...Jeff Garland2005-04-241-0/+0
* fix error with setting month strings -- caused off by one month errorJeff Garland2005-04-231-0/+0
* add facet tests the check setting of name stringsJeff Garland2005-04-231-0/+0
* test updates for local time input streamingJeff Garland2005-04-231-0/+0
* patches to enable local time input streamingJeff Garland2005-04-231-0/+0
* Fix bjam error when Spirit is not found, which is required for use of Boost.S...Rene Rivera2005-04-201-0/+0
* series of changes to support input/output for time zonesJeff Garland2005-04-171-0/+0
* docs for bunch o changes for time zone printingJeff Garland2005-04-171-0/+0
* fix documentation so that time durations are all spelled outJeff Garland2005-04-171-0/+0
* enhance the tz example code with no dst timezoneJeff Garland2005-04-171-0/+0
* add documentation for day_of_year() functionsJeff Garland2005-04-171-0/+0
* fix a metrowerks warning about returning an int instead of shortJeff Garland2005-04-171-0/+0
* add an end string char -- perhaps fix vc regressionsJeff Garland2005-04-161-0/+0
* make changes to eliminate most of the lexical_casts in the code -- hopefully ...Jeff Garland2005-04-121-0/+0
* fix warning on code warrior about implict conversion from intJeff Garland2005-04-121-0/+0
* portability changes for sunpro with new i/o codeJeff Garland2005-04-121-0/+0
* narrow down the string_algo includes to hopefully work around error in code w...Jeff Garland2005-04-121-0/+0
* changes to test to support format-based input of time types. For example: %Y...Jeff Garland2005-04-121-0/+0
* changes to support format-based input of time types. For example: %Y-%M-%D %...Jeff Garland2005-04-121-0/+0
* change the compiler macros to enable new fancy i/o for metrowerks compilerJeff Garland2005-04-101-0/+0
* clear up some test errors for compilers that don't support the new 1.33 fancy...Jeff Garland2005-04-101-0/+0
* open up mingw to new i/o code -- will hopefully fix some of the current mingw...Jeff Garland2005-04-101-0/+0
* add date-time serialization tests to the standard suite of testsJeff Garland2005-04-101-0/+0
* call atoi via std:: -- hopefully fix some metrowerks 9.4 regressionsJeff Garland2005-04-091-0/+0
* fix construct from clock example -- universal_day to universal_timeJeff Garland2005-04-091-0/+0
* replace facet io with simplified form that will hopefully reverse regressions...Jeff Garland2005-04-061-0/+0
* fix uninitialized variable problemJeff Garland2005-04-061-0/+0
* fix up a couple of casts to the correct typesJeff Garland2005-04-041-0/+0
* add test for truncating extra digits when parsing time duration instead of ta...Jeff Garland2005-04-021-0/+0
* truncate extra digits when parsing time duration instead of taking the last n...Jeff Garland2005-04-021-0/+0
* add information related to truncation of digits on time parsingJeff Garland2005-04-021-0/+0
* fix code warrior 9_3 warning about int to short conversionsJeff Garland2005-03-301-0/+0
* serialization fixes for gcc 3.4Jeff Garland2005-03-301-0/+0
* add mingw to the list of compilers not supporting reentrant function callsJeff Garland2005-03-301-0/+0
* getting the reentrant function macro logic right -- hopefullyJeff Garland2005-03-291-0/+0
* prevent the reentrant versions of std lib clock functions from use with metro...Jeff Garland2005-03-291-0/+0
* add some code comments -- constructor for formatterJeff Garland2005-03-281-0/+0
* add include of gregorian/conversion.hpp so header will stand aloneJeff Garland2005-03-271-0/+0
* next round of major updates to format-based input-output. Adds various parser...Jeff Garland2005-03-241-0/+0
* fix define for multi-threaded posix builds -- remove parens from macro definesJeff Garland2005-03-211-0/+0
* disable the reentrant calls when MSC_VER is defined -- should fix regressions...Jeff Garland2005-03-201-0/+0
* fixes related to reentrant function calls on posix (localtime_r)Jeff Garland2005-03-191-0/+0
* changes for vc7 failure related to shared_ptr comparesJeff Garland2005-03-191-0/+0