Commit Graph

  • 7e719a84d9 tighten up testing for various input i/o formats Jeff Garland 2005-07-16 18:37:46 +00:00
  • 748fe1433d critical fix for time input functions that made iso and other undelimited time formats fail to parse correctly -- additional tests Jeff Garland 2005-07-16 00:37:26 +00:00
  • 74de942d09 critical fix for time input functions that made iso and other undelimited time formats fail to parse correctly Jeff Garland 2005-07-16 00:36:56 +00:00
  • fe0f322e98 change filename so it is within the allowed file lengths Jeff Garland 2005-07-13 04:04:12 +00:00
  • 8ff4398901 fix tabs in file problem Jeff Garland 2005-07-13 03:59:54 +00:00
  • 38af1f49cf Should not check in catalog.xml Douglas Gregor 2005-07-07 17:43:20 +00:00
  • 6cfa174d56 documentation updates to support changes to time duration formatting. Also improvements to documentation of special value interfaces in ptime and other classes Jeff Garland 2005-07-04 02:35:20 +00:00
  • 04674429a9 do some nice syntax highlighting for html versions Jeff Garland 2005-07-04 02:34:05 +00:00
  • 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 Jeff Garland 2005-07-03 06:56:21 +00:00
  • 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 Jeff Garland 2005-07-03 06:55:06 +00:00
  • 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 Jeff Garland 2005-07-03 06:53:13 +00:00
  • 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 Jeff Garland 2005-07-02 23:36:32 +00:00
  • 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 Jeff Garland 2005-07-02 23:35:06 +00:00
  • 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 Jeff Garland 2005-07-01 03:00:34 +00:00
  • 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 Jeff Garland 2005-07-01 02:58:57 +00:00
  • 12d121e876 fix bug with exception handling in new i/o code -- only throw exceptions if stream bits set correctly -- cooresponding doc updates Jeff Garland 2005-06-28 13:13:31 +00:00
  • 54e7c78df6 fix bug with exception handling in new i/o code -- only throw exceptions if stream bits set correctly Jeff Garland 2005-06-28 13:12:24 +00:00
  • 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. Vladimir Prus 2005-06-27 12:37:47 +00:00
  • 4f9cd8f96e link-runtime -> runtime-link. Vladimir Prus 2005-06-22 10:11:39 +00:00
  • 5ee5fd5d7f information entry about serialization bugfix Jeff Garland 2005-06-21 03:51:13 +00:00
  • 7472b1e047 fixes for special value serialization bug Jeff Garland 2005-06-21 03:35:34 +00:00
  • bb21d778a0 updates to test for %% bugfix -- removal of references to ptime_facet in tests Jeff Garland 2005-06-16 13:23:38 +00:00
  • fa053e1172 cleanup/removal of ptime_facet typedefs Jeff Garland 2005-06-16 13:22:27 +00:00
  • ea43217c2b fix for bug with %% strings in formats Jeff Garland 2005-06-16 13:21:39 +00:00
  • ede9a3cc00 more documentation tweaks -- some to match bug fix for %% strings in facets -- others to remove ptime_facet references Jeff Garland 2005-06-16 13:19:44 +00:00
  • f9e74aada5 various doc updates including a fix for bare ampersands in references Jeff Garland 2005-06-15 04:11:22 +00:00
  • 1f5d0d6f47 update to references before the 1.33 Jeff Garland 2005-06-13 11:51:52 +00:00
  • d863baf4c7 clarification on how to write safe code for time_durations Jeff Garland 2005-06-13 11:51:13 +00:00
  • 68e74fee37 various updates to date-time docs Jeff Garland 2005-06-12 20:53:10 +00:00
  • 04aa7bd9b1 couple upgrades to the examples Jeff Garland 2005-06-12 20:49:22 +00:00
  • 3ff7c8d1d4 jun 9 documentation update for 1.33 Jeff Garland 2005-06-10 04:17:03 +00:00
  • 0230f5d871 updated version of the io tutorial Jeff Garland 2005-06-10 03:28:05 +00:00
  • 99c989d1da fix problem with use of format/npos Jeff Garland 2005-06-09 12:37:13 +00:00
  • 8f247814a4 minor tweaks -- documentation only -- no code changes Jeff Garland 2005-06-06 10:36:46 +00:00
  • fde785ab90 minor documentation update Jeff Garland 2005-06-06 10:24:28 +00:00
  • c30df89277 Fix serialization condition that archives have to be included first. Rene Rivera 2005-06-04 06:40:36 +00:00
  • 925b49e7dc Add work around for standard libraries that use local time as the basis of std::time, like the MSL on Windows. Rene Rivera 2005-06-01 15:05:06 +00:00
  • 08db1dce9e Work around CW-8 problem of considering a T[] incomplete when T is a template type. Rene Rivera 2005-06-01 14:19:22 +00:00
  • 351d9fcacf tons of documentation updates for the 1.33 release Jeff Garland 2005-05-28 18:56:21 +00:00
  • fc701ebdf3 some additions to the documentation stuff Jeff Garland 2005-05-28 16:34:38 +00:00
  • 6596484fb1 minor update to testcase to see if we can figure out why vc8 fails this test Jeff Garland 2005-05-26 12:37:49 +00:00
  • aadfbadf35 variety of fixes to clean up various compiler warnings -- particularly cw, vc8 Jeff Garland 2005-05-25 14:16:15 +00:00
  • 82db0bf9bc various updates / fixes to examples Jeff Garland 2005-05-25 13:34:25 +00:00
  • ce98b2ac63 fix for unused parameter warnings Jeff Garland 2005-05-25 11:52:24 +00:00
  • 394bb9911e fix for microsecond clock -- remove extra call to time which sometimes caused regression failures Jeff Garland 2005-05-25 11:28:41 +00:00
  • ea0e997bf5 add new test file for local time iterator Jeff Garland 2005-05-15 22:05:54 +00:00
  • 431cb1cbf4 add new testfile for local time periods Jeff Garland 2005-05-15 21:22:10 +00:00
  • 61d6ee9a86 add operator- to fix errors in testlocal_time_period.cpp Jeff Garland 2005-05-15 21:21:00 +00:00
  • 82acf7ac18 add end_of_month_day function doc Jeff Garland 2005-05-15 20:55:35 +00:00
  • 1f5669aacb initial writeup of changes from 1.32 to 1.33 Jeff Garland 2005-05-15 20:55:01 +00:00
  • 4a2f3352b7 add std:: qualifications to isalpha calls to hopefully fix codewarrior 9.5 regressions Jeff Garland 2005-05-14 16:38:28 +00:00
  • a9ca8beb87 minor tweaks to try and cleanup como regresssions -- warnings about unreachable code and failure on microsec clock Jeff Garland 2005-05-11 13:01:53 +00:00
  • d25dab13ef add copyrights to examples Jeff Garland 2005-05-11 06:22:09 +00:00
  • 85e8d01166 take a shot a fixing como regression failures Jeff Garland 2005-05-09 03:37:09 +00:00
  • 4ae5fca3ca patches to allow for generation of a date-time only pdf from boost book files Jeff Garland 2005-05-08 18:55:39 +00:00
  • 2e4f021ab6 take a shot at fixing gcc 4.x compile error for 1.33 Jeff Garland 2005-05-07 08:49:15 +00:00
  • 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. Rene Rivera 2005-05-07 06:17:24 +00:00
  • 94b388e3c9 Changes for i/o fixes -- close some holes. Also rename of timezone to custom tz Jeff Garland 2005-05-03 14:27:53 +00:00
  • 43839c4d19 Changes to tests for i/o fixes -- close some holes. Also rename of custom timezone Jeff Garland 2005-05-03 14:27:05 +00:00
  • 898e0a4524 add custom timezone -- just a name change from timezone Jeff Garland 2005-05-03 14:14:11 +00:00
  • 9992b00c59 updates to fix serialization regression caused by changes to the serialization lib -- macros must now be outside namespace Jeff Garland 2005-04-24 05:54:25 +00:00
  • d13c4ec9f3 updates to fix serialization regression caused by changes to the serialization lib -- const value is required when archiving Jeff Garland 2005-04-24 05:53:01 +00:00
  • dd789080fd add local time input facet test Jeff Garland 2005-04-24 01:48:19 +00:00
  • 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 Jeff Garland 2005-04-24 01:36:25 +00:00
  • 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. Jeff Garland 2005-04-24 01:35:19 +00:00
  • b0f888e7b6 fix error with setting month strings -- caused off by one month error Jeff Garland 2005-04-23 21:16:06 +00:00
  • 7635f9334d add facet tests the check setting of name strings Jeff Garland 2005-04-23 21:15:06 +00:00
  • dd0c9127e0 test updates for local time input streaming Jeff Garland 2005-04-23 05:41:08 +00:00
  • 9bec7b8111 patches to enable local time input streaming Jeff Garland 2005-04-23 05:39:52 +00:00
  • 1d5b9be500 Fix bjam error when Spirit is not found, which is required for use of Boost.Serialization. Rene Rivera 2005-04-20 22:06:17 +00:00
  • ad38989a3a series of changes to support input/output for time zones Jeff Garland 2005-04-17 21:49:11 +00:00
  • 908e14ae23 docs for bunch o changes for time zone printing Jeff Garland 2005-04-17 21:40:17 +00:00
  • 792631d009 fix documentation so that time durations are all spelled out Jeff Garland 2005-04-17 21:33:34 +00:00
  • b695e765a5 enhance the tz example code with no dst timezone Jeff Garland 2005-04-17 21:29:26 +00:00
  • 8966d8b567 add documentation for day_of_year() functions Jeff Garland 2005-04-17 21:28:10 +00:00
  • ad9ab4c15e fix a metrowerks warning about returning an int instead of short Jeff Garland 2005-04-17 21:10:54 +00:00
  • a47da49ee9 add an end string char -- perhaps fix vc regressions Jeff Garland 2005-04-16 18:59:51 +00:00
  • 8b5a417459 make changes to eliminate most of the lexical_casts in the code -- hopefully this will help codewarrior 8.3 errors Jeff Garland 2005-04-12 15:04:33 +00:00
  • 68a03f5ec9 fix warning on code warrior about implict conversion from int Jeff Garland 2005-04-12 13:16:24 +00:00
  • f9c5429756 portability changes for sunpro with new i/o code Jeff Garland 2005-04-12 13:01:53 +00:00
  • 22953c181c narrow down the string_algo includes to hopefully work around error in code warrior -- make compiles faster Jeff Garland 2005-04-12 12:47:46 +00:00
  • 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 Jeff Garland 2005-04-12 02:56:45 +00:00
  • 3257d1297a changes to support format-based input of time types. For example: %Y-%M-%D %H:%M:%S Jeff Garland 2005-04-12 02:55:04 +00:00
  • 9e7902c79e change the compiler macros to enable new fancy i/o for metrowerks compiler Jeff Garland 2005-04-10 23:53:08 +00:00
  • 44fec40c5f clear up some test errors for compilers that don't support the new 1.33 fancy i/o facts Jeff Garland 2005-04-10 23:47:38 +00:00
  • 23f9750b7a open up mingw to new i/o code -- will hopefully fix some of the current mingw regressions Jeff Garland 2005-04-10 23:07:24 +00:00
  • 971a9cc630 add date-time serialization tests to the standard suite of tests Jeff Garland 2005-04-10 18:07:52 +00:00
  • 5b47132eb5 call atoi via std:: -- hopefully fix some metrowerks 9.4 regressions Jeff Garland 2005-04-09 16:05:16 +00:00
  • 2624ed0a45 fix construct from clock example -- universal_day to universal_time Jeff Garland 2005-04-09 15:48:47 +00:00
  • 9eed73ddd6 replace facet io with simplified form that will hopefully reverse regressions on compilers like mingw Jeff Garland 2005-04-06 02:16:07 +00:00
  • bf47dadf80 fix uninitialized variable problem Jeff Garland 2005-04-06 01:15:20 +00:00
  • faa1bdc2f9 fix up a couple of casts to the correct types Jeff Garland 2005-04-04 11:05:30 +00:00
  • dbe8af4393 add test for truncating extra digits when parsing time duration instead of taking the last n digits incorrectly Jeff Garland 2005-04-02 17:58:58 +00:00
  • ea0f30f26e truncate extra digits when parsing time duration instead of taking the last n digits incorrectly Jeff Garland 2005-04-02 17:57:45 +00:00
  • 823e263e51 add information related to truncation of digits on time parsing Jeff Garland 2005-04-02 17:55:49 +00:00
  • 2821d374ea fix code warrior 9_3 warning about int to short conversions Jeff Garland 2005-03-30 16:09:46 +00:00
  • c346cce82f serialization fixes for gcc 3.4 Jeff Garland 2005-03-30 14:13:11 +00:00
  • 116b195367 add mingw to the list of compilers not supporting reentrant function calls Jeff Garland 2005-03-30 13:22:50 +00:00
  • 96eac159dc getting the reentrant function macro logic right -- hopefully Jeff Garland 2005-03-29 14:36:04 +00:00
  • 1f31372e84 prevent the reentrant versions of std lib clock functions from use with metrowerks compiler Jeff Garland 2005-03-29 12:22:51 +00:00