Releases: sbooth/CXXCFRef
Releases · sbooth/CXXCFRef
Release list
Version 0.3.1
What's Changed
- Use MIT license text from REUSE by @sbooth in #29
- Replace clang-format workflow with cpp-linter by @sbooth in #30
- Fix indentation in cpp-linter workflow file by @sbooth in #31
- Reformat YAML indentation in swift.yml by @sbooth in #32
- Bump actions/checkout from 6 to 7 by @dependabot[bot] in #33
New Contributors
- @dependabot[bot] made their first contribution in #33
Full Changelog: 0.3.0...0.3.1
Version 0.3.0
What's Changed
- Reformat with clang-format by @sbooth in #8
- Add clang-format check workflow by @sbooth in #9
- Rename enclosing namespace to
cxxcfby @sbooth in #10 - Rename
releasetoleakby @sbooth in #12 - Apply clang-tidy suggestions by @sbooth in #11
- Remove trailing return types for clarity by @sbooth in #14
- Rename enclosing namespace to
cfby @sbooth in #13 - Update workflow permissions by @sbooth in #15
- Add
InsertBracesto .clang-format by @sbooth in #16 - Update .clang-format by @sbooth in #18
- Fix warnings from
-pedanticby @sbooth in #19 - Update
cSettingstocxxSettingsby @sbooth in #21 - Remove cxxSettings by @sbooth in #22
- Reinstate
_Nullableand_Nonnullby @sbooth in #23 - Add .editorconfig by @sbooth in #24
- Reword comment by @sbooth in #25
- Use most LLVM formatting defaults by @sbooth in #26
- Remove formatting test code by @sbooth in #27
- Explicitly check against nullptr for boolean logic by @sbooth in #28
Full Changelog: 0.2.0...0.3.0
Version 0.2.0
Version 0.1.2
What's Changed
Full Changelog: 0.1.1...0.1.2
Version 0.1.1
Initial release
0.1.0 Rename `retain_t` to `retain_ref_t`