{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":648332,"defaultBranch":"master","name":"assimp","ownerLogin":"assimp","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2010-05-05T12:53:45.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/265533?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716740397.0","currentOid":""},"activityList":{"items":[{"before":"329fee2f0b60f78348c12c57565a357b36896494","after":"83d7216726726a07e9e40f86cc2322b22fec11fa","ref":"refs/heads/master","pushedAt":"2024-05-27T14:19:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kimkulling","name":"Kim Kulling","path":"/kimkulling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2323156?s=80&v=4"},"commit":{"message":"updated zip (#5499)\n\n* updated zip\r\n\r\nudated zip from version 1.15 to version 3.0.2\r\n\r\n* Check for double defined macro\r\n\r\n* Update miniz.h\r\n\r\n* Update zip.c\r\n\r\n* Update zip.c\r\n\r\n---------\r\n\r\nCo-authored-by: Kim Kulling ","shortMessageHtmlLink":"updated zip (#5499)"}},{"before":"45847193629e2f1f78ea0cffb95daf1523abdf7a","after":"329fee2f0b60f78348c12c57565a357b36896494","ref":"refs/heads/master","pushedAt":"2024-05-26T19:07:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kimkulling","name":"Kim Kulling","path":"/kimkulling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2323156?s=80&v=4"},"commit":{"message":"Disabled maybe-uninitialized error for AssetLib/Obj/ObjFileParser.cpp as it seems to be spurious. Also fixed error message for previous GCC build issue modification (#5593)\n\nCo-authored-by: Kim Kulling ","shortMessageHtmlLink":"Disabled maybe-uninitialized error for AssetLib/Obj/ObjFileParser.cpp…"}},{"before":"30466aaf161a8a594fe70d660c9f5f8604fdc433","after":"45847193629e2f1f78ea0cffb95daf1523abdf7a","ref":"refs/heads/master","pushedAt":"2024-05-26T16:39:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kimkulling","name":"Kim Kulling","path":"/kimkulling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2323156?s=80&v=4"},"commit":{"message":"Update ObjFileParser.cpp (#5598)\n\nEnsure not checking empty strings","shortMessageHtmlLink":"Update ObjFileParser.cpp (#5598)"}},{"before":null,"after":"98a18dbd374e29ad2f2101f308ea2afe70cc363c","ref":"refs/heads/kimkulling/fix_gcc-14_issue-5592","pushedAt":"2024-05-26T16:19:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kimkulling","name":"Kim Kulling","path":"/kimkulling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2323156?s=80&v=4"},"commit":{"message":"Update ObjFileParser.cpp\n\nEnsure not checking empty strings","shortMessageHtmlLink":"Update ObjFileParser.cpp"}},{"before":"18386b0dd2034ca2e4ebcb9ef8e9b8512419edd6","after":null,"ref":"refs/heads/kimkulling/podtprocessing_fix_nullptr_dereferencing_issue-5594","pushedAt":"2024-05-24T13:36:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kimkulling","name":"Kim Kulling","path":"/kimkulling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2323156?s=80&v=4"}},{"before":"ec5242a1a0c1e90219944bdc677b168fe2be5b21","after":"30466aaf161a8a594fe70d660c9f5f8604fdc433","ref":"refs/heads/master","pushedAt":"2024-05-24T13:36:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kimkulling","name":"Kim Kulling","path":"/kimkulling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2323156?s=80&v=4"},"commit":{"message":"Fix possible nullptr dereferencing. (#5595)","shortMessageHtmlLink":"Fix possible nullptr dereferencing. (#5595)"}},{"before":null,"after":"18386b0dd2034ca2e4ebcb9ef8e9b8512419edd6","ref":"refs/heads/kimkulling/podtprocessing_fix_nullptr_dereferencing_issue-5594","pushedAt":"2024-05-24T13:21:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kimkulling","name":"Kim Kulling","path":"/kimkulling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2323156?s=80&v=4"},"commit":{"message":"Fix possible nullptr dereferencing.","shortMessageHtmlLink":"Fix possible nullptr dereferencing."}},{"before":"6fa4f0ff5e5c307f8e8c31eb7ab379bcc7718d62","after":"ec5242a1a0c1e90219944bdc677b168fe2be5b21","ref":"refs/heads/master","pushedAt":"2024-05-22T19:20:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kimkulling","name":"Kim Kulling","path":"/kimkulling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2323156?s=80&v=4"},"commit":{"message":"Fix a bug that could cause assertion failure. (#5575)\n\nCo-authored-by: macmini \r\nCo-authored-by: Kim Kulling ","shortMessageHtmlLink":"Fix a bug that could cause assertion failure. (#5575)"}},{"before":"fd3f092d6efc7dcfcb74bf63a104e7d47e4239d3","after":"6fa4f0ff5e5c307f8e8c31eb7ab379bcc7718d62","ref":"refs/heads/master","pushedAt":"2024-05-19T16:51:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kimkulling","name":"Kim Kulling","path":"/kimkulling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2323156?s=80&v=4"},"commit":{"message":"Temporary fix for GCC 13+ build issue -Warray-bounds (#5577)\n\nAdded cmake code to remove warnings for array-bounds and stringop-overflow specifically for MDLLoader.cpp on GCC 13 and above.\r\n\r\nCo-authored-by: Kim Kulling ","shortMessageHtmlLink":"Temporary fix for GCC 13+ build issue -Warray-bounds (#5577)"}},{"before":"3c730330bbd6844023bbcc3bf2b9e4bb13f4cdd4","after":null,"ref":"refs/heads/kimkulling/rework_material_header","pushedAt":"2024-05-18T20:06:10.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kimkulling","name":"Kim Kulling","path":"/kimkulling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2323156?s=80&v=4"}},{"before":"787c9afdf7c1b4c5d2d37bb27e9e9a9232b17f0a","after":"fd3f092d6efc7dcfcb74bf63a104e7d47e4239d3","ref":"refs/heads/master","pushedAt":"2024-05-18T20:06:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kimkulling","name":"Kim Kulling","path":"/kimkulling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2323156?s=80&v=4"},"commit":{"message":"Optimize readability (#5578)","shortMessageHtmlLink":"Optimize readability (#5578)"}},{"before":"3b06dca011e6045d1dee758fd1b38689c335ec5a","after":"3c730330bbd6844023bbcc3bf2b9e4bb13f4cdd4","ref":"refs/heads/kimkulling/rework_material_header","pushedAt":"2024-05-18T17:21:12.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"kimkulling","name":"Kim Kulling","path":"/kimkulling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2323156?s=80&v=4"},"commit":{"message":"Merge branch 'master' into kimkulling/rework_material_header","shortMessageHtmlLink":"Merge branch 'master' into kimkulling/rework_material_header"}},{"before":"2521909b8c2a6895eeb838b8aafc65c1777525bc","after":"787c9afdf7c1b4c5d2d37bb27e9e9a9232b17f0a","ref":"refs/heads/master","pushedAt":"2024-05-18T17:20:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kimkulling","name":"Kim Kulling","path":"/kimkulling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2323156?s=80&v=4"},"commit":{"message":"Assimp viewer fixes (#5582)\n\n* AssimpViewer: Fix statistics reset + rename Time -> Loading time (more explicit)\r\n\r\n* AssimpViewer: Fix bug where it was not possible to reload a closed asset\r\n\r\n* AssimpViewer: Add a name in combobox for unnamed animations and disable anim UI when there is no animation\r\n\r\n* AssimpViewer: Fixes the case where moving the anim cursor can break the animation\r\n\r\n* AssimpViewer: Fixes the fact that when you press \"play\" on the animation after stopping it, there was a time jump in the animation\r\n\r\n---------\r\n\r\nCo-authored-by: Kim Kulling ","shortMessageHtmlLink":"Assimp viewer fixes (#5582)"}},{"before":"7595e07b83d1112c57a93e003efb3a8f044f4fc5","after":null,"ref":"refs/heads/kimkulling-patch-1","pushedAt":"2024-05-18T17:05:18.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kimkulling","name":"Kim Kulling","path":"/kimkulling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2323156?s=80&v=4"}},{"before":"04afb63d341bb65d5262fdf0c01a4b2812ca59fd","after":"2521909b8c2a6895eeb838b8aafc65c1777525bc","ref":"refs/heads/master","pushedAt":"2024-05-18T17:05:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kimkulling","name":"Kim Kulling","path":"/kimkulling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2323156?s=80&v=4"},"commit":{"message":"Fix integer overflow (#5581)\n\n- closes https://github.com/assimp/assimp/issues/5579","shortMessageHtmlLink":"Fix integer overflow (#5581)"}},{"before":"31dd0083fbcd4700892569c851320b938485e502","after":"7595e07b83d1112c57a93e003efb3a8f044f4fc5","ref":"refs/heads/kimkulling-patch-1","pushedAt":"2024-05-18T10:05:02.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"kimkulling","name":"Kim Kulling","path":"/kimkulling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2323156?s=80&v=4"},"commit":{"message":"Merge branch 'master' into kimkulling-patch-1","shortMessageHtmlLink":"Merge branch 'master' into kimkulling-patch-1"}},{"before":"df1714d9c192f21ab495004542a1b58849106a2b","after":null,"ref":"refs/heads/kimkulling/fix_ci","pushedAt":"2024-05-18T10:04:54.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kimkulling","name":"Kim Kulling","path":"/kimkulling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2323156?s=80&v=4"}},{"before":"942518a4ff148ec10c62c425825c8186eec7fc65","after":"04afb63d341bb65d5262fdf0c01a4b2812ca59fd","ref":"refs/heads/master","pushedAt":"2024-05-18T10:04:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kimkulling","name":"Kim Kulling","path":"/kimkulling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2323156?s=80&v=4"},"commit":{"message":"fix ci by disabling tests (#5583)\n\n* fix ci by disabling tests\r\n\r\n* fix comment brackets","shortMessageHtmlLink":"fix ci by disabling tests (#5583)"}},{"before":"ff553e0fe9f173be8163d84845671d64cb86087e","after":"df1714d9c192f21ab495004542a1b58849106a2b","ref":"refs/heads/kimkulling/fix_ci","pushedAt":"2024-05-18T09:11:12.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"kimkulling","name":"Kim Kulling","path":"/kimkulling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2323156?s=80&v=4"},"commit":{"message":"Merge branch 'master' into kimkulling/fix_ci","shortMessageHtmlLink":"Merge branch 'master' into kimkulling/fix_ci"}},{"before":"9409c0b67edfd6f10723ac053c5d5dd883e729b4","after":"ff553e0fe9f173be8163d84845671d64cb86087e","ref":"refs/heads/kimkulling/fix_ci","pushedAt":"2024-05-18T09:09:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kimkulling","name":"Kim Kulling","path":"/kimkulling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2323156?s=80&v=4"},"commit":{"message":"fix comment brackets","shortMessageHtmlLink":"fix comment brackets"}},{"before":null,"after":"9409c0b67edfd6f10723ac053c5d5dd883e729b4","ref":"refs/heads/kimkulling/fix_ci","pushedAt":"2024-05-18T08:17:05.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kimkulling","name":"Kim Kulling","path":"/kimkulling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2323156?s=80&v=4"},"commit":{"message":"fix ci by disabling tests","shortMessageHtmlLink":"fix ci by disabling tests"}},{"before":null,"after":"31dd0083fbcd4700892569c851320b938485e502","ref":"refs/heads/kimkulling-patch-1","pushedAt":"2024-05-17T10:09:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kimkulling","name":"Kim Kulling","path":"/kimkulling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2323156?s=80&v=4"},"commit":{"message":"Fix integer overflow\n\n- closes https://github.com/assimp/assimp/issues/5579","shortMessageHtmlLink":"Fix integer overflow"}},{"before":null,"after":"3b06dca011e6045d1dee758fd1b38689c335ec5a","ref":"refs/heads/kimkulling/rework_material_header","pushedAt":"2024-05-16T07:43:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kimkulling","name":"Kim Kulling","path":"/kimkulling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2323156?s=80&v=4"},"commit":{"message":"Optimize readability","shortMessageHtmlLink":"Optimize readability"}},{"before":"26f88e0784e7a058a989a5ea3a68fd974ce2d661","after":null,"ref":"refs/heads/kimkulling/remove_deprecated_cpp11_comments","pushedAt":"2024-05-15T08:22:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kimkulling","name":"Kim Kulling","path":"/kimkulling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2323156?s=80&v=4"}},{"before":"10df90ec144179f97803a382e4f07c0570665864","after":"942518a4ff148ec10c62c425825c8186eec7fc65","ref":"refs/heads/master","pushedAt":"2024-05-15T08:22:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kimkulling","name":"Kim Kulling","path":"/kimkulling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2323156?s=80&v=4"},"commit":{"message":"Remove deprecated c++11 warnings (#5576)","shortMessageHtmlLink":"Remove deprecated c++11 warnings (#5576)"}},{"before":null,"after":"26f88e0784e7a058a989a5ea3a68fd974ce2d661","ref":"refs/heads/kimkulling/remove_deprecated_cpp11_comments","pushedAt":"2024-05-15T07:49:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kimkulling","name":"Kim Kulling","path":"/kimkulling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2323156?s=80&v=4"},"commit":{"message":"Remove deprecated c++11 warnings","shortMessageHtmlLink":"Remove deprecated c++11 warnings"}},{"before":"05b5cf3cb3100eb499d00adbbc85de6b211dfcfd","after":null,"ref":"refs/heads/kimkulling/bugfix_release_5_4_1","pushedAt":"2024-05-13T11:45:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kimkulling","name":"Kim Kulling","path":"/kimkulling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2323156?s=80&v=4"}},{"before":"b6d53a004718764b01a0df38aedd0d7ac385aef2","after":"10df90ec144179f97803a382e4f07c0570665864","ref":"refs/heads/master","pushedAt":"2024-05-13T11:45:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kimkulling","name":"Kim Kulling","path":"/kimkulling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2323156?s=80&v=4"},"commit":{"message":"Prepare v5.4.1 (#5573)\n\n* [Draft] Prepare v5.4.1\r\n\r\n* Update utVersion.cpp\r\n\r\nAdapt test to v5.4.1","shortMessageHtmlLink":"Prepare v5.4.1 (#5573)"}},{"before":"116b6d7e974ea9ef188f88a285f189252e7b1f30","after":"05b5cf3cb3100eb499d00adbbc85de6b211dfcfd","ref":"refs/heads/kimkulling/bugfix_release_5_4_1","pushedAt":"2024-05-13T11:25:14.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"kimkulling","name":"Kim Kulling","path":"/kimkulling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2323156?s=80&v=4"},"commit":{"message":"Merge branch 'master' into kimkulling/bugfix_release_5_4_1","shortMessageHtmlLink":"Merge branch 'master' into kimkulling/bugfix_release_5_4_1"}},{"before":"001bb01eb29cf087d3515700d7c322f3f66b2964","after":"b6d53a004718764b01a0df38aedd0d7ac385aef2","ref":"refs/heads/master","pushedAt":"2024-05-13T11:24:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kimkulling","name":"Kim Kulling","path":"/kimkulling","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2323156?s=80&v=4"},"commit":{"message":"glTF2Importer: Support .vrm extension (#5569)\n\nCo-authored-by: Kim Kulling ","shortMessageHtmlLink":"glTF2Importer: Support .vrm extension (#5569)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEVPntnQA","startCursor":null,"endCursor":null}},"title":"Activity · assimp/assimp"}