Skip to content
Snippets Groups Projects
  1. Mar 09, 2023
  2. Mar 06, 2023
  3. Feb 23, 2023
  4. Feb 21, 2023
  5. Jan 24, 2023
  6. Jan 23, 2023
  7. Jan 19, 2023
  8. Jan 12, 2023
  9. Dec 27, 2022
  10. Dec 23, 2022
  11. Dec 15, 2022
  12. Dec 13, 2022
  13. Nov 23, 2022
  14. Nov 09, 2022
  15. Nov 03, 2022
  16. Oct 29, 2022
  17. Oct 18, 2022
  18. Aug 26, 2022
  19. Aug 25, 2022
  20. Aug 18, 2022
  21. Aug 16, 2022
  22. Aug 04, 2022
  23. Jul 28, 2022
  24. Jul 26, 2022
  25. Jul 20, 2022
  26. Jul 06, 2022
  27. Jun 27, 2022
    • 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
  28. Jun 10, 2022
  29. Jun 08, 2022
  30. May 13, 2022
  31. May 05, 2022
  32. May 03, 2022
  33. Apr 12, 2022
Loading