Re: Geode Native Library Filenames

2017-01-23 Thread Anthony Baker
Here are some links to ASF branding policies: http://www.apache.org/foundation/marks/pmcs http://www.apache.org/foundation/marks/guide We discussed this quite a bit for the homebrew distribution [1]. The conclusion is this: wherever possible prefer to use the apache-geode naming convention.

Re: Geode Native Library Filenames

2017-01-23 Thread Jacob Barrett
Udo, Is you suggestion geode.dll for C++ and Apache.Geode.dll for .NET? The .NET convention is to name your DLL after the least common denominator of the namespaces you include in the DLL, in our case that is Apache.Geode. We could not do geode.dll (C++) and Geode.dll (.NET) since on Windows those

Re: Geode Native Library Filenames

2017-01-23 Thread Udo Kohlmeyer
+1 drop "native" -1 "apache-geode"... Not sure why we want to tie it directly to apache +1 "geode.dll" On 1/23/17 08:48, Michael Stolz wrote: One other thought...Maybe now is the time to drop the term "native". -- Mike Stolz Principal Engineer - Gemfire Product Manager Mobile: 631-835-4771 O

Re: Geode Native Library Filenames

2017-01-23 Thread Michael William Dodge
+1 to dropping "native" Sarge > On 23 Jan, 2017, at 08:48, Michael Stolz wrote: > > One other thought...Maybe now is the time to drop the term "native". > > -- > Mike Stolz > Principal Engineer - Gemfire Product Manager > Mobile: 631-835-4771 > On Jan 23, 2017 11:29 AM, "Michael William Dodge"

Re: Geode Native Library Filenames

2017-01-23 Thread Jacob Barrett
Michael, are you suggesting a new conversation around dropping the "Native" for the branding of the client? If so can you start a new thread? Let's keep this thread about the file name only. Too many conversations in one thread makes the +1 voting hard. On Mon, Jan 23, 2017 at 8:50 AM Michael Wi

Re: Geode Native Library Filenames

2017-01-23 Thread Michael Stolz
One other thought...Maybe now is the time to drop the term "native". -- Mike Stolz Principal Engineer - Gemfire Product Manager Mobile: 631-835-4771 On Jan 23, 2017 11:29 AM, "Michael William Dodge" wrote: > +1 for apache-geode and Apache.Geode > > > On 22 Jan, 2017, at 19:08, Ernest Burghardt

Re: Geode Native Library Filenames

2017-01-23 Thread Michael William Dodge
+1 for apache-geode and Apache.Geode > On 22 Jan, 2017, at 19:08, Ernest Burghardt wrote: > > +1 for apache-geode (.dll, .so, .dylib) and Apache.Geode.dll > > On Sun, Jan 22, 2017 at 7:18 AM, Michael Martell > wrote: > >> +1 for apache-geode (.dll, .so, .dylib) and Apache.Geode.dll >> >> On

Re: Geode Native Library Filenames

2017-01-22 Thread Ernest Burghardt
+1 for apache-geode (.dll, .so, .dylib) and Apache.Geode.dll On Sun, Jan 22, 2017 at 7:18 AM, Michael Martell wrote: > +1 for apache-geode (.dll, .so, .dylib) and Apache.Geode.dll > > On Fri, Jan 20, 2017 at 7:28 PM, Jacob Barrett > wrote: > > > As I ready to drop the pull request to rename all

Re: Geode Native Library Filenames

2017-01-22 Thread Michael Martell
+1 for apache-geode (.dll, .so, .dylib) and Apache.Geode.dll On Fri, Jan 20, 2017 at 7:28 PM, Jacob Barrett wrote: > As I ready to drop the pull request to rename all the namespaces in C++ and > .NET sources the next thing we need to decide on is the filename for the > library. > > C++ > Current

Geode Native Library Filenames

2017-01-20 Thread Jacob Barrett
As I ready to drop the pull request to rename all the namespaces in C++ and .NET sources the next thing we need to decide on is the filename for the library. C++ Current: gfcppcache gfcppcache.dll (Windows), libgfcppcache.so (*nix), libgfcppcache.dylib (macOS) Proposed: apache-geode apache-geode.d