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

Enable fft_small module for CMake builds #1629

Merged
merged 41 commits into from
Nov 21, 2023

Commits on Nov 18, 2023

  1. Configuration menu
    Copy the full SHA
    ffe5027 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31ec732 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6754494 View commit details
    Browse the repository at this point in the history
  4. Replace sizes for arrays in fft_small/mpn_mul.c

    Used to be variable expressions, now changed to constant expressions
    albinahlback committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    4af3053 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9b93b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d0f465 View commit details
    Browse the repository at this point in the history
  7. Fix MSVC warnings

    albinahlback committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    b1bc9a9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f003d71 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3bcaa3d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ea81ea9 View commit details
    Browse the repository at this point in the history
  11. Disable fft_small for MSVC

    And print fft_small module check for CMake
    albinahlback committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    a9cc3fb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    453dc21 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ad17b7f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2c0fb47 View commit details
    Browse the repository at this point in the history
  15. Disable checking if TLS is available during configuration

    We use C11, so it should be supported
    albinahlback committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    5697ff1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2d97550 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cad2a41 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    9e03f57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9047861 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39d4ccd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1dbf93a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cba58ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ae542d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    764482e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e27a02a View commit details
    Browse the repository at this point in the history
  9. Replace sizes for arrays in fft_small/mpn_mul.c

    Used to be variable expressions, now changed to constant expressions
    albinahlback committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    3a117f3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    28ab84f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f53981f View commit details
    Browse the repository at this point in the history
  12. Fix MSVC warnings

    albinahlback committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    774fee8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2a18b47 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8416820 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    59701e6 View commit details
    Browse the repository at this point in the history
  16. Disable fft_small for MSVC

    And print fft_small module check for CMake
    albinahlback committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    ff8b8a4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    34e5e95 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b12075b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f4283a5 View commit details
    Browse the repository at this point in the history
  20. Disable checking if TLS is available during configuration

    We use C11, so it should be supported
    albinahlback committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    716f3b8 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    328ef28 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    277e30d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    aa29777 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f6f52e9 View commit details
    Browse the repository at this point in the history