{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":271358996,"defaultBranch":"master","name":"base-cpp","ownerLogin":"BayesianStellarEvolution","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-06-10T18:49:18.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/46868718?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1684773507.778435","currentOid":""},"activityList":{"items":[{"before":"4e911087b16e1a22c67849639e4cffbdfaf8e493","after":"bd665da570a287b070b0837d677892fb51919350","ref":"refs/heads/master","pushedAt":"2024-04-10T03:00:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"argiopetech","name":"Elliot Robinson","path":"/argiopetech","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/395366?s=80&v=4"},"commit":{"message":"Formatting","shortMessageHtmlLink":"Formatting"}},{"before":"c8fa0cffc03472649907731e8d1dc8a7c159f72d","after":"4e911087b16e1a22c67849639e4cffbdfaf8e493","ref":"refs/heads/master","pushedAt":"2024-04-10T02:56:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"argiopetech","name":"Elliot Robinson","path":"/argiopetech","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/395366?s=80&v=4"},"commit":{"message":"Fixed old usage","shortMessageHtmlLink":"Fixed old usage"}},{"before":"bf34ead39143961c91e64a125fc32c61185100b3","after":"c8fa0cffc03472649907731e8d1dc8a7c159f72d","ref":"refs/heads/master","pushedAt":"2024-04-10T02:54:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"argiopetech","name":"Elliot Robinson","path":"/argiopetech","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/395366?s=80&v=4"},"commit":{"message":"Typo","shortMessageHtmlLink":"Typo"}},{"before":"f0f287b262c91c67f0bb5f2ea10ad30ae46d81bb","after":"bf34ead39143961c91e64a125fc32c61185100b3","ref":"refs/heads/master","pushedAt":"2024-04-10T02:53:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"argiopetech","name":"Elliot Robinson","path":"/argiopetech","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/395366?s=80&v=4"},"commit":{"message":"Adds README for BASE9-Rcpp","shortMessageHtmlLink":"Adds README for BASE9-Rcpp"}},{"before":"e0aadc4314b58cd6752d54eafd42fe6e54196725","after":"f0f287b262c91c67f0bb5f2ea10ad30ae46d81bb","ref":"refs/heads/master","pushedAt":"2024-04-10T01:42:32.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"argiopetech","name":"Elliot Robinson","path":"/argiopetech","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/395366?s=80&v=4"},"commit":{"message":"Update Rcpp for 11 years of changes, and change directory to unbreak case insensitive (OS X) operating systemss","shortMessageHtmlLink":"Update Rcpp for 11 years of changes, and change directory to unbreak …"}},{"before":"e0aadc4314b58cd6752d54eafd42fe6e54196725","after":"b3160488d79e0fc218411c8d8c7addaab54af111","ref":"refs/heads/release/9.6","pushedAt":"2023-05-22T16:33:47.856Z","pushType":"push","commitsCount":1,"pusher":{"login":"argiopetech","name":"Elliot Robinson","path":"/argiopetech","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/395366?s=80&v=4"},"commit":{"message":"Set version for release","shortMessageHtmlLink":"Set version for release"}},{"before":null,"after":"e0aadc4314b58cd6752d54eafd42fe6e54196725","ref":"refs/heads/release/9.6","pushedAt":"2023-05-22T16:25:34.977Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"argiopetech","name":"Elliot Robinson","path":"/argiopetech","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/395366?s=80&v=4"},"commit":{"message":"Fix the help text for the previous change.","shortMessageHtmlLink":"Fix the help text for the previous change."}},{"before":"f54d06c646d5b53dda342a69041e98f370014545","after":"e0aadc4314b58cd6752d54eafd42fe6e54196725","ref":"refs/heads/master","pushedAt":"2023-04-11T02:13:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"argiopetech","name":"Elliot Robinson","path":"/argiopetech","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/395366?s=80&v=4"},"commit":{"message":"Fix the help text for the previous change.","shortMessageHtmlLink":"Fix the help text for the previous change."}},{"before":"f4a1a921450b76232b5708793c64454eb21d5899","after":"f54d06c646d5b53dda342a69041e98f370014545","ref":"refs/heads/master","pushedAt":"2023-04-11T01:52:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"argiopetech","name":"Elliot Robinson","path":"/argiopetech","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/395366?s=80&v=4"},"commit":{"message":"Change model file specification from number to string\n\nNow accepts a string as a path relative to the model base as the MS model specification. Command-line flag is now `--msModelFile`. YAML file is now `general:main_sequence:modelFile`.\n\nThis also removes several MS model-specific files that are no longer needed.","shortMessageHtmlLink":"Change model file specification from number to string"}},{"before":"6a2cdc2ee9dd6a5077ba1a98388132f8bb32f21d","after":"f4a1a921450b76232b5708793c64454eb21d5899","ref":"refs/heads/master","pushedAt":"2023-04-04T17:38:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"argiopetech","name":"Elliot Robinson","path":"/argiopetech","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/395366?s=80&v=4"},"commit":{"message":"Add support for Apple Silicon\n\nThis commit adds support for Apple Silicon. Primarily, this means the addition of an architecture check and associated #define to remove x86-specific code from the build (base9/sleef directory) and to provide Apple Silicon-compatible versions of the margEvolveNoBinaries function (which is SIMD-optimized).\n\nSome minor additional changes were needed to compiler flags to remove unsupported flags when building on AS.\n\nA new single-core implementation of the parallel reference version of margEvolveNoBinaries has been provided as the default implementation. The parallel implementation is still available behind a BUILD_PARALLEL flag, but no facility is provided to enable it at this time.\n\nAs a \"while I'm in there\", CMake \"minimum version\" specifications have been updated to specify the newest version as an upper bound. This removes \"may be deprecated\" warnings from all BASE-9 code (though not from the YAML-cpp build).\"","shortMessageHtmlLink":"Add support for Apple Silicon"}},{"before":"c4f1157abb1ba098f510c15f7943ee3edc9197a2","after":"6a2cdc2ee9dd6a5077ba1a98388132f8bb32f21d","ref":"refs/heads/master","pushedAt":"2023-03-16T15:28:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"argiopetech","name":"Elliot Robinson","path":"/argiopetech","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/395366?s=80&v=4"},"commit":{"message":"Change main run behavior after load to continue from the last burn-in cluster values rather than the starting values","shortMessageHtmlLink":"Change main run behavior after load to continue from the last burn-in…"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAELJyLGwA","startCursor":null,"endCursor":null}},"title":"Activity · BayesianStellarEvolution/base-cpp"}