RRichard Russontidy source
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
tidy source - whitespace - doxygen comments | 1 个月前 | |
iwyu: tidy includes | 10 个月前 | |
doxy: unify module names | 6 个月前 | |
doxy: unify module names | 6 个月前 | |
move config address type to address library | 3 年前 | |
split up variable definitions clang-tidy warns: 'warning: multiple declarations in a single statement reduces readability' | 2 个月前 | |
update copyright dates Add any missing credits for 2025. | 8 个月前 | |
split up variable definitions clang-tidy warns: 'warning: multiple declarations in a single statement reduces readability' | 2 个月前 | |
refactor: upgrade macro flags to enum flags Turn #define'd flags into enums. Enums provide: - debugger visibility - compiler diagnostics - symbol scoping by convention - easier navigation/search - cleaner documentation generation - type grouping Naming: - enum has singular ending, e.g. Flag - typedef wrapper has plural ending, e.g. Flags Suffix `_NO_FLAGS` has been renamed to `_NONE` for consistency. | 4 个月前 | |
doxy: unify module names | 6 个月前 | |
module: rename vars to mod_data - rename local ModuleData variables to mod_data across active code - update placeholder commented module stubs to use the same name - keep non-ModuleData fields such as menu->mdata unchanged | 4 个月前 | |
doxy: unify module names | 6 个月前 | |
module: tidy cleanup Pass the Module Data to the Module on cleanup() | 4 个月前 | |
module: add Notify object to each globals Add a 'struct Notify *notify' member to every ModuleData struct. Create it with notify_new() in each Module.init() function, set its parent to NeoMutt->notify, and free it in Module.cleanup(). For modules that previously had commented-out init/cleanup code, uncomment the mod_data allocation and deallocation. | 4 个月前 |