Commit graph

31 commits

Author SHA1 Message Date
Iain Buclaw
9d575282ed
[dmd-cxx] Backport platform fixes to phobos (#7784)
[dmd-cxx] Backport platform fixes to phobos
merged-on-behalf-of: Iain Buclaw <ibuclaw@users.noreply.github.com>
2021-02-03 18:01:57 +01:00
Diederik de Groot
579c7c55ca Reinstate unittest for dragonfly in std/traits.d
Exclude assertion for dragonfly in std/experimental/allocator/mallocator.d (Needs further investigation, not sure why alliagned_realloc is causing trouble)
cleanup in std/datetime/timezone.d
2019-04-06 15:19:58 +02:00
Diederik de Groot
65e1b46212 Port of phobos to DragonFlyBSD 2019-04-06 15:19:58 +02:00
Diederik de Groot
4177c1851f Port of phobos to DragonFlyBSD
Notes:
- FIXME message related to dragonfly malloc issue (issue reported on upstream dragonfly issue database)
2019-04-06 15:05:12 +02:00
Martin
98888f2902 Solaris fixes for std.datetime 2019-04-06 14:51:56 +02:00
Jonathan M Davis
e428d2a04b Remove deprecated functions from std.datetime.timezone. 2019-01-05 15:39:19 +01:00
Iain Buclaw
dd2edb247f Synchronize dmd-cxx with gdc-stable 2019-01-05 14:10:15 +01:00
Jonathan M Davis
abe4f45d9f Move some std.datetime deprecations along. 2017-07-18 06:37:07 -06:00
Sebastian Wilzbach
d8959320e0 Fix deprecations on Windows 2017-07-06 01:01:52 +02:00
Sebastian Wilzbach
2ec7e9199b Fix Ddoc comments 2017-06-21 05:10:24 +02:00
Vladimir Panteleev
d0b9555a06
Revert "Sort selective imports"
This reverts commit 998ad51fd7.
2017-06-13 17:51:52 +00:00
Sebastian Wilzbach
998ad51fd7 Sort selective imports 2017-06-12 08:12:09 +02:00
Sebastian Wilzbach
61717ecc7d Sort imports 2017-06-12 07:54:38 +02:00
Jonathan M Davis
522952b0c9 Fix std.datetime autotester failure for FreeBSD 10.3/11.
The tests fail depending on your timezone due to a known FreeBSD bug, so
we need to disable them until the bug in FreeBSD gets fixed.
2017-05-07 17:43:39 +02:00
Jonathan M Davis
b7bb3bcc46 Fix links in std.datetime. 2017-05-06 16:48:09 +02:00
Jonathan M Davis
10a7292b6b Remove uses of common, datetime, and timeofday. 2017-05-06 16:48:09 +02:00
Jonathan M Davis
6027d7b449 Move stray functionality in std.datetime.common to std.datetime.date. 2017-05-06 16:48:09 +02:00
Jonathan M Davis
6e2f88a806 Fix links in std.datetime. 2017-05-05 21:47:02 +02:00
Jonathan M Davis
10611d68b1 Move Clock to std.datetime.systime. 2017-05-05 21:47:02 +02:00
Jonathan M Davis
27943964f4 Move SysTime to std.datetime.systime. 2017-05-05 21:47:02 +02:00
Jonathan M Davis
d1471c2699 Move DateTime to std.datetime.datetime. 2017-05-04 17:37:02 +02:00
Jonathan M Davis
2d8e563053 Move Date to std.datetime.date. 2017-05-04 16:07:27 +02:00
Jonathan M Davis
657b356db0 Move TimeOfDay to std.datetime.timeofday. 2017-05-04 14:40:52 +02:00
Jonathan M Davis
858acecf5c Move timezone-related free functions to std.datetime.timezone. 2017-05-04 14:40:52 +02:00
Jonathan M Davis
abf9fb12c9 Move WindowsTimeZone to std.datetime.timezone. 2017-05-04 11:27:39 +02:00
Jonathan M Davis
13716774f4 Move PosixTimeZone to std.datetime.timezone. 2017-05-04 11:23:00 +02:00
Jonathan M Davis
caa0233e20 Move SimpleTimeZone to std.datetime.timezone. 2017-05-04 10:54:10 +02:00
Jonathan M Davis
b2a1bcfe96 Move UTC to std.datetime.timezone. 2017-05-04 10:44:20 +02:00
Jonathan M Davis
c98a74391c Move LocalTime to std.datetime.timezone. 2017-05-04 10:41:10 +02:00
Jonathan M Davis
93940b4374 Move TimeZone to std.datetime.timezone. 2017-05-04 10:23:24 +02:00
Jonathan M Davis
e532c4f155 Create the new (empty) files in std/datetime for the split. 2017-05-03 09:44:04 +02:00