summaryrefslogtreecommitdiff
path: root/tools/knarc/Narc.cpp
AgeCommit message (Collapse)Author
2021-11-11Fix Makefile issues with OSX 11.6PikalaxALT
2021-05-29Output NARC contents as C enums in .naix filesPikalaxALT
You can include these by typing out the full path to the .naix file (minus the files/ prefix). Example: ```c ``` Also: - Build the filesystem before building the C objects
2020-07-04Changed indentation to spaceskr3nshaw
2020-07-04Added fnmatch for Windowskr3nshaw
2020-06-30knarc accepts CRLF in .knarcignorePikalaxALT
knarc now allows CRLF line endings in .knarcignore
2020-06-16KNARC: Fix typo in help string; suppress narrowing warningsPikalaxALT
2020-06-16KNARC: Add handling of .knarcignore, .knarckeep; fix up cliPikalaxALT
2020-06-08Added preprocessor macros to switch experimental on and offkr3nshaw
2020-06-08Changed filesystem to experimental/filesystemkr3nshaw
2020-06-08Replaced narccomp with knarckr3nshaw