mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ option: build-time: treat warning as error (build fails) + cleanups reported by CppCheck v.1.79 (except issue: 'variableScope') + remove _CRT_SECURE_NO_WARNINGS to see security warnings for deprecated functions; + remove macro-definition for BOOKMARK_EDITION (bookmarks are fixed component of NP3 now) (code has not been excaped by this MACRO consistently) |
||
|---|---|---|
| .. | ||
| extras | ||
| crypto.c | ||
| crypto.h | ||
| encryption-doc.txt | ||
| notepadcrypt.c | ||
| read_me.txt | ||
| rijndael-alg-fst.c | ||
| rijndael-alg-fst.h | ||
| rijndael-api-fst.c | ||
| rijndael-api-fst.h | ||
| sha-256.c | ||
| sha-256.h | ||
| testcrypt.tcsh | ||