Rapidcsv Versions Save

C++ CSV parser library

v8.82

1 month ago
  • fixes #156 - handle trailing comment line without linebreak
  • merged #154 - fix for whitespaced quoted separators

v8.80

7 months ago
  • merged #150 - fix default arguments for SeparatorParams constructor in documentation
  • merged #146 - fix build error with GCC 4.8.5
  • merged #148 - enable ccache only when tests are enabled
  • merged #145 - optional ccache
  • fixes #144 - fix build warnings on openSUSE 15.4 / g++ v7.5.0

v8.77

10 months ago
  • fixes #140 - add two SetCell methods for consistency with GetCell
  • fixes #137 - switch ssize_t usage to int

v8.75

1 year ago
  • fixes #138 - retain UTF-8 BOM on Save
  • fixes #135 - ensure setting cell value works correctly with column headers offset
  • fixes #132 - ignore c++ locale when mNumericLocale is set false
  • fixes #129 - fix precision loss when writing floating-point values to csv document
  • merged #127 - fix no_converter::what() accessability
  • fixes #122 - update doc mentioning package managers vcpkg and conan
  • merged #124 - add missing "const" qualifier to several functions in class Document

v8.69

1 year ago
  • update issue templates, ci branches and gitignore
  • use cmake --build for windows build
  • add utf-8 flag for windows build
  • compliance with effective c++ guidelines
  • fixes #113 - add support for custom quote character
  • Include limits header
  • update doc

v8.65

1 year ago
  • fixes #111 - fix sign conversion warnings (#112)

v8.64

1 year ago
  • fixes #109 - ensure access by labels is correct after row/column insert or delete
  • fixes #108 - explicitly specify std::max type to avoid conflict with windows.h max()-macro

v8.62

2 years ago
  • revert to original windows compilation warnings state after disabling 4996
  • fixes #104 - fix parsing issue reading from non-binary stream on windows
  • fixes #102 - add support for locale-independent float parsing

v8.53

2 years ago
  • fixes #63 - more descriptive exception message when reading out-of-range column

v8.52

2 years ago
  • Fix wrong parsing of UTF16 file