On Tuesday, 28 May 2019 at 02:25:35 UTC, dangbinghoo wrote:
hi,
as heard of the GDC 9.1 release, but I can't find the prebuilt
download, the download page of gdcproject.org lists out with
version v2.068.2_gcc6 of buildtime
in the year of 2016, it's quite outdated. What I want is to try
the GD
I am trying to build GCC master with D enabled, configured with:
../configure --enable-languages=d --prefix=/opt/gcc
--mandir=/opt/gcc/share/man --infodir=/opt/gcc/share/info
--enable-shared --enable-threads=posix --enable-checking=release
--with-system-zlib --enable-multilib --with-tune=nativ
On Thursday, 5 June 2014 at 08:52:54 UTC, Gyula Gubacsi via D.gnu
wrote:
LinkedIn
I'd like to add you to my professional network on LinkedIn.
- Gyula
Gyula Gubacsi
--
United Kingdom
Confirm that you know Gyula Gubacsi:
https://www.linkedin.com/e/-raduhg-hw1t8ele-6l/isd/58802354
> - What GDC needs in terms of contributions ?
>
Anyone can contribute, as you already know.
1) Doing code reviews on GitHub is already good enough contribution.
2) Packaging (AND MAINTAINING the packages!) GDC for environments where GDC
is not yet present is also a good contribution as it w
You do not have a choice mate, D source files must be UTF-8.
Check this page: http://dlang.org/lex
Let me extract the relevant part of it:
Source Text
D source text can be in one of the following formats:
ASCII
UTF-8
UTF-16BE
UTF-16LE
UTF-32BE
UTF-32LE