• Home
Name
Date
Size
#Lines
LOC

..--

Jamfile.v2D12-May-20243.2 KiB9174

READMED12-May-20241.2 KiB3930

acknowledgements.xmlD12-May-20241.2 KiB179

buildinfo.xmlD12-May-202410.1 KiB154132

calculations.xmlD12-May-20244.6 KiB9787

changes.xmlD12-May-202437.3 KiB899832

conceptual.xmlD12-May-2024603 209

custom_time_zone.xmlD12-May-202414.8 KiB377348

date_algorithms.xmlD12-May-20247.7 KiB209187

date_class.xmlD12-May-202416.5 KiB525477

date_duration.xmlD12-May-20248.3 KiB251223

date_facet.xmlD12-May-202413.9 KiB320282

date_input_facet.xmlD12-May-202414.3 KiB341302

date_iterators.xmlD12-May-20244.9 KiB11497

date_period.xmlD12-May-202413.5 KiB435392

date_time.xmlD12-May-20242.4 KiB7157

date_time_autodoc.xmlD12-May-2024316 KiB4,3402,554

date_time_docs_howto.htmlD12-May-20245.4 KiB8380

date_time_fo_stylesheet.xslD12-May-20247.1 KiB181164

date_time_io.xmlD12-May-20246.4 KiB134115

design_concepts.xmlD12-May-20241.7 KiB2315

design_goals.xmlD12-May-20244.4 KiB127113

details.xmlD12-May-2024822 2315

domain_concepts.xmlD12-May-20243.5 KiB6254

doxy.xmlD12-May-20241 KiB2313

ex_calc_rules.xmlD12-May-20242.1 KiB6046

ex_date_period_calc.xmlD12-May-20242.8 KiB9773

ex_dates_as_strings.xmlD12-May-20242.3 KiB7859

ex_days_alive.xmlD12-May-20246.4 KiB6047

ex_days_between_new_years.xmlD12-May-20241.5 KiB5037

ex_end_of_month_day.xmlD12-May-20241.6 KiB6045

ex_find_last_day_of_months.xmlD12-May-20241.8 KiB6751

ex_flight.xmlD12-May-20246.9 KiB6144

ex_local_utc_conversion.xmlD12-May-20243.7 KiB10480

ex_localization.xmlD12-May-20244.1 KiB11688

ex_meeting_planner.xmlD12-May-20246.6 KiB188157

ex_month_add.xmlD12-May-20241.2 KiB4532

ex_print_holidays.xmlD12-May-20242.7 KiB9874

ex_print_hours.xmlD12-May-20241.8 KiB6753

ex_print_month.xmlD12-May-20242.1 KiB7561

ex_seconds_since_epoch.xmlD12-May-20242.6 KiB7861

ex_simple_time_zone.xmlD12-May-20243.8 KiB10179

ex_time_math.xmlD12-May-20241.5 KiB4936

ex_time_periods.xmlD12-May-20242.1 KiB7557

examples.xmlD12-May-20241.4 KiB3523

exclusive_date_time.xmlD12-May-2024562 168

format_flags.xmlD12-May-202418.7 KiB525455

gregorian.xmlD12-May-20244.5 KiB7766

gregorian_autodoc.xmlD12-May-202479 KiB1,934609

gregorian_calendar.xmlD12-May-20243.5 KiB9781

io_objects.xmlD12-May-202440.2 KiB1,1021,013

io_tutorial.xmlD12-May-202412.3 KiB307265

license.xmlD12-May-20241.4 KiB4125

local_date_time.xmlD12-May-202416.8 KiB464411

local_time.xmlD12-May-20244 KiB7863

local_time_autodoc.xmlD12-May-202437.4 KiB371267

local_time_period.xmlD12-May-202413 KiB384320

motivation.xmlD12-May-20241.8 KiB2113

posix_time.xmlD12-May-20242.5 KiB6653

posix_time_autodoc.xmlD12-May-202437.1 KiB900313

posix_time_zone.xmlD12-May-202411.9 KiB225202

ptime_class.xmlD12-May-202418.7 KiB575521

ref_tag_fix.plD12-May-20243.5 KiB11578

references.xmlD12-May-20248.4 KiB125116

serialization.xmlD12-May-20244.4 KiB11799

snap_to_details.xmlD12-May-20243.4 KiB5542

table_template.xmlD12-May-2024991 3324

terminology.xmlD12-May-20244 KiB6153

tests.xmlD12-May-2024987 2416

time_duration.xmlD12-May-202422.9 KiB622559

time_facet.xmlD12-May-20246 KiB148128

time_input_facet.xmlD12-May-20246.5 KiB164132

time_iterators.xmlD12-May-20245 KiB153135

time_period.xmlD12-May-202412.7 KiB397356

time_zone_base.xmlD12-May-20244.6 KiB114101

tradeoffs.xmlD12-May-20248.4 KiB128116

tz_database.xmlD12-May-202410.5 KiB234216

usage_examples.xmlD12-May-20245.4 KiB10481

README

1I couldn't get the date_time.xml to validate, however, it works anyway.
2The build process with fail with adequate error messages to fix
3any errors.
4
5/********************************/
6Do not place a dtd declaration in the doc xml files.
7Begin each file with:
8<section ...
9
10/********************************/
11Including files into sections has some quirks to it. Unless there is a
12section in the parent file, the first included file will display
13instead of link.
14
15Example.
16In date_time.xml:
17
18  <xi:include href="subsection.xml" />
19
20And in subsection/xml:
21  <section id="date_time.my_subsection"
22     xmlns:xi="http://www.w3.org/2001/XInclude">
23     <para>
24       ...
25     </para>
26     <xi:include href="another.xml" />
27
28/********************************/
29To crosslink use:
30<link linkend="date_time.section.subsection">optional text</link>
31
32If you use '<link linkend="top">top</link>' the link will automatically
33go to the top of the page it ends up in.
34
35# Copyright (c) 2002-2006 CrystalClear Software, Inc.
36# Use, modification and distribution is subject to the
37# Boost Software License, Version 1.0. (See accompanying
38# file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
39