Re: Sign the installers

2018-06-28 Thread Radu via Digitalmars-d
On Wednesday, 27 June 2018 at 23:54:55 UTC, Manu wrote: Hey people, So I had a few people in the office refuse to install DMD because when they launched the installer, Windows displayed the prompt that it was untrusted (ie, unsigned) and not offer the install button without manual override.

Re: Sign the installers

2018-06-28 Thread Radu via Digitalmars-d
On Thursday, 28 June 2018 at 07:35:13 UTC, Radu wrote: On Wednesday, 27 June 2018 at 23:54:55 UTC, Manu wrote: [...] This can be done easily, you need something like this on the Linux build server --- osslsigncode sign -pkcs12 dlang-cert.pkcs12.p12 -pass `cat dlang-cert.pkcs12.pwd` -n "Dlan

Re: Security point of contact

2018-06-28 Thread Seb via Digitalmars-d
On Sunday, 10 June 2018 at 00:59:11 UTC, Cym13 wrote: On Sunday, 10 June 2018 at 00:31:55 UTC, Vladimir Panteleev wrote: [...] This is the thing exactly, first of all the idea that the main developer of the part of the project impacted should be the one receiving the report is sound but far

Re: Tuple DIP

2018-06-28 Thread Timon Gehr via Digitalmars-d
On 26.06.2018 11:55, Francesco Mecca wrote: On Friday, 12 January 2018 at 22:44:48 UTC, Timon Gehr wrote: As promised [1], I have started setting up a DIP to improve tuple ergonomics in D: [...] What is the status of the DIP? Is it ready to be proposed and dicussed? I still need to incorpo

Re: Compilation is taking a ton of memory

2018-06-28 Thread crimaniak via Digitalmars-d
On Wednesday, 27 June 2018 at 16:00:37 UTC, Mario Silva wrote: Hello, Our code base has been growing steadily and it's currently at a point where my 16GB machine just freezes when we're compiling our code. This happens because DMD just consumes all my memory for a while. Also, it's taking a

Re: Compilation is taking a ton of memory

2018-06-28 Thread H. S. Teoh via Digitalmars-d
On Thu, Jun 28, 2018 at 04:11:57PM +, crimaniak via Digitalmars-d wrote: [...] > The problem is aggravated by the fact that DUB compiles all the > sources in one DMD launch. Doesn't dub have an option to compile packages (i.e. subdirs) separately? Or does that only apply to dub packages, not t

Re: Compilation is taking a ton of memory

2018-06-28 Thread Eugene Wissner via Digitalmars-d
On Thursday, 28 June 2018 at 16:24:07 UTC, H. S. Teoh wrote: On Thu, Jun 28, 2018 at 04:11:57PM +, crimaniak via Digitalmars-d wrote: [...] The problem is aggravated by the fact that DUB compiles all the sources in one DMD launch. Doesn't dub have an option to compile packages (i.e. subdir

Re: Compilation is taking a ton of memory

2018-06-28 Thread H. S. Teoh via Digitalmars-d
On Thu, Jun 28, 2018 at 06:13:45PM +, Eugene Wissner via Digitalmars-d wrote: > On Thursday, 28 June 2018 at 16:24:07 UTC, H. S. Teoh wrote: > > On Thu, Jun 28, 2018 at 04:11:57PM +, crimaniak via Digitalmars-d > > wrote: [...] > > > The problem is aggravated by the fact that DUB compiles

Re: Compilation is taking a ton of memory

2018-06-28 Thread crimaniak via Digitalmars-d
On Thursday, 28 June 2018 at 16:24:07 UTC, H. S. Teoh wrote: On Thu, Jun 28, 2018 at 04:11:57PM +, crimaniak via Digitalmars-d wrote: [...] The problem is aggravated by the fact that DUB compiles all the sources in one DMD launch. Doesn't dub have an option to compile packages (i.e. subdir

Re: D vs C++11

2018-06-28 Thread John parker via Digitalmars-d
On Friday, 2 November 2012 at 20:12:05 UTC, so wrote: On Friday, 2 November 2012 at 18:34:13 UTC, Jacob Carlborg wrote: I would absolutely say that the gap is getting thinner. I would mostly say that with C++11 C++ has finally started to catch up with D and the rest of the world. Serious? I

Re: D vs C++11

2018-06-28 Thread Per Nordlöw via Digitalmars-d
On Friday, 2 November 2012 at 21:53:06 UTC, Walter Bright wrote: No ranges. No purity. No immutability. No modules. No dynamic closures. No mixins. Little CTFE. No slicing. No delegates. No shared. No template symbolic arguments. No template string arguments. No alias this. And tens of more f

Re: D vs C++11

2018-06-28 Thread Jonathan M Davis via Digitalmars-d
On Thursday, June 28, 2018 20:25:15 John parker via Digitalmars-d wrote: > On Friday, 2 November 2012 at 20:12:05 UTC, so wrote: > > On Friday, 2 November 2012 at 18:34:13 UTC, Jacob Carlborg > > > > wrote: > >> I would absolutely say that the gap is getting thinner. I > >> would mostly say that wi

Re: Compilation is taking a ton of memory

2018-06-28 Thread sarn via Digitalmars-d
On Thursday, 28 June 2018 at 16:24:07 UTC, H. S. Teoh wrote: I continue to use SCons for my D projects. For dub dependencies, I just create a fake empty dub project with declared dependencies and run that separately for refreshing dependencies, but the actual compiling and linking is handled b

Re: IOS support status

2018-06-28 Thread elvisxzhou via Digitalmars-d
On Wednesday, 20 June 2018 at 07:25:37 UTC, makedgreatagain wrote: On Wednesday, 20 June 2018 at 05:26:25 UTC, Joakim wrote: [...] master branch. [...] this is great. [...] the origin ldc with your patch is working. but I find it is very limit betterC support with old version(some co