Commit Graph

  • b993eb8852 [skip ci] Update coverage.yml to work with lcov2.0 ado 2024-02-21 19:41:06 +0100
  • 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 +0100
  • 59f6591da3 [skip ci] Update coverage.yml ado 2024-02-21 01:25:53 +0100
  • 9d96a7d47f [skip ci] Update coverage.yml ado 2024-02-19 01:59:10 +0100
  • d4fc2ee561 [skip ci] Update .gitignore ado 2024-02-19 01:23:09 +0100
  • d422667477 [skip ci] Remove some magic numbers ado 2024-02-19 01:16:19 +0100
  • aaa22046a5 Add null data buffer error handler and unit test, resolve TODOs ado 2024-02-19 01:00:42 +0100
  • 775b8c93e2 Fix parser tests part 2 segment issues ado 2024-02-19 00:16:22 +0100
  • e4fba8a918 Split parser tests part 2 into additional segments ado 2024-02-19 00:04:09 +0100
  • 11d57bd073 [skip ci] Try fix MINGW ci ado 2024-02-18 23:40:53 +0100
  • 45b840a30a [skip ci] Try fix MINGW ci ado 2024-02-18 23:22:37 +0100
  • 8bb773625b [skip ci] Try fix MINGW ci ado 2024-02-18 23:16:10 +0100
  • 0466c7234c [skip ci] Try fix MINGW ci ado 2024-02-18 23:13:16 +0100
  • d21c387a33 [skip ci] Try fix MINGW ci ado 2024-02-18 23:07:26 +0100
  • d019edb2bf [skip ci] Update unit test CMakeList for MINGW ado 2024-02-18 21:58:06 +0100
  • a2666816de Add maybe_unused attribute to test helper functions ado 2024-02-18 19:58:25 +0100
  • 417a03a8a4 Fix unit tests build ado 2024-02-18 19:36:41 +0100
  • baf4317ffa Add more unit tests for buffer mode ado 2024-02-18 18:58:51 +0100
  • 63a618957b Add more unit tests for buffer mode ado 2024-02-18 18:46:26 +0100
  • dbaa8131e7 Update ssp.hpp ado 2024-02-18 15:29:03 +0100
  • ef8cf30919 Merge remote-tracking branch 'origin/master' into feature/csv_buffer ado 2024-02-18 15:27:46 +0100
  • 42d618ed64 Make CI unit tests run sequentially ado 2024-02-18 14:12:10 +0100
  • 8b07f7d6cb Remove tmpnam usage for random file generation ado 2024-02-18 13:55:14 +0100
  • 82f8ed12b4 Fix out of bounds reading for get_line_buffer, write more buffer mode unit tests ado 2024-02-18 11:20:36 +0100
  • e89e268280 Update test helpers random file name generator ado 2024-02-17 22:21:37 +0100
  • aacf690640 Fix unit test CMakeLists typo ado 2024-02-17 21:10:25 +0100
  • f8c5757d99 Fix unit test CMakeLists ado 2024-02-17 21:08:24 +0100
  • ce03c371ae Split parser tests into multiple files, add more tests for buffer mode ado 2024-02-17 21:05:30 +0100
  • 6c859959d6 Add more unit tests for buffer mode ado 2024-02-17 17:43:33 +0100
  • 4434db29f6 Merge remote-tracking branch 'origin/master' into feature/csv_buffer ado 2024-02-17 03:39:11 +0100
  • fdd153b63e
    Merge pull request #32 from red0124/bugfix/header_usage_on_empty_file v1.6.2 red0124 2024-02-17 03:27:17 +0100
  • c05ab35a33 [skip ci] Update version ado 2024-02-17 02:41:02 +0100
  • 8d1637cad1 Update single-header.yml ado 2024-02-17 02:34:51 +0100
  • 7530be1c44 Fix undefined behavior when trying to fetch header information on an empty file ado 2024-02-17 02:26:19 +0100
  • 7062888d72 Fix msvc build ado 2024-02-17 01:07:29 +0100
  • f04ede3a49 Add option to read csv data from a buffer, add some unit tests for the new feature ado 2024-02-17 00:55:36 +0100
  • d978e986de Enable ignore_empty functionality improvement/performance_update ado 2023-08-14 23:19:02 +0200
  • 99d445bafe [skip ci] Enable header usage functionality ado 2023-08-14 01:26:47 +0200
  • 397cf21d18 [skip ci] Make multiline restricted functionality work, fix line numbers update ado 2023-08-14 01:12:15 +0200
  • eb8f205300 [skip ci] Make escaping functionality work within quotes ado 2023-08-13 19:44:52 +0200
  • b618384054 [skip ci] Add escaping functionality to new parsing method ado 2023-08-13 16:51:31 +0200
  • 4e4c3a6e02 [ckip ci] Add quoting functionality to new parsing method ado 2023-08-13 11:36:56 +0200
  • 0b3b719155 [ckip ci] Replace getline with fread, update parser ado 2023-08-12 21:15:44 +0200
  • 4bedc32b63 [skip ci] Update README ado 2023-08-08 17:26:48 +0200
  • 7822351a0b [skip ci] Update coverage badge ado 2023-08-08 17:23:36 +0200
  • a755f6c455 [skip ci] Update version v1.6.1 ado 2023-08-08 16:40:21 +0200
  • 4db88c0490
    Merge pull request #30 from red0124/feature/coverage_ci red0124 2023-08-08 16:37:11 +0200
  • 8b72deb1ed Remove some comments, update README, update ssp.hpp ado 2023-08-08 14:38:49 +0200
  • 672b89b213 Add ability to convert larger numbers without fast_float, write unit tests ado 2023-08-08 14:11:51 +0200
  • b9d2c2aad9 Fix big number extraction test ado 2023-08-08 12:57:15 +0200
  • 32cbfe1d17 Update extraction tests, update coverage-ci, update ssp.hpp ado 2023-08-08 12:43:56 +0200
  • 848689451c Add big float extraction test ado 2023-08-08 12:29:04 +0200
  • b7e5dd28b8 Update splitter tests ado 2023-08-08 12:10:20 +0200
  • e316558a7b Add parser test for invalid rows with header ado 2023-08-08 11:07:26 +0200
  • 1c6eacad30 Update coverage-ci badge ado 2023-08-08 10:05:07 +0200
  • 5ac506d8f0 Add coverage-ci badge ado 2023-08-08 10:01:47 +0200
  • 6e27f35209 Update coverage ci ado 2023-08-08 02:08:31 +0200
  • 49a3a20e68 Update coverage ci ado 2023-08-08 02:03:42 +0200
  • 1d0911ab3c Update coverage ci ado 2023-08-08 01:46:20 +0200
  • 7d3d02f11d Update coverage ci ado 2023-08-08 01:33:59 +0200
  • 17c21e260f Update coverage ci ado 2023-08-08 01:25:43 +0200
  • 2504c3574d Update coverage ci ado 2023-08-08 01:19:21 +0200
  • 0bd78120f3 Update coverage ci ado 2023-08-08 01:15:57 +0200
  • ed8f4e3147 Update coverage ci ado 2023-08-08 01:12:05 +0200
  • d4c9227830 Update coverage ci ado 2023-08-08 01:06:27 +0200
  • f232c7d995 Add coverage ci ado 2023-08-08 00:43:02 +0200
  • 14ccb88664 Add single-header-ci badge ado 2023-08-07 19:58:56 +0200
  • 34833837ba
    Merge pull request #29 from red0124/improvement/ci_update red0124 2023-08-07 19:56:12 +0200
  • 5f27595ec1 Add workflow_dispatch to all workflows ado 2023-08-07 18:48:21 +0200
  • 65371d05f3 Update single-header.yml ado 2023-08-07 18:40:54 +0200
  • 31b924736f [skip ci] Update single-header.yml ado 2023-08-07 18:39:02 +0200
  • ffca94d47d [skip ci] Update single-header.yml ado 2023-08-07 18:37:58 +0200
  • 7ba66ff99d Update single-header.yml ado 2023-08-07 18:36:38 +0200
  • f1e127dd2b [skip ci] Update single-header.yml ado 2023-08-07 18:35:30 +0200
  • 3e3eb1b61c [skip ci] Update single-header.yml ado 2023-08-07 18:33:38 +0200
  • b9d8eb860e [skip ci] Restore ssp.hpp ado 2023-08-07 18:30:35 +0200
  • 4139b50cd9 Test single-header-ci ado 2023-08-07 18:04:38 +0200
  • 8924ad12e5 Update single-header.yml ado 2023-08-07 18:00:28 +0200
  • 254bd24bbd Update single-header.yml ado 2023-08-07 17:57:26 +0200
  • 55d1bbcf86 Update single-header.yml ado 2023-08-07 17:46:20 +0200
  • 3e3c922624 [skip ci] Update single-header.yml ado 2023-08-07 17:45:03 +0200
  • c0e6e56364 Update single-header.yml ado 2023-08-07 17:40:14 +0200
  • 66f57ba66a Update single-header.yml ado 2023-08-07 17:34:28 +0200
  • d37ec12bb5 [skip ci] Add single-header.yml ado 2023-08-07 17:28:53 +0200
  • 9d7441b178 Update ci workflows ado 2023-08-07 16:53:04 +0200
  • dcf7e924ad Update ci workflows ado 2023-08-07 16:05:51 +0200
  • 41c4bf9d35 Merge remote-tracking branch 'origin/master' into improvement/ci_update ado 2023-08-07 15:56:32 +0200
  • 7b16f24d03 [skip ci] Update version and spp.hpp ado 2023-08-07 15:29:50 +0200
  • db582709d4
    Merge pull request #28 from red0124/improvement/integral_conversion_from_chars v1.6.0 red0124 2023-08-07 15:23:34 +0200
  • deee577c1f Update conversion for integral values to use std::from_chars ado 2023-08-07 14:11:06 +0200
  • 535138d9b8 Update ci workflows ado 2023-08-07 02:16:48 +0200
  • f106889ada Update ci workflows ado 2023-08-07 01:49:49 +0200
  • e7045ce437 Update ci workflows ado 2023-08-07 01:33:50 +0200
  • d86c8e9fe8 Update ci workflows ado 2023-08-07 01:26:40 +0200
  • c0ef691889 Update ci workflows ado 2023-08-07 01:21:05 +0200
  • 80c189f9c5 Update ci workflows ado 2023-08-07 01:16:45 +0200
  • 07373ea043 Update ci workflows ado 2023-08-07 01:09:37 +0200
  • 236b5da9c2 Update msys2-clang and msys2-gcc ci ado 2023-08-07 00:56:44 +0200
  • a1f01ec5cb Update clang ci ado 2023-08-07 00:44:43 +0200
  • cd6c2df359 Update msys2-clang ci ado 2023-08-06 23:49:55 +0200