Commit Graph

25 Commits

Author SHA1 Message Date
sslater11 5606bf985b
README: Update build instructions (#4) 2024-06-25 01:18:45 +02:00
Jasson Cordones 7a2c2c96ec
Math: Some more box improvements and test cases (#3)
* Added some constants to handle floating point presicion comparisons and other calculations plus some refactoring

* Removed validation

* Added comments to understand how box header works

* Extended the EXPECT macro to evaluate Vector2D test cases

* Added box.cpp test cases

* Applied clang-format
2024-06-25 01:17:44 +02:00
Jasson Cordones ff343e0279
Math: Added some constants to handle floating point presicion comparisons (#2)
* Added some constants to handle floating point presicion comparisons and other calculations plus some refactoring

* Removed validation
2024-06-23 20:14:57 +02:00
Vaxry 725f63aabc vector: prefix macros with AQ_ 2024-06-19 23:16:16 +02:00
Vaxry 4f1351295c cmake: bump ver to 0.1.4 2024-06-19 15:34:38 +02:00
Mihai Fufezan 4436fbfc67
Nix: add pixman dep 2024-06-19 09:12:49 +03:00
Vaxry 1f59192a2d ci: add pixman to dependencies 2024-06-18 23:36:10 +02:00
Vaxry b4b5389bc1 Math: add an int ctor to vec 2024-06-18 18:17:55 +02:00
Vaxry e9d4a99e13 Math: init Region, Vector2D and Box 2024-06-18 14:10:18 +02:00
Vaxry a8f9373474 cmake: bump version to 0.1.3 2024-06-17 13:24:41 +02:00
Mihai Fufezan d4c71b925c
Nix: don't strip debug symbols 2024-06-17 13:05:21 +03:00
Vaxry ea8fd1d3ea string: fix isNumber accepting - as valid number 2024-06-15 11:36:28 +02:00
Vaxry 8e10e0626f cmake: bump ver to 0.1.2 2024-06-13 11:36:49 +02:00
Tom Englund 1f4743a1f7
sharedptr: decrement on destruction (#1)
if we dont decrement the sharedptr on destruction any weakptr remaining
will have an impl_ with a ref of 1 and upon destruction of the weakptr
it wont delete the implentation because it thinks a shared pointer still
exist.
2024-06-13 11:29:50 +02:00
Mihai Fufezan 0693f9398a
CI: add nix 2024-06-09 00:15:34 +03:00
Mihai Fufezan ef441d2178
CMake: fix description 2024-06-09 00:14:07 +03:00
Mihai Fufezan ebd3c47d3f
Nix: init 2024-06-09 00:13:58 +03:00
Vaxry fce960f0dd cmake: bump ver to 0.1.1 2024-06-08 22:38:46 +02:00
Vaxry f73a28ca03 string: add replaceInString 2024-06-08 22:35:40 +02:00
Vaxry 138408125c string: add VarList 2024-06-08 22:24:55 +02:00
Vaxry ac4e6d76b9 cmake: fixup headers and pc installation 2024-06-08 19:43:00 +02:00
Vaxry 59000fadca cmake: fixup installation 2024-06-08 19:40:52 +02:00
Vaxry 5e6f63032a
README: add basic info 2024-06-08 19:39:18 +02:00
Vaxry bf73356d39 utils: Initial Commit 2024-06-08 19:37:15 +02:00
Vaxry cbc7c2df31
Initial commit 2024-06-08 18:51:36 +02:00