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

Change consts to enums #8409

Merged
merged 30 commits into from
Dec 5, 2020
Merged

Change consts to enums #8409

merged 30 commits into from
Dec 5, 2020

Commits on Dec 1, 2020

  1. move to SystemType enum class in LowTempRadiantSystems, begin moving …

    …'static std::string const' to 'auto constexpr', begin moving '<T> const magicNum' to 'constexpr <T> magicNum'
    mitchute committed Dec 1, 2020
    4 Configuration menu
    Copy the full SHA
    ab61eeb View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Fix unit tests

    jmythms committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    aa01863 View commit details
    Browse the repository at this point in the history
  2. Furnace mode of operations

    jmythms committed Dec 2, 2020
    5 Configuration menu
    Copy the full SHA
    906a9be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed1bbe4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55a8993 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0d6555 View commit details
    Browse the repository at this point in the history
  6. enum PumpControlType

    jmythms committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    ffe38b8 View commit details
    Browse the repository at this point in the history
  7. enum class VFDControlType

    jmythms committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    05eb73b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c14a68f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c950b31 View commit details
    Browse the repository at this point in the history
  10. Fix pumps?

    jmythms committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    d91b5d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Fix warnings

    jmythms committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    bd31082 View commit details
    Browse the repository at this point in the history
  2. enum EconomicTariff kind

    jmythms committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    7515fa2 View commit details
    Browse the repository at this point in the history
  3. Code cleanup

    jmythms committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    5b229a3 View commit details
    Browse the repository at this point in the history
  4. enum class varSpecific

    jmythms committed Dec 3, 2020
    5 Configuration menu
    Copy the full SHA
    06cc85b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d57cec9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fbe7da5 View commit details
    Browse the repository at this point in the history
  7. Revert "enum class varSpecific"

    This reverts commit 06cc85b.
    jmythms committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    b207855 View commit details
    Browse the repository at this point in the history
  8. Revert "Code cleanup"

    This reverts commit 5b229a3.
    jmythms committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    ddc146f View commit details
    Browse the repository at this point in the history
  9. Revert "enum EconomicTariff kind"

    This reverts commit 7515fa2.
    jmythms committed Dec 3, 2020
    5 Configuration menu
    Copy the full SHA
    9480627 View commit details
    Browse the repository at this point in the history
  10. Revert "auto constexpr + warnings Pumps.cc"

    This reverts commit c950b31.
    jmythms committed Dec 3, 2020
    5 Configuration menu
    Copy the full SHA
    eabe692 View commit details
    Browse the repository at this point in the history
  11. 5 Configuration menu
    Copy the full SHA
    8c2216b View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Configuration menu
    Copy the full SHA
    0f63645 View commit details
    Browse the repository at this point in the history
  2. 5 Configuration menu
    Copy the full SHA
    3baca91 View commit details
    Browse the repository at this point in the history
  3. Revert "MixedAir enum class EconomizerControl"

    This reverts commit 0f63645.
    jmythms committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    f92af3d View commit details
    Browse the repository at this point in the history
  4. Revert "Merge remote-tracking branch 'origin/jermy-const-cleanups' in…

    …to jermy-const-cleanups"
    
    This reverts commit 3baca91, reversing
    changes made to 0f63645.
    jmythms committed Dec 4, 2020
    5 Configuration menu
    Copy the full SHA
    843658f View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2020

  1. Configuration menu
    Copy the full SHA
    bd9636b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff37ba1 View commit details
    Browse the repository at this point in the history
  3. Re-remove PIU test file

    Myoldmopar committed Dec 5, 2020
    5 Configuration menu
    Copy the full SHA
    b1818be View commit details
    Browse the repository at this point in the history
  4. 5 Configuration menu
    Copy the full SHA
    42d555a View commit details
    Browse the repository at this point in the history