{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":119692633,"defaultBranch":"main","name":"cpu_features","ownerLogin":"google","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-01-31T13:44:50.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1342004?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1695301895.0","currentOid":""},"activityList":{"items":[{"before":"8cfb520efb8a73c86aac71e5c86099a6e40f377a","after":"104602c8ae1dbaa250782e25449c6874809b6e12","ref":"refs/heads/main","pushedAt":"2023-11-27T08:58:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gchatelet","name":"Guillaume Chatelet","path":"/gchatelet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149665?s=80&v=4"},"commit":{"message":"Update AArch64 features to Linux 6.6. (#347)","shortMessageHtmlLink":"Update AArch64 features to Linux 6.6. (#347)"}},{"before":"ec7d390a9046ff11cf0f61df37493bbc140fbd38","after":"8cfb520efb8a73c86aac71e5c86099a6e40f377a","ref":"refs/heads/main","pushedAt":"2023-09-25T07:36:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gchatelet","name":"Guillaume Chatelet","path":"/gchatelet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149665?s=80&v=4"},"commit":{"message":"[NFC] clang-format the code base","shortMessageHtmlLink":"[NFC] clang-format the code base"}},{"before":"9d2c769b72ac670b614278e91a5fbcdb45a8610a","after":null,"ref":"refs/heads/remove_unused_function","pushedAt":"2023-09-21T13:11:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"gchatelet","name":"Guillaume Chatelet","path":"/gchatelet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149665?s=80&v=4"}},{"before":"77d27cb108023134fb1b24b44e62c82cdb83d04c","after":"ec7d390a9046ff11cf0f61df37493bbc140fbd38","ref":"refs/heads/main","pushedAt":"2023-09-21T13:11:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gchatelet","name":"Guillaume Chatelet","path":"/gchatelet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149665?s=80&v=4"},"commit":{"message":"Remove unused function (#343)\n\nThis is causing the build to fail with stricter warnings.\r\n`error: no previous prototype for function 'CpuFeatures_IsHwCapCpuidSupported' [-Werror,-Wmissing-prototypes]`","shortMessageHtmlLink":"Remove unused function (#343)"}},{"before":null,"after":"9d2c769b72ac670b614278e91a5fbcdb45a8610a","ref":"refs/heads/remove_unused_function","pushedAt":"2023-09-21T13:09:05.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"gchatelet","name":"Guillaume Chatelet","path":"/gchatelet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149665?s=80&v=4"},"commit":{"message":"Remove unused function","shortMessageHtmlLink":"Remove unused function"}},{"before":"c01897267f16763df6a496101aa0d53a876df4f1","after":null,"ref":"refs/heads/mizux/strict_prototypes","pushedAt":"2023-09-21T12:25:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Mizux","name":"Mizux","path":"/Mizux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4030234?s=80&v=4"}},{"before":"89a3f0358a32268d1870a2e35e2a13b49ab7f126","after":"77d27cb108023134fb1b24b44e62c82cdb83d04c","ref":"refs/heads/main","pushedAt":"2023-09-21T12:25:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Mizux","name":"Mizux","path":"/Mizux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4030234?s=80&v=4"},"commit":{"message":"fix -Wstrict-prototypes error\n\nnote: tested using: `add_compile_options(\"-Werror\" \"-Wstrict-prototypes\")`","shortMessageHtmlLink":"fix -Wstrict-prototypes error"}},{"before":null,"after":"c01897267f16763df6a496101aa0d53a876df4f1","ref":"refs/heads/mizux/strict_prototypes","pushedAt":"2023-09-21T12:07:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Mizux","name":"Mizux","path":"/Mizux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4030234?s=80&v=4"},"commit":{"message":"fix -Wstrict-prototypes error\n\nnote: tested using: `add_compile_options(\"-Werror\" \"-Wstrict-prototypes\")`","shortMessageHtmlLink":"fix -Wstrict-prototypes error"}},{"before":"494d9657ef0435cd267ca0ed55c2d726704da9a4","after":"89a3f0358a32268d1870a2e35e2a13b49ab7f126","ref":"refs/heads/main","pushedAt":"2023-09-19T09:02:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gchatelet","name":"Guillaume Chatelet","path":"/gchatelet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149665?s=80&v=4"},"commit":{"message":"Add FreeBSD Arm64 support (#295)\n\n* Add FreeBSD Arm64 detection\r\n\r\nGetting all the features is handled by reading /var/run/dmesg.boot. Feature detections were taken from the freebsd kernel code sys/arm64/arm64/identcpu.c\r\n\r\n* Add FreeBSD Arm64 tests\r\n\r\n* Add flagm, flagm2 and rng detection\r\n\r\n* Add HWCAP FreeBSD AArch64\r\n\r\n* Update include to use linux hwcaps for powerpc\r\n\r\n* Add FreeBSD aarch64 impl\r\n\r\n* Separate Hwacps to freebsd and linux implementation\r\n\r\n* Add aarch64 midr_el1 implementation\r\n\r\n* Add detection hwcap cpuid to hwcaps.h\r\n\r\n* Add MIDR_EL1 tests","shortMessageHtmlLink":"Add FreeBSD Arm64 support (#295)"}},{"before":"089f34635f52a396cbee3c5c173667206c2f19ab","after":"494d9657ef0435cd267ca0ed55c2d726704da9a4","ref":"refs/heads/main","pushedAt":"2023-09-19T08:36:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gchatelet","name":"Guillaume Chatelet","path":"/gchatelet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149665?s=80&v=4"},"commit":{"message":"clang-format: hwcaps.h (#340)","shortMessageHtmlLink":"clang-format: hwcaps.h (#340)"}},{"before":"e2e231803617fc7140e68d3a34922e14a7b46ab9","after":null,"ref":"refs/heads/update_release_script","pushedAt":"2023-09-14T13:20:40.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"gchatelet","name":"Guillaume Chatelet","path":"/gchatelet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149665?s=80&v=4"}},{"before":"ba4bffa86cbb5456bdb34426ad22b9551278e2c0","after":"089f34635f52a396cbee3c5c173667206c2f19ab","ref":"refs/heads/main","pushedAt":"2023-09-14T13:20:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gchatelet","name":"Guillaume Chatelet","path":"/gchatelet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149665?s=80&v=4"},"commit":{"message":"[misc] Update release script (#339)","shortMessageHtmlLink":"[misc] Update release script (#339)"}},{"before":null,"after":"e2e231803617fc7140e68d3a34922e14a7b46ab9","ref":"refs/heads/update_release_script","pushedAt":"2023-09-14T12:31:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"gchatelet","name":"Guillaume Chatelet","path":"/gchatelet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149665?s=80&v=4"},"commit":{"message":"[misc] Update release script","shortMessageHtmlLink":"[misc] Update release script"}},{"before":"af6fb5f0d458ed81f6a1bf93930ec816ad9eb6c5","after":"ba4bffa86cbb5456bdb34426ad22b9551278e2c0","ref":"refs/heads/main","pushedAt":"2023-09-14T12:16:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gchatelet","name":"Guillaume Chatelet","path":"/gchatelet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149665?s=80&v=4"},"commit":{"message":"Release v0.9.0","shortMessageHtmlLink":"Release v0.9.0"}},{"before":"982ae38da36a59c6b7629e35464c4be46359e1b9","after":null,"ref":"refs/heads/cmake_ns","pushedAt":"2023-09-14T12:04:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"gchatelet","name":"Guillaume Chatelet","path":"/gchatelet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149665?s=80&v=4"}},{"before":"312e990c6f86f5da0c83a5ffd5aae405947c6549","after":"af6fb5f0d458ed81f6a1bf93930ec816ad9eb6c5","ref":"refs/heads/main","pushedAt":"2023-09-14T09:54:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gchatelet","name":"Guillaume Chatelet","path":"/gchatelet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149665?s=80&v=4"},"commit":{"message":"ci: Fix clang-format (#336)\n\nFix #311","shortMessageHtmlLink":"ci: Fix clang-format (#336)"}},{"before":"688decfc802e006d6988446970892dcd37e5d151","after":"312e990c6f86f5da0c83a5ffd5aae405947c6549","ref":"refs/heads/main","pushedAt":"2023-09-14T08:22:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gchatelet","name":"Guillaume Chatelet","path":"/gchatelet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149665?s=80&v=4"},"commit":{"message":"Add Intel AMX-FP16 detection (#332)","shortMessageHtmlLink":"Add Intel AMX-FP16 detection (#332)"}},{"before":"b960bcf0f5bca0f05d6ae7f89ddd8ff42893df0f","after":"688decfc802e006d6988446970892dcd37e5d151","ref":"refs/heads/main","pushedAt":"2023-09-14T08:19:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gchatelet","name":"Guillaume Chatelet","path":"/gchatelet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149665?s=80&v=4"},"commit":{"message":"cmake: Use CpuFeatures:: as TARGET namespace (Fix #333) (#334)","shortMessageHtmlLink":"cmake: Use CpuFeatures:: as TARGET namespace (Fix #333) (#334)"}},{"before":"c4819017291def7ea415cca22e5af2836b2d183f","after":"982ae38da36a59c6b7629e35464c4be46359e1b9","ref":"refs/heads/cmake_ns","pushedAt":"2023-09-14T07:23:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Mizux","name":"Mizux","path":"/Mizux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4030234?s=80&v=4"},"commit":{"message":"cmake: Use CpuFeatures:: as TARGET namespace (Fix #333)","shortMessageHtmlLink":"cmake: Use CpuFeatures:: as TARGET namespace (Fix #333)"}},{"before":null,"after":"c4819017291def7ea415cca22e5af2836b2d183f","ref":"refs/heads/cmake_ns","pushedAt":"2023-09-14T07:22:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Mizux","name":"Mizux","path":"/Mizux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4030234?s=80&v=4"},"commit":{"message":"cmake: Ude CpuFeatures:: as TARGET namespace (Fix #333)","shortMessageHtmlLink":"cmake: Ude CpuFeatures:: as TARGET namespace (Fix #333)"}},{"before":"aeaa84ecf4efc8d8edbabbc4ddf4ca6bc99d9fd7","after":"b960bcf0f5bca0f05d6ae7f89ddd8ff42893df0f","ref":"refs/heads/main","pushedAt":"2023-09-05T12:14:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gchatelet","name":"Guillaume Chatelet","path":"/gchatelet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149665?s=80&v=4"},"commit":{"message":"Add ZEN2 4800S 0880F40 (#331)","shortMessageHtmlLink":"Add ZEN2 4800S 0880F40 (#331)"}},{"before":"248aa1b9386ac7b5b36af78c4d8af60d4db8d434","after":"aeaa84ecf4efc8d8edbabbc4ddf4ca6bc99d9fd7","ref":"refs/heads/main","pushedAt":"2023-09-05T12:14:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gchatelet","name":"Guillaume Chatelet","path":"/gchatelet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149665?s=80&v=4"},"commit":{"message":"Add Intel Alder Lake N detection (#330)","shortMessageHtmlLink":"Add Intel Alder Lake N detection (#330)"}},{"before":"199d299ce5291a5740a567f0f91784d9c754215a","after":"248aa1b9386ac7b5b36af78c4d8af60d4db8d434","ref":"refs/heads/main","pushedAt":"2023-09-05T12:13:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gchatelet","name":"Guillaume Chatelet","path":"/gchatelet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149665?s=80&v=4"},"commit":{"message":"Add AMD ZEN4 Genoa detection (#329)","shortMessageHtmlLink":"Add AMD ZEN4 Genoa detection (#329)"}},{"before":"fd4ffc1632db7b4e763bd28ffa6fc9d761cf3587","after":"199d299ce5291a5740a567f0f91784d9c754215a","ref":"refs/heads/main","pushedAt":"2023-09-05T12:13:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gchatelet","name":"Guillaume Chatelet","path":"/gchatelet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149665?s=80&v=4"},"commit":{"message":"Add ZEN4 Phoenix detection (#328)","shortMessageHtmlLink":"Add ZEN4 Phoenix detection (#328)"}},{"before":"5d8d1aa95e43804531abf8043cf3e02c294ce5fc","after":null,"ref":"refs/heads/fix_badge","pushedAt":"2023-08-31T12:11:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"gchatelet","name":"Guillaume Chatelet","path":"/gchatelet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149665?s=80&v=4"}},{"before":"b39a27d6946b5d3dccc941505ba8cb1c9d53c2a0","after":"fd4ffc1632db7b4e763bd28ffa6fc9d761cf3587","ref":"refs/heads/main","pushedAt":"2023-08-31T12:11:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gchatelet","name":"Guillaume Chatelet","path":"/gchatelet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149665?s=80&v=4"},"commit":{"message":"Fix badge shebang and enable badges from workflow files (#327)\n\n* Fix badge shebang and enable badges from workflow files\r\n\r\n* Remove chmod +x from documentation","shortMessageHtmlLink":"Fix badge shebang and enable badges from workflow files (#327)"}},{"before":"5f1bb560defef04fd68b88d62ce6517b0a78a10f","after":"5d8d1aa95e43804531abf8043cf3e02c294ce5fc","ref":"refs/heads/fix_badge","pushedAt":"2023-08-31T12:08:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gchatelet","name":"Guillaume Chatelet","path":"/gchatelet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149665?s=80&v=4"},"commit":{"message":"Remove chmod +x from documentation","shortMessageHtmlLink":"Remove chmod +x from documentation"}},{"before":null,"after":"5f1bb560defef04fd68b88d62ce6517b0a78a10f","ref":"refs/heads/fix_badge","pushedAt":"2023-08-31T11:48:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"gchatelet","name":"Guillaume Chatelet","path":"/gchatelet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149665?s=80&v=4"},"commit":{"message":"Fix badge shebang and enable badges from workflow files","shortMessageHtmlLink":"Fix badge shebang and enable badges from workflow files"}},{"before":"586ec599b2a52ce634a75c03dc6610cd09dc9d63","after":"b39a27d6946b5d3dccc941505ba8cb1c9d53c2a0","ref":"refs/heads/main","pushedAt":"2023-08-31T11:18:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gchatelet","name":"Guillaume Chatelet","path":"/gchatelet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149665?s=80&v=4"},"commit":{"message":"fix generate_badges.d (#326)","shortMessageHtmlLink":"fix generate_badges.d (#326)"}},{"before":"52874f0ced67058dd4d3c76d93bc135e9916c689","after":"586ec599b2a52ce634a75c03dc6610cd09dc9d63","ref":"refs/heads/main","pushedAt":"2023-08-31T09:32:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gchatelet","name":"Guillaume Chatelet","path":"/gchatelet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149665?s=80&v=4"},"commit":{"message":"Add hover text to badges","shortMessageHtmlLink":"Add hover text to badges"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADuIA_lgA","startCursor":null,"endCursor":null}},"title":"Activity ยท google/cpu_features"}