Re: D Addin for MonoDevelop on Linux

2011-12-06 Thread Andrea Fontana
Good work. Tested on Ubuntu 64bit with Monodevelop 2.8 compiled from source. Works fine and it's very responsive (code completion is too responsive!) Bug: syntax highlight for test works but not for `test` alex Wrote: Hi everyone, I just want to announce the first alpha release of

Re: D to Javascript converter (a hacked up dmd)

2012-02-27 Thread Andrea Fontana
Cool! Can you call custom (external, from 3rd party libs) JS functions from there? You should port jquery syntax sugar :) Il giorno lun, 27/02/2012 alle 09.48 +0100, Jacob Carlborg ha scritto: On 2012-02-27 04:51, Adam D. Ruppe wrote: https://github.com/downloads/adamdruppe/dtojs/dtojs.zip

Re: Mono-D 0.3.0

2012-02-29 Thread Andrea Fontana
Keep up the good work! Il giorno mer, 29/02/2012 alle 17.21 +0100, alex ha scritto: A couple of new completion features + several bugfixes - [Internal] Refactored and re-organized code structures, hopefully easier to maintain understand; Removal of unnecessary code - [Resolver]

Re: dstep instead of SWIG

2012-03-05 Thread Andrea Fontana
Il giorno lun, 05/03/2012 alle 10.25 +0100, Jacob Carlborg ha scritto: Pros for SWIG * Handles C++ And classes, of course! * In a more complete sate

Re: Dejan Lekic created the D Developers Network on LinkedIn

2012-03-21 Thread Andrea Fontana
I'm in :) Il giorno mar, 20/03/2012 alle 13.34 -0500, Andrei Alexandrescu ha scritto: Anyone using D in production is invited to join.

Re: D web apps: cgi.d now supports scgi

2012-03-25 Thread Andrea Fontana
+1 for scgi support :) On Sunday, 25 March 2012 at 04:43:07 UTC, Adam D. Ruppe wrote: https://github.com/adamdruppe/misc-stuff-including-D-programming-language-web-stuff some docs: http://arsdnet.net/web.d/cgi.html http://arsdnet.net/web.d/cgi.d.html The file cgi.d in there is my base library

Re: DStep - Bindings Generator 0.0.1

2012-07-09 Thread Andrea Fontana
On Monday, 9 July 2012 at 07:27:35 UTC, trav...@phare.normalesup.org (Christophe Travert) wrote: Jacob Carlborg , dans le message (digitalmars.D.announce:23893), a écrit : What do people do in OC makefiles? With Clang you can use the -ObjC or -x objective-c flags. But I guess most people

Re: DStep - Bindings Generator 0.0.1

2012-07-09 Thread Andrea Fontana
Ok I know it's v 0.0.1, but I think this bugs are not so difficult to fix: - d keywords should be escaped = (for example int f(int out) should become int f(int _out) or something similar...) - self alias should be removed = typedef test { int a; } test; generate alias test test; struct

Re: DStep - Bindings Generator 0.0.1

2012-07-10 Thread Andrea Fontana
On Monday, 9 July 2012 at 19:24:52 UTC, Jacob Carlborg wrote: On 2012-07-09 17:49, Andrea Fontana wrote: - struct gives error if used on function ( is used as a type) I'm not sure I understand what you mean. Do you have an example of the C code and the generated D code. Ok

Re: DStep - Bindings Generator 0.0.1

2012-07-10 Thread Andrea Fontana
On Monday, 9 July 2012 at 19:24:52 UTC, Jacob Carlborg wrote: On 2012-07-09 17:49, Andrea Fontana wrote: - struct gives error if used on function ( is used as a type) I'm not sure I understand what you mean. Do you have an example of the C code and the generated D code. Ok

Re: GtkD 2.0 released, Gtk+ 3 with D.

2012-09-10 Thread Andrea Fontana
On Sunday, 9 September 2012 at 20:08:05 UTC, Mike Wey wrote: GtkD is a D binding and OO wrapper of Gtk+ and is released on the LGPL license. With 2.0 GtkD will wrap Gtk+ version 3, if you need Gtk+ 2 you can use the latest version from the Gtk2 branch, version 1.6. GtkD 2.0 and 1.6 are now

Re: dmd 2.064 beta 4

2013-10-31 Thread Andrea Fontana
On Monday, 28 October 2013 at 03:23:48 UTC, Walter Bright wrote: http://ftp.digitalmars.com/dmd.2.064.beta.4.zip Remaining regressions: http://d.puremagic.com/issues/buglist.cgi?query_format=advancedbug_severity=regressionbug_status=NEWbug_status=ASSIGNEDbug_status=REOPENED Is there anything

Re: Our first bounty winner: Daniel Murphy aka yebblies

