Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ben-strasser
/
fast-cpp-csv-parser
Public
Notifications
You must be signed in to change notification settings
Fork
439
Star
2.4k
Code
Issues
21
Pull requests
6
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 2, 2025
Merge pull request #146 from SimonHeim/145-string-truncation-warning
Show description for 574a9fe
ben-strasser
authored
574a9fe
View commit details
Copy full SHA for 574a9fe
Browse repository at this point
Commits on Jan 31, 2025
Avoid string truncation warning by leaving space for null terminator, which is explictly set on the next line
SimonHeim
authored and
Simon Heimowitz
committed
2bfc96c
View commit details
Copy full SHA for 2bfc96c
Browse repository at this point
Commits on Sep 1, 2024
Merge pull request #144 from zuyu/typo-fix
Show description for 758f566
ben-strasser
authored
758f566
View commit details
Copy full SHA for 758f566
Browse repository at this point
Commits on Aug 15, 2024
Fix typo in fuzz README.md
zuyu
authored
52bae51
View commit details
Copy full SHA for 52bae51
Browse repository at this point
Commits on Jan 1, 2024
Merge pull request #142 from DavidKorczynski/clusterfuzzlite
Show description for a71a87e
ben-strasser
authored
a71a87e
View commit details
Copy full SHA for a71a87e
Browse repository at this point
Commits on Dec 27, 2023
ClusterFuzzLite: use CXXFLAGS
Show description for e8c20d0
DavidKorczynski
committed
e8c20d0
View commit details
Copy full SHA for e8c20d0
Browse repository at this point
Extend ClusterFuzzLite README
Show description for 222b7be
DavidKorczynski
committed
222b7be
View commit details
Copy full SHA for 222b7be
Browse repository at this point
Commits on Dec 23, 2023
fix branch name
Show description for d699129
DavidKorczynski
committed
d699129
View commit details
Copy full SHA for d699129
Browse repository at this point
Commits on Dec 22, 2023
Add fuzzing by way of ClusterFuzzLite
Show description for c9b0706
DavidKorczynski
committed
c9b0706
View commit details
Copy full SHA for c9b0706
Browse repository at this point
Commits on Feb 3, 2023
increase error message sizes
ben-strasser
committed
4ade42d
View commit details
Copy full SHA for 4ade42d
Browse repository at this point
add faq question about the number of columns supported
ben-strasser
committed
823c6c6
View commit details
Copy full SHA for 823c6c6
Browse repository at this point
clarify that set_file_line and set_file_name only affect error messages
ben-strasser
committed
44df48e
View commit details
Copy full SHA for 44df48e
Browse repository at this point
Remove comment and broken link about VS2013
ben-strasser
committed
e152659
View commit details
Copy full SHA for e152659
Browse repository at this point
fix typos
ben-strasser
committed
6640189
View commit details
Copy full SHA for 6640189
Browse repository at this point
reformat with clang-format
ben-strasser
committed
21b0cb1
View commit details
Copy full SHA for 21b0cb1
Browse repository at this point
Commits on Nov 3, 2021
Merge pull request #127 from 5061726b6572/fix_missing_limits_include
Show description for 5a41797
ben-strasser
authored
5a41797
View commit details
Copy full SHA for 5a41797
Browse repository at this point
Add necessary <limits> include when CSV_IO_NO_THREAD is defined.
5061726b6572
committed
4426871
View commit details
Copy full SHA for 4426871
Browse repository at this point
Commits on Oct 2, 2021
Merge pull request #123 from mhfrantz/master
Show description for 3072ac8
ben-strasser
authored
3072ac8
View commit details
Copy full SHA for 3072ac8
Browse repository at this point
Commits on Jul 16, 2021
Safer buffer index check in LineReader::next_line
Show description for 352c366
mhfrantz-mse
committed
352c366
View commit details
Copy full SHA for 352c366
Browse repository at this point
Commits on Jan 3, 2021
Merge pull request #118 from Xyniath/patch-1
Show description for 75600d0
ben-strasser
authored
75600d0
View commit details
Copy full SHA for 75600d0
Browse repository at this point
Fixed Typo "librarie" -> "libraries"
Xyniath
authored
0f10faf
View commit details
Copy full SHA for 0f10faf
Browse repository at this point
Commits on Aug 30, 2020
silence -Wstringop-truncation warning
ben-strasser
committed
1165be5
View commit details
Copy full SHA for 1165be5
Browse repository at this point
fixed typo in readme (2->3)
ben-strasser
committed
de8a8c7
View commit details
Copy full SHA for de8a8c7
Browse repository at this point
Commits on Jul 22, 2020
Merge pull request #106 from kerrick-lyft/patch-1
Show description for 3ba5dc7
ben-strasser
authored
3ba5dc7
View commit details
Copy full SHA for 3ba5dc7
Browse repository at this point
Commits on Jun 30, 2020
Fix ignore_missing_column typo in README
kerrick-lyft
authored
8f691fa
View commit details
Copy full SHA for 8f691fa
Browse repository at this point
Commits on Jun 11, 2020
added documentation hint that unescaped newlines in quoted strings are not supported
ben-strasser
committed
327671c
View commit details
Copy full SHA for 327671c
Browse repository at this point
added FAQ entry about newlines in escaped strings
ben-strasser
committed
68250a3
View commit details
Copy full SHA for 68250a3
Browse repository at this point
fixed example
ben-strasser
committed
39a51e1
View commit details
Copy full SHA for 39a51e1
Browse repository at this point
Commits on May 19, 2020
made header compatible with the windows.h min/max macros
ben-strasser
committed
6636561
View commit details
Copy full SHA for 6636561
Browse repository at this point
fixed indentation in comment
ben-strasser
committed
7540d1c
View commit details
Copy full SHA for 7540d1c
Browse repository at this point
Commits on Oct 4, 2019
changed block_len to 1 MiB
ben-strasser
committed
713c5fd
View commit details
Copy full SHA for 713c5fd
Browse repository at this point
Merge pull request #88 from chris0x44/modernize
Show description for a8a8e74
ben-strasser
authored
a8a8e74
View commit details
Copy full SHA for a8a8e74
Browse repository at this point
Commits on Sep 28, 2019
Add changes suggested by clang modernize
christian
committed
a428666
View commit details
Copy full SHA for a428666
Browse repository at this point
Commits on Aug 22, 2019
Merge pull request #85 from louen/patch-1
Show description for aa81fa5
ben-strasser
authored
aa81fa5
View commit details
Copy full SHA for aa81fa5
Browse repository at this point
Commits on Aug 21, 2019
Silence double to float truncation VS warnings
Show description for 251b4ce
louen
authored
251b4ce
View commit details
Copy full SHA for 251b4ce
Browse repository at this point
Previous
Next
You can’t perform that action at this time.