Commit Graph

1034 Commits

Author SHA1 Message Date
Vladyslav Baranovskyi
8066b2d059 Tests for float16 2024-11-05 21:42:39 +02:00
Georg Hagen
2a27e3049f Add first Float16 draft 2024-11-04 17:13:31 +01:00
Oleksii_Hyzha
d214966eff Merge pull request 'Fix CheckTypeSize is being called from multiple projects' (#153) from misc into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/153
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
2024-11-01 12:57:18 +01:00
ohyzha
822182d468 update submodule hash 2024-11-01 13:00:52 +02:00
ohyzha
0803ee7086 use cmake-checks clone project with fix 2024-11-01 12:11:06 +02:00
Vladyslav_Baranovskyi_EXT
b3f131080a Merge pull request 'Extensions updates + tests' (#154) from extensions into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/154
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
2024-10-31 20:27:40 +01:00
Vladyslav Baranovskyi
583cbaccff YamlCppConverters update + tests 2024-10-31 19:02:29 +02:00
Vladyslav Baranovskyi
3437261917 RymlConverters update + tests 2024-10-31 19:01:48 +02:00
ohyzha
a99d1314c3 create patch for cmake cache checks so that it can use CheckTypeSize from multiple contexts 2024-10-31 14:44:59 +02:00
Oleksii_Hyzha
5695fd77be Merge pull request 'Ray intersections' (#151) from ray_intersections into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/151
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
2024-10-29 21:02:24 +01:00
ohyzha
9fca304009 code refactoring 2024-10-29 18:57:40 +02:00
ohyzha
002914861e try to fix mac test 2024-10-29 13:08:42 +02:00
ohyzha
7fca7cff64 add verbose output to CTest 2024-10-29 12:51:23 +02:00
ohyzha
ced45f7b72 add ray intersection checks 2024-10-29 12:41:07 +02:00
ohyzha
5ece0acc77 calculate AABB for geometry 2024-10-29 12:40:52 +02:00
Vladyslav_Baranovskyi_EXT
6b3d4e0921 Merge pull request 'Building CURL on windows properly & tests for WebResourceLoader' (#150) from curl_webresourceloader into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/150
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
2024-10-28 14:05:29 +01:00
Vladyslav Baranovskyi
a07cbe0fa8 Removed extra spaces... 2024-10-28 12:23:29 +02:00
Vladyslav Baranovskyi
b6a1769765 Added preprocessor gates around curl code 2024-10-28 12:12:45 +02:00
Vladyslav Baranovskyi
994f43ac72 Fix building on linux 2024-10-26 18:56:16 +03:00
Georg Hagen
839efa5509 Compress depth data in ar recordings 2024-10-26 16:45:44 +02:00
Georg Hagen
dd32d726d2 Make some vars protected 2024-10-26 12:22:01 +02:00
Vladyslav Baranovskyi
8fc563706f Tests for WebResourceLoader 2024-10-25 22:43:57 +03:00
Vladyslav Baranovskyi
79b7deed7f Removed ifdefs around curl in WebResourceLoader 2024-10-25 22:43:37 +03:00
Vladyslav Baranovskyi
5bdfc849af Removed windows specific CMakeLists.txt for building curl, moved build logic to the link function 2024-10-25 22:43:06 +03:00
Georg Hagen
100c98c1c9 Fix bug with new redraw check 2024-10-25 15:32:35 +02:00
Georg Hagen
2a02a34f19 Allow redraw requests during rendering 2024-10-25 15:31:16 +02:00
Georg Hagen
55894a9bd1 Allow jumbo sized memory allocations 2024-10-25 08:56:49 +02:00
Georg Hagen
81df933dc9 Merge branch 'master' of git.madvoxel.net:OpenVulkano/OpenVulkano 2024-10-25 08:44:30 +02:00
Georg Hagen
05804de9bb Fix missing cast operators 2024-10-25 08:28:12 +02:00
Oleksii_Hyzha
dc6b4d151f Merge pull request 'CMake cache checks' (#149) from cmake-cache-checks into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/149
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
2024-10-24 16:08:54 +02:00
ohyzha
aee4dd4655 move submodule to different place 2024-10-24 12:27:24 +03:00
ohyzha
e611d465b1 make cmake-checks-cache a submodule 2024-10-24 12:14:02 +03:00
ohyzha
b6211be09a preinstall cmake cache checks project instead of cloning it to include all cache variables 2024-10-24 09:57:03 +03:00
ohyzha
2965321483 cleanup 2024-10-22 15:55:29 +03:00
ohyzha
45b9737666 fix windows is using cmd over bash for some reason 2024-10-22 15:54:42 +03:00
ohyzha
eb9264e3da fix bash not found issue for windows 2024-10-22 15:53:51 +03:00
ohyzha
4a598bef05 always use bash shell 2024-10-22 15:53:34 +03:00
ohyzha
99a159d554 add cmake checks caching 2024-10-22 15:53:33 +03:00
Georg Hagen
bc0d6ed9fe Fix default constructor for pose 2024-10-22 10:33:10 +02:00
Georg Hagen
0bde92291d Add Pose support for yml 2024-10-21 17:54:48 +02:00
ohyzha
74a9294aeb fix freetype is being installed from sources every time 2024-10-21 17:55:48 +03:00
ohyzha
5a74052c04 use git's bash version over wsl's by default on windows 2024-10-21 17:55:05 +03:00
metehan.tuncbilek
3b3eb3d86f Merge pull request 'billboard example error fix + string wrapper first implementation' (#146) from features/string-wrapper into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/146
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
2024-10-21 13:00:19 +02:00
metehan.tuncbilek
5a4041786a Merge branch 'master' into features/string-wrapper 2024-10-21 11:59:16 +02:00
Metehan Tuncbilek
11ca0e93d7 another adjustments for string 2024-10-21 12:35:45 +03:00
Metehan Tuncbilek
b047a7c6c3 consexpr deletion from string 2024-10-20 14:02:40 +03:00
Metehan Tuncbilek
9fa25d6922 review fix for string.hpp 2024-10-20 13:40:24 +03:00
Metehan Tuncbilek
3d601d7d66 fix for reviews on string 2024-10-19 17:05:09 +03:00
Oleksii_Hyzha
03d8a65e96 Merge pull request 'Archive artifacts' (#148) from archive_artifacts into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/148
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
2024-10-18 17:49:01 +02:00
Metehan Tuncbilek
dfa064399e more features on String 2024-10-18 18:36:32 +03:00