We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Safer Swift guidelines. This is a first attempt at Safer Swift guidelines to go alongside our Safer C++ guidelines. These were prepared jointly by Adrian Taylor and Geoff Garen.
Updated Safer CPP Guidelines (markdown)
Update links in pages
Split Safer C++ into Safer IPC and Safer C++ pages. This is the first step towards expanding the Coding Guidelines section to include Swift and other safety guidelines. This contribution is by @adetaylor.
Mark data members that are smart pointers as `const` if they never get reassigned
[EnabledIf] is replaced by [EnabledBy] in IPC files.
Add section about capturing protectedThis / weakThis in lambdas.
CheckedPtr / CheckedRef is now allowed for data members thanks for Geoff's zombie mode which should make them easier to debug.
ACIILiteral now does bounds checking.
Fix paragraph break
Minor copy edits
Tweaks to glib example
Add example for GLib's UniquePtr types
Add small note about `GRefPtr`
Fix minor typo
Updated Safer C\ \ Guidelines (markdown)