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

compiler cleanliness patches and incorporation of HLS APT #1470

Merged
merged 21 commits into from
Sep 25, 2024

Commits on Sep 20, 2024

  1. dont use a float as a for-loop counter

    replace this with a while loop instead to be more clear about the possibility of rounding errors affecting performance
    tomeichlersmith authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    05ff7e4 View commit details
    Browse the repository at this point in the history
  2. remove unnecessary member variables holding digis, rename and align n…

    …umbering of digi collections
    tomeichlersmith committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    2e584fe View commit details
    Browse the repository at this point in the history
  3. more compiler warning patches

    - update digis{1,2,3} collection variable names
    - remove useless (int) casts
    - remove unused int index = count variables
    tomeichlersmith committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b4b4929 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ad2f87 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    840f7c3 View commit details
    Browse the repository at this point in the history
  6. dont specify HLS includes as a specific directory

    we include them as a SYSTEM include in central CMakeLists.txt
    and specifying them as SYSTEM informs CMake and its downstream compilers
    to avoid analyzing them since they aren't our problem
    tomeichlersmith committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    05b052f View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

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

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    237d26c View commit details
    Browse the repository at this point in the history
  2. Resolve conflict

    tvami committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a850b8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    986e826 View commit details
    Browse the repository at this point in the history
  4. update readme notes

    tomeichlersmith committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    194d07c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f296659 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e9d54ff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6092212 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c7094fe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5af4b1e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ac82a91 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a19fa5d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c59f45b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c28ee81 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bb7f5e3 View commit details
    Browse the repository at this point in the history