Tags: aluaces/csv-parser
Tags
CSV Parser 2.1.3 Patch 7/28/21 (vincentlaucsb#179) * Fixed more compilation errors * Added hex number parsing and a minor bug fix that could cause an assertion failure in C++11 * Fixed some clang issues * More fixes * Weird clang issues * Update test_write_csv.cpp
CSV Parser 2.1.2: July 26, 2021 Patch (vincentlaucsb#177) * Fix C++-14 compile issues * CSV Parser should now build with std=c++11 on g++-7.5 * Fixed issues with floating point writing * Fixed newlines not being escaped * Update single header
CSV Parser 2.1.0 (vincentlaucsb#131) * Update csv_row.cpp * Simplified handling of quoted fields * Added tokenizer * Some minor code clean up * Update raw_csv_data.hpp * Some more code clean up * Added thread safety test * read_csv() now makes calls that are aligned to the CSV * Added more CSV writer specializations * Update test_round_trip.cpp * Update test_round_trip.cpp * Simplified CSVWriter * Update csv_writer.hpp * Updated docs * Some code clean up * Changed how custom types are serialized * Update csv_writer.hpp * Attempt to make BasicCSVParser no-copy * Created different basic_csv_parser specializations * Got CSVGuessing working again * Got round trip test working again * Got more tests working again * Fixed some failing tests * Most unit tests working again * CSVStat no longer inherits from CSVReader * Update single header * Code clean up * More code clean up * Fix CSVStat segfault * Fixed bug in parse_loop() & c++11 compatibility issues * Fixed g++-6 compatibility * Added some optimizations * Code clean up * Added CSVReader constructor over an ifstream * Attempt to fix ifstream parsing * Fixed std::ifstream parsing * Added more comments * Fixed a bunch of warnings * Last update of docs * Update README.md
PreviousNext