Re: Compiling LMDB with Visual C++

2015-12-26 Thread Robin Rowe
On 12/25/2015 1:38 PM, Howard Chu wrote: We don't maintain wrappers, in any language. We leave those to 3rd parties. How are yours different from the existing C++ wrappers? No exceptions, no Boost, no STL. Patches against 0.9.17 won't be accepted, at this point. Please read http://www.openlda

Re: Compiling LMDB with Visual C++

2015-12-25 Thread Howard Chu
Robin Rowe wrote: Quanah wrote: > Latest is 0.9.17. Thanks. Where's the howto or link to fetch that? The official repo is the OpenLDAP git repo. You can also use the LMDB mirror repo on github. Relevant links are on http://www.openldap.org/ Howard wrote: You're welcome to submit code pat

Re: Compiling LMDB with Visual C++

2015-12-25 Thread Robin Rowe
Quanah wrote: > Latest is 0.9.17. Thanks. Where's the howto or link to fetch that? Howard wrote: You're welcome to submit code patches against the latest code > in mdb.master. MSVC Project files and other such stuff will not be accepted Ok, thanks. How about cmake? Would you like that? I c

Re: Compiling LMDB with Visual C++

2015-12-23 Thread Timur Kristóf
> > Made some code changes to compile in VC++. Does anyone want? > > We don't really support Microsoft tools. You're welcome to submit > code patches  > against the latest code in mdb.master. MSVC Project files and other > such stuff  > will not be accepted, we have no desire to maintain ancillar

Re: Compiling LMDB with Visual C++

2015-12-23 Thread Howard Chu
Robin Rowe wrote: Thanks for making available LMDB. Downloaded LMDB 0.9.15 from clibs github. Is this the latest? The latest release is 0.9.17. The official repo is the OpenLDAP repo. Made some code changes to compile in VC++. Does anyone want? We don't really support Microsoft tools. You'r

Re: Compiling LMDB with Visual C++

2015-12-23 Thread Quanah Gibson-Mount
--On Sunday, December 20, 2015 9:27 PM -0800 Robin Rowe wrote: Thanks for making available LMDB. Downloaded LMDB 0.9.15 from clibs github. Is this the latest? No. Latest is 0.9.17. --Quanah -- Quanah Gibson-Mount Platform Architect Zimbra, Inc. Zimbra :: the leade

Compiling LMDB with Visual C++

2015-12-23 Thread Robin Rowe
Thanks for making available LMDB. Downloaded LMDB 0.9.15 from clibs github. Is this the latest? Made some code changes to compile in VC++. Does anyone want? Robin