-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
1 parent
9269423
commit 621a9d9
Showing
39 changed files
with
4,733 additions
and
3,957 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.