Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-27 | Meta: Update C++ standard to C++20 in CONTRIBUTING.md | Emanuele Torre | |
We are compiling with `-std=c++2a` and we are using some C++20 features, e.g. in Kernel/VM/Region.h bool m_shared : 1 { false }; bool m_user_accessible : 1 { false }; bool m_cacheable : 1 { false }; bool m_stack : 1 { false }; bool m_mmap : 1 { false }; | |||
2020-05-15 | Docs: Update required clang-format version to 10 in CONTRIBUTING.md | Linus Groh | |
2020-05-04 | Meta: Add a basic "issue policy" to CONTRIBUTING.md | Andreas Kling | |
2020-03-28 | Meta: Add feature policy to contribution guidelines | Conrad Pankoff | |
2020-01-08 | Meta: Reference CodingStyle doc in CONTRIBUTING.md | Dov Alperin | |
2019-10-23 | Meta: Remove CoC (lol) from CONTRIBUTING.md since it has its own file | Andreas Kling | |
2019-10-23 | Meta: Move code of conduct (lol) to a separate file | Andreas Kling | |