-
Updated
Apr 16, 2021 - C++
D
D is a general-purpose programming language with static typing, systems-level access, and C-like syntax.
Here are 510 public repositories matching this topic...
-
Updated
Apr 18, 2021 - D
-
Updated
Apr 15, 2021 - D
-
Updated
Apr 17, 2021 - D
-
Updated
Apr 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
Apr 12, 2021 - D
-
Updated
Apr 10, 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
Apr 10, 2021 - TypeScript
The examples don't run on Travis right now because they fail - the older version of libclang there, even when installing the most recent one from apt, doesn't work the same way as libclang 6.0. The CI script should manually download the right libclang version, just like dstep does.
-
Updated
Mar 31, 2020 - D
-
Updated
Mar 31, 2021 - D
-
Updated
Oct 29, 2020 - D
-
Updated
Apr 15, 2021 - D
-
Updated
Mar 26, 2021 - D
https://blog.llvm.org/posts/2021-01-05-stack-clash-protection/
Appears to be as simple as adding
{"probe-stack"="inline-asm"}to all function attributes.