Commit Graph

  • 043e66f83f
    [skip ci] Update CI badges (#54) master red0124 2025-07-06 00:27:53 +02:00
  • 11324e420e [skip ci] Update CI badges red0124 2025-07-06 00:16:25 +02:00
  • c708d93db3
    CI Update (#53) red0124 2025-07-05 15:17:58 +02:00
  • 41ae9d98c7 [skip ci] Remove ICC ci red0124 2025-07-04 17:29:20 +02:00
  • 53c5b779d4 [skip ci] Update version v1.8.0 ado 2024-03-14 19:15:32 +01:00
  • 107a122718 [skip ci] Update README ado 2024-03-14 19:13:03 +01:00
  • 55d0a4e598
    Updated and added new functions related to headers, resolved ODR issues, resolved clang-tidy warnings (#50) red0124 2024-03-14 17:22:57 +01:00
  • 99725f48b7 Fix test CMakeLists.txt typo dev ado 2024-03-14 15:06:55 +01:00
  • c097732352 Enable the parser to accept a header with one empty field, update unit tests ado 2024-03-14 14:58:33 +01:00
  • 8b1cf56549 Modify header parsing for empty headers, update old and add new tests for header parsing ado 2024-03-14 11:55:14 +01:00
  • 50de5b3a5a Add const where fitting, make splitter class members private, add #pragma once to ssp.hpp ado 2024-03-14 04:40:07 +01:00
  • f4bca3915f
    Add [[nodiscard]] where fitting, update unit tests (#49) red0124 2024-03-14 04:28:33 +01:00
  • 809939d0e2 Update parser error messages, fix parser tests ado 2024-03-13 19:39:07 +01:00
  • b9f4afdd5f Add header and raw_header methods, update header usage methods error handling, write new and update existing unit tests ado 2024-03-13 17:15:31 +01:00
  • 69875c238e
    Resolve clang-tidy warnings (#48) red0124 2024-03-12 18:31:24 +01:00
  • 457defadaa
    Bugfix/odr violations (#47) red0124 2024-03-12 10:22:10 +01:00
  • 1b9a01f787
    Feature/fuzz (#44) red0124 2024-03-03 20:46:12 +01:00
  • f5b750dd93
    Merge pull request #43 from red0124/bugfix/ftell_slowdown v1.7.2 red0124 2024-03-02 02:20:05 +01:00
  • 7f53b585f9 Remove usage of ftell when updating cursor position value ado 2024-03-02 00:34:19 +01:00
  • 67ef6651c1 Fix README typos v1.7.1 ado 2024-03-01 17:23:26 +01:00
  • fa4ec324de Update version ado 2024-03-01 16:22:45 +01:00
  • f229de61d6
    Merge pull request #42 from red0124/dev red0124 2024-03-01 16:17:16 +01:00
  • df2beab6c3
    Fix buffer overflow on multiline restricted with unterminated quote and multiple empty lines (#41) red0124 2024-03-01 15:46:34 +01:00
  • 27bd60b5ce
    Fix bug with get_line_buffer when used with data buffer that is not null terminated and does not end with \n (#40) red0124 2024-03-01 02:47:04 +01:00
  • c5b50f2b47
    Fix compile issues for c++20 (#39) red0124 2024-03-01 00:52:00 +01:00
  • d8dcce7f2a
    Fix buffer overflow on multiline csv data containing null characters (#38) red0124 2024-02-29 22:03:20 +01:00
  • 126329608c
    Add macOS ci (#36) red0124 2024-02-28 22:20:26 +01:00
  • ddaa446819 Update version v1.7.0 ado 2024-02-28 00:58:14 +01:00
  • 8bad2d72ea
    Merge pull request #35 from red0124/feature/csv_buffer red0124 2024-02-28 00:13:20 +01:00
  • 899a6e6f5e [skip ci] Update README ado 2024-02-28 00:08:04 +01:00
  • 0d3d8fa83e [skip ci] Update README ado 2024-02-28 00:04:59 +01:00
  • 7bbe2879cd [skip ci] Update README ado 2024-02-28 00:02:58 +01:00
  • 063d56fad9 [skip ci] Update README ado 2024-02-28 00:01:37 +01:00
  • df78865f04 [skip ci] Update README ado 2024-02-27 23:56:13 +01:00
  • 852481d233 Fix converter unit tests ado 2024-02-27 02:49:50 +01:00
  • c516a6f826 Fix extraction tests ado 2024-02-26 02:37:30 +01:00
  • b660310acf [skip ci] Merge with master ado 2024-02-25 18:27:26 +01:00
  • 0a695cf09e Add ss::uint8 and ss::int8, add unit tests for them ado 2024-02-25 17:46:35 +01:00
  • f8e14b1fcf [skip ci] Add std:: to invoked C std lib functions ado 2024-02-25 13:02:34 +01:00
  • 0ebbee1174 [skip ci] Remove obsolete check from get_line_buffer ado 2024-02-25 12:10:46 +01:00
  • b3f3bdf8d1 [skip ci] Update ssp.hpp ado 2024-02-25 10:54:56 +01:00
  • f4a06d40e7 Fix non-POSIX get_line ado 2024-02-25 10:53:21 +01:00
  • f2ff40a625 Add strict_realloc ado 2024-02-25 10:42:11 +01:00
  • 110ee840cc Fix header usage functionality ado 2024-02-25 03:54:33 +01:00
  • 05f87bc78b [skip ci] Fix line method ado 2024-02-25 02:57:46 +01:00
  • 88e711a5f7 Add positions method to parser, write unit tests for it, update other parser tests ado 2024-02-25 02:06:48 +01:00
  • 383de57f9a Make ssize_t equal to intptr_t for non-POSIX environments ado 2024-02-24 19:09:41 +01:00
  • c6f6ba9821 [skip ci] Reduce number of runs for no new line at end of data test ado 2024-02-24 14:37:26 +01:00
  • c5e491041d [skip ci] Disable file mode for no new line at end of data test ado 2024-02-24 14:17:23 +01:00
  • 21b543ea4f [skip ci] Disable buffer mode no new line at end of data test ado 2024-02-24 13:55:31 +01:00
  • 8881649aca Update get_line_buffer, update new version of get_line_file to work with data that has no new line at eof ado 2024-02-23 23:25:03 +01:00
  • a27fd121a1
    Merge pull request #34 from red0124/improvement/getline_update red0124 2024-02-23 23:04:19 +01:00
  • c0d3087f85 Fix reallocation issues with non-POSIX get_line ado 2024-02-23 21:56:44 +01:00
  • 273e8ad950 Merge with master, resolve conflicts ado 2024-02-23 02:49:13 +01:00
  • f8fdb97151
    Merge pull request #33 from red0124/improvement/getline_update red0124 2024-02-23 01:53:47 +01:00
  • c0ee100f99 Update ssp.hpp ado 2024-02-23 01:04:40 +01:00
  • 09e628020d Fix typo in common.hpp ado 2024-02-23 01:01:31 +01:00
  • ea21b9ba04 Fix get_line possible leak ado 2024-02-23 00:59:58 +01:00
  • 230da6a3f2 Update getline implementation for non-POSIX systems ado 2024-02-22 23:59:58 +01:00
  • 3ea8adedfd Add extended tests with no new line at eof ado 2024-02-22 00:30:05 +01:00
  • 57ba23c574 [skip ci] Restore extended tests ado 2024-02-21 21:53:01 +01:00
  • 6516c6cc94 [skip ci] Restore CMAKE_GITHUB_CI, disable some extended tests ado 2024-02-21 21:38:27 +01:00
  • cbb0a1ad8e [skip ci] Fix coverage.yml typo, disable extended tests ado 2024-02-21 21:23:38 +01:00
  • 1798b4c6f3 [skip ci] Update coverage.yml, fix lcov usage error ado 2024-02-21 20:52:34 +01:00
  • 90a116ac7b [skip ci] Update coverage.yml, add lcov filters ado 2024-02-21 20:19:42 +01:00
  • cbbe0acb25 [skip ci] Fix ci_install_lcov.sh ado 2024-02-21 20:06:32 +01:00
  • b993eb8852 [skip ci] Update coverage.yml to work with lcov2.0 ado 2024-02-21 19:41:06 +01:00
  • 5e32d722e8 [skip ci] Update coverage.yml, add unit test for files and buffers without new line at the end of the file ado 2024-02-21 02:19:14 +01:00
  • 59f6591da3 [skip ci] Update coverage.yml ado 2024-02-21 01:25:53 +01:00
  • 9d96a7d47f [skip ci] Update coverage.yml ado 2024-02-19 01:59:10 +01:00
  • d4fc2ee561 [skip ci] Update .gitignore ado 2024-02-19 01:23:09 +01:00
  • d422667477 [skip ci] Remove some magic numbers ado 2024-02-19 01:16:19 +01:00
  • aaa22046a5 Add null data buffer error handler and unit test, resolve TODOs ado 2024-02-19 01:00:42 +01:00
  • 775b8c93e2 Fix parser tests part 2 segment issues ado 2024-02-19 00:16:22 +01:00
  • e4fba8a918 Split parser tests part 2 into additional segments ado 2024-02-19 00:04:09 +01:00
  • 11d57bd073 [skip ci] Try fix MINGW ci ado 2024-02-18 23:40:53 +01:00
  • 45b840a30a [skip ci] Try fix MINGW ci ado 2024-02-18 23:22:37 +01:00
  • 8bb773625b [skip ci] Try fix MINGW ci ado 2024-02-18 23:16:10 +01:00
  • 0466c7234c [skip ci] Try fix MINGW ci ado 2024-02-18 23:13:16 +01:00
  • d21c387a33 [skip ci] Try fix MINGW ci ado 2024-02-18 23:07:26 +01:00
  • d019edb2bf [skip ci] Update unit test CMakeList for MINGW ado 2024-02-18 21:58:06 +01:00
  • a2666816de Add maybe_unused attribute to test helper functions ado 2024-02-18 19:58:25 +01:00
  • 417a03a8a4 Fix unit tests build ado 2024-02-18 19:36:41 +01:00
  • baf4317ffa Add more unit tests for buffer mode ado 2024-02-18 18:58:51 +01:00
  • 63a618957b Add more unit tests for buffer mode ado 2024-02-18 18:46:26 +01:00
  • dbaa8131e7 Update ssp.hpp ado 2024-02-18 15:29:03 +01:00
  • ef8cf30919 Merge remote-tracking branch 'origin/master' into feature/csv_buffer ado 2024-02-18 15:27:46 +01:00
  • 42d618ed64 Make CI unit tests run sequentially ado 2024-02-18 14:12:10 +01:00
  • 8b07f7d6cb Remove tmpnam usage for random file generation ado 2024-02-18 13:55:14 +01:00
  • 82f8ed12b4 Fix out of bounds reading for get_line_buffer, write more buffer mode unit tests ado 2024-02-18 11:20:36 +01:00
  • e89e268280 Update test helpers random file name generator ado 2024-02-17 22:21:37 +01:00
  • aacf690640 Fix unit test CMakeLists typo ado 2024-02-17 21:10:25 +01:00
  • f8c5757d99 Fix unit test CMakeLists ado 2024-02-17 21:08:24 +01:00
  • ce03c371ae Split parser tests into multiple files, add more tests for buffer mode ado 2024-02-17 21:05:30 +01:00
  • 6c859959d6 Add more unit tests for buffer mode ado 2024-02-17 17:43:33 +01:00
  • 4434db29f6 Merge remote-tracking branch 'origin/master' into feature/csv_buffer ado 2024-02-17 03:39:11 +01:00
  • fdd153b63e
    Merge pull request #32 from red0124/bugfix/header_usage_on_empty_file v1.6.2 red0124 2024-02-17 03:27:17 +01:00
  • c05ab35a33 [skip ci] Update version ado 2024-02-17 02:41:02 +01:00
  • 8d1637cad1 Update single-header.yml ado 2024-02-17 02:34:51 +01:00
  • 7530be1c44 Fix undefined behavior when trying to fetch header information on an empty file ado 2024-02-17 02:26:19 +01:00