Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Python wrapper #3

Open
wants to merge 42 commits into
base: master
Choose a base branch
from
Open

Commits on Sep 19, 2018

  1. Setup basic swig wrapper

    grihabor committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    021db22 View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    grihabor committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    8efa4ba View commit details
    Browse the repository at this point in the history
  3. Apply numpy array typemap

    grihabor committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    494bbc0 View commit details
    Browse the repository at this point in the history
  4. Ignore default arguments

    grihabor committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    1fa8c92 View commit details
    Browse the repository at this point in the history
  5. Implement setup.py

    grihabor committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    f35d34b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e08267e View commit details
    Browse the repository at this point in the history
  7. Link static dependency links

    grihabor committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    ad99216 View commit details
    Browse the repository at this point in the history
  8. Move source to src/

    grihabor committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    e79771b View commit details
    Browse the repository at this point in the history
  9. Move interface file to src/

    grihabor committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    4042d21 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5b7c7b6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    56dd88b View commit details
    Browse the repository at this point in the history
  12. Fix build_ext in setup.py

    grihabor committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    1e5f727 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a7f9009 View commit details
    Browse the repository at this point in the history
  14. Fix cmake build

    grihabor committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    1c21976 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f8ea6fb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    01a7d17 View commit details
    Browse the repository at this point in the history
  17. Clean setup.py

    grihabor committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    03a956c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    507293e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4537e0e View commit details
    Browse the repository at this point in the history
  20. Build tests, add dummy test

    grihabor committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    e935e17 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    97fd0ba View commit details
    Browse the repository at this point in the history
  22. Fix includes in tests

    grihabor committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    a5a1955 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    21c6673 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d9f04ef View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b60fab6 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    4d14824 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1c715cc View commit details
    Browse the repository at this point in the history
  28. Add basic python test

    grihabor committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    f84925d View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    5251711 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    9b78482 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    e07d460 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    f520cb0 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    cd6a201 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    9c49f2f View commit details
    Browse the repository at this point in the history
  35. Include numpy headers

    grihabor committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    9af69cc View commit details
    Browse the repository at this point in the history
  36. Add numpy include

    grihabor committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    0e8c7f3 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    ab15d51 View commit details
    Browse the repository at this point in the history
  38. Add basic import test

    grihabor committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    207ba3d View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    66fbddd View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    ba73362 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. Configuration menu
    Copy the full SHA
    313d308 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2018

  1. Configuration menu
    Copy the full SHA
    67f7f29 View commit details
    Browse the repository at this point in the history