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

Autogenerate flint headers #36449

Merged
merged 42 commits into from
Jan 14, 2024
Merged

Commits on Dec 26, 2023

  1. Configuration menu
    Copy the full SHA
    19dc06c View commit details
    Browse the repository at this point in the history
  2. two fixes

    videlec committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    8920d71 View commit details
    Browse the repository at this point in the history
  3. do not include fft_small.h

    videlec committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    06c9b51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc4b950 View commit details
    Browse the repository at this point in the history
  5. more autogenerated headers

    videlec committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    40357ac View commit details
    Browse the repository at this point in the history
  6. modify arb headers

    videlec committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    da08a06 View commit details
    Browse the repository at this point in the history
  7. more flint declarations

    videlec committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    e0286d2 View commit details
    Browse the repository at this point in the history
  8. fix arb headers

    videlec committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    fe75d4e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c2b7033 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    338512d View commit details
    Browse the repository at this point in the history
  11. make linter happier

    videlec committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    8669c93 View commit details
    Browse the repository at this point in the history
  12. number_of_partitions moved

    videlec committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    289fa17 View commit details
    Browse the repository at this point in the history
  13. fix doctests in libs/flint/

    videlec committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    d9e0c23 View commit details
    Browse the repository at this point in the history
  14. int -> bint

    videlec committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    b4e9013 View commit details
    Browse the repository at this point in the history
  15. fix change in imports

    videlec committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    1c11fd4 View commit details
    Browse the repository at this point in the history
  16. Flint documentation

    videlec committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    9993f90 View commit details
    Browse the repository at this point in the history
  17. deprecations

    videlec committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    68af75d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    167e5ae View commit details
    Browse the repository at this point in the history
  19. some fixes in flint headers

    videlec committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    d6c851e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b2d39e3 View commit details
    Browse the repository at this point in the history
  21. noexcept

    videlec committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    71abce9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a839070 View commit details
    Browse the repository at this point in the history
  23. safer flint_wrap.h

    videlec committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    59fe9b2 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6108828 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    00747de View commit details
    Browse the repository at this point in the history
  26. include autogeneration files

    videlec committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    91c7c2d View commit details
    Browse the repository at this point in the history
  27. more types

    videlec committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    c98b611 View commit details
    Browse the repository at this point in the history
  28. sort pxd_list

    videlec committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    85e0994 View commit details
    Browse the repository at this point in the history
  29. clean macros

    videlec committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    8e4789b View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    50c792f View commit details
    Browse the repository at this point in the history
  31. do generate flint.pxd

    videlec committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    932f1b1 View commit details
    Browse the repository at this point in the history
  32. some more notes in README

    videlec committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    8488162 View commit details
    Browse the repository at this point in the history
  33. fix fmpz_factor_sage import

    videlec committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    e7f8e9f View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    54ebb17 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    01403cc View commit details
    Browse the repository at this point in the history
  36. linting

    videlec committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    0c5863a View commit details
    Browse the repository at this point in the history
  37. fix README

    videlec committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    ad3eee8 View commit details
    Browse the repository at this point in the history
  38. make sage.libs.flint.*.py a cython modules again

    Otherwise, a non cleaned installation would still use the "old" cython
    version rather than the python one.
    videlec committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    45572d2 View commit details
    Browse the repository at this point in the history
  39. fix import in combinat.py

    videlec committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    b876378 View commit details
    Browse the repository at this point in the history
  40. fix sage_flint feature

    videlec committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    4a4e0ed View commit details
    Browse the repository at this point in the history
  41. fix import of dedekind_sum

    videlec committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    4ae06ef View commit details
    Browse the repository at this point in the history
  42. include mpfr in flint_wrap

    videlec committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    9ab34ea View commit details
    Browse the repository at this point in the history