An error occurred fetching the project authors.
  1. 03 Nov, 2022 3 commits
  2. 04 Oct, 2022 3 commits
  3. 30 Sep, 2022 1 commit
  4. 29 Sep, 2022 1 commit
  5. 28 Sep, 2022 21 commits
  6. 25 Sep, 2022 1 commit
  7. 07 Aug, 2022 5 commits
  8. 04 Aug, 2022 1 commit
  9. 01 Aug, 2022 1 commit
  10. 20 Jul, 2022 1 commit
  11. 18 Jul, 2022 1 commit
  12. 27 Jun, 2022 1 commit
    • Robert Schmidt's avatar
      Use (std) bool instead of custom bool types · 0b91791f
      Robert Schmidt authored
      OAI is riddled with boolean_t, FALSE, TRUE, etc. This makes no sense, as
      there is a standard bool type, and could lead to nasty bugs if a
      definition of a bool is non-standard (0 == false, true == !false). This
      commit removes all non-standard bools in the whole project.
      0b91791f