-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathChangeLog
More file actions
609 lines (371 loc) · 17.9 KB
/
ChangeLog
File metadata and controls
609 lines (371 loc) · 17.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
2026-01-09 Dirk Eddelbuettel <edd@debian.org>
* .github/workflows/ci.yaml: Switch to actions/checkout@v6
2026-01-08 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Release 0.2.14
2025-12-29 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Roll micro version and date
* src/Makevars: Explicitly list source files allowing non-Windows
builds to skip one Windows files
* src/Makevars.win: Explicitly list source files including an
additional file used only on Windows
2025-12-25 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Roll micro version and date
* inst/include/cctz/*: Synchronized with CCTZ repo
* src/*: Ditto
* DESCRIPTION (SystemRequirements): Remove compiler requirement
mention as current ones are good, and R-devel triggered over C++11
2025-03-10 Dirk Eddelbuettel <edd@debian.org>
* .github/workflows/ci.yaml: Switch to r-ci with implicit bootstrap
2024-12-11 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Release 0.2.13
2024-09-08 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Authors@R): Added
2024-05-20 Dirk Eddelbuettel <edd@debian.org>
* README.md: Use tinyverse.netlify.app for dependency badge
2024-03-01 Dirk Eddelbuettel <edd@debian.org>
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4,
add r-ci-setup actions
2023-06-01 Michael Quinn <msquinn@google.com>
* src/examples.cpp: Qualify call to cctz::format()
2023-04-01 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Roll micro version
* src/Makevars: No longer set CXX_STD to CXX11
* src/Makevars.win: Idem
* src/Makevars.ucrt: Idem
2022-11-06 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Release 0.2.12
2022-11-03 Dirk Eddelbuettel <edd@debian.org>
* src/utilities.cpp (parseDatetime,parseDouble): Support NA value on
incoming data which now return NA values
* .editorconfig: Added
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3
2022-08-06 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Release 0.2.11
2022-08-02 Dirk Eddelbuettel <edd@debian.org>
* .github/workflows/ci.yaml (jobs): Use r2u
2022-07-29 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Roll minor version
* inst/include/cctz/*: Synchronized with CCTZ repo
* src/*: Ditto
2022-07-28 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Roll minor version
2022-07-26 Jing Lu <lujin@google.com>
* inst/include/RcppCCTZ_API.h: More specific #include files: add
R_ext/Rdynload.h for R_GetCCallable, remove umbrella header R.h
2021-12-14 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Release 0.2.10
2021-12-09 Dirk Eddelbuettel <edd@debian.org>
* src/Makevars.ucrt: Based on patch by Tomas Kalibera that is part of
his changes for the Windows utf8-enhabced ucrt3 builds of R 4.2.0
2021-12-08 Dirk Eddelbuettel <edd@debian.org>
* README.md: Remove unused continuous integration artifact and badge
2021-04-19 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (URL): Add package page
2021-01-02 Dirk Eddelbuettel <edd@debian.org>
* .github/workflows/ci.yaml: Add CI runner using r-ci
* README.md: Add new badge
2020-08-30 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Release 0.2.9
* src/RcppExports_snippet.h: Snippet of exported functions needed in
RcppExports.cpp (but not added by compileAttributes)
2020-08-28 Dirk Eddelbuettel <edd@debian.org>
* src/utilities.cpp: Show parsing example of YYYYMMDD HHMMSS.NNN
* R/RcppExports.R: Idem
* man/parseDatetime.Rd: Idem
2020-08-22 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Roll minor version
* inst/include/RcppCCTZ_types.h: Additional declarations header
2020-08-18 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Roll minor version
* inst/include/RcppCCTZ_API.h: Add convertToCivilSecond too
* src/RcppExports.cpp: Note that one part is 'manual'
2020-08-13 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Roll minor version
* inst/include/RcppCCTZ_API.h: Add API definitions header file
2020-08-03 Leonardo Silvestri <lsilvestri@ztsdb.org>
* DESCRIPTION (Version, Date): Release 0.2.8
* src/utilities.cpp: No-throw versions of C functions for Win-32
* src/RcppExports.cpp: Idem
2020-05-12 Dirk Eddelbuettel <edd@debian.org>
* README.md: Add 'last commit' badge
2020-03-18 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Release 0.2.7
2020-03-08 Leonardo Silvestri <lsilvestri@ztsdb.org>
* DESCRIPTION (Version, Date): Roll minor version
* src/utilities.cpp (_RcppCCTZ_convertToCivilSecond): Throw if
timezone not found
2019-11-15 Leonardo Silvestri <lsilvestri@ztsdb.org>
* DESCRIPTION (Version, Date): Roll minor version
* src/utilities.cpp: Added functions _RcppCCTZ_convertToCivilSecond that
converts a time point to the number of seconds since epoch, and
_RcppCCTZ_convertToTimePoint that converts a number of seconds
since epoch into a time point
* src/RcppExports.cpp: Export the above functions at C level
2019-09-07 Leonardo Silvestri <lsilvestri@ztsdb.org>
* DESCRIPTION (Version, Date): Roll minor version
* src/utilities.cpp: Added function _RcppCCTZ_getOffset to return
the offset at a time-point for a specific timezone
* src/RcppExports.cpp: Export the above function at C level
2019-08-03 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Release 0.2.6
* DESCRIPTION (Suggests): Added tinytest
* .travis.yml (install): Install tinytest
* tests/tinytest.R: New test driver using tinytest
* test/doRUnit.R: Removed
* inst/tinytest/test_format.R: Converted from RUnit
* inst/tinytest/test_parse.R: Idem
* inst/tinytest/test_tz.R: Idem
* README.md (tinytest): Added dependency badge, add installation
paragraph, add continued testing post-installation via tinytest
2019-08-02 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Roll minor version
* src/*: Synchronized with upstream CCTZ release 2.3
* inst/include/cctz/*: Idem
* src/time_zone_format.cc: Carry std::get_time patch forward
* src/zone_info_source.cc: Carry forward no linking ZoneInfoSourceFactory
* local/cctz-20181003/: Renamed from local/cctz to show release date
* local/cctz-20190702/: Added
2018-10-14 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Release 0.2.5
2018-10-11 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Roll minor version
* inst/unitTests/runit.Format.R (test.Format.R): Added test for
format and parse of dual double vector (at highest precision)
* local/cctz/: Added upstream to repo for easier diff comparison with
upstream changes; same directory layout as upstream and now here
* src/utilities.cpp: Set target timezone in DatetimeVector; relax
one \dontrun
2018-10-09 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Roll minor version
* src/utilities.cpp (toTz): Vectorized toTz
* man/toTz.Rd: Updated documentation
* inst/unitTests/runit.Parse.R (test.Parse): Added test for
vectorised parse
2018-10-07 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Roll minor version
* src/utilities.cpp (parseDatetime): Set the timezone when
construction a DatetimeVector; correctly scale time since epoch
* inst/unitTests/runit.Format.R: No longer condition on Solaris
* inst/unitTests/runit.Parse.R: Idem, added two more parseDouble() tests
2018-10-06 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Release 0.2.4
* DESCRIPTION (Suggests): Add RUnit
* .travis.yml: Install r-cran-runit
* tests/doRUnit.R: Add unit test runner
* inst/unitTests/runit.Format.R: Add a few unit tests
* inst/unitTests/runit.Parse.R: Idem
* inst/unitTests/runit.tz.R: Idem
* tests/simpleTests.R: Removed in favour of unit test frameworks
* tests/simpleTests.Rout: Idem
2018-10-05 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Roll minor version
* src/time_zone_format.cc: Restore Windows build by also recognising
MinGW / Rtools (so that the contributed src/get_time.h is used)
* src/zone_info_source.cc (cctz_extension): Idem, and prevent attempt
to link ZoneInfoSourceFactory
* .Rbuildignore: Ignore (source) tarballs in top-level directory
2018-10-04 Dirk Eddelbuettel <edd@debian.org>
* src/*: Synchronized with upstream CCTZ
2018-10-03 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Roll minor version
* tests/simpleTests.R: Condition on Solaris for some tests
* src/utilities.cpp: Turn examples to \dontrun{} for Solaris
* formatDatetime.Rd: Idem
* parseDatetime.Rd: Idem
* toTz.Rd: Idem
* tzDiff.Rd: Idem
2018-03-17 Elliott Sales de Andrade <quantum.analyst@gmail.com>
* src/utilities.cpp: Remove one unnecessary #include
2017-11-29 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Roll minor version
2017-11-24 anderic1 <anderic1@gmx.com>
* src/utilities.cpp: Generalize to vectorized input
* man/tzDiff.Rd: Document change
2017-06-20 Dirk Eddelbuettel <edd@debian.org>
* src/time_tool.cc: #ifdef away the unused main()
* .travis.yml (group): Added as required by Travis CI
2017-06-19 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Release 0.2.3
* R/init.R (.onLoad): Renamed from .onAttach, set TZDIR only if
unset, removed the (conditional on intreactive mode) message,
* README.md: Use alternate for img.shields.io GPL-2+ badge
* src/RcppExports.cpp (R_init_anytime): Registration now here
* src/init.c: Deleted as calls now made in RcppExports.cpp
* R/RcppExports.R: Updated by Rcpp 0.12.11 as well
2017-05-03 Dirk Eddelbuettel <edd@debian.org>
* src/utilities.cpp: The epoch offset is now calculated more
directly using a member function
2017-04-20 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Release 0.2.2
* src/init.c (R_init_RcppCCTZ): all R_registerRoutines()
and R_useDynamicSymbols()
* NAMESPACE: Use .registration=TRUE on useDynLib
* src/time_zone_format.cc: Reapply required MinGW conditionals
required for Windows build
2017-04-19 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Roll minor release and date;
* src/utilities.cpp (parseDouble): Instantiate time_point explicitly
for nanosecond use which seems needed on macOS (thanks, Leonardo!)
* inst/include/civil_time_detail.h: Sync'ed with upstream
* inst/include/time_zone.h: Idem
* inst/include/time_zone_if.h: Idem
* inst/include/time_zone_impl.h: Idem
* inst/include/time_zone_info.h: Idem
* inst/include/time_zone_libc.h: Idem
* inst/include/time_zone_posix.h: Idem
* src/time_tool.cc: Idem
* src/time_zone_format.cc: Idem
* src/time_zone_impl.cc: Idem
* src/time_zone_info.cc: Idem
* src/time_zone_libc.cc: Idem
* src/time_zone_lookup.cc: Idem
* src/time_zone_posix.cc: Idem
* inst/include/time_zone_fixed.h: Added as new upstream file
* inst/include/zone_info_source.h: Idem
* src/civil_time_detail.cc: Idem
* src/time_zone_fixed.cc: Idem
* inst/include/src/cctz.h: Removed as removed upstream
2017-02-04 Dirk Eddelbuettel <edd@max.eddelbuettel.com>
* DESCRIPTION (Date, Version): Release 0.2.1
* inst/NEWS.Rd: Updated
2017-01-31 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Roll minor release and date;
another update on required C++ compiler version
* .travis.yml: Switch to using run.sh for Travis CI; no longer need
to install g++-4.9 as 'trusty' used; also switches to https fetch
2017-01-29 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION: Made need for modern C++ compiler more explicit in
SystemRequirements
2017-01-27 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Roll minor release and date
* src/utilities.cpp (parseDouble): Correct conversion to seconds
and nanoseconds as suggested by Leonardo Silvestri in #12
2017-01-08 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Release 0.2.0
* src/examples.cpp: Reverted all format strings back to the older
'sprintf' style formatters to be compatible with g++-4.9
* src/utilities.cpp: Idem; also updated documentation
* man/RcppCCTZ-package.Rd: Documented Windows behaviour of
strftime formatters and lack of support for '%F %T'
* man/formatDatetime.Rd: Idem
2017-01-07 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Roll minor version
* tests/simpleTests.R: Simple unit tests
* tests/simpleTests.Rout.save: Reference output
* R/init.R (.onAttach): Only show Windows message in interactive mode
* src/examples.cpp: Use Windows format strings on Windows
2017-01-07 Daniel C. Dillon <dcdillon@gmail.com>
* inst/include/get_time.h: Ported from C++ library to fill in for the
missing strptime on Windows with g++ 4.* as used by Rtools
* src/time_zone_format.cc: Use ported routine
* src/examples.cpp: Use Windows format strings on Windows
2016-12-28 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION: No longer exclude Windows
* src/time_zone_libc.cc (cctz): Define OFFSET() and ABBR() macros
for MinGW
* src/time_zone_info.cc (cctz): Account for MinGW
* src/time_zone_format.cc (cctz): Idem, empty strptime use for now
* R/init.R: On Windows set TZDIR to zoneinfo from R
* src/Makevars.win: Added
2016-12-17 Dirk Eddelbuettel <edd@debian.org>
* src/utilities.cpp (formatDouble): Removed unused argument lcltzstr
* src/RcppExports.cpp (formatDouble): Idem
* R/RcppExports.R (formatDouble): Idem
* man/formatDatetime.Rd: Idem
2016-12-12 Dirk Eddelbuettel <edd@debian.org>
* inst/NEWS.Rd: Post-release update for 0.1.0
2016-12-11 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Release 0.1.0
* src/utilities.cpp (formatDouble, parseDouble): Document and export
* man/formatDatetime.Rd: Ditto
* man/parseDatetime.Rd: Ditto
* NAMESPACE: Ditto
2016-12-10 Dirk Eddelbuettel <edd@debian.org>
* README.md: Expanded and added examples section
* src/utilities.cpp (formatDatetime, parseDatetime): Vectorized
* src/utilities.cpp (formatDouble,parseDouble): Altered to work on
'128 bit' via two sets of doubles for seconds + nanoseconds
2016-12-09 Dirk Eddelbuettel <edd@debian.org>
* src/utilities.cpp (formatDouble,parseDouble): New functions
using full std::chrono nanosecond resolution, using doubles
2016-12-07 Dirk Eddelbuettel <edd@debian.org>
* src/utilities.cpp (formatDatetime,parseDatetime): New functions
using full std::chrono object precision
* man/formatDatetime.Rd: New documentation
* man/parseDatetime.Rd: Ditto
* NAMESPACE: Control more finely what is, or isn't exported
2016-12-02 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Roll minor version and date
* src/examples.cpp (helloMoon): Updates to helloMoon() example
* src/utilities.cpp (toTz): Update example
* man/toTz.Rd: Ditto
2016-12-01 Dirk Eddelbuettel <edd@debian.org>
* inst/include/civil_time_detail.h: Synced with upstream
* inst/include/time_zone.h: Ditto
* inst/include/time_zone_if.h: Ditto
* inst/include/time_zone_impl.h: Ditto
* inst/include/time_zone_info.h: Ditto
* inst/include/time_zone_libc.h: Ditto
* src/time_zone_format.cc: Ditto
* src/time_zone_impl.cc: Ditto
* src/time_zone_info.cc: Ditto
* src/time_zone_libc.cc: Ditto
* src/time_zone_lookup.cc: Ditto
* src/time_tool.cc: Ditto, also updated again for std::{cout,cerr}
* inst/include/src/cctz_if.h: Removed as removed upstream
* inst/include/src/cctz_impl.h: Ditto
* inst/include/src/cctz_info.h: Ditto
* inst/include/src/cctz_libc.h: Ditto
* inst/include/src/cctz_posix.h: Ditto
2016-07-11 Dirk Eddelbuettel <edd@debian.org>
* inst/include/civil_time_detail.h (cctz): Synced with upstream
* src/time_zone_format.cc: Ditto
* src/time_zone_info.cc: Ditto
* src/time_zone_lookup.cc: Ditto
2016-07-09 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version): Version 0.0.5
2016-05-27 Dirk Eddelbuettel <edd@debian.org>
* src/utilities.cpp (toTz): New utility function to 'transfer' a
datetime object from one timezone to another
* man/toTz.Rd: Documentation
2016-05-21 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version): Rolled minor version and date
* src/*: Synced with CCTZ upstream
* inst/include/src/: Ditto
2016-04-23 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version): Rolled minor version and date
* src/utilities.cpp (tzDiff): New simple utility to compute
differences between timezones
2016-04-18 Dirk Eddelbuettel <edd@debian.org>
* src/examples.cpp (exampleFormat): Added simple formatting example
2016-04-17 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION: Version 0.0.4
* inst/NEWS.Rd: Updated
* src/*: Updated to CCTZ v2 upstream
* inst/include/src/: Ditto
* src/time_tool.cc (main): #ifdef'ed out, replace std::cout with
Rcpp::Rcout, added #include <Rcpp.h>
* src/examples.cpp: Converted to v2 of API
2016-01-17 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION: Version 0.0.3
* src/*: Updated to CCTZ upstream
* inst/include/src/: Ditto
2015-12-02 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION: Version 0.0.2
* inst/include/src/cctz_libc.h: Applied CCTZ upstream suggestion to
permit compilation on Solaris
* src/cctz_libc.cc: Idem
* src/cctz_if.cc: Idem
2015-11-30 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION: Version 0.0.1
* inst/include/src/cctz_info.h: Updated to new upstream version which
no longer uses 128 byte integers and is therefore suitable for CRAN
* src/cctz_fmt.cc: Idem
* src/cctz_info.cc: Idem
2015-10-18 Dirk Eddelbuettel <edd@debian.org>
* README.md: Added
2015-10-17 Dirk Eddelbuettel <edd@debian.org>
* .travis.yml: Added Travis support
* src/examples.cpp: Added examples from CCTZ repo
2015-10-16 Dirk Eddelbuettel <edd@debian.org>
* src/*: Initial packaging based on CCTZ repo