aboutsummaryrefslogtreecommitdiff
path: root/tools/odinfmt/flag
Commit message (Collapse)AuthorAgeFilesLines
* Use core:flags instead of custom flag parsing library and fix 2 bugsgodalming1232025-09-141-216/+0
| | | | | | - Fixes formatting not working for blank files - Fixes odinfmt not detecting the config file when `-stdin` is specified because it thinks that it is formatting the `-stdin` path - Replaces the custom arg parsing code with odin's `core:flags` library
* Replace hardcoded size in `mem.copy`Bintang Adiputra Pratama2025-07-171-2/+6
|
* Merge pull request #356 from Feoramund/move-core-baseDanielGavin2024-04-181-1/+2
|\ | | | | Move packages to new base collection
| * Move packages to new base collectionFeoramund2024-04-171-1/+2
| |
* | Replace deprecated ptr_from_string with raw_dataFeoramund2024-04-171-1/+1
|/
* Fix building odinfmt on windows with latest OdinPhil2022-06-201-1/+1
|
* Add odinfmt builderDaniel Gavin2021-12-051-0/+211