Skip to content
Snippets Groups Projects
  1. Jan 28, 2025
  2. Dec 20, 2024
  3. Sep 13, 2024
    • Christophe Guillon's avatar
      [Build] Enable build of C++ unit tests with python bindings · 5a68721a
      Christophe Guillon authored and Olivier BICHLER's avatar Olivier BICHLER committed
      
      Adjust dependencies of core archive for allowing builds
      for python modules and build for executables when -DPYBIND=ON.
      Build can now be performed with -DPYBIND=ON and -DTEST=ON.
      Build can be done in case where the python libraries are not
      present (cibuildwheel), though in this case it is not possible
      to build standalone executables.
      Install pybind11 headers as part of interface in order to
      provide complete dependencies.
      Add AIDGE_BUILD_TEST envvar to setup.py to -DTEST=ON.
      Update required cmake version which should be actually >=3.18.
      Update and fix README.
      
      Co-authored-by: default avatarGrégoire Kubler <gregoire.kubler@proton.me>
      5a68721a
  4. Jul 19, 2024
    • Christophe Guillon's avatar
      [Setup] Add support for editable mode · 9b54fa60
      Christophe Guillon authored
      Add support for python editable (alias development) mode through
      pip install --no-build-isolation -e .
      
      Detects editable mode and in this case installs the python binding
      library directly in the source python package directory.
      
      Update README for usage of development mode.
      9b54fa60
  5. Jul 18, 2024
  6. Jul 05, 2024
  7. Jul 04, 2024
  8. Jul 03, 2024
  9. Jun 27, 2024
  10. Jun 26, 2024
  11. Jun 24, 2024
  12. Jun 13, 2024
  13. Jun 10, 2024
  14. May 21, 2024
  15. May 14, 2024
  16. May 13, 2024
  17. May 10, 2024
  18. May 07, 2024
  19. May 06, 2024
  20. May 02, 2024
  21. Apr 29, 2024
  22. Apr 19, 2024
  23. Oct 17, 2023
  24. Oct 13, 2023
Loading