{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":1031926,"defaultBranch":"master","name":"static-vectors","ownerLogin":"sionescu","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2010-10-28T13:58:36.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/192313?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1719261134.0","currentOid":""},"activityList":{"items":[{"before":"1e431a81d1f92463a732f29b4e429dbd06f4dc74","after":"3d9d89b4950b72e0e5bdacfcdfd366bde72386d2","ref":"refs/heads/master","pushedAt":"2024-06-24T20:32:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sionescu","name":"Stelian Ionescu","path":"/sionescu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/192313?s=80&v=4"},"commit":{"message":"Release 1.9.3","shortMessageHtmlLink":"Release 1.9.3"}},{"before":"566fd7e796c77655560005b46fb0840bae60ed95","after":"1e431a81d1f92463a732f29b4e429dbd06f4dc74","ref":"refs/heads/master","pushedAt":"2024-06-24T20:01:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sionescu","name":"Stelian Ionescu","path":"/sionescu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/192313?s=80&v=4"},"commit":{"message":"Remove grovelling of size_t because it's in CFFI","shortMessageHtmlLink":"Remove grovelling of size_t because it's in CFFI"}},{"before":"95f3497f34f23c617ec5cd26134f967a3616c99b","after":"566fd7e796c77655560005b46fb0840bae60ed95","ref":"refs/heads/master","pushedAt":"2024-06-07T00:13:04.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"sionescu","name":"Stelian Ionescu","path":"/sionescu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/192313?s=80&v=4"},"commit":{"message":"Release 1.9.2","shortMessageHtmlLink":"Release 1.9.2"}},{"before":"e6c41b3a409d226c438ebb31ab798023f99ad9aa","after":"95f3497f34f23c617ec5cd26134f967a3616c99b","ref":"refs/heads/master","pushedAt":"2024-06-06T16:25:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sionescu","name":"Stelian Ionescu","path":"/sionescu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/192313?s=80&v=4"},"commit":{"message":"Release 1.9.1","shortMessageHtmlLink":"Release 1.9.1"}},{"before":"ab95b30ff000c0ae0c5c2d67743c2483a1745b4d","after":"e6c41b3a409d226c438ebb31ab798023f99ad9aa","ref":"refs/heads/master","pushedAt":"2024-06-06T15:09:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sionescu","name":"Stelian Ionescu","path":"/sionescu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/192313?s=80&v=4"},"commit":{"message":"Alignment non supported on Windows.","shortMessageHtmlLink":"Alignment non supported on Windows."}},{"before":"a4b2c1623989db67be7e123bbd52f583e88a66e7","after":"ab95b30ff000c0ae0c5c2d67743c2483a1745b4d","ref":"refs/heads/master","pushedAt":"2024-05-29T21:31:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sionescu","name":"Stelian Ionescu","path":"/sionescu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/192313?s=80&v=4"},"commit":{"message":"Release 1.9.0","shortMessageHtmlLink":"Release 1.9.0"}},{"before":"fd2134a99b03aee3277f70691beee425daacbc0d","after":"a4b2c1623989db67be7e123bbd52f583e88a66e7","ref":"refs/heads/master","pushedAt":"2024-05-29T21:30:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sionescu","name":"Stelian Ionescu","path":"/sionescu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/192313?s=80&v=4"},"commit":{"message":"Use size_t for the FFI call to posix_memalign()","shortMessageHtmlLink":"Use size_t for the FFI call to posix_memalign()"}},{"before":"09658a1fea601e387ade9bc7cd5c10bd062e359e","after":null,"ref":"refs/heads/alignment","pushedAt":"2024-05-29T18:44:15.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sionescu","name":"Stelian Ionescu","path":"/sionescu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/192313?s=80&v=4"}},{"before":"87a447a8eaef9cf4fd1c16d407a49f9adaf8adad","after":"fd2134a99b03aee3277f70691beee425daacbc0d","ref":"refs/heads/master","pushedAt":"2024-05-29T18:44:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sionescu","name":"Stelian Ionescu","path":"/sionescu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/192313?s=80&v=4"},"commit":{"message":"Implement allocation alignment\n\nThe only supported CL implementation is currently SBCL. On all others,\nMAKE-STATIC-VECTOR will signal an error if the keyword arg ALIGNMENT\nis passed.\n\nThe implementation uses posix_memalign() to return aligned memory, and\nit adds another header before SBCL's array header, to keep track of\nthe pointer originally returned by the allocator.\nBecause the two headers must be placed before the data, which is\naligned, it will waste some amount of memory.","shortMessageHtmlLink":"Implement allocation alignment"}},{"before":"99e2b630d553ea489b6b4352772ea60c8375cead","after":"09658a1fea601e387ade9bc7cd5c10bd062e359e","ref":"refs/heads/alignment","pushedAt":"2024-05-28T15:29:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"sionescu","name":"Stelian Ionescu","path":"/sionescu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/192313?s=80&v=4"},"commit":{"message":"Implement allocation alignment\n\nThe only supported CL implementation is currently SBCL. On all others,\nMAKE-STATIC-VECTOR will signal an error if the keyword arg ALIGNMENT\nis passed.\n\nThe implementation uses posix_memalign() to return aligned memory, and\nit adds another header before SBCL's array header, to keep track of\nthe pointer originally returned by the allocator.\nBecause the two headers must be placed before the data, which is\naligned, it will waste some amount of memory.","shortMessageHtmlLink":"Implement allocation alignment"}},{"before":"0d9fa65a3a14f608aa2bd4e5747e3550686f4942","after":"99e2b630d553ea489b6b4352772ea60c8375cead","ref":"refs/heads/alignment","pushedAt":"2024-05-28T00:25:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"sionescu","name":"Stelian Ionescu","path":"/sionescu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/192313?s=80&v=4"},"commit":{"message":"Implement allocation alignment\n\nThe only supported CL implementation is currently SBCL. On all others,\nMAKE-STATIC-VECTOR will signal an error if the keyword arg ALIGNMENT\nis passed.\n\nThe implementation uses posix_memalign() to return aligned memory, and\nit adds another header before SBCL's array header, to keep track of\nthe pointer originally returned by the allocator.\nBecause the two headers must be placed before the data, which is\naligned, it will waste some amount of memory.","shortMessageHtmlLink":"Implement allocation alignment"}},{"before":null,"after":"0d9fa65a3a14f608aa2bd4e5747e3550686f4942","ref":"refs/heads/alignment","pushedAt":"2024-05-28T00:19:37.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"sionescu","name":"Stelian Ionescu","path":"/sionescu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/192313?s=80&v=4"},"commit":{"message":"Implement allocation alignment\n\nThe only supported CL implementation is currently SBCL. On all others,\nMAKE-STATIC-VECTOR will signal an error if the keyword arg ALIGNMENT\nis passed.\n\nThe implementation uses posix_memalign() to return aligned memory, and\nit adds another header before SBCL's array header, to keep track of\nthe pointer originally returned by the allocator.\nBecause the two headers must be placed before the data, which is\naligned, it will waste some amount of memory.","shortMessageHtmlLink":"Implement allocation alignment"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEbewFQQA","startCursor":null,"endCursor":null}},"title":"Activity ยท sionescu/static-vectors"}