-
Updated
Aug 13, 2021 - C++
D

D is a general-purpose programming language with static typing, systems-level access, and C-like syntax.
Here are 521 public repositories matching this topic...
-
Updated
Aug 16, 2021 - D
-
Updated
Jun 13, 2021 - D
-
Updated
Aug 16, 2021 - D
-
Updated
Aug 16, 2021 - D
E.g. dub add-path "C:\Dev\"
from cmd.exe leads to an entry in local-packages.json
like this:
{
"name": "*",
"path": "C:\\Dev\""
},
note the trailing single \
and extra "
-
Updated
Aug 12, 2021 - D
-
Updated
Aug 12, 2021 - D
Ncurses frontend
Is your feature request related to a problem? Please describe.
Yes. GUI is for children and CLI doesn't give me the launching capabilities.
Describe the solution you'd like
A non-gui/non-cli frontend
Describe alternatives you've considered
Ncurses
Additional context
None
-
Updated
Jul 21, 2021 - TypeScript
Hello,
I am trying to call the fftw3 library using dpp however there is an issue with type translation in particular with function definitions. Within the C library mentioned, consider the function fftw_plan_dft_1d
, within the library documentation the type signature is:
fftw_plan fftw_plan_
-
Updated
Mar 31, 2020 - D
-
Updated
Aug 12, 2021 - D
-
Updated
Jul 27, 2021 - D
-
Updated
Aug 10, 2021 - D
-
Updated
May 29, 2021 - D
std.math
was split into a package with v2.097. This might imply that some little helpers (isNaN
etc.) aren't inlined any longer without LTO (incl. Phobos), thus reducing performance of some math functions.