aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-dataloader
Commit message (Expand)AuthorAgeLines
* Fixed BasicParser::_file_path relying on externally controlled memory hop3112024-01-22-7/+20
* Expanded v2script character list to support Windows-1251windows-1251 hop3112024-01-22-1/+12
* Fix includes Spartan3222024-01-18-14/+1
* Fix MSVC CL-19.38 bug hop3112023-12-11-1/+1
* Fix early termination on newline in CSV file hop3112023-12-10-3/+3
* Change nodes to support list checks: Spartan3222023-11-04-3/+3
* Add grammar support for BEL, HT, LF, and CR characters Spartan3222023-10-20-14/+33
* Make values optional for CSV lines Spartan3222023-10-13-2/+4
* Simplify csv grammar to one file Spartan3222023-10-13-180/+220
* Add Lua Defines parsing Spartan3222023-10-12-0/+135
* Make File contents optional Spartan3222023-10-05-1/+10
* Fix BufferHandler assuming buffers of size 0 are invalid Spartan3222023-10-05-1/+1
* Update lexy to main branch Spartan3222023-09-26-8/+7
* StatementListBlocks no longer require key = {...} Hop3112023-09-16-1/+2
* Add ParseOptions: Spartan3222023-09-15-76/+99
* Overhaul CSV parsing and align with Victoria 2 CSVs Spartan3222023-09-14-241/+183
* Add requirement comments Spartan3222023-09-10-2/+35
* Add Node Line/Column Generator Spartan3222023-09-05-36/+141
* Add Windows-1252 CSV Parser Spartan3222023-09-04-46/+229
* Add csv::Parser.get_lines() implementation Spartan3222023-09-03-0/+4
* Add github actions and workflow Spartan3222023-09-02-3/+4
* Rework Grammar and Parser Spartan3222023-09-02-74/+1690
* Initial structural commit Spartan3222023-07-26-0/+74