Re: Beta 2.098.0

2021-10-04 Thread Temtaime via Digitalmars-d-announce
On Wednesday, 29 September 2021 at 20:53:53 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.098.0 release, ♥ to the 62 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.098.0.html This release is quite a bit delayed due to [OSX build

Re: Beta 2.097.2

2021-08-08 Thread Temtaime via Digitalmars-d-announce
On Wednesday, 4 August 2021 at 17:34:32 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.097.2 point release, ♥ to the 4 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.097.2.html As usual please report any bugs at https://issues.dlang.org

utile library on dub

2021-04-01 Thread Temtaime via Digitalmars-d-announce
Hello. I released my utile library with some helper functions. I'm most proud of its binary (de)serializer. You can look at the tests here: https://github.com/Temtaime/utile/blob/main/source/utile/binary/tests.d#L13 There's no much docs except unittests, but feel free to contribute / report

Re: code.dlang.org downtime

2019-12-16 Thread Temtaime via Digitalmars-d-announce
My ISP still serves old IP. Thanks for such a blackout. D is still not for production use, just a toy that may break accidentally by a will of its creators.

Re: Portable D compiler builds

2019-03-31 Thread Temtaime via Digitalmars-d-announce
On Saturday, 30 March 2019 at 17:38:35 UTC, kinke wrote: On Saturday, 30 March 2019 at 17:00:12 UTC, Temtaime wrote: The goal is to provide a complete solution to build an ordinary d app without having visual studio installed. [...] Dmd for now can only work with omf libs and link only 32 bit

Re: Portable D compiler builds

2019-03-30 Thread Temtaime via Digitalmars-d-announce
On Saturday, 30 March 2019 at 14:18:05 UTC, kinke wrote: On Friday, 29 March 2019 at 20:40:08 UTC, Temtaime wrote: Yay, latest stable ldc was added alongside rdmd, ldmd2, dustmite and ddemangle tools for both ldc and dmd! It's not quite clear to me what your goals are. Official DMD and LDC

Re: Portable D compiler builds

2019-03-29 Thread Temtaime via Digitalmars-d-announce
Yay, latest stable ldc was added alongside rdmd, ldmd2, dustmite and ddemangle tools for both ldc and dmd!

Portable D compiler builds

2019-03-16 Thread Temtaime via Digitalmars-d-announce
Hello ! Glad to announce my D compiler builds. Currently there's only DMD builds: 64-bit compiler built with LDC with MSVC's 2017 runtime, allowing linking your apps with all the COFF libraries you have. It supports both 32-bit(limited due to a bug in lld linker) and 64-bit apps. Scripts

Re: Beta 2.085.0

2019-02-17 Thread Temtaime via Digitalmars-d-announce
On Saturday, 16 February 2019 at 15:06:51 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.085.0 release, ♥ to the 49 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.085.0.html As usual please report any bugs at https://issues.dlang.org

Re: DMD backend now in D

2018-11-13 Thread Temtaime via Digitalmars-d-announce
On Monday, 12 November 2018 at 02:37:54 UTC, Walter Bright wrote: On 11/11/2018 3:58 PM, Mike Franklin wrote: This is a significant milestone.  Congratulations, Walter! Many people helped out with this, too. There are still a few .c files in

Re: stb bindings for D

2018-05-06 Thread Temtaime via Digitalmars-d-announce
On Sunday, 6 May 2018 at 09:22:00 UTC, Sisor wrote: On Sunday, 6 May 2018 at 08:57:11 UTC, Temtaime wrote: Oh, missed the link https://code.dlang.org/packages/stb Not everybody (including me) knows what stb is. So please add some brief description (with a link) to the documentation. Ok, a

Re: stb bindings for D

2018-05-06 Thread Temtaime via Digitalmars-d-announce
Oh, missed the link https://code.dlang.org/packages/stb

stb bindings for D

2018-05-06 Thread Temtaime via Digitalmars-d-announce
Hello ! Recently i published stb bindings for D, it comes with precompiled stb library for windows, so just add this package as dependency for your project and work with it :) Currently there's only stb bindings, but soon i'll add stb_image, stb_image write and other useful libraries.

Re: Beta 2.079.0

2018-02-22 Thread Temtaime via Digitalmars-d-announce
Fuck selective imports. If you have tons of functions with same name it's your naming scheme mistake. If it makes compilation time slower, then fuck compiler, not import std;

Re: Article: Fuzzing D code with LDC

