Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

PARQUET-416: C++11 compilation, code reorg, libparquet and installation targets #14

Closed
wants to merge 1 commit into from

Commits on Jan 8, 2016

  1. PARQUET-416: Compile with C++11 and replace usages of boost::shared_p…

    …tr with
    
    std::shared_ptr and other C++11 fixes. Reorganize code into a top level
    src/parquet directly, add a libparquet shared library, and add install targets
    for libparquet and its header files. Add cpplint script and `make lint` target
    for code linting.
    wesm committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    2e356fd View commit details
    Browse the repository at this point in the history