index
:
delta/boost.git
circle2
danieljames-patch-1
danieljames-patch-2
danieljames-patch-3
develop
doxygen1.8.15
feature/add-histogram
feature/add-outcome
feature/arch-and-model
feature/bcp-namespace
feature/boost-install-reqs
feature/boostcpp-py
feature/ci-changes
feature/cmake-config
feature/docutils
feature/fix-status-tools
feature/gha
feature/install-cmake-config
feature/install-cmake-config-2
feature/pkgconfig
feature/remove-travis-packages
feature/reorder-gitmodules
feature/travis-cmake
feature/travis-cmake-2
feature/travis-submodules-j3
feature/travis-xenial
grafikrobot-patch-1
master
pdimov-patch-1
pdimov-patch-2
pdimov-patch-3
pdimov-patch-4
pr-asciidoctor
pr-asciidoctor-gem-3
pr/add-quickbook-to-status
pr/bootstrap-bat-specified-toolset
pr/normalize-submodule-names
pr/remove-boostcpp-py
pr/remove-root-targets
pr/remove-unversioned-targets
pr/remove-wave-special-case
pr/rvm-2.3.3
regression/reporting
github.com: boostorg/boost.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
date_time
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changes for i/o fixes -- close some holes. Also rename of timezone to custom tz
Jeff Garland
2005-05-03
1
-0
/
+0
*
Changes to tests for i/o fixes -- close some holes. Also rename of custom ti...
Jeff Garland
2005-05-03
1
-0
/
+0
*
add custom timezone -- just a name change from timezone
Jeff Garland
2005-05-03
1
-0
/
+0
*
updates to fix serialization regression caused by changes to the serializatio...
Jeff Garland
2005-04-24
1
-0
/
+0
*
updates to fix serialization regression caused by changes to the serializatio...
Jeff Garland
2005-04-24
1
-0
/
+0
*
add local time input facet test
Jeff Garland
2005-04-24
1
-0
/
+0
*
fix a problem where in STD_CONFIG mode we don't handle the case where a time ...
Jeff Garland
2005-04-24
1
-0
/
+0
*
fix a problem where in STD_CONFIG mode we don't handle the case where a time ...
Jeff Garland
2005-04-24
1
-0
/
+0
*
fix error with setting month strings -- caused off by one month error
Jeff Garland
2005-04-23
1
-0
/
+0
*
add facet tests the check setting of name strings
Jeff Garland
2005-04-23
1
-0
/
+0
*
test updates for local time input streaming
Jeff Garland
2005-04-23
1
-0
/
+0
*
patches to enable local time input streaming
Jeff Garland
2005-04-23
1
-0
/
+0
*
Fix bjam error when Spirit is not found, which is required for use of Boost.S...
Rene Rivera
2005-04-20
1
-0
/
+0
*
series of changes to support input/output for time zones
Jeff Garland
2005-04-17
1
-0
/
+0
*
docs for bunch o changes for time zone printing
Jeff Garland
2005-04-17
1
-0
/
+0
*
fix documentation so that time durations are all spelled out
Jeff Garland
2005-04-17
1
-0
/
+0
*
enhance the tz example code with no dst timezone
Jeff Garland
2005-04-17
1
-0
/
+0
*
add documentation for day_of_year() functions
Jeff Garland
2005-04-17
1
-0
/
+0
*
fix a metrowerks warning about returning an int instead of short
Jeff Garland
2005-04-17
1
-0
/
+0
*
add an end string char -- perhaps fix vc regressions
Jeff Garland
2005-04-16
1
-0
/
+0
*
make changes to eliminate most of the lexical_casts in the code -- hopefully ...
Jeff Garland
2005-04-12
1
-0
/
+0
*
fix warning on code warrior about implict conversion from int
Jeff Garland
2005-04-12
1
-0
/
+0
*
portability changes for sunpro with new i/o code
Jeff Garland
2005-04-12
1
-0
/
+0
*
narrow down the string_algo includes to hopefully work around error in code w...
Jeff Garland
2005-04-12
1
-0
/
+0
*
changes to test to support format-based input of time types. For example: %Y...
Jeff Garland
2005-04-12
1
-0
/
+0
*
changes to support format-based input of time types. For example: %Y-%M-%D %...
Jeff Garland
2005-04-12
1
-0
/
+0
*
change the compiler macros to enable new fancy i/o for metrowerks compiler
Jeff Garland
2005-04-10
1
-0
/
+0
*
clear up some test errors for compilers that don't support the new 1.33 fancy...
Jeff Garland
2005-04-10
1
-0
/
+0
*
open up mingw to new i/o code -- will hopefully fix some of the current mingw...
Jeff Garland
2005-04-10
1
-0
/
+0
*
add date-time serialization tests to the standard suite of tests
Jeff Garland
2005-04-10
1
-0
/
+0
*
call atoi via std:: -- hopefully fix some metrowerks 9.4 regressions
Jeff Garland
2005-04-09
1
-0
/
+0
*
fix construct from clock example -- universal_day to universal_time
Jeff Garland
2005-04-09
1
-0
/
+0
*
replace facet io with simplified form that will hopefully reverse regressions...
Jeff Garland
2005-04-06
1
-0
/
+0
*
fix uninitialized variable problem
Jeff Garland
2005-04-06
1
-0
/
+0
*
fix up a couple of casts to the correct types
Jeff Garland
2005-04-04
1
-0
/
+0
*
add test for truncating extra digits when parsing time duration instead of ta...
Jeff Garland
2005-04-02
1
-0
/
+0
*
truncate extra digits when parsing time duration instead of taking the last n...
Jeff Garland
2005-04-02
1
-0
/
+0
*
add information related to truncation of digits on time parsing
Jeff Garland
2005-04-02
1
-0
/
+0
*
fix code warrior 9_3 warning about int to short conversions
Jeff Garland
2005-03-30
1
-0
/
+0
*
serialization fixes for gcc 3.4
Jeff Garland
2005-03-30
1
-0
/
+0
*
add mingw to the list of compilers not supporting reentrant function calls
Jeff Garland
2005-03-30
1
-0
/
+0
*
getting the reentrant function macro logic right -- hopefully
Jeff Garland
2005-03-29
1
-0
/
+0
*
prevent the reentrant versions of std lib clock functions from use with metro...
Jeff Garland
2005-03-29
1
-0
/
+0
*
add some code comments -- constructor for formatter
Jeff Garland
2005-03-28
1
-0
/
+0
*
add include of gregorian/conversion.hpp so header will stand alone
Jeff Garland
2005-03-27
1
-0
/
+0
*
next round of major updates to format-based input-output. Adds various parser...
Jeff Garland
2005-03-24
1
-0
/
+0
*
fix define for multi-threaded posix builds -- remove parens from macro defines
Jeff Garland
2005-03-21
1
-0
/
+0
*
disable the reentrant calls when MSC_VER is defined -- should fix regressions...
Jeff Garland
2005-03-20
1
-0
/
+0
*
fixes related to reentrant function calls on posix (localtime_r)
Jeff Garland
2005-03-19
1
-0
/
+0
*
changes for vc7 failure related to shared_ptr compares
Jeff Garland
2005-03-19
1
-0
/
+0
[next]