2013-11-17 Thread Andrea Fontana
On Sunday, 17 November 2013 at 04:27:10 UTC, Andrei Alexandrescu wrote: Please join me in congratulating Daniel, who took only 24 hours to fix a codegen bug: https://www.bountysource.com/issues/1325896-reg-2-064-wrong-code-with-o-on-x86_64-for-char-comparisons/claims I just approved his

Re: bugzilla 'bounty' keyword added

2013-11-24 Thread Andrea Fontana
On Sunday, 24 November 2013 at 19:51:48 UTC, Walter Bright wrote: To make it easy to see which bugs have bounties: https://d.puremagic.com/issues/buglist.cgi?keywords=bountyquery_format=advancedkeywords_type=allwordsbug_status=NEWbug_status=ASSIGNEDbug_status=REOPENED I'm waiting for someone

Re: New debugger for D!!!

2014-01-29 Thread Andrea Fontana
On Wednesday, 29 January 2014 at 16:33:47 UTC, Gary Willoughby wrote: On Wednesday, 29 January 2014 at 16:20:33 UTC, Sarath Kodali wrote: On Wednesday, 29 January 2014 at 07:06:43 UTC, Andrei Alexandrescu wrote: On 1/28/14 4:26 PM, Meta wrote: On Wednesday, 29 January 2014 at 00:07:00 UTC,

Re: New debugger for D!!!

2014-01-29 Thread Andrea Fontana
On Wednesday, 29 January 2014 at 16:55:40 UTC, Meta wrote: On Wednesday, 29 January 2014 at 16:45:20 UTC, Andrea Fontana wrote: On Wednesday, 29 January 2014 at 16:33:47 UTC, Gary Willoughby wrote: On Wednesday, 29 January 2014 at 16:20:33 UTC, Sarath Kodali wrote: On Wednesday, 29 January

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-30 Thread Andrea Fontana
On Tuesday, 28 January 2014 at 09:58:27 UTC, Brian Schott wrote: New DCD and DScanner betas are ready for testing. The tags can be found here: https://github.com/Hackerpilot/DCD/tree/0.3.0-beta1 https://github.com/Hackerpilot/Dscanner/tree/0.1.0-beta1 [...] On github i read: Import paths

Re: dmd 2.065 beta 2

2014-01-31 Thread Andrea Fontana
On Sunday, 26 January 2014 at 23:38:56 UTC, Andrew Edwards wrote: We've made a lot of progress towards the 2.065 stable release. Available binaries are as follows: All Systems http://ftp.digitalmars.com/dmd.2.065.0-b2.zip FreeBSD

Re: Bountysource activity

2014-03-14 Thread Andrea Fontana
On Thursday, 13 March 2014 at 18:40:01 UTC, Vladimir Panteleev wrote: On Thursday, 13 March 2014 at 18:20:16 UTC, Andrei Alexandrescu wrote: https://www.bountysource.com/issues/1325905-shared-phobos-library-doesn-t-work-on-all-linux-distributions Over $2000 in open bounties left:

Re: Bountysource activity

2014-03-14 Thread Andrea Fontana
On Friday, 14 March 2014 at 09:47:19 UTC, Andrei Alexandrescu wrote: On 3/14/14, 1:44 AM, Andrea Fontana wrote: Fixing phobos bugs probably is quite easier for a D user. You just need to know phobos and D to fix a bug and you don't need compiler-related topics. I think that in this case

Re: 1st draft of complete class-based std.random successor

2014-03-20 Thread Andrea Fontana
On Wednesday, 19 March 2014 at 23:49:41 UTC, Joseph Rushton Wakeling wrote: Hello all, As some of you may already know, monarch_dodra and I have spent quite a lot of time over the last year discussing the state of std.random. To cut a long story short, there are significant problems that

Re: Article: Functional image processing in D

2014-03-21 Thread Andrea Fontana
Very interesting! Do you know http://www.antigrain.com/ ? It is (was?) a very efficent c++ 2d library, heavily based on templates. Something like this in D with templates and lazy ranges should be impressive. On Friday, 21 March 2014 at 11:04:58 UTC, Vladimir Panteleev wrote:

Re: 1st draft of complete class-based std.random successor

2014-03-21 Thread Andrea Fontana
On Friday, 21 March 2014 at 16:01:28 UTC, ponce wrote: On Thursday, 20 March 2014 at 21:17:33 UTC, Joseph Rushton Wakeling wrote: On Thursday, 20 March 2014 at 08:30:09 UTC, ponce wrote: Related: please consider using parts of SimpleRNG the excellent work of John D. Cook which provides many

Re: hap.random: a new random number library for D

2014-06-11 Thread Andrea Fontana via Digitalmars-d-announce
Have you any plan to implement CMWC? http://en.wikipedia.org/wiki/Multiply-with-carry#Complementary-multiply-with-carry_generators On Monday, 9 June 2014 at 18:09:21 UTC, Joseph Rushton Wakeling wrote: Hello all, Some of you may remember my earlier draft of a class-based std.random

