Re: [Plplot-devel] D language support topic

2019-10-19 Thread Alan W. Irwin
I have just pushed plplot-5.15.0-46-gd6670a304 The principal change here is I have improved the test_d implementation to make it conform more closely to what I have planned for -pthread handling for the plplot project case. In addition, I have updated the test_d README file to reflect the fact t

Re: [Plplot-devel]   D language support topic (success for test_d on Darwin!)

2019-09-29 Thread Alan W. Irwin
On 2019-09-24 17:24-0700 Alan W. Irwin wrote: But the other issue (where our various thread library needs are met by the -pthread *compiler* option used for linking which neither dmd nor ldc2 understands) has proved much more difficult to solve (even though it is extremely easy to solve the issu

Re: [Plplot-devel]   D language support topic (success for test_d on Darwin!)

2019-09-24 Thread Alan W. Irwin
On 2019-09-15 15:35-0700 Alan W. Irwin wrote: Hi Takeshi: [...] I would appreciate you testing that result [plplot-5.15.0-34-g6b47c717e] for the test_d project (to make sure my further one-line change I committed beyond what you have tested already did not screw anything up) and also (if that

Re: [Plplot-devel]   D language support topic (success for test_d on Darwin!)

2019-09-15 Thread Alan W. Irwin
On 2019-09-15 09:48- 榎本 剛 wrote: Alan, The test was a success. Hi Takeshi: I am now taking this discussion back to the plplot-devel mailing list. Thanks for all your work in obtaining this good D language support test result for the test_d project for your Darwin dmd (MacPorts) platform

Re: [Plplot-devel] D language support topic

2019-09-03 Thread Arjen Markus
Subject: RE: [Plplot-devel] D language support topic On 2019-09-02 07:47- Arjen Markus wrote: > Hi Alan, > > I will have a look at this - I have built CMake before, that should not be a > problem 😊. I have no experience, however, with the D compiler you mention. Hi Arjen: Tha

Re: [Plplot-devel] D language support topic

2019-09-02 Thread Arjen Markus
; PLplot development list Subject: Re: [Plplot-devel] D language support topic To Takeshi and Arjen: I have now (git described as plplot-5.15.0-21-gf7d9bec36) pushed this topic to the PLplot master branch at SourceForge. This new D language support (see README.release for details) works

Re: [Plplot-devel] D language support topic

2019-09-02 Thread Alan W. Irwin
list Subject: Re: [Plplot-devel] D language support topic To Takeshi and Arjen: I have now (git described as plplot-5.15.0-21-gf7d9bec36) pushed this topic to the PLplot master branch at SourceForge. This new D language support (see README.release for details) works perfectly on Linux (all

Re: [Plplot-devel] D language support topic

2019-09-01 Thread Takeshi Enomoto
Dear Alan, Thank you for you message. I confirmed that all the updated D examples are built successfully including x16d with current plplot-5.15.0 +dmd variant. I will wait for the update (increment of the version number) to test with the MacPorts build system. Note that among D compilers, dmd

Re: [Plplot-devel] D language support topic

2019-08-31 Thread Alan W. Irwin
To Takeshi and Arjen: I have now (git described as plplot-5.15.0-21-gf7d9bec36) pushed this topic to the PLplot master branch at SourceForge. This new D language support (see README.release for details) works perfectly on Linux (all comprehensive tests have passed perfectly on my Debian Buster p

Re: [Plplot-devel] D language support topic

2019-08-28 Thread Alan W. Irwin
This topic is being rapidly matured. The current status for the remaining work to be done is as follows: * Implement a simple standalone "test_d" project (in cmake/test_d) which is designed to allow rapid testing of D language support (that has been updated from the cmake-d project) for all

Re: [Plplot-devel] D language support topic

2019-08-17 Thread Alan W. Irwin
On 2019-08-14 18:29-0700 Alan W. Irwin wrote: So replacing our ancient fork of CMakeD with a modern fork of cmake-d currently looks like the proper way forward. However, before implementing that I need to do more comparisons between the two CMake D language support projects for dmd, and assumin

[Plplot-devel] D language support topic

2019-08-14 Thread Alan W. Irwin
Some essential background information for this post is "D" is an interesting and distinct computer language that is a re-engineered version of C++. Presumably because of all the programmer interest in "D", there are three well-known D compilers with free software licenses. They are 1. dmd (the