Skip to content

Tags: d99kris/rapidcsv

Tags

v8.90

Toggle v8.90's commit message
fixes #194 - out-of-range RemoveRow to throw exception instead of seg…

…faulting

v8.89

Toggle v8.89's commit message
follow-up to 9501529 - bump version

v8.88

Toggle v8.88's commit message
fixes #192 - utf-16 handling for stream-based constructor

v8.87

Toggle v8.87's commit message
update uncrustify.cfg for v0.80 and reformat code

v8.85

Toggle v8.85's commit message
update doc

v8.84

Toggle v8.84's commit message
fixes #168 - handle trailing empty cell without linebreak

v8.83

Toggle v8.83's commit message
fixes #161 - writing CSV with autoquote enabled should quote strings …

…containing linebreak

v8.82

Toggle v8.82's commit message
fixes #156 - handle trailing comment line without linebreak

v8.80

Toggle v8.80's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #150 from Craftidore/patch-1

Correct default arguments for SeparatorParams constructor in docs

v8.77

Toggle v8.77's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #142 from d99kris/integrate-add-setcell-methods

fixes #140 - add two SetCell methods for consistency with GetCell