Re: 2.1.0 release is up

2009-05-18 Thread Kenton Varda
On Sun, May 17, 2009 at 6:57 AM, Chris Kuklewicz wrote: > > I am patching the Haskell implementation and I have a follow up > question to this: > > On May 14, 12:06 am, Kenton Varda wrote: > > * The type name resolver will no longer resolve type names to fields. > For > > example, this now

using namespace std

2009-05-18 Thread Zachary Turner
Would it be possible to remove this from common.h? Since common.h is indirectly included from all generated code, this basically means that if you use any protobuf related classes in a header file (for example, a private member function that returns an enum), common.h must be indirectly visible f

Re: using namespace std

2009-05-18 Thread Zachary Turner
I looked into this some more and realized that the using namespace std is inside the google protobuf namespace. So you would _think_ that the std declarations would only be visible inside protobuf namespace. But this appears to be a bug in Visual Studio (at least with VS2k5, not sure about other

Re: Memory leaks on VS2008/C++

2009-05-18 Thread Kenton Varda
Committed as rev 146. On Fri, May 15, 2009 at 7:23 PM, Oleg Smolsky wrote: > Here we go. > > > On 2009/5/15 18:56, Kenton Varda wrote: > > Ugh, I missed that one because I was doing my testing on Linux and that is > in Windows-only code. > Ideally I'd prefer if each GoogleOnce object registere

Re: using namespace std

2009-05-18 Thread Kenton Varda
I cannot reproduce this problem in MSVC 2008. Are you using precompiled headers? Could it relate to that? What happens if you replace "using namespace std;" with a bunch of "usign std::Foo;" lines covering everything used by libprotobuf? On Mon, May 18, 2009 at 11:34 AM, Zachary Turner wrote: >

Re: Python C Implementation - Update Request

2009-05-18 Thread Kenton Varda
Any comment, Petar? On Fri, May 15, 2009 at 7:21 AM, Nicholas Reid wrote: > > Hi Petar & Kenton, > > Have there been any recent developments on the Python C > implementation? I'd be more than happy to run a prototype through its > paces for testing purposes and provide feedback - it would be gre

Re: using namespace std

2009-05-18 Thread Zachary Turner
I managed to get it down to a minimal sample that reproduces the problem in VS2005. It doesn't even need a separate header. The following complete program exhibits the problem independent of whether or not precompiled headers are being used: #include #include namespace test { using names

Re: Can't this project can be listed on http://code.google.com/p/protobuf/wiki/RPCImplementations.

2009-05-18 Thread xiliu.t...@gmail.com
Any update on this, kenton? --Xiliu On May 17, 11:28 pm, "xiliu.t...@gmail.com" wrote: > The project is at:http://code.google.com/p/server1/ > Thx, > --Xiliu > > On May 17, 10:50 am, "xiliu.t...@gmail.com" > wrote: > > > Hi, > > I implemented a C++ Dual RPC service framework base on protobuf an