• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

Jamfile.v2D25-Apr-20253.2 KiB9174

READMED25-Apr-20251.2 KiB3930

acknowledgements.xmlD25-Apr-20251.2 KiB179

buildinfo.xmlD25-Apr-202510.1 KiB154132

calculations.xmlD25-Apr-20254.6 KiB9787

changes.xmlD25-Apr-202537.3 KiB899832

conceptual.xmlD25-Apr-2025603 209

custom_time_zone.xmlD25-Apr-202514.8 KiB377348

date_algorithms.xmlD25-Apr-20257.7 KiB209187

date_class.xmlD25-Apr-202516.5 KiB525477

date_duration.xmlD25-Apr-20258.3 KiB251223

date_facet.xmlD25-Apr-202513.9 KiB320282

date_input_facet.xmlD25-Apr-202514.3 KiB341302

date_iterators.xmlD25-Apr-20254.9 KiB11497

date_period.xmlD25-Apr-202513.5 KiB435392

date_time.xmlD25-Apr-20252.4 KiB7157

date_time_fo_stylesheet.xslD25-Apr-20257.1 KiB181164

date_time_io.xmlD25-Apr-20256.4 KiB134115

design_concepts.xmlD25-Apr-20251.7 KiB2315

design_goals.xmlD25-Apr-20254.4 KiB127113

details.xmlD25-Apr-2025822 2315

domain_concepts.xmlD25-Apr-20253.5 KiB6254

doxy.xmlD25-Apr-20251 KiB2313

ex_calc_rules.xmlD25-Apr-20252.1 KiB6046

ex_date_period_calc.xmlD25-Apr-20252.8 KiB9773

ex_dates_as_strings.xmlD25-Apr-20252.3 KiB7859

ex_days_alive.xmlD25-Apr-20256.4 KiB6047

ex_days_between_new_years.xmlD25-Apr-20251.5 KiB5037

ex_end_of_month_day.xmlD25-Apr-20251.6 KiB6045

ex_find_last_day_of_months.xmlD25-Apr-20251.8 KiB6751

ex_flight.xmlD25-Apr-20256.9 KiB6144

ex_local_utc_conversion.xmlD25-Apr-20253.7 KiB10480

ex_localization.xmlD25-Apr-20254.1 KiB11688

ex_meeting_planner.xmlD25-Apr-20256.6 KiB188157

ex_month_add.xmlD25-Apr-20251.2 KiB4532

ex_print_holidays.xmlD25-Apr-20252.7 KiB9874

ex_print_hours.xmlD25-Apr-20251.8 KiB6753

ex_print_month.xmlD25-Apr-20252.1 KiB7561

ex_seconds_since_epoch.xmlD25-Apr-20252.6 KiB7861

ex_simple_time_zone.xmlD25-Apr-20253.8 KiB10179

ex_time_math.xmlD25-Apr-20251.5 KiB4936

ex_time_periods.xmlD25-Apr-20252.1 KiB7557

examples.xmlD25-Apr-20251.4 KiB3523

exclusive_date_time.xmlD25-Apr-2025562 168

format_flags.xmlD25-Apr-202518.7 KiB525455

gregorian.xmlD25-Apr-20254.5 KiB7766

gregorian_calendar.xmlD25-Apr-20253.5 KiB9781

io_objects.xmlD25-Apr-202540.2 KiB1,1021,013

io_tutorial.xmlD25-Apr-202512.3 KiB307265

license.xmlD25-Apr-20251.4 KiB4125

local_date_time.xmlD25-Apr-202516.8 KiB464411

local_time.xmlD25-Apr-20254 KiB7863

local_time_period.xmlD25-Apr-202513 KiB384320

motivation.xmlD25-Apr-20251.8 KiB2113

posix_time.xmlD25-Apr-20252.5 KiB6653

posix_time_zone.xmlD25-Apr-202511.9 KiB225202

ptime_class.xmlD25-Apr-202518.7 KiB575521

ref_tag_fix.plD25-Apr-20253.5 KiB11578

references.xmlD25-Apr-20258.4 KiB125116

serialization.xmlD25-Apr-20254.4 KiB11799

snap_to_details.xmlD25-Apr-20253.4 KiB5542

table_template.xmlD25-Apr-2025991 3324

terminology.xmlD25-Apr-20254 KiB6153

tests.xmlD25-Apr-2025987 2416

time_duration.xmlD25-Apr-202522.9 KiB622559

time_facet.xmlD25-Apr-20256 KiB148128

time_input_facet.xmlD25-Apr-20256.5 KiB164132

time_iterators.xmlD25-Apr-20255 KiB153135

time_period.xmlD25-Apr-202512.7 KiB397356

time_zone_base.xmlD25-Apr-20254.6 KiB114101

tradeoffs.xmlD25-Apr-20258.4 KiB128116

tz_database.xmlD25-Apr-202510.5 KiB234216

usage_examples.xmlD25-Apr-20255.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