-
-
_From @wilzbach on May 23, 2016 17:58_
Idea: Give a short intro to dub, examples for different use-cases and ideally how to integrate with one's favorite build system.
Ping @s-ludwig.
_Copied from …
-
I get the following error when building the master branch with all submodules pulled:
```
CMake Error at cmake/Modules/ExtractDMDSystemLinker.cmake:40 (message):
Failed to compile empty program usi…
-
E.g. for ARM, PowerPC, ...
- [ ] the main CMake script needs to be extended such that it also copies the compiler-rt libraries for all supported platforms: https://github.com/ldc-developers/ldc/blob/…
-
When I enable systemd on Arch Linux in the official way, here's an example:
```
[root@redstar ~]# cat /etc/wsl.conf
[boot]
systemd=true
```
It crashes and won't start, I executed a systemd-analy…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR15773](https://bugs.llvm.org/show_bug.cgi?id=15773) |
| Status | NEW |
| Importance | P normal |
|…
-
I moved the ARM buildbot slave to a different server. The new one is based on a Marvell PJ4 core. This is an ARMv7 architecture but without the NEON feature. The triple is `armv7l-unknown-linux-gnueab…
-
### Hey, here is results of testing OSs via Ventoy , based on Distrowatch and https://www.ventoy.net/en/isolist.html , using released version of Ventoy in testing time.
### NOTE : Any "Install macO…
-
An assertion failure, e.g. forced by the following `main4.d` application:
```
int fun(int x){ assert(x
-
As reported on the newsgroup, LDC is around 4 times slower then DMD.
My personal experience is that LDC is really fast for small files but speed decreases dramatically with larger files, e.g. `std.da…