This repository was archived by the owner on Oct 12, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +1364
-2032
lines changed Expand file tree Collapse file tree 7 files changed +1364
-2032
lines changed Original file line number Diff line number Diff line change 15
15
16
16
src /checkedint.d @ redstar @ andralex @ JackStouffer
17
17
18
- src /core /atomic.d @ WalterBright @ ibuclaw
18
+ src /core /atomic.d @ WalterBright @ ibuclaw @ TurkeyMan
19
19
src /core /attribute.d @ jacob-carlborg
20
20
src /core /bitop.d @ schveiguy @ tsbockman @ Geod24
21
21
src /core /cpuid.d @ WalterBright @ ibuclaw @ JackStouffer
@@ -26,7 +26,7 @@ src/core/math.d @ibuclaw @redstar
26
26
src /core /runtime.d @ MartinNowak @ Abscissa
27
27
src /core /simd.d @ WalterBright @ MartinNowak
28
28
src /core /stdc /* @ schveiguy @ ibuclaw
29
- src /core /stdcpp /* @ WalterBright @ Darredevil
29
+ src /core /stdcpp /* @ WalterBright @ Darredevil @ TurkeyMan
30
30
src /core /sync /* @ MartinNowak @ Geod24 @ WalterBright @ ZombineDev
31
31
src /core /sys /bionic /* @ joakim-noah
32
32
src /core /sys /darwin /* @ jacob-carlborg @ klickverbot @ etcimon @ MartinNowak
Original file line number Diff line number Diff line change 23
23
\
24
24
$(IMPDIR)\core\internal\abort.d \
25
25
$(IMPDIR)\core\internal\arrayop.d \
26
+ $(IMPDIR)\core\internal\atomic.d \
26
27
$(IMPDIR)\core\internal\attributes.d \
27
28
$(IMPDIR)\core\internal\convert.d \
28
29
$(IMPDIR)\core\internal\dassert.d \
Original file line number Diff line number Diff line change 23
23
\
24
24
src\core\internal\abort.d \
25
25
src\core\internal\arrayop.d \
26
+ src\core\internal\atomic.d \
26
27
src\core\internal\convert.d \
27
28
src\core\internal\dassert.d \
28
29
src\core\internal\hash.d \
Original file line number Diff line number Diff line change @@ -123,6 +123,9 @@ $(IMPDIR)\core\internal\abort.d : src\core\internal\abort.d
123
123
$(IMPDIR)\core\internal\arrayop.d : src\core\internal\arrayop.d
124
124
copy $** $@
125
125
126
+ $(IMPDIR)\core\internal\atomic.d : src\core\internal\atomic.d
127
+ copy $** $@
128
+
126
129
$(IMPDIR)\core\internal\attributes.d : src\core\internal\attributes.d
127
130
copy $** $@
128
131
You can’t perform that action at this time.
0 commit comments