{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":172327737,"defaultBranch":"master","name":"boost-intrusive-pool","ownerLogin":"f18m","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-02-24T11:11:14.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/9748595?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1690925272.0","currentOid":""},"activityList":{"items":[{"before":"49f6e9c6e01873285c9b9c5a04e62865073d9e96","after":"81e2785415c6d71ad0bdaf74a149b21a9eb7b740","ref":"refs/heads/master","pushedAt":"2023-08-01T21:26:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"f18m","name":"Francesco Montorsi","path":"/f18m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9748595?s=80&v=4"},"commit":{"message":"feature: add init() method to allow delayed initialization (#3)\n\nIMPORTANT: backward-incompatible changes ahead:\r\n\r\n* New delayed boost_intrusive_pool::init() method that allows to construct the memory pool as completely empty and decide the size later on (and also check for \"out of memory\" conditions thanks to the boolean return value)\r\n* Change the default ctor for boost_intrusive_pool: it's not allocating anymore a pool with the default size; rather it constructs a completely empty pool and it's mandatory to use the init() method afterwards. Due to this change the MAJOR version of this project will be bumped from 1 to 2.\r\n\r\nBugfix:\r\n* Fix pthread.h inclusion in case preprocessory symbol BOOST_INTRUSIVE_POOL_DEBUG_THREAD_ACCESS is 1 (it was previoulsy included inside a namespace!)\r\n\r\nPipeline:\r\n* Switch from TravisCI (not working anymore) to GitHub actions","shortMessageHtmlLink":"feature: add init() method to allow delayed initialization (#3)"}},{"before":"d965dc6b4440ce4a35620096180953b324bcbcbc","after":"663d771429833b011145ad98cc6642e75be14592","ref":"refs/heads/feature/new-init","pushedAt":"2023-08-01T21:09:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"f18m","name":"Francesco Montorsi","path":"/f18m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9748595?s=80&v=4"},"commit":{"message":"fix unit tests","shortMessageHtmlLink":"fix unit tests"}},{"before":"a6073484e505cb046f612934f43864cc7abddc47","after":"d965dc6b4440ce4a35620096180953b324bcbcbc","ref":"refs/heads/feature/new-init","pushedAt":"2023-08-01T19:03:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"f18m","name":"Francesco Montorsi","path":"/f18m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9748595?s=80&v=4"},"commit":{"message":"fix build","shortMessageHtmlLink":"fix build"}},{"before":"12a76e4ef3f14769f721ff783577f1e0e51950f7","after":"a6073484e505cb046f612934f43864cc7abddc47","ref":"refs/heads/feature/new-init","pushedAt":"2023-08-01T17:16:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"f18m","name":"Francesco Montorsi","path":"/f18m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9748595?s=80&v=4"},"commit":{"message":"fix pthread inclusion","shortMessageHtmlLink":"fix pthread inclusion"}},{"before":"2e268f7d41559439d267247936cb37a95bbd8fa2","after":"12a76e4ef3f14769f721ff783577f1e0e51950f7","ref":"refs/heads/feature/new-init","pushedAt":"2023-08-01T16:56:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"f18m","name":"Francesco Montorsi","path":"/f18m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9748595?s=80&v=4"},"commit":{"message":"Fix pthread build errors","shortMessageHtmlLink":"Fix pthread build errors"}},{"before":"edf71cb2427ac07a94ddf3c3be71c0f87da35d6a","after":"2e268f7d41559439d267247936cb37a95bbd8fa2","ref":"refs/heads/feature/new-init","pushedAt":"2023-08-01T16:51:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"f18m","name":"Francesco Montorsi","path":"/f18m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9748595?s=80&v=4"},"commit":{"message":"Fix pthread build errors","shortMessageHtmlLink":"Fix pthread build errors"}},{"before":"057a812f6045d905dddcbad01c707cc8a3f1b3c5","after":"edf71cb2427ac07a94ddf3c3be71c0f87da35d6a","ref":"refs/heads/feature/new-init","pushedAt":"2023-08-01T16:48:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"f18m","name":"Francesco Montorsi","path":"/f18m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9748595?s=80&v=4"},"commit":{"message":"Switch to github actions","shortMessageHtmlLink":"Switch to github actions"}},{"before":"d470d58d3121837fabd0acecb6f2af43808f4367","after":"057a812f6045d905dddcbad01c707cc8a3f1b3c5","ref":"refs/heads/feature/new-init","pushedAt":"2023-08-01T16:43:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"f18m","name":"Francesco Montorsi","path":"/f18m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9748595?s=80&v=4"},"commit":{"message":"fix","shortMessageHtmlLink":"fix"}},{"before":null,"after":"d470d58d3121837fabd0acecb6f2af43808f4367","ref":"refs/heads/feature/new-init","pushedAt":"2023-08-01T10:10:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"f18m","name":"Francesco Montorsi","path":"/f18m","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9748595?s=80&v=4"},"commit":{"message":"New delayed init() method","shortMessageHtmlLink":"New delayed init() method"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADYdlUtAA","startCursor":null,"endCursor":null}},"title":"Activity ยท f18m/boost-intrusive-pool"}