Re: LDC 1.6.0-beta1

2017-11-12 Thread Brian via Digitalmars-d-announce

On Sunday, 12 November 2017 at 15:57:19 UTC, kinke wrote:

Hi everyone,

on behalf of the LDC team, I'm glad to announce the first beta 
for LDC 1.6. The highlights of this version in a nutshell:


* Based on D 2.076.1.
* Experimental support for dynamic codegen at runtime ('manual 
JIT').

* Many std.math functions are now CTFE-able.

Full release log and downloads: 
https://github.com/ldc-developers/ldc/releases/tag/v1.6.0-beta1


Thanks to all contributors!


Fast update, thank you!

There is no version for FreeBSD?



Re: New QtE5 version and the test it - mini ide ide5

2017-11-12 Thread lobo via Digitalmars-d-announce

On Sunday, 12 November 2017 at 08:04:37 UTC, MGW wrote:
QtE5 - gained further development. The new mechanism of 
operation with memory
is realized that allowed will get rid of crash of applications 
in case of completion.


The summary code amount increases all the time. New classes 
from Qt are added.

Now the code amount reached:
qte5.d  - 6700 lines
qte5widgets.cpp - 3500 lines

The considerable efforts are made in development of bitmap 
graphics,
QBitmap, QResource, QPixmap are added and properties for QImage 
are added.

The operation technique with QPainter is fulfilled.

https://www.youtube.com/watch?v=iWnWMKsNt0E
https://github.com/MGWL/QtE5


Thanks for this, and the installation was pretty easy to figure 
out, at least on Linux. I have not tried this with Windows.


Cheers,
A not so disappointed person


Re: The latest Terrarium TV 1.8.1 has been updated.

2017-11-12 Thread solidstate1991 via Digitalmars-d-announce
On Wednesday, 8 November 2017 at 09:40:01 UTC, Theresa Henson 
wrote:
The update is compatible with the latest Android OS as well as 
all others over Android 4.0


Was this (at least partly) developed using D? Or you just using 
the forum to promote this product?


Re: LDC 1.6.0-beta1

2017-11-12 Thread Nordlöw via Digitalmars-d-announce

On Sunday, 12 November 2017 at 15:57:19 UTC, kinke wrote:

Hi everyone,

on behalf of the LDC team, I'm glad to announce the first beta 
for LDC 1.6. The highlights of this version in a nutshell:


* Based on D 2.076.1.
* Experimental support for dynamic codegen at runtime ('manual 
JIT').

* Many std.math functions are now CTFE-able.

Full release log and downloads: 
https://github.com/ldc-developers/ldc/releases/tag/v1.6.0-beta1


Thanks to all contributors!


Wow, that's fast!

I'm looking forward to discussions concerning the new feature:

dynamic codegen at runtime

Are there any plans on also using LLVMs jit for run-time 
generative (meta) programming?


Re: New QtE5 version and the test it - mini ide ide5

2017-11-12 Thread MGW via Digitalmars-d-announce

On Sunday, 12 November 2017 at 10:26:33 UTC, user1234 wrote:

Hello, i was a bored yesterday and between two movies tried to 
install it (it was before the announce) and i have to say that 
it's not clear at all and delete it.
The main reason is that i expected the top level dub JSON to 
produce a kind of static library required by all the 
examples...so in a nutshell you must provide better 
instructions before disappointing more people. Sorry.


installation of QtE5 on win32
https://www.youtube.com/watch?v=d6-8lxs9xJo


Re: Reorganization and list of D libraries (300+)

2017-11-12 Thread Andre Pany via Digitalmars-d-announce
On Monday, 6 November 2017 at 16:12:14 UTC, Martin Tschierschke 
wrote:

On Saturday, 4 November 2017 at 00:16:35 UTC, Ali Çehreli wrote:

On 11/03/2017 05:12 PM, Fra Mecca wrote:


https://github.com/FraMecca/D_Libraries_Registry


This effort should be combined with the current work being 
done to http://code.dlang.org/


I hope Martin, Seb, and others that are involved will see this 
thread. (Yes, I'm pinging them. :) )


Ali


Even being the wrong Martin :-) I think the DUB registry really 
needs more and better filters, so that the gems inside can be 
found easily. (like: Number of Github stars, number of 
downloads, number of developers and in the future: money 
donated to this project ...).


There has been several attempts but I would like to encourage 
the D Foundation to put more focus on this. Better ecosystem 
around third party software means less work for improvement of 
standard lib.


Regards mt.


As far as I understand, the D Language Foundation itself can work 
on specific

projects by the help of scholarship recipients paid by donations.

For me I see 3 ways to get enhancement / issues solved:
- Work on my spare time on the issue
- Motivate others to work in their spare time on the issue :)
- Donate to the D Language Foundation

Dub / Dub repository are already great products but in my opinion 
there

is still a lot of work to do.

Kind regards
André







New QtE5 version and the test it - mini ide ide5

2017-11-12 Thread MGW via Digitalmars-d-announce
QtE5 - gained further development. The new mechanism of operation 
with memory
is realized that allowed will get rid of crash of applications in 
case of completion.


The summary code amount increases all the time. New classes from 
Qt are added.

Now the code amount reached:
qte5.d  - 6700 lines
qte5widgets.cpp - 3500 lines

The considerable efforts are made in development of bitmap 
graphics,
QBitmap, QResource, QPixmap are added and properties for QImage 
are added.

The operation technique with QPainter is fulfilled.

https://www.youtube.com/watch?v=iWnWMKsNt0E
https://github.com/MGWL/QtE5