Skip to content
Snippets Groups Projects
  1. Mar 17, 2025
  2. Mar 05, 2025
  3. Mar 04, 2025
    • Nils Friess's avatar
      Add `HAVE_STDBOOL_H` define for Alberta when `stdbool.h` is available · 525e04aa
      Nils Friess authored
      In older versions of Alberta, it tries to fix the issues around not having
      proper bool in C by redefining bool as _Bool or vice versa, depending
      on the language that it is compiled with (C or C++). Clang's stdbool header
      does essentially the same and we end up with `typedef bool bool` which is a
      compile error. This whole bool/_Bool logic is inside an ifdef in
      Albert that is active if HAVE_STDBOOL_H is not defined, in which case
      it just includes stdbool.h and uses that. So we can check during
      CMake config if that header is available and set the flag accordingly.
      525e04aa
  4. Dec 16, 2024
  5. Dec 13, 2024
  6. Dec 05, 2024
  7. Nov 30, 2024
  8. Nov 29, 2024
  9. Nov 25, 2024
  10. Nov 24, 2024
  11. Nov 22, 2024
  12. Nov 18, 2024
  13. Nov 16, 2024
  14. Nov 13, 2024
  15. Nov 12, 2024
  16. Nov 08, 2024
  17. Nov 05, 2024
  18. Oct 17, 2024
  19. Oct 08, 2024
  20. Oct 04, 2024
Loading