1. 15 Nov, 2016 1 commit
  2. 08 Nov, 2016 10 commits
  3. 07 Nov, 2016 9 commits
  4. 06 Nov, 2016 3 commits
  5. 10 Oct, 2016 2 commits
  6. 09 Oct, 2016 3 commits
  7. 04 Oct, 2016 3 commits
  8. 29 Sep, 2016 1 commit
  9. 20 Sep, 2016 3 commits
  10. 19 Sep, 2016 2 commits
  11. 18 Sep, 2016 2 commits
  12. 17 Sep, 2016 1 commit
    • Patrik Huber's avatar
      Added infrastructure to generate Python bindings · cb6dd354
      Patrik Huber authored
      - Added a flag GENERATE_PYTHON_BINDINGS to CMake which enables the use of pybind11
      - `create-python-bindings` generates bindings for PcaModel
      - pybind11 is added as a submodule; needs to be cloned with `git submodule update --init`
      - Increased cmake_minimum_required to 2.8.12 for pybind11
      cb6dd354