2018-01-15 Thread Temtaime via Digitalmars-d-announce
On Saturday, 13 January 2018 at 23:59:52 UTC, Johan Engelen wrote: It's been a work-in-progress for half a year, but finished now: http://johanengelen.github.io/ldc/2018/01/14/Fuzzing-with-LDC.html "A not-so-well-written article about the fuzzing capability recently added to LDC, using LLVM’s

Re: Article: Finding memory bugs in D code with AddressSanitizer

2017-12-26 Thread Temtaime via Digitalmars-d-announce
The main font is very ugly. Code font looks ok tw.

Re: SublimeLinter-contrib-dmd: dmd feedback as you type

2017-11-02 Thread Temtaime via Digitalmars-d-announce
On Thursday, 2 November 2017 at 09:43:11 UTC, Bastiaan Veelo wrote: On Thursday, 2 November 2017 at 09:26:48 UTC, Bastiaan Veelo wrote: Does dmd give the error message you expect when you call dmd on that particular file by hand? The linter uses these command line switches: -o- -w -wi

Re: SublimeLinter-contrib-dmd: dmd feedback as you type

2017-11-02 Thread Temtaime via Digitalmars-d-announce
On Thursday, 2 November 2017 at 06:43:36 UTC, Bastiaan Veelo wrote: On Wednesday, 1 November 2017 at 20:09:02 UTC, Temtaime wrote: Works too strange. Seems it checks only syntax and doesn't display non-syntax related errors. Also, what is your compiler version, OS, and do you have other

Re: SublimeLinter-contrib-dmd: dmd feedback as you type

2017-11-01 Thread Temtaime via Digitalmars-d-announce
Works too strange. Seems it checks only syntax and doesn't display non-syntax related errors.

Re: dlang-requetst: openssl 1.1 compatible release

2017-08-03 Thread Temtaime via Digitalmars-d-announce
On Thursday, 3 August 2017 at 09:57:11 UTC, Suliman wrote: On Thursday, 3 August 2017 at 06:33:38 UTC, ikod wrote: Hello, Since version 0.5.0 dlang-requests has become compatible with both 1.0.x and 1.1.x versions of openssl library. Please try and report any issues on github. Thanks!

Re: LDC 1.1.0-beta2 has been released!

2016-08-05 Thread Temtaime via Digitalmars-d-announce
On Friday, 5 August 2016 at 06:13:54 UTC, Rory McGuire wrote: On Fri, Aug 5, 2016 at 3:28 AM, Emre Temelkuran via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote: On Wednesday, 3 August 2016 at 20:12:59 UTC, Kai Nacke wrote: Hi everyone, LDC 1.1.0-beta2, the

Re: Looking for D developers, Saint-Petersburg

2016-05-10 Thread Temtaime via Digitalmars-d-announce
On Tuesday, 10 May 2016 at 14:39:27 UTC, drug wrote: I'm curious are there D developers in Saint Petersburg who doesn't mind to make some money? Я использую D для внутренних инструментов в компании. Сейчас масштабы увеличиваются и нужен помощник. Есть согласие руководства на использование D

Re: Beta D 2.070.1-b1

2016-02-26 Thread Temtaime via Digitalmars-d-announce
On Thursday, 25 February 2016 at 11:39:28 UTC, Martin Nowak wrote: On Thursday, 25 February 2016 at 08:52:14 UTC, nkgu wrote: That's nothing but the DL link in http://dlang.org/changelog/2.070.1.html is broken. Thanks, fixed. I got a tons of « Deprecation: module std.array is not accessible

Re: D-Day for DMD is today!

2015-09-02 Thread Temtaime via Digitalmars-d-announce
On Wednesday, 2 September 2015 at 03:31:12 UTC, Jonathan M Davis wrote: On Tuesday, September 01, 2015 09:44:17 Steven Schveighoffer via Digitalmars-d-announce wrote: On 9/1/15 6:48 AM, "Luís Marques wrote: > On Sunday, 23 August 2015 at 05:17:33 UTC, Walter Bright >

Re: D-Day for DMD is today!

2015-08-23 Thread Temtaime via Digitalmars-d-announce
On Sunday, 23 August 2015 at 09:44:55 UTC, Walter Bright wrote: On 8/23/2015 2:36 AM, BBasile wrote: On Sunday, 23 August 2015 at 08:56:14 UTC, Daniel Murphy wrote: BBasile wrote in message news:fmoabuqgvlztgmqyj...@forum.dlang.org... [...] The missing step is to set HOST_DC in the

Re: forum.dlang.org, version 2 (BETA)

2015-06-14 Thread Temtaime via Digitalmars-d-announce
Too ugly.

Re: SDC-32bit

2014-10-17 Thread Temtaime via Digitalmars-d-announce
New backend why ?