summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/system_archive/ng_word.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-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.
* system_archive: Update NgWord archive versionMorph2021-03-141-2/+2
|
* vfs_vector: Make creation of array vfs files less verboseLioncash2020-08-051-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.
* system_archive: Implement open source NgWord2Zach Hilman2018-12-061-0/+39
|
* ng_word: Deduplicate use of a constant valueLioncash2018-12-051-1/+1
| | | | | We've already given the constant to the vector itself, so we don't need to re-hardcode it in the array.
* file_sys: Implement system archive synthesizer for NgWord (806)Zach Hilman2018-11-231-0/+42