poz toolkit
Find a file
jacekpoz 935ca0e340
improve header guards
the following names are reserved to the language implementation:
  - (C and C++) starting with an underscore and a capital letter
  - (C++) containing any amount of double underscores

https://en.wikipedia.org/wiki/Include_guard#Discussion
2024-08-09 11:45:00 +02:00
doc add strict aliasing article to c resources 2024-08-08 22:44:28 +02:00
examples improve example makefile 2024-08-08 21:54:54 +02:00
include improve header guards 2024-08-09 11:45:00 +02:00
shaders move ellipse component type to specialization 2024-08-08 22:16:24 +02:00
src improve header guards 2024-08-09 11:45:00 +02:00
test improve header guards 2024-08-09 11:45:00 +02:00
.clangd init 2024-08-08 14:38:43 +02:00
.envrc init 2024-08-08 14:38:43 +02:00
.gitignore init 2024-08-08 14:38:43 +02:00
default.nix switch from cglm to my own vector types 2024-08-08 19:53:02 +02:00
flake.lock init 2024-08-08 14:38:43 +02:00
flake.nix inherit name in nix shell 2024-08-08 15:08:51 +02:00
Makefile add examples dir 2024-08-08 21:48:39 +02:00