{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":823069638,"defaultBranch":"main","name":"hpx-rs","ownerLogin":"STEllAR-GROUP","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2024-07-02T11:13:45.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1780988?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1720881141.0","currentOid":""},"activityList":{"items":[{"before":"66a30c13dae7b6759a1432cada4552dea208c4ca","after":"4bb45f82a27c4fc0aafd08f14468b73a8b9fa4a2","ref":"refs/heads/main","pushedAt":"2024-09-01T16:35:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"SAtacker","name":"Shreyas Atre","path":"/SAtacker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61797109?s=80&v=4"},"commit":{"message":"Bindings for hpx/algorithm.hpp (#7)\n\n* added hpx::copy\r\n\r\n* added hpx::copy_n\r\n\r\n* added hpx::copy_if\r\n\r\n* added hpx::count, hpx::count_if\r\n\r\n* rerun tests\r\n\r\n* added hpx::ends_with\r\n\r\n* added hpx::equal\r\n\r\n* added hpx::fill but it only works for 1D vector\r\n\r\n* added hpx::find\r\n\r\n* added hpx::sort\r\n\r\n* added hpx::sort along with comparator closure as an argument\r\n\r\n* added hpx::merge\r\n\r\n* added hpx::partial_sort\r\n\r\n* moved wrappers from tests to main\r\n\r\n* removed redundant copy from copy, sort\r\n\r\n* removed redundant copy from copy_n\r\n\r\n* removed redundant copy from find, fill, sort_comp\r\n\r\n* removed redundant copy from merge, partial sort\r\n\r\n* removed redundant copy from copy_if\r\n\r\n* rerun tests\r\n\r\n---------\r\n\r\nSigned-off-by: Dikshant ","shortMessageHtmlLink":"Bindings for hpx/algorithm.hpp (#7)"}},{"before":"f9f21587ba6611be06e5be3a0cfbfef07273640b","after":null,"ref":"refs/heads/SAtacker-macOS-CI","pushedAt":"2024-07-13T14:32:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"SAtacker","name":"Shreyas Atre","path":"/SAtacker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61797109?s=80&v=4"}},{"before":"91ee574091fbdbd3efaecfeca71e1f3a74c45261","after":"66a30c13dae7b6759a1432cada4552dea208c4ca","ref":"refs/heads/main","pushedAt":"2024-07-13T14:32:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"SAtacker","name":"Shreyas Atre","path":"/SAtacker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61797109?s=80&v=4"},"commit":{"message":"[CI] Update workflow main.yml (#6)\n\nMinor Changes to workflow trigger\r\n\r\nSigned-off-by: Shreyas Atre ","shortMessageHtmlLink":"[CI] Update workflow main.yml (#6)"}},{"before":null,"after":"f9f21587ba6611be06e5be3a0cfbfef07273640b","ref":"refs/heads/SAtacker-macOS-CI","pushedAt":"2024-07-13T14:14:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"SAtacker","name":"Shreyas Atre","path":"/SAtacker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61797109?s=80&v=4"},"commit":{"message":"[CI] Update workflow main.yml\n\nMinor Changes to workflow","shortMessageHtmlLink":"[CI] Update workflow main.yml"}},{"before":"b57985c55008c43eaf573f2c8f48c293f6008846","after":"91ee574091fbdbd3efaecfeca71e1f3a74c45261","ref":"refs/heads/main","pushedAt":"2024-07-13T14:03:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"SAtacker","name":"Shreyas Atre","path":"/SAtacker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61797109?s=80&v=4"},"commit":{"message":"Fix macOS CI\n\n- ref #4 \r\n\r\nSigned-off-by: Dikshant ","shortMessageHtmlLink":"Fix macOS CI"}},{"before":"aaf87917cf7557e5ce6410352cba2b03d817dc33","after":"b57985c55008c43eaf573f2c8f48c293f6008846","ref":"refs/heads/main","pushedAt":"2024-07-11T20:27:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"SAtacker","name":"Shreyas Atre","path":"/SAtacker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61797109?s=80&v=4"},"commit":{"message":"Added mac-os CI workflow (#3)\n\nSigned-off-by: Dikshant ","shortMessageHtmlLink":"Added mac-os CI workflow (#3)"}},{"before":"34f5788f4a96cecb8834e6de41a610b4df91af78","after":"aaf87917cf7557e5ce6410352cba2b03d817dc33","ref":"refs/heads/main","pushedAt":"2024-07-10T14:59:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"SAtacker","name":"Shreyas Atre","path":"/SAtacker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61797109?s=80&v=4"},"commit":{"message":"Confine to the crate project structure (#1)\n\n* defining project structure\r\n\r\n* removed wrapper.cpp config from build.rs\r\n\r\n* added tests for init + added bindings for fn from hpx/init.hpp as per public api.\r\n\r\n* added License\r\n\r\n* removed main.rs and added lib.rs lib.rs will also contains docs for the crate\r\n\r\n* updated README.md\r\n\r\n* corrected docs to pass the doc test\r\n\r\n* removed unnecessary comments\r\n\r\n* removed linking to hpx_iostreams and hpx dylib\r\n\r\n---------\r\n\r\nSigned-off-by: Dikshant ","shortMessageHtmlLink":"Confine to the crate project structure (#1)"}},{"before":null,"after":"34f5788f4a96cecb8834e6de41a610b4df91af78","ref":"refs/heads/main","pushedAt":"2024-07-02T11:13:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"hkaiser","name":"Hartmut Kaiser","path":"/hkaiser","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/568063?s=80&v=4"},"commit":{"message":"Initial commit","shortMessageHtmlLink":"Initial commit"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEqexvfAA","startCursor":null,"endCursor":null}},"title":"Activity ยท STEllAR-GROUP/hpx-rs"}