Re: DWT 64bit support

2015-05-11 Thread Andrea Fontana via Digitalmars-d-announce
On Sunday, 10 May 2015 at 16:11:41 UTC, Jacob Carlborg wrote: I would like to announce that DWT recently got support for 64bit, both on Linux and Windows. Compiling for 32bit COFF should also work on Windows. All this work was done by kntroh and Jesse Phillips, thank you very much. Great!

Re: DConf 2016, Berlin: Call for Submissions is now open!

2015-10-26 Thread Andrea Fontana via Digitalmars-d-announce
On Friday, 23 October 2015 at 16:37:20 UTC, Andrei Alexandrescu wrote: Please join us at DConf 2016, the conference of the D programming language in Berlin, Germany, May 4-6 2016. Berlin. Germany. Europe. Yay just some hours off Venice :)

Re: D compiler daily downloads at an all-time high

2015-11-16 Thread Andrea Fontana via Digitalmars-d-announce
On Monday, 16 November 2015 at 15:20:51 UTC, Andrei Alexandrescu wrote: http://erdani.com/d/downloads.daily.png There have been 1677 dmd downloads per day (net after discounting Travis CI) on average over the past 28 days (i.e. four weeks ending Sunday, November 15). That's a new all-times

Re: Release Candidate D 2.069.0-rc2

2015-11-02 Thread Andrea Fontana via Digitalmars-d-announce
On Friday, 30 October 2015 at 18:11:08 UTC, Martin Nowak wrote: Second release candidate for the 2.069.0. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.069.0.html A list of fixes over 2.069.0-rc1 can be found here.

Re: Atrium - 3D game written in D

2015-11-06 Thread Andrea Fontana via Digitalmars-d-announce
On Friday, 6 November 2015 at 09:04:05 UTC, Timur Gafarov wrote: Atrium (code name) is a work-in-progress science fiction game with physics based puzzles (gravity effects, force fields, etc) akin to Portal or Inverto. The game is fully written in D, it uses custom graphics engine based on

Re: Sociomantic Labs is looking for Software Developers! (D language)

2015-10-31 Thread Andrea Fontana via Digitalmars-d-announce
On Friday, 23 October 2015 at 15:51:55 UTC, Andrej Mitrovic wrote: Hi, We at Sociomantic Labs are looking for new software developers to join our ranks in our Berlin office! Here's what we're looking for in a potential candidate: - Experience in C, C++, or D. (You'll be programming in D) -

Re: Release D 2.069.0

2015-11-04 Thread Andrea Fontana via Digitalmars-d-announce
On Wednesday, 4 November 2015 at 01:50:38 UTC, Martin Nowak wrote: Glad to announce D 2.069.0. http://dlang.org/download.html http://downloads.dlang.org/releases/2.x/2.069.0/ Same question I did some time ago: is those binaries compiled with 2.068 or 2.069 itself? The second choice should

Re: DSFML reaches version 2.1

2015-10-07 Thread Andrea Fontana via Digitalmars-d-announce
On Wednesday, 7 October 2015 at 06:43:18 UTC, Jeremy DeHaan wrote: It is my pleasure to announce that DSFML hit version 2.1! This version has been a long time coming, but this represents a huge milestone for DSFML (and for me!) Nice job!

Re: Beta D 2.069.0-b1

2015-10-08 Thread Andrea Fontana via Digitalmars-d-announce
On Wednesday, 7 October 2015 at 22:33:09 UTC, Martin Nowak wrote: First beta for the 2.069.0 release. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.069.0.html Please report any bugs at https://issues.dlang.org -Martin Got an issue:

Re: Beta D 2.069.0-b1

2015-10-08 Thread Andrea Fontana via Digitalmars-d-announce
On Thursday, 8 October 2015 at 04:14:59 UTC, extrawurst wrote: On Wednesday, 7 October 2015 at 22:33:09 UTC, Martin Nowak wrote: First beta for the 2.069.0 release. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.069.0.html Please report any bugs at

Re: Beta D 2.069.0-b1

2015-10-08 Thread Andrea Fontana via Digitalmars-d-announce
On Thursday, 8 October 2015 at 09:17:16 UTC, Martin Nowak wrote: On Thursday, 8 October 2015 at 04:53:53 UTC, Suliman wrote: Is it DDMD based release? Yes. Are dmd 2.069b1 binaries compiled with dmd 2.069b1 or with dmd 2.068.2?

Re: Beta D 2.069.0-b1

2015-10-09 Thread Andrea Fontana via Digitalmars-d-announce
On Thursday, 8 October 2015 at 15:04:08 UTC, David Nadlinger wrote: On Thursday, 8 October 2015 at 15:01:31 UTC, Martin Nowak wrote: On Thursday, 8 October 2015 at 12:20:23 UTC, Andrea Fontana wrote: Are dmd 2.069b1 binaries compiled with dmd 2.069b1 or with dmd 2.068.2? The last released

Re: Beta D 2.069.0-b1

2015-10-09 Thread Andrea Fontana via Digitalmars-d-announce
On Friday, 9 October 2015 at 09:32:05 UTC, Joakim wrote: downloads much? Maybe you should add a warning there, for those who may not know the meaning of a beta. If you're a coder you know what it means. If you just started with programming probably it doesn't make any difference :)

