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 Floating point exceptions by default in Debug mode (GCC/Clang) #10578

Merged
merged 25 commits into from
Aug 16, 2024

Commits on Aug 8, 2024

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

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    0146701 View commit details
    Browse the repository at this point in the history
  2. CurveManager: when divisor is zero, don't try to exercise it

    Fixes  EnergyPlusFixture.DivisorNormalizationDivisorOnlyButItIsZero
    jmarrec committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    b43c6d5 View commit details
    Browse the repository at this point in the history
  3. Fix CO2ControlDesignOccupancyTest

    The issue was first unitialized StdRhoAir and co, but the main problem was getting the test to pass. Took me a while to figure out...
    jmarrec committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    268de04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40cb547 View commit details
    Browse the repository at this point in the history
  5. Work around for DXCoils_Test1

    jmarrec committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6686e0c View commit details
    Browse the repository at this point in the history
  6. Fix HPWHSizing

    jmarrec committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    409f804 View commit details
    Browse the repository at this point in the history
  7. Fix VariableSpeedCoils_ZeroRatedCoolingCapacity_Test

    cf #10470 (review)
    @RKStrand does that mean sense to you please?
    jmarrec committed Aug 9, 2024
    3 Configuration menu
    Copy the full SHA
    7d4e4fa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d54533c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8945549 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0834394 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9cdb3e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    a0b20cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e92b7e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30fdefb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fa8ee0 View commit details
    Browse the repository at this point in the history
  5. Fix SQLiteFixture.DXCoils_TestComponentSizingOutput_SingleSpeed / DXC…

    …oils_TestComponentSizingOutput_TwoSpeed
    jmarrec committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    2dee72c View commit details
    Browse the repository at this point in the history
  6. Fix EnergyPlusFixture.TwoSpeedDXCoilStandardRatings_Curve_Fix_Test En…

    …ergyPlusFixture.TwoSpeedDXCoilStandardRatingsTest
    jmarrec committed Aug 12, 2024
    4 Configuration menu
    Copy the full SHA
    023b7f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Catch floating point exceptions on MSVC for gtest + add cmake `FORCE_…

    …DEBUG_ARITHM_MSVC` to enable in release builds too
    jmarrec committed Aug 13, 2024
    7 Configuration menu
    Copy the full SHA
    64018cf View commit details
    Browse the repository at this point in the history
  2. 4 Configuration menu
    Copy the full SHA
    6cf3c3e View commit details
    Browse the repository at this point in the history
  3. Fix 5 DX coil unit tests

    rraustad committed Aug 13, 2024
    4 Configuration menu
    Copy the full SHA
    b6be21a View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. 4 Configuration menu
    Copy the full SHA
    7220b7b View commit details
    Browse the repository at this point in the history
  2. clang format

    jmarrec committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    aa433a7 View commit details
    Browse the repository at this point in the history
  3. Use relatistic SUNCOSTS

    Gotten from running 1ZoneUncontrolled.idf with chicago weather on Jan 1 at 12
    jmarrec committed Aug 14, 2024
    4 Configuration menu
    Copy the full SHA
    bbfe61b View commit details
    Browse the repository at this point in the history
  4. 5 Configuration menu
    Copy the full SHA
    5c09ebf View commit details
    Browse the repository at this point in the history