Re: [C++] Naming changes merged

2019-08-19 Thread Wes McKinney
Thanks for doing this! Perhaps we should document these conventions in developer/cpp.rst in the Sphinx project On Mon, Aug 19, 2019 at 12:13 PM Antoine Pitrou wrote: > > > Hello, > > In https://github.com/apache/arrow/pull/5069 I've merged the naming > changes previously discussed. In short: > -

[C++] Naming changes merged

2019-08-19 Thread Antoine Pitrou
Hello, In https://github.com/apache/arrow/pull/5069 I've merged the naming changes previously discussed. In short: - always use underscores in C++ source file names - always use underscores in .so / .a file names - always use hyphens in executable file names - always use hyphens in pkgconfig fi