summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/system_archive/ng_word.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2021-03-14system_archive: Update NgWord archive versionMorph1-2/+2
2020-08-05vfs_vector: Make creation of array vfs files less verboseLioncash1-24/+18
We can add a helper function to make creation of these files nicer. While we're at it, we can eliminate an unnecessary std::array copy in the constructor. This makes the overhead on some of these functions way less intensive, given some arrays were quite large. e.g. The timezone location names are 9633 bytes in size.
2018-12-06system_archive: Implement open source NgWord2Zach Hilman1-0/+39
2018-12-05ng_word: Deduplicate use of a constant valueLioncash1-1/+1
We've already given the constant to the vector itself, so we don't need to re-hardcode it in the array.
2018-11-23file_sys: Implement system archive synthesizer for NgWord (806)Zach Hilman1-0/+42