Re: DCD 0.7.0

2015-09-02 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 1 September 2015 at 21:36:46 UTC, Brian Schott wrote: https://github.com/Hackerpilot/DCD/tree/v0.7.0 After an alpha, a beta, and two release candidates DCD 0.7.0 is ready. Congrats! What is dsymbol project?

Re: Testing Nightly Build Service

2015-12-14 Thread Andrea Fontana via Digitalmars-d-announce
On Saturday, 12 December 2015 at 12:08:50 UTC, Martin Nowak wrote: As you might already know from the last sprint review (http://forum.dlang.org/post/56592679.3010604@dawg.), we've setup a server to build nightlies. The service is still in a test phase but seems to work steadily. You can try

Re: D compiler daily downloads at an all-time high

2015-11-18 Thread Andrea Fontana via Digitalmars-d-announce
On Wednesday, 18 November 2015 at 08:22:19 UTC, Jacob Carlborg wrote: Personally I have more machines now to download the compiler to, supporting more platforms. Isn't this a proof that it is expanding?

Re: https everywhere!

2015-11-24 Thread Andrea Fontana via Digitalmars-d-announce
On Monday, 23 November 2015 at 20:55:32 UTC, Walter Bright wrote: I'm pleased to announce that Jan Knepper has gotten us some proper certificates now, and dlang.org and digitalmars.com are now fully https! Chrome warns me saying that dlang connectio is encrypted with obsolete cryptography

Re: let (x,y) = ...

2015-11-23 Thread Andrea Fontana via Digitalmars-d-announce
On Monday, 23 November 2015 at 11:12:33 UTC, visitor wrote: this work fine with your unittest : auto let(Ts...)(ref Ts vars) { struct Let { void opAssign( Tuple!Ts xs ) { foreach(i, t; Ts) vars[i] = xs[i]; } static if (sameTypes!Ts) {

Re: IUP, CD, IM, lua interfaces in D.

2016-06-29 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 28 June 2016 at 10:17:10 UTC, mogu wrote: Now IUP library collections' interfaces accomplished. IUP(3.18): http://code.dlang.org/packages/iupd IM(3.10): http://code.dlang.org/packages/imd CD(5.9):http://code.dlang.org/packages/cdd lua(5.3.3):

Re: mondo - a d library for mongodb

2016-03-22 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 22 March 2016 at 07:22:45 UTC, Jacob Carlborg wrote: On 2016-03-21 17:10, Andrea Fontana wrote: Mondo is a collection of classes (and struct) built over mongo-c-driver. Low-level bindings are generated automatically using dstep + a small script to patch some issues with original

mondo - a d library for mongodb

2016-03-21 Thread Andrea Fontana via Digitalmars-d-announce
ome issues with original source. More info on github page. It obviusly depends on mongo-c-driver library (quite easy to compile). GH: https://github.com/2night/mondo Dub: http://code.dlang.org/packages/mondo Comments are welcome. Andrea Fontana

A little wrap over std.json

2016-03-02 Thread Andrea Fontana via Digitalmars-d-announce
UFCS. It also can be used with CTFE. GH: https://github.com/2night/jsonwrap/ (check README self-explaining examples) Dub: http://code.dlang.org/packages/jsonwrap Comments are welcome. Andrea Fontana

Re: mondo - a d library for mongodb

2016-03-23 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 22 March 2016 at 14:35:17 UTC, Bruno Medeiros wrote: Dunno if you'll care, but note the name clash: https://getmondo.co.uk/ Don't know if Mondo will actually be successful or not, but if it does, you might have a name clash, especially since they also have an API behind it:

Re: Ocean preview finally open sourced

2016-07-04 Thread Andrea Fontana via Digitalmars-d-announce
On Thursday, 30 June 2016 at 16:45:43 UTC, Leandro Lucarella wrote: Hello again Dland! I'm happy to finally announce the open sourcing of our Ocean base library, just it time to keep our word and make it in June ;-)

Re: Iup4D 1.0 alpha

2017-01-23 Thread Andrea Fontana via Digitalmars-d-announce
On Friday, 20 January 2017 at 15:23:51 UTC, Heromyth wrote: Iup4D is a D binding library for IUP with OOP style. Its API is similar to WinForms. This software is licensed under the Boost Software License, Version 1.0. It's still under active development and is only tested on Windows X86.

Re: mysql-native: API Refresh RC

2017-01-30 Thread Andrea Fontana via Digitalmars-d-announce
On Monday, 30 January 2017 at 02:56:27 UTC, Nick Sabalausky wrote: I've been working on a big refresh of mysql-native's API, to take care of various issues that have appeared with it. It involves some major breaking changes (although I've tried to keep old interfaces around for the moment, but

Re: Joakim Intreviews Walter for the D Blog

2016-08-30 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 30 August 2016 at 11:50:52 UTC, Mike Parker wrote: Joakim has put together an interview with Walter that's all about D. It's an enjoyable read. You can parse the interview at [1] and visit the reddit thread at [2]. I anticipate publishing more of Joakim's interviews on the blog in

Re: Project Highlight: Timur Gafarov

2016-09-16 Thread Andrea Fontana via Digitalmars-d-announce
On Friday, 16 September 2016 at 12:53:44 UTC, Mike Parker wrote: What started out as a highlight of Timur's open source game, Atrium, turned into an introduction to several of his D projects. And it looks like I've managed to make this announcement without a typo in the title this week. If you

Re: Battle-plan for CTFE

2016-10-26 Thread Andrea Fontana via Digitalmars-d-announce
On Wednesday, 26 October 2016 at 03:58:05 UTC, Stefam Koch wrote: On Tuesday, 25 October 2016 at 17:19:26 UTC, Jacob Carlborg wrote: Very impressive :) Thanks. I just got the following code to compile and execute correctly. bool strEq(string a, string b) { if (a.length != b.length)

Re: dlang-requests 0.4.0 released

2016-12-30 Thread Andrea Fontana via Digitalmars-d-announce
On Thursday, 29 December 2016 at 10:22:24 UTC, ikod wrote: Hi, dlang-requests v0.4.0 released. Major new feature - threaded request pool, which works like InputRange. You can write code like this: Nice feature!

Re: Terminix renamed to Tilix

2017-03-21 Thread Andrea Fontana via Digitalmars-d-announce
On Monday, 20 March 2017 at 16:56:02 UTC, Gerald wrote: Terminix, a Linux GTK3 tiling terminal emulator written in D, has been renamed to Tilix due to trademark infringement issues with the Terminix International corporation. The new URLs for Tilix are as follows: Website:

Re: Ocean v3.0.0: First fully public release!

2017-03-10 Thread Andrea Fontana via Digitalmars-d-announce
On Friday, 10 March 2017 at 15:19:51 UTC, Leandro Lucarella wrote: Hi dear D community! We wanted to share with you some nice news and big milestone: we are (finally!) going completely public with Ocean development! From github page: General purpose, platform-dependant, high-performance

Re: Update on Unums

2017-03-14 Thread Andrea Fontana via Digitalmars-d-announce
On Monday, 13 March 2017 at 08:32:04 UTC, Nick B wrote: Hi Everyone Here is an update on Unums. John L Gustafson at the Multicore World 2017 Conference, in Wellington, New Zealand, in February 2017, gave another presentation to his Unum idea. He has again reworked the basis of his idea

Re: Update to Bare Metal STM32F4 (ARM Cortex-M4) LCD Demo Proof of Concept

2017-07-21 Thread Andrea Fontana via Digitalmars-d-announce
On Thursday, 20 July 2017 at 12:23:31 UTC, Mike wrote: A few years ago I created a bare metal demo on an ARM Cortex-M4 microcontroller entirely in D. It was just a demonstration that one could do bare metal programming for microcontrollers in D without any dependencies on C or assembly. It

Re: GC Series Page on the Blog

2017-07-25 Thread Andrea Fontana via Digitalmars-d-announce
On Monday, 24 July 2017 at 17:08:08 UTC, Mike Parker wrote: So it's 2:00 am in Seoul. Having a bout of insomnia, I checked in on the reddit thread for the latest blog post and saw a comment that reminded me that I keep forgetting to set up a GC page on the blog. So I did. This lists all the

Re: Update to Bare Metal STM32F4 (ARM Cortex-M4) LCD Demo Proof of Concept

2017-07-27 Thread Andrea Fontana via Digitalmars-d-announce
On Saturday, 22 July 2017 at 18:51:34 UTC, Sönke Ludwig wrote: Am 21.07.2017 um 09:40 schrieb Andrea Fontana: It has a lot of potential. I always hope that someone will start a 3d Printer firmware written in D for a 32bit microcontroller. I've actually started to implement a GCode processor

Re: DMD library available as DUB package

2017-07-19 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 18 July 2017 at 12:07:27 UTC, Jacob Carlborg wrote: During the dconf hackathon I set out to create a DUB package for DMD to be used as a library. This has finally been merged [1] and is available here [2]. It contains the lexer and the parser. Great news!! I think it was not

Re: Tilix 1.5.8 released

2017-05-24 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 23 May 2017 at 23:35:22 UTC, Gerald wrote: Tilix 1.5.8 is now available with a number of new features and bug fixes. It seems that package on webupd8 is still on 1.5.4 Andrea

Re: LDC 1.4.0-beta1

2017-08-29 Thread Andrea Fontana via Digitalmars-d-announce
On Saturday, 26 August 2017 at 22:35:11 UTC, kinke wrote: * Shipping with ldc-build-runtime, a small D tool to easily (cross-)compile the runtime libraries yourself. Have anyone ever tried to compile a linux version of ldc that generates windows executables? Andrea

Re: LDC 1.4.0-beta1

2017-08-29 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 29 August 2017 at 13:11:44 UTC, kinke wrote: On Tuesday, 29 August 2017 at 12:46:16 UTC, Andrea Fontana wrote: On Saturday, 26 August 2017 at 22:35:11 UTC, kinke wrote: * Shipping with ldc-build-runtime, a small D tool to easily (cross-)compile the runtime libraries yourself

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

2017-11-13 Thread Andrea Fontana 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

Re: datefmt 1.0.0 released: parse datetimes and also format them

2017-12-18 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 12 December 2017 at 22:51:07 UTC, Neia Neutuladh wrote: # Sales pitch If you've ever had to parse datetime input from multiple sources and everyone's standardized on ISO8601, you might have found out that that's not quite as standard as you'd wish. This is where datefmt helps

Re: A list of all the awesome people who made D possible

2017-12-19 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 19 December 2017 at 06:01:59 UTC, Seb wrote: On Monday, 18 December 2017 at 21:34:25 UTC, Basile B. wrote: On Monday, 18 December 2017 at 15:58:59 UTC, Seb wrote: [...] There are a few dups: - "Adam D. Ruppe" and "adamdruppe" - "UplinkCoder" and "Stefan Koch" - "Hackerpilot" and

Re: LDC 1.5.0

2017-11-07 Thread Andrea Fontana via Digitalmars-d-announce
On Friday, 3 November 2017 at 17:17:04 UTC, kinke wrote: Hi everyone, on behalf of the LDC team, I'm glad to finally officially announce LDC 1.5. The highlights of this version in a nutshell: * Based on D 2.075.1. * Polished LLVM 5.0 support (now also used for the prebuilt release

Re: serialport v1.0.0

2018-05-09 Thread Andrea Fontana via Digitalmars-d-announce
On Sunday, 6 May 2018 at 22:02:05 UTC, Oleg B wrote: Stable version of serialport package * Blocking `SerialPortBlk` for classic usage * Non-blocking `SerialPortNonBlk` and `SerialPortFR` for usage in fibers or in vibe-d * Variative initialization and configuration * Hardware flow control

Re: mofile - gettext library for D

2018-05-10 Thread Andrea Fontana via Digitalmars-d-announce
On Thursday, 10 May 2018 at 10:57:25 UTC, FreeSlave wrote: It was a real concern for me that there's no gettext-compatible package for D (at least I could not find one in dub registry), because it's kind of standard. So I made it myself. mofile is similar to GNU gettext, but gettext and

Re: Reserved 1.0.0

2018-05-16 Thread Andrea Fontana via Digitalmars-d-announce
On Wednesday, 16 May 2018 at 10:04:12 UTC, ANtlord wrote: On Wednesday, 16 May 2018 at 08:38:05 UTC, Andrea Fontana wrote: I released another small library on behalf of the company I work for (http://lab.2night.it). It is called "reserved", and it's a small library you can use to

Reserved 1.0.0

2018-05-16 Thread Andrea Fontana via Digitalmars-d-announce
with nginx/apache/etc through unix sockets. More info: http://code.dlang.org/packages/reserved Comments are welcome. Andrea Fontana

Arrogant - HTML5 dom with CSS selectors

2018-06-13 Thread Andrea Fontana via Digitalmars-d-announce
] https://github.com/2night/arrogant/issues/1 Andrea Fontana

Re: Arrogant - HTML5 dom with CSS selectors

2018-06-13 Thread Andrea Fontana via Digitalmars-d-announce
On Wednesday, 13 June 2018 at 18:06:02 UTC, Nick Sabalausky (Abscissa) wrote: Does this mean that it requires the raw HTML input to already be fully conformant HTML5 or simply that it supports and outputs valid HTML5? The second one. If you parse invalid html it tries to fix it and output

Re: DasBetterC: Converting make.c to D

2018-06-11 Thread Andrea Fontana via Digitalmars-d-announce
On Monday, 11 June 2018 at 14:21:20 UTC, Mike Parker wrote: Walter's latest post on -betterC is now on the blog. Here, he shows step-by-step an example of using -betterC to convert a real-world program, one small enough to describe in a blog post, from C to D. The blog:

Re: DasBetterC: Converting make.c to D

2018-06-11 Thread Andrea Fontana via Digitalmars-d-announce
On Monday, 11 June 2018 at 14:21:20 UTC, Mike Parker wrote: Walter's latest post on -betterC is now on the blog. Here, he shows step-by-step an example of using -betterC to convert a real-world program, one small enough to describe in a blog post, from C to D. The blog:

Re: D Meetup in Grenoble (FR) - Your presence required

2018-06-01 Thread Andrea Fontana via Digitalmars-d-announce
On Friday, 1 June 2018 at 13:20:20 UTC, Guillaume Piolat wrote: [...] Then chances you are already aware of a secret D barbecue meeting in the valley, next Thursday 7th of June. [...] It never happens in Italy. Not fair. :)

Re: Official Dub package for DWT

2018-02-08 Thread Andrea Fontana via Digitalmars-d-announce
On Wednesday, 7 February 2018 at 21:33:22 UTC, Jacob Carlborg wrote: This has been long overdue but I would like to announce that I've just released an official Dub package for the DWT library [1]. For a usage example, please see the GitHub page [2]. Great news!

[Maybe OT] Hashcode with Google

2018-02-23 Thread Andrea Fontana via Digitalmars-d-announce
/past_editions.html Andrea Fontana

Re: State of D 2018 Survey

2018-02-28 Thread Andrea Fontana via Digitalmars-d-announce
On Wednesday, 28 February 2018 at 13:41:56 UTC, Mike Parker wrote: About a month ago, Sebastian Wilzbach sent an email out to a few of the core D folks asking for feedback on a survey he had put together. He thought it would be useful for the Foundation to use in order to make decisions about

Re: BindBC -- The successor to Derelict

2018-10-21 Thread Andrea Fontana via Digitalmars-d-announce
On Friday, 19 October 2018 at 17:34:10 UTC, Mike Parker wrote: [...] Well done!

Re: printed v0.0.3: a low-level API to generate self-contained PDF/SVG

2018-10-02 Thread Andrea Fontana via Digitalmars-d-announce
On Monday, 1 October 2018 at 09:34:34 UTC, Guillaume Piolat wrote: printed is a low-level API to generate self-contained PDF 1.4/SVG 1.1 documents hopefully suitable for print. Currently it does not provide any "layout" option, you are just provided a sort of 2D Canvas API which can then

Re: I've just released Vasaro

2018-12-07 Thread Andrea Fontana via Digitalmars-d-announce
On Friday, 7 December 2018 at 13:32:10 UTC, bauss wrote: This is a very impressive project and I'll follow it just to see where it goes. I have zero to no experience with 3d printing so I can't really relate much to it. Thank you! If you eventually start with 3d printing you'll notice that

Re: I've just released Vasaro

2018-12-07 Thread Andrea Fontana via Digitalmars-d-announce
On Friday, 7 December 2018 at 15:03:38 UTC, Joakim wrote: Nice, when does the version with genetic algorithms come out? ;) https://www.economist.com/technology-quarterly/2015/09/03/wonderful-widgets JK, of course, demo looks good. Trust me or not, this is a planned feature. Andrea

I've just released Vasaro

2018-12-06 Thread Andrea Fontana via Digitalmars-d-announce
Hi! I've just released the first version of vasaro. It's a simple program I wrote to create 3d printable vases. It's written in D (of course). It uses derelict-gl, derelict-sdl and gtkd. It should work on linux, macOS and Windows. A special thanks to Adam Ruppe and his SimpleDisplay library

Re: I've just released Vasaro

2018-12-06 Thread Andrea Fontana via Digitalmars-d-announce
On Thursday, 6 December 2018 at 21:03:49 UTC, kinke wrote: On Thursday, 6 December 2018 at 20:45:07 UTC, Andrea Fontana wrote: [...] Pretty cool, thx for sharing! I watched the demo and had an extremely superficial glance at the code too; seems to make D look good, as it deserves, so thanks

Re: I've just released Vasaro

2018-12-07 Thread Andrea Fontana via Digitalmars-d-announce
On Friday, 7 December 2018 at 07:22:18 UTC, JN wrote: Looks nice. I'll give it a go when I plug my 3d printer. Waiting for your feedback. Why use derelict-sdl if you use gtkd already? Good question. Gtk doesn't support opengl2. Why do I use OpenGL2? - I don't know ogl3 - I just need basic

Re: I've just released Vasaro

2018-12-07 Thread Andrea Fontana via Digitalmars-d-announce
On Friday, 7 December 2018 at 01:17:02 UTC, Adam D. Ruppe wrote: On Thursday, 6 December 2018 at 20:45:07 UTC, Andrea Fontana wrote: A special thanks to Adam Ruppe and his SimpleDisplay library I used on earlier versions :) why you go gtk in the end? I replaced simpledisplay with sdl. Gtk

Re: LDC 1.13.0-beta2

2018-11-23 Thread Andrea Fontana via Digitalmars-d-announce
On Wednesday, 21 November 2018 at 10:43:55 UTC, kinke wrote: Glad to announce the second beta for LDC 1.13: * Based on D 2.083.0+ (yesterday's DMD stable). * The Windows packages are now fully self-sufficient, i.e., a Visual Studio/C++ Build Tools installation isn't required anymore. *

Re: Sublime Text Syntax Definition Rewrite

2019-03-13 Thread Andrea Fontana via Digitalmars-d-announce
On Wednesday, 13 March 2019 at 10:22:15 UTC, Benjamin Schaaf wrote: On Friday, 1 March 2019 at 03:44:09 UTC, Benjamin Schaaf wrote: On Thursday, 28 February 2019 at 11:33:13 UTC, Andrea Fontana wrote: When the next stable will be released? Hopefully soon™, we don't want to commit to any

Re: Regionprops implementation for D

2019-03-11 Thread Andrea Fontana via Digitalmars-d-announce
On Monday, 11 March 2019 at 09:29:16 UTC, Ferhat Kurtulmuş wrote: I am trying to learn dlang and decided to develop a regionprops library in pure d (https://github.com/aferust/regionpropsford). I borrowed some code and translated into d for performing routines like connected component labeling

Re: Compiler benchmarker for D, C, C++, Go, Rust with more to come

2019-03-18 Thread Andrea Fontana via Digitalmars-d-announce
On Monday, 18 March 2019 at 10:05:40 UTC, Jacob Carlborg wrote: On 2019-03-17 21:09, Per Nordlöw wrote: I thought that already is the case... No, the official binaries are built with DMD as the host compiler. Is v2.0xx compiled with v2.0xx-1 or with v2.0xx itself? Andrea

Re: Release D 2.086.0

2019-05-07 Thread Andrea Fontana via Digitalmars-d-announce
On Monday, 6 May 2019 at 09:52:32 UTC, Aldo wrote: On Sunday, 5 May 2019 at 11:53:22 UTC, Martin Nowak wrote: Glad to announce D 2.086.0, ♥ to the 51 contributors. This release comes with copy constructors, a lowmem dmd switch, private member access for introspection traits, import std, dub

Re: Release D 2.086.0

2019-05-08 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 7 May 2019 at 17:29:34 UTC, Daniel N wrote: On Tuesday, 7 May 2019 at 15:13:05 UTC, Andrea Fontana wrote: import std; void main() { std.file.write("/tmp/test", "hello"); } How should I fix this? import std; import file = std.file; void main() { file.write

Re: DPP on the D Blog

2019-04-19 Thread Andrea Fontana via Digitalmars-d-announce
On Friday, 19 April 2019 at 09:04:50 UTC, Atila Neves wrote: On Tuesday, 9 April 2019 at 21:11:28 UTC, DanielG wrote: re: the difficulties of interfacing D with certain types of C/C++ code ... Has anybody looked into something like a JavaCpp[1] approach for D? Instead of trying to get D to

Re: neomimalloc [D wrapper for mimalloc] - v0.0.3

2019-07-05 Thread Andrea Fontana via Digitalmars-d-announce
On Friday, 5 July 2019 at 09:57:58 UTC, Ernesto Castellotti wrote: I am happy to announce the first preliminary version of neomimalloc! Nice project Ernesto! It sounds funny that Windows is the only platform where this Microsoft project doesn't run! And I'm happy Dlang is spreading in

Re: New and Unofficial OpenCV binding for D programming language

2019-04-10 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 9 April 2019 at 17:22:12 UTC, Ferhat Kurtulmuş wrote: Since I could build the library on Windows 10 in addition to Ubuntu, I have decided to put it on code.dlang.org: https://code.dlang.org/packages/opencvd. It sounds interesting. I think you should make those examples compilable

Re: Telegram group for DLang

2019-09-09 Thread Andrea Fontana via Digitalmars-d-announce
On Thursday, 5 September 2019 at 08:13:14 UTC, Ernesto Castellotti wrote: Hi everyone, I created a group on Telegram for DLang users, currently it is composed of about 10 people from the Italian community. It is open to anyone interested in discussing DLang on Telegram, the official

Re: optional 1.0.0 beta with "or/frontOr/Throw" range utilities

2019-07-31 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 30 July 2019 at 10:04:03 UTC, aliak wrote: On Tuesday, 30 July 2019 at 04:18:28 UTC, Les De Ridder wrote: On Monday, 29 July 2019 at 22:17:20 UTC, aliak wrote: [...] * dispatch() has been renamed to oc(); "optional chain" Why not 'chain()' or 'optionalChain()'? Only because

Re: Release D 2.089.0

2019-11-07 Thread Andrea Fontana via Digitalmars-d-announce
On Sunday, 3 November 2019 at 13:35:36 UTC, Martin Nowak wrote: Glad to announce D 2.089.0, ♥ to the 44 contributors. This release comes with corrected extern(C) mangling in mixin templates, atomicFetchAdd and atomicFetchSub in core.atomic, support for link driver arguments, better support of

  1   2   >