Re: mondo - a d library for mongodb

2016-03-22 Thread Jacob Carlborg via Digitalmars-d-announce
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 source. Please let me know what kind of issues you had with DStep,

Re: mondo - a d library for mongodb

2016-03-22 Thread Karabuta via Digitalmars-d-announce
On Monday, 21 March 2016 at 16:10:38 UTC, Andrea Fontana wrote: I just released on behalf of the company I work for (http://lab.2night.it) "mondo", a library to work with mongodb. Mondo is a collection of classes (and struct) built over mongo-c-driver. Low-level bindings are generated

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

Re: mondo - a d library for mongodb

2016-03-22 Thread Jacob Carlborg via Digitalmars-d-announce
On 2016-03-22 09:39, Andrea Fontana wrote: There are also other problems (not dstep related). For example some single original files inside mongo sources don't compile because of missing #include in original source. Yeah, that's annoying. There's a workaround though, use the "-include " flag

Emacs dfmt wrapper

2016-03-22 Thread Nordlöw via Digitalmars-d-announce
I've hacked together a little Elisp magic that seems to work as wrapper around dfmt. https://github.com/nordlow/elisp/blob/master/mine/dfmt.el Improvements are very welcome! Enjoy!

Re: mondo - a d library for mongodb

2016-03-22 Thread Bruno Medeiros via Digitalmars-d-announce
On 21/03/2016 16:10, Andrea Fontana wrote: I just released on behalf of the company I work for (http://lab.2night.it) "mondo", a library to work with mongodb. Mondo is a collection of classes (and struct) built over mongo-c-driver. Low-level bindings are generated automatically using dstep + a

Re: LDC now supports Windows MSVC x86/x64 as first class targets

2016-03-22 Thread Bruno Medeiros via Digitalmars-d-announce
On 19/03/2016 13:23, kinke wrote: Hey all, I'm proud to announce that MSVC is fully supported now for LDC trunk. Rainer Schuetze has implemented MSVC-compatible exception handling (available since brand-new LLVM 3.8) for LDC, so that we have fully working exception chaining now on Win64. Along