Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-06 | Meta: Move "Notes on WSL" to a separate file in Documentation/ | Andreas Kling | |
Since this is not relevant to the majority of people, let's move it out of the way. | |||
2019-08-21 | Documentation: Let's have a coding style document | Andreas Kling | |
This is only meant to be about higher-level coding style, not the small things like brace placement, indentation, etc. For all of that we just obey clang-format. | |||
2019-08-01 | Documentation: Add a paragraph about NonnullOwnPtr to SmartPointers.md | Andreas Kling | |
2019-06-21 | Documentation: Update SmartPointers.md with new pointer names. | Andreas Kling | |
2019-05-28 | Documentation: RIP the short-lived coding style | Robin Burchell | |
Let's just use clang-format. It's easier than explaining the rules. | |||
2019-05-28 | Documentation: Remove some irrelevant things from the coding style. | Andreas Kling | |
This was adapted from the WebKit coding style docs, but some parts of it don't make sense for Serenity. | |||
2019-05-28 | Documentation: Import an attempt at describing the project coding style. | Andreas Kling | |
2019-05-15 | Documentation: Add a brief description of Serenity's smart pointer types. | Andreas Kling | |