~jan0sch/rig

Showing 11 changes starting from 01bac893ae89c2de8a77d8e8b01cfe7700cdf7f9.
2025-04-12 (Sat), 5:50 PM - Jens Grassel - 01bac893ae89c2de8a77d8e8b01cfe7700cdf7f9

README: add information about the data file format

Summary of changes
1 files modified with 23 lines added and 0 lines removed
  • README.md with 23 added and 0 removed lines
2025-04-12 (Sat), 5:43 PM - Jens Grassel - e3ed0571503626b9c29f782610ec09bba6379726

Refactoring: make cli arguments cross platform compatible

Summary of changes
1 files modified with 30 lines added and 13 lines removed
  • src/main.zig with 30 added and 13 removed lines
2025-04-12 (Sat), 9:19 AM - Jens Grassel - 0dfcfc074d90166e8b95a913fca66e258e26d15d

Add README and other files.

Summary of changes
4 files added
  • AUTHORS.md
  • LICENSE
  • NOTICE
  • README.md
2025-04-12 (Sat), 9:19 AM - Jens Grassel - 6b2f30122be33e22f5ca26a94428a2f0a369ffed

Add documentation.

Summary of changes
1 files modified with 2 lines added and 0 lines removed
  • src/main.zig with 2 added and 0 removed lines
2025-04-12 (Sat), 9:11 AM - Jens Grassel - 71aa7ae278de7659e7a320332fd1430e1aba7cd8

Load file from local or global path depending which works.

Summary of changes
1 files modified with 22 lines added and 18 lines removed
  • src/main.zig with 22 added and 18 removed lines
2025-04-08 (Tue), 5:36 AM - Jens Grassel - 3985b03c96f3eb0d7468a9cf26f45c66913b42aa

Add .cache directory to ignore file

Summary of changes
1 files modified with 1 lines added and 0 lines removed
  • .ignore with 1 added and 0 removed lines
2025-04-06 (Sun), 5:18 PM - Jens Grassel - edd6015a4878609eef482c0953da2d909206f892

Remove replacement of tab chars in address.

Summary of changes
1 files modified with 0 lines added and 1 lines removed
  • src/main.zig with 0 added and 1 removed lines
2025-04-06 (Sun), 10:24 AM - Jens Grassel - ebc5ec4937ff257ec50e6932cb6160bb18983f40

Add data for france.

Summary of changes
3 files added
  • resources/forenames/fra.tsv
  • resources/surnames/fra.tsv
  • resources/zips/fra.tsv
2025-04-06 (Sun), 9:53 AM - Jens Grassel - d63f210d2ffd5f1422c8f3c52d23c4725610b3c9

Set version in build file.

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.zig.zon with 1 added and 1 removed lines
2025-04-06 (Sun), 9:53 AM - Jens Grassel - 525191bf9c482b28f3d07afcf4c6e610476f2af2

Add EUPL header.

Summary of changes
1 files modified with 3 lines added and 0 lines removed
  • src/main.zig with 3 added and 0 removed lines
2025-04-06 (Sun), 9:41 AM - Jens Grassel - 5705ff66cf1eaefad12e68d242e0fe6bc459d961

Fix it.

- switch to ArenaAllocator
- live with memory leaking `readData` function
- add test for random entry generator
- add resource files
Summary of changes
3 files added
  • resources/forenames/deu.tsv
  • resources/surnames/deu.tsv
  • resources/zips/deu.tsv
1 files modified with 32 lines added and 26 lines removed
  • src/main.zig with 32 added and 26 removed lines