Skip to content
Snippets Groups Projects
  1. Feb 03, 2025
  2. Aug 28, 2023
  3. Jan 10, 2023
  4. May 09, 2022
  5. Jul 24, 2021
    • Jason Hiser's avatar
      Revert back to C++11 for CentOS 7 · baafcb0e
      Jason Hiser authored
      CentOS 7 uses g++ 4.8.5, which doesn't do c++14.
      Had to revert use of make_unique to support CentOS runners.
      Considered cutting CentOS 7 support, but it's the only RHEL/Cent
      OS we support running on.  Maybe can deprecate CentOS 7
      support when we get CentOS 8 or RHEL up.
      baafcb0e
    • Jason Hiser's avatar
      Revert to c++14 due to pqxx compilation issues in c++17 on older OSes · 44a7abe5
      Jason Hiser authored
      Ubuntu18, Centos7.6 have pqxx that won't compile in c++17 mode.
      This sounds like a bad dependency/include issue, though, as p1transform
      shouldn't need to know that pqxx is involved in IRDB management.
      44a7abe5
    • Jason Hiser's avatar
      ZS-85: BugFix crash on clang-generated binaries · 967c590c
      Jason Hiser authored
      A function that was checking supposed to be checking the entry point of a function was
      checking the entire function.
      
      Also included is a memory leak fix that now uses unique_ptr,
      and some removal of commented-out code.
      967c590c
  6. Jul 20, 2021
  7. Mar 03, 2021
  8. Jul 20, 2020
  9. Sep 19, 2019
  10. Jul 31, 2019
  11. Jul 30, 2019
  12. Jul 17, 2019
  13. Jul 16, 2019
  14. Jul 11, 2019
  15. Jun 20, 2019
  16. May 20, 2019
  17. May 16, 2019
  18. Apr 08, 2019
  19. Mar 13, 2019
  20. Mar 12, 2019
  21. Mar 04, 2019
Loading