[1/5] arrow git commit: ARROW-341: [Python] Move pyarrow's C++ code to the main C++ source tree, install libarrow_python and headers

2017-03-26 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 6d4e86290 -> 3aac4adef http://git-wip-us.apache.org/repos/asf/arrow/blob/3aac4ade/python/src/pyarrow/io.cc -- diff --git a/python/src/pyarrow/io.cc

[2/5] arrow git commit: ARROW-341: [Python] Move pyarrow's C++ code to the main C++ source tree, install libarrow_python and headers

2017-03-26 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow/blob/3aac4ade/python/src/pyarrow/adapters/pandas.cc -- diff --git a/python/src/pyarrow/adapters/pandas.cc b/python/src/pyarrow/adapters/pandas.cc deleted file mode 100644 index

[4/5] arrow git commit: ARROW-341: [Python] Move pyarrow's C++ code to the main C++ source tree, install libarrow_python and headers

2017-03-26 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow/blob/3aac4ade/cpp/src/arrow/python/pandas_convert.cc -- diff --git a/cpp/src/arrow/python/pandas_convert.cc b/cpp/src/arrow/python/pandas_convert.cc new file mode 100644 index

[5/5] arrow git commit: ARROW-341: [Python] Move pyarrow's C++ code to the main C++ source tree, install libarrow_python and headers

2017-03-26 Thread wesm
ARROW-341: [Python] Move pyarrow's C++ code to the main C++ source tree, install libarrow_python and headers This will enable third parties to link to `libarrow_python`. For now, the pyarrow build system continues to use CMake -- for the purpose of resolving the thirdparty toolchain we may or

[3/5] arrow git commit: ARROW-341: [Python] Move pyarrow's C++ code to the main C++ source tree, install libarrow_python and headers

2017-03-26 Thread wesm
http://git-wip-us.apache.org/repos/asf/arrow/blob/3aac4ade/python/CMakeLists.txt -- diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index ef874e3..35a1a89 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt

arrow git commit: ARROW-713: [C++] Fix cmake linking issue in new IPC benchmark

2017-03-26 Thread uwe
Repository: arrow Updated Branches: refs/heads/master 685ebf490 -> ab848f0ea ARROW-713: [C++] Fix cmake linking issue in new IPC benchmark Author: Jeff Knupp Closes #444 from jeffknupp/master and squashes the following commits: 37aa10f [Jeff Knupp] [C++] ARROW-713: