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

Meson #77

Merged
merged 46 commits into from
Dec 4, 2023
Merged

Meson #77

merged 46 commits into from
Dec 4, 2023

Commits on Nov 7, 2023

  1. Create pylint.yml

    kif authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    9d8ca29 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    ef55f50 View commit details
    Browse the repository at this point in the history
  2. migrate to meson-python

    kif committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    2f360ea View commit details
    Browse the repository at this point in the history
  3. new meson.build file

    kif committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    8ce34c3 View commit details
    Browse the repository at this point in the history
  4. include python source

    kif committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    226b020 View commit details
    Browse the repository at this point in the history
  5. move files

    kif committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    f89d431 View commit details
    Browse the repository at this point in the history
  6. update build

    kif committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    8120ebb View commit details
    Browse the repository at this point in the history
  7. make the code compile with meson

    kif committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    3780c37 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8d4da22 View commit details
    Browse the repository at this point in the history
  9. test moved to meson

    kif committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    10920fb View commit details
    Browse the repository at this point in the history
  10. include subdir

    kif committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    593d953 View commit details
    Browse the repository at this point in the history
  11. typo

    kif committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    ac41f7b View commit details
    Browse the repository at this point in the history
  12. scipy is a build dependency

    kif committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    8c79220 View commit details
    Browse the repository at this point in the history
  13. fix warning in cython3

    kif committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    7e4829e View commit details
    Browse the repository at this point in the history
  14. fix warning

    kif committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    26a8592 View commit details
    Browse the repository at this point in the history
  15. remove old files

    kif committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    52bb4ae View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. fix path

    kif committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f19151a View commit details
    Browse the repository at this point in the history
  2. auxillary functions

    kif committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    656e35e View commit details
    Browse the repository at this point in the history
  3. make tests work

    kif committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f5d0ed6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c18bc3d View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. update tests

    kif committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    846fc03 View commit details
    Browse the repository at this point in the history
  2. fix test

    kif committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    1b91bc4 View commit details
    Browse the repository at this point in the history
  3. update testing

    kif committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    8c76977 View commit details
    Browse the repository at this point in the history
  4. Include doc

    kif committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    3d752bf View commit details
    Browse the repository at this point in the history
  5. update doc

    kif committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    58a888c View commit details
    Browse the repository at this point in the history
  6. Update python-package-mac.yml

    kif authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    3dc60ae View commit details
    Browse the repository at this point in the history
  7. Update python-package-ubuntu.yml

    kif authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    11e7deb View commit details
    Browse the repository at this point in the history
  8. Update requirements.txt

    kif authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    d200464 View commit details
    Browse the repository at this point in the history
  9. requires for building docs

    kif committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    3f3bb30 View commit details
    Browse the repository at this point in the history
  10. use xcode 14 on macos

    kif committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    1595ca8 View commit details
    Browse the repository at this point in the history
  11. install dev tools

    kif committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    c4950ae View commit details
    Browse the repository at this point in the history
  12. sym-link

    kif committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    24a248d View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. WIP

    kif committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    9115af1 View commit details
    Browse the repository at this point in the history
  2. debian packaging

    without test for now
    kif committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    58b7657 View commit details
    Browse the repository at this point in the history
  3. make executable

    kif committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    6eeb184 View commit details
    Browse the repository at this point in the history
  4. compatibility with debian12

    kif committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    60f7dcc View commit details
    Browse the repository at this point in the history
  5. update path of cython files

    kif committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    0fbc4f7 View commit details
    Browse the repository at this point in the history
  6. helper

    kif committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    d53d599 View commit details
    Browse the repository at this point in the history
  7. debug

    kif committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    555d733 View commit details
    Browse the repository at this point in the history
  8. debug

    kif committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    fe1dd59 View commit details
    Browse the repository at this point in the history
  9. debug

    kif committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    68da5b5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e580f16 View commit details
    Browse the repository at this point in the history
  11. debug

    kif committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    7c6fcc5 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. lasy load module

    kif committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    d0511f4 View commit details
    Browse the repository at this point in the history
  2. minor polish

    kif committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    0f44695 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

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