Commit graph

9 commits

Author SHA1 Message Date
ca212ac65e
spam const over local variables and function parameters 2024-08-13 11:57:33 +02:00
641d86e6fa
add eupl license text to all relevant files 2024-08-13 00:12:48 +02:00
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
213d1eec3a
remove init test
doesn't really make sense to have a test launch a gui app
instead I can do that stuff in examples/ and test manually
2024-08-08 21:49:15 +02:00
9477218b69
improve test makefile 2024-08-08 21:41:35 +02:00
36176e1ea6
switch from cglm to my own vector types 2024-08-08 19:53:02 +02:00
5c8557d1ab
rename ptk_vec to ptk_list 2024-08-08 19:17:53 +02:00
b2052fb6c4
Squashed commit of the following:
commit 88aed48fa7
Author: jacekpoz <jacekpoz@proton.me>
Date:   Thu Aug 8 18:31:22 2024 +0200

    make ellipses work (thanks krizej!!!)

commit 78cca6becd
Author: jacekpoz <jacekpoz@proton.me>
Date:   Thu Aug 8 17:42:19 2024 +0200

    some tests
2024-08-08 19:14:50 +02:00
f2d87fdd00
init 2024-08-08 14:38:43 +02:00