Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: 5061726b6572/fast-cpp-csv-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ben-strasser/fast-cpp-csv-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 8 files changed
  • 6 contributors

Commits on Nov 3, 2021

  1. Configuration menu
    Copy the full SHA
    4426871 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ben-strasser#127 from 5061726b6572/fix_missing_lim…

    …its_include
    
    Add necessary <limits> include when CSV_IO_NO_THREAD is defined.
    ben-strasser authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    5a41797 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    21b0cb1 View commit details
    Browse the repository at this point in the history
  2. fix typos

    ben-strasser committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    6640189 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e152659 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44df48e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    823c6c6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4ade42d View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Add fuzzing by way of ClusterFuzzLite

    Signed-off-by: David Korczynski <david@adalogics.com>
    DavidKorczynski committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    c9b0706 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. fix branch name

    Signed-off-by: David Korczynski <david@adalogics.com>
    DavidKorczynski committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    d699129 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Extend ClusterFuzzLite README

    Signed-off-by: David Korczynski <david@adalogics.com>
    DavidKorczynski committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    222b7be View commit details
    Browse the repository at this point in the history
  2. ClusterFuzzLite: use CXXFLAGS

    Signed-off-by: David Korczynski <david@adalogics.com>
    DavidKorczynski committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    e8c20d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Merge pull request ben-strasser#142 from DavidKorczynski/clusterfuzzlite

    Add fuzzing by way of ClusterFuzzLite
    ben-strasser authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    a71a87e View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Fix typo in fuzz README.md

    zuyu authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    52bae51 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Merge pull request ben-strasser#144 from zuyu/typo-fix

    Fix typo in fuzz README.md
    ben-strasser authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    758f566 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2025

  1. Avoid string truncation warning by leaving space for null terminator,…

    … which is explictly set on the next line
    SimonHeim authored and Simon Heimowitz committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    2bfc96c View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2025

  1. Merge pull request ben-strasser#146 from SimonHeim/145-string-truncat…

    …ion-warning
    
    Avoid string truncation warning by leaving space for null terminator
    ben-strasser authored Feb 2, 2025
    Configuration menu
    Copy the full SHA
    574a9fe View commit details
    Browse the repository at this point in the history
Loading