{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":425436640,"defaultBranch":"main","name":"MeshLib","ownerLogin":"ravi688","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-11-07T07:08:41.000Z","ownerAvatar":"https://github.com/avatars/u/67525292?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1643569449.212969","currentOid":""},"activityList":{"items":[{"before":"6aa6b063b55ecc08e84bb284270e7c550ad51197","after":"5297d5d16460dce455c49336ad3922319a0b3e71","ref":"refs/heads/VulkanRenderer/main","pushedAt":"2024-07-19T22:00:02.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"ravi688","name":"RP Singh","path":"/ravi688","primaryAvatarUrl":"https://github.com/avatars/u/67525292?s=80&v=4"},"commit":{"message":"[Submodule Update] Updated git submodule","shortMessageHtmlLink":"[Submodule Update] Updated git submodule"}},{"before":"e2c0f12757ccb6edc8c442382b61e08cf8781448","after":"e9a01b93fc952e6e2a8b84b1899b260634d191a4","ref":"refs/heads/main","pushedAt":"2024-07-19T21:58:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ravi688","name":"RP Singh","path":"/ravi688","primaryAvatarUrl":"https://github.com/avatars/u/67525292?s=80&v=4"},"commit":{"message":"[Submodule Update] Updated dependencies/DiskManager git submodule","shortMessageHtmlLink":"[Submodule Update] Updated dependencies/DiskManager git submodule"}},{"before":"453589c9b7147fc7ed3f8a498b495f1b894e55d0","after":"6aa6b063b55ecc08e84bb284270e7c550ad51197","ref":"refs/heads/VulkanRenderer/main","pushedAt":"2024-06-12T11:28:31.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"ravi688","name":"RP Singh","path":"/ravi688","primaryAvatarUrl":"https://github.com/avatars/u/67525292?s=80&v=4"},"commit":{"message":"Merge branch 'main' of https://github.com/ravi688/MeshLib into VulkanRenderer/main","shortMessageHtmlLink":"Merge branch 'main' of https://github.com/ravi688/MeshLib into Vulkan…"}},{"before":"2357054a1ee8377c62d37a3f9bfa2baabf0b6bb9","after":"e2c0f12757ccb6edc8c442382b61e08cf8781448","ref":"refs/heads/main","pushedAt":"2024-06-12T11:28:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ravi688","name":"RP Singh","path":"/ravi688","primaryAvatarUrl":"https://github.com/avatars/u/67525292?s=80&v=4"},"commit":{"message":"[Submodule update] Updated dependencies/DiskManager git submodule","shortMessageHtmlLink":"[Submodule update] Updated dependencies/DiskManager git submodule"}},{"before":"92c017e9f755e50825de5f6a9a95455580007f2c","after":"2357054a1ee8377c62d37a3f9bfa2baabf0b6bb9","ref":"refs/heads/main","pushedAt":"2024-06-12T10:58:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ravi688","name":"RP Singh","path":"/ravi688","primaryAvatarUrl":"https://github.com/avatars/u/67525292?s=80&v=4"},"commit":{"message":"[Submodule Update] Updated git submodules","shortMessageHtmlLink":"[Submodule Update] Updated git submodules"}},{"before":"409947e3f030a8c129cbe130414dcfda0e695346","after":"453589c9b7147fc7ed3f8a498b495f1b894e55d0","ref":"refs/heads/VulkanRenderer/main","pushedAt":"2024-05-18T18:38:51.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"ravi688","name":"RP Singh","path":"/ravi688","primaryAvatarUrl":"https://github.com/avatars/u/67525292?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'origin' into VulkanRenderer/main","shortMessageHtmlLink":"Merge remote-tracking branch 'origin' into VulkanRenderer/main"}},{"before":"6ff755525cb3fb79baf65582765a0110425e06ad","after":"92c017e9f755e50825de5f6a9a95455580007f2c","ref":"refs/heads/main","pushedAt":"2024-05-18T18:38:34.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"ravi688","name":"RP Singh","path":"/ravi688","primaryAvatarUrl":"https://github.com/avatars/u/67525292?s=80&v=4"},"commit":{"message":"[Submodule Update] Updated dependencies/DiskManager","shortMessageHtmlLink":"[Submodule Update] Updated dependencies/DiskManager"}},{"before":"1927b1f9b00d3f244f8572788f04eff69eb5fad5","after":"409947e3f030a8c129cbe130414dcfda0e695346","ref":"refs/heads/VulkanRenderer/main","pushedAt":"2024-05-09T14:32:21.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ravi688","name":"RP Singh","path":"/ravi688","primaryAvatarUrl":"https://github.com/avatars/u/67525292?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'origin' into VulkanRenderer/main","shortMessageHtmlLink":"Merge remote-tracking branch 'origin' into VulkanRenderer/main"}},{"before":"d580df75cfca9c5f147140caa1b9ea09147fbe36","after":"6ff755525cb3fb79baf65582765a0110425e06ad","ref":"refs/heads/main","pushedAt":"2024-05-09T14:31:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ravi688","name":"RP Singh","path":"/ravi688","primaryAvatarUrl":"https://github.com/avatars/u/67525292?s=80&v=4"},"commit":{"message":"[Bug Fix] Fixed Out of Bound memory access error\n - The bug was occuring due to reading past the end of the string buffer\n - So, refactored the string.h/.c class to use ad-hoc model instead of binding model for string_parser_t\n - add string_parser_is_end() to check in each function call which is amenable of reading past the string buffer\n - This affects VulkanRenderer:SPOT_LIGHT_LOAD and SPOT_LIGHT tests.","shortMessageHtmlLink":"[Bug Fix] Fixed Out of Bound memory access error"}},{"before":"31f31e1a3d638b3b08943f446696614b7e20d493","after":"1927b1f9b00d3f244f8572788f04eff69eb5fad5","ref":"refs/heads/VulkanRenderer/main","pushedAt":"2024-05-05T18:04:34.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ravi688","name":"RP Singh","path":"/ravi688","primaryAvatarUrl":"https://github.com/avatars/u/67525292?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'origin' into VulkanRenderer/main","shortMessageHtmlLink":"Merge remote-tracking branch 'origin' into VulkanRenderer/main"}},{"before":"43071e9781955601543904e24cb5057b5a0f0570","after":"d580df75cfca9c5f147140caa1b9ea09147fbe36","ref":"refs/heads/main","pushedAt":"2024-05-05T18:02:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ravi688","name":"RP Singh","path":"/ravi688","primaryAvatarUrl":"https://github.com/avatars/u/67525292?s=80&v=4"},"commit":{"message":"Update dependencies/DiskManager","shortMessageHtmlLink":"Update dependencies/DiskManager"}},{"before":"ca39ad80f291092a91bf61cfa9d786e3a417f7a9","after":"31f31e1a3d638b3b08943f446696614b7e20d493","ref":"refs/heads/VulkanRenderer/main","pushedAt":"2024-04-13T06:30:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ravi688","name":"RP Singh","path":"/ravi688","primaryAvatarUrl":"https://github.com/avatars/u/67525292?s=80&v=4"},"commit":{"message":"Update dependencies/DiskManager git submodule","shortMessageHtmlLink":"Update dependencies/DiskManager git submodule"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEhE6IqQA","startCursor":null,"endCursor":null}},"title":"Activity · ravi688/MeshLib"}