Commit Graph

  • c981ed6644 Write additional parser tests, update some of the existing tests to work with throw_on_error ado 2023-08-04 16:48:07 +02:00
  • 5173e7afbc Update test file names ado 2023-08-03 23:09:25 +02:00
  • 5963df5ffd Update test meson.build ado 2023-08-03 23:04:05 +02:00
  • 19538597e5 Make test_parser2 segments creage unique file names with respect to each other ado 2023-08-03 21:53:40 +02:00
  • 7656ba0a55 Fix CMake typo ado 2023-08-03 21:32:35 +02:00
  • 761445bd36 Split test_parser2 into multiple segments ado 2023-08-03 21:28:41 +02:00
  • 62e19df343 Update test_parser2 to include ignore_header and ignore_empty options ado 2023-08-03 17:04:06 +02:00
  • 0858369c7d Fix test CMakeList.txt ado 2023-07-31 23:30:26 +02:00
  • 2fe2c391fe WIP, Continue writing additional parser tests, add big object flag to test cmake for mingw ado 2023-07-31 23:25:47 +02:00
  • 57abdb3923
    Merge pull request #26 from red0124/bugfix/terminated_escape_on_quoted_multiline v1.4.3 red0124 2023-07-31 23:05:52 +02:00
  • 5f46259914 Merge with bugfix ado 2023-07-31 21:52:08 +02:00
  • fbe19de70c Merge remote-tracking branch 'origin/bugfix/terminated_escape_on_quoted_multiline' into improvement/throw_on_error ado 2023-07-31 21:50:45 +02:00
  • 27ef7f2e21 Fix bug where the parsing of data containing escaped new lines within quotes would produce bad outputs ado 2023-07-31 21:49:01 +02:00
  • 1d94989a4d Remove big obj flag for compilers except MSVC within test cmake ado 2023-07-30 23:06:04 +02:00
  • 84a7d46cbf WIP, Continue writing additional parser tests, add big object flag to test cmake ado 2023-07-30 22:59:37 +02:00
  • 9bf1dd6041 WIP, Continue writing additional parser tests ado 2023-07-30 19:50:29 +02:00
  • ed71d963e0 WIP, Continue writing additional parser tests ado 2023-07-30 18:29:45 +02:00
  • d9384f5d84 WIP, Continue writing additional parser tests ado 2023-07-30 17:29:26 +02:00
  • a7608d825e WIP, Continue writing additional parser tests ado 2023-07-29 23:24:09 +02:00
  • ba45fe1839 WIP, Continue writing additional parser tests ado 2023-07-29 22:57:33 +02:00
  • 37f1fb534f WIP, Continue writing additional parser tests ado 2023-07-29 22:51:32 +02:00
  • e32905b59d WIP, Continue writing additional parser tests ado 2023-07-29 22:44:01 +02:00
  • d6cf9bd006 WIP, Move additional parser tests to separate file ado 2023-07-29 20:41:31 +02:00
  • f28f000035 WIP, Continue writing additional parser tests ado 2023-07-29 19:23:24 +02:00
  • 560bf815dc Merge with master ado 2023-07-29 16:53:24 +02:00
  • f58091cf02 Fix test_parser.cpp formating ado 2023-07-29 16:51:34 +02:00
  • a9903f7441 Add TODO comments ado 2023-07-29 16:47:50 +02:00
  • 78c75abec7
    Merge pull request #25 from red0124/feature/win_msvc_ci red0124 2023-07-29 16:25:26 +02:00
  • 76091263f2 Fix win-msvc ci badge ado 2023-07-29 16:11:27 +02:00
  • d99cba274e Add win-msvc ci badge ado 2023-07-29 16:08:33 +02:00
  • e70fc05646 Fix msvc ci configure step ado 2023-07-29 15:39:51 +02:00
  • 21d1096edf Fix msvc ci yaml issues ado 2023-07-29 15:37:53 +02:00
  • 72b74a3b64 Fix msvc ci configure step ado 2023-07-29 15:35:29 +02:00
  • b7f6009eb9 Fix msvc ci yaml issues ado 2023-07-29 15:30:05 +02:00
  • bdfd896861 Fix msvc vs 16 ci ado 2023-07-29 15:17:39 +02:00
  • d6bc8086b2 Fix msvc ci configure step ado 2023-07-29 15:03:25 +02:00
  • f762736da2 Fix msvc ci configure step ado 2023-07-29 14:59:49 +02:00
  • 739077a8db Fix msvc ci vs version names ado 2023-07-29 14:54:25 +02:00
  • 3dcb2ce2ef Add vs16 for msvc ci ado 2023-07-29 14:22:41 +02:00
  • e4d9e10ac3 Update msvc ci ado 2023-07-29 14:14:02 +02:00
  • a98742945b Update test helpers ado 2023-07-29 13:56:00 +02:00
  • 5d6c2c4af5 Remove move count unit test from parser tests ado 2023-07-29 01:44:19 +02:00
  • 58857fff2d Add config option for ctest within win-msvc.yml ado 2023-07-29 01:18:11 +02:00
  • e6a7e09975 Add config option for ctest within win-msvc.yml ado 2023-07-29 01:18:01 +02:00
  • 705ce422f0 Add constexpr values to lambda to handle msvc issue with respect to captured constexpr values ado 2023-07-29 01:11:29 +02:00
  • 75f5ee2a55 Add _CRT_SECURE_NO_WARNINGS define to remove msvc warnings ado 2023-07-29 00:56:08 +02:00
  • 6baeb2d598 Add _CRT_SECURE_NO_WARNINGS define to remove msvc warnings ado 2023-07-29 00:53:04 +02:00
  • 7b1f49d304 Add _CRT_SECURE_NO_WARNINGS define to remove msvc warnings ado 2023-07-29 00:49:06 +02:00
  • 515ddad997 Add _CRT_SECURE_NO_WARNINGS define to remove msvc warnings ado 2023-07-29 00:45:33 +02:00
  • fd39b5eef2 Try msvc ci ado 2023-07-29 00:38:27 +02:00
  • 77185cb366
    Merge pull request #24 from red0124/improvement/markdown_cicd_badge_link red0124 2023-07-28 21:30:10 +02:00
  • ad991d6a7d Add hyperlink for cicd badges ado 2023-07-28 21:28:32 +02:00
  • 31cbd20f8f WIP, Continue writing additional parser tests ado 2023-07-28 00:17:22 +02:00
  • 304ca6ef0f
    Merge pull request #23 from red0124/bugfix/single_header_include_update v1.4.2 red0124 2023-07-25 11:24:54 +02:00
  • 103ff33f21 Update ssp.hpp to handle issue fixed in the previous commit ado 2023-07-25 11:13:32 +02:00
  • 6dfc30d5c9 WIP, Fix merge compile error ado 2023-07-25 01:01:06 +02:00
  • a6db4a7ad2 WIP, Write additional parser tests ado 2023-07-25 00:56:38 +02:00
  • 77631b8c0d Merge remote-tracking branch 'origin/master' into improvement/throw_on_error ado 2023-07-25 00:53:51 +02:00
  • 8b928de086
    Merge pull request #22 from red0124/bugfix/multiline_on_custom_delimiter v1.4.1 red0124 2023-07-25 00:46:43 +02:00
  • 6edce88d79 Fix bug where the default delimiter would be used for multiline data ado 2023-07-25 00:36:53 +02:00
  • 7d0a5598a8 Merge branch 'improvement/throw_on_error' of https://github.com/red0124/ssp into improvement/throw_on_error ado 2023-07-23 13:12:37 +02:00
  • 6196f7796b
    Merge pull request #21 from red0124/improvement/markdown_labels red0124 2023-07-20 00:21:38 +02:00
  • 5672aa635e Update README links to sections ado 2023-07-20 00:19:31 +02:00
  • 29c471e33a Update valid method for throw_on_error ado 2023-07-16 20:26:09 +02:00
  • 0ff86630f8 Add comment ado 2023-07-16 18:26:24 +02:00
  • 5ab41c0315 Fix bug where header reading corrupted the current line buffer ado 2023-07-16 18:25:15 +02:00
  • 03f5b839fc Minor changes ado 2023-07-13 22:29:49 +02:00
  • 9f4bcb03e1 Add buffer_size_ to reader move constructor and move operator=, apply minor changes ado 2023-07-12 23:33:33 +02:00
  • 567995aafb Remove deprecated code, add exception.hpp to single_header_generator.py script ado 2023-07-10 23:39:08 +02:00
  • 956156b412 Fix resplit segmentation fault, fix issues when working with empty files ado 2023-07-10 22:21:07 +02:00
  • a7a97b3ba8 Make throw_on_error and string_error separate options, update parser to have line reading a separate function with respect to splitting ado 2023-07-10 02:39:24 +02:00
  • 41b89d1d3d Add converter tests with throw_on_error ado 2023-07-09 17:11:52 +02:00
  • f3225b8b16 Add splitter tests with throw_on_error ado 2023-07-09 12:54:39 +02:00
  • eeac30651a Implement throw_on_error functionality, rename some template parameters ado 2023-06-29 23:41:03 +02:00
  • 3eefac93b1 Fix README issues ado 2023-05-25 01:10:37 +02:00
  • 774f452689 fix typo ado 2023-03-19 19:48:22 +01:00
  • 448066b173 Update version v1.4.0 ado 2023-02-18 14:20:32 +01:00
  • a7eca6064a
    Merge pull request #20 from red0124/improvement/conditional_t red0124 2023-02-12 12:57:36 +01:00
  • a4ecbd4dc8 Replace ss::ternary_t with std::conditional_t ado 2023-02-12 12:45:49 +01:00
  • a9e9783e6a
    Merge pull request #19 from red0124/improvement/doctest_update red0124 2023-02-12 12:38:34 +01:00
  • 04edf1e532 Make project used forked doctest ado 2023-02-12 12:23:25 +01:00
  • 8dcb69aa2c
    Merge pull request #18 from red0124/improvement/cmake_update red0124 2023-02-09 20:20:27 +01:00
  • db2a72c18b Update CMake files ado 2023-02-08 21:54:44 +01:00
  • 0e28a06799
    Merge pull request #17 from red0124/improvement/meson_update red0124 2023-02-07 23:29:29 +01:00
  • 2218b01b81 Merge remote-tracking branch 'origin/master' into improvement/meson_update ado 2023-02-07 23:22:36 +01:00
  • f777b04eb8 Fix failing mingw unit test ado 2023-02-01 22:45:50 +01:00
  • 7831bbd735 Add forcefallback wrap_mode option in meson.build ado 2023-02-01 01:22:43 +01:00
  • 6efb39b2db Add version number to meson.build ado 2023-02-01 00:57:32 +01:00
  • f2b49e6d6c Update meson dependency usage ado 2023-02-01 00:52:23 +01:00
  • 5cb3c65b24 Update doctest revision ado 2023-01-31 21:21:56 +01:00
  • d58644fd67
    Merge pull request #16 from red0124/feature/single_header v1.3.0 red0124 2022-03-30 20:26:51 +02:00
  • 56447eb1d6 update README ado 2022-03-30 20:21:23 +02:00
  • 86d732e743 update README ado 2022-03-30 20:20:13 +02:00
  • 031ab5f7fc update README ado 2022-03-30 20:18:18 +02:00
  • 420625b25c update README ado 2022-03-30 20:15:14 +02:00
  • 9fa9edb24d add spp.hpp ado 2022-03-30 20:11:55 +02:00
  • a2d72cdef3 remove unused script ado 2022-03-30 19:56:57 +02:00
  • c214975ca0 add unit tests for conversion without the fast float library ado 2022-03-30 19:54:50 +02:00
  • d328f7d59d add test_single_header.sh ado 2022-03-30 18:35:10 +02:00
  • 62055f03c7 add script to generate single header ado 2022-03-30 18:14:30 +02:00