From b3a55312ce0f08db64d781959d56cbaf967e3439 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Mon, 16 Oct 2017 09:00:40 -0400 Subject: [PATCH] Update links to new directory structure --- date.html | 6 +++--- iso_week.html | 6 +++--- tz.html | 18 +++++++++--------- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/date.html b/date.html index 9f6e40f..238ec6e 100644 --- a/date.html +++ b/date.html @@ -26,7 +26,7 @@

Howard E. Hinnant
-2017-10-15
+2017-10-16

date

@@ -53,7 +53,7 @@ This paper fully documents a date and time library for use with C++11 and C++14.

This entire library is implemented in a single header: -date.h and is +date.h and is open source.

@@ -1475,7 +1475,7 @@ such extremes.

Here is a detailed specification of the entire library. This specification is detailed enough that you could write your own implementation from it if desired. But feel free -to use this one +to use this one instead. Each type, and each operation is simple and predictable.

diff --git a/iso_week.html b/iso_week.html index 3676ce4..0e854cd 100644 --- a/iso_week.html +++ b/iso_week.html @@ -26,7 +26,7 @@

Howard E. Hinnant
-2016-05-21
+2017-10-16

iso_week

@@ -53,7 +53,7 @@ that is fully interoperable with

This entire library is implemented in a single header: -iso_week.h +iso_week.h and is open source using the MIT license.

@@ -201,7 +201,7 @@ solid step towards finding bugs at compile time!

Here is a detailed specification of the entire library. This specification is detailed enough that you could write your own implementation from it if desired. But feel free -to use this one +to use this one instead. Each type, and each operation is simple and predictable.

diff --git a/tz.html b/tz.html index 0553d31..427d694 100644 --- a/tz.html +++ b/tz.html @@ -26,7 +26,7 @@

Howard E. Hinnant
-2017-09-30
+2017-10-16

Time Zone Database Parser

@@ -3184,18 +3184,18 @@ When compiled with USE_OS_TZDB == 1, link will not exi

You will need the following four source files: -date.h, -tz.h, -tz_private.h and -tz.cpp. +date.h, +tz.h, +tz_private.h and +tz.cpp. These sources are located at the github repository https://github.com/HowardHinnant/date.

-Compile tz.cpp +Compile tz.cpp along with your other sources while providing pointers to your compiler for the location -of the header files (i.e. tz.h). +of the header files (i.e. tz.h).

@@ -3422,8 +3422,8 @@ initialization is thread safe in a multithreaded environment.

In addition to four aforementioned source files you will need following files: - ios.h, - ios.cpp. + ios.h, + ios.cpp.

In Xcode in [Your Target]->Build Settings->Other C Flags set following flags: -DHAS_REMOTE_API=0, -DUSE_SHELL_API, -x objective-c++.