{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":3742136,"defaultBranch":"master","name":"mosh","ownerLogin":"achernya","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2012-03-16T19:22:16.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1041517?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1691460480.0","currentOid":""},"activityList":{"items":[{"before":"19c4c47f61d29cd6253faa3bd944624df7aae694","after":"685283e7dd7e0d65580c53e7c31d2ead9b116e35","ref":"refs/heads/clang-format","pushedAt":"2023-08-08T02:09:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"achernya","name":"Alex Chernyakhovsky","path":"/achernya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041517?s=80&v=4"},"commit":{"message":"Run clang-format lint on pull requests","shortMessageHtmlLink":"Run clang-format lint on pull requests"}},{"before":null,"after":"19c4c47f61d29cd6253faa3bd944624df7aae694","ref":"refs/heads/clang-format","pushedAt":"2023-08-08T02:08:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"achernya","name":"Alex Chernyakhovsky","path":"/achernya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041517?s=80&v=4"},"commit":{"message":"Run clang-format lint on pull requests","shortMessageHtmlLink":"Run clang-format lint on pull requests"}},{"before":"39f6781c34b44bbbe8ca16f0157c25938cc0a05f","after":"f2904f95b38f7cdd15726ae6bfe0390b5ad855ce","ref":"refs/heads/master","pushedAt":"2023-08-08T01:54:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"achernya","name":"Alex Chernyakhovsky","path":"/achernya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041517?s=80&v=4"},"commit":{"message":"Add missing fatal_assert.h include","shortMessageHtmlLink":"Add missing fatal_assert.h include"}},{"before":"5bc4dba8c275259a24476250c889eaa2572def9c","after":null,"ref":"refs/heads/fix-include","pushedAt":"2023-08-08T01:52:54.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"achernya","name":"Alex Chernyakhovsky","path":"/achernya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041517?s=80&v=4"}},{"before":null,"after":"5bc4dba8c275259a24476250c889eaa2572def9c","ref":"refs/heads/fix-include","pushedAt":"2023-08-08T01:52:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"achernya","name":"Alex Chernyakhovsky","path":"/achernya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041517?s=80&v=4"},"commit":{"message":"Add missing fatal_assert.h include","shortMessageHtmlLink":"Add missing fatal_assert.h include"}},{"before":null,"after":"1eb3d2c338bc39123ac8c0eecd10f8a19f44d61e","ref":"refs/heads/modernize","pushedAt":"2023-07-30T22:10:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"achernya","name":"Alex Chernyakhovsky","path":"/achernya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041517?s=80&v=4"},"commit":{"message":"Switch to C++ versions of standard C headers","shortMessageHtmlLink":"Switch to C++ versions of standard C headers"}},{"before":"57226113be3e1e168849df66c6c8f3b7125b993b","after":"39f6781c34b44bbbe8ca16f0157c25938cc0a05f","ref":"refs/heads/master","pushedAt":"2023-07-30T20:54:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"achernya","name":"Alex Chernyakhovsky","path":"/achernya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041517?s=80&v=4"},"commit":{"message":"Switch to fully-qualified #include\n\nPreviously, mosh used extensive -I flags and all of the mosh-local\nmakes it really hard to tell what the proper dependency graph is, so\ninstead remove the -I arguments in favvor of $(top_srcdir) and qualify\nthe paths wherever they are used.","shortMessageHtmlLink":"Switch to fully-qualified #include"}},{"before":"785a43eb12469a34b5c16a1e7e3efb190bbf04cb","after":"d32218e8c99b3a0b5685202e79fa05b0dab79d92","ref":"refs/heads/update-runners","pushedAt":"2023-07-30T20:44:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"achernya","name":"Alex Chernyakhovsky","path":"/achernya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041517?s=80&v=4"},"commit":{"message":"Update ubuntu runner images\n\nubuntu-18.04 is no longer available on Github Actions; replace it with\nubuntu-22.04.","shortMessageHtmlLink":"Update ubuntu runner images"}},{"before":null,"after":"785a43eb12469a34b5c16a1e7e3efb190bbf04cb","ref":"refs/heads/update-runners","pushedAt":"2023-07-30T20:41:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"achernya","name":"Alex Chernyakhovsky","path":"/achernya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041517?s=80&v=4"},"commit":{"message":"Update ubuntu runner images\n\nubuntu-18.04 is no longer available on Github Actions; replace it with\nubuntu-22.04.","shortMessageHtmlLink":"Update ubuntu runner images"}},{"before":"b103c10557ec5aa7850baa65c4ad0666589c4075","after":"8012ca9c8d16f99679c171b36ad02655549ab7ff","ref":"refs/heads/bump-cpp-ver","pushedAt":"2023-07-30T20:30:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"achernya","name":"Alex Chernyakhovsky","path":"/achernya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041517?s=80&v=4"},"commit":{"message":"Bump C++ version to C++17\n\nProtobuf versions since 3.6.0 have long had a C++11 dependency; even\nmore recent versions have picked up an Abseil dependency bumping that\nto C++14. Since it is now 2023, defaulting to C++17 is reasonable, so\nremove the conditional C++ standards version check that mosh\npreviously had and replace it with an unconditional C++17 check.\n\nThis means that all future commits can use C++17 features. According\nto https://en.cppreference.com/w/cpp/compiler_support/17 this means\nthat minimum effective compiler versions for mosh become:\n\ngcc 7 (May 2017)\nclang 5 (September 2017)\n\nThis, in turn, implies that future versions of mosh will no longer be\navailable for RHEL/CentOS 7 (June 2014).\n\nCloses: #1267","shortMessageHtmlLink":"Bump C++ version to C++17"}},{"before":null,"after":"b103c10557ec5aa7850baa65c4ad0666589c4075","ref":"refs/heads/bump-cpp-ver","pushedAt":"2023-07-30T20:28:46.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"achernya","name":"Alex Chernyakhovsky","path":"/achernya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041517?s=80&v=4"},"commit":{"message":"Bump C++ version to C++17\n\nProtobuf versions since 3.6.0 have long had a C++11 dependency; even\nmore recent versions have picked up an Abseil dependency bumping that\nto C++14. Since it is now 2023, defaulting to C++17 is reasonable, so\nremove the conditional C++ standards version check that mosh\npreviously had and replace it with an unconditional C++17 check.\n\nThis means that all future commits can use C++17 features. According\nto https://en.cppreference.com/w/cpp/compiler_support/17 this means\nthat minimum effective compiler versions for mosh become:\n\ngcc 7 (May 2017)\nclang 5 (September 2017)\n\nThis, in turn, implies that future versions of mosh will no longer be\navailable for RHEL/CentOS 7 (June 2014).\n\nCloses: 1267","shortMessageHtmlLink":"Bump C++ version to C++17"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADZfDVDwA","startCursor":null,"endCursor":null}},"title":"Activity ยท achernya/mosh"}