Commit Graph

  • 24fe96dc44 add splitter tests ado 2021-01-23 21:39:18 +0100
  • 15f0c63643 fix converter test ado 2021-01-21 02:13:45 +0100
  • 86514bfbb6 replace tuple constructor with make_tuple in converter test ado 2021-01-21 02:09:51 +0100
  • c28e777872 Merge remote-tracking branch 'origin/master' into feature/quote_escape_trim ado 2021-01-21 02:05:35 +0100
  • 282f944271 update pipeline ado 2021-01-21 02:05:05 +0100
  • f0a01f65d3 update splitter tests for meson ado 2021-01-21 02:00:26 +0100
  • bea7775118 merge with master ado 2021-01-21 01:54:20 +0100
  • fe00b99ef9
    Merge pull request #4 from red0124/feature/meson red0124 2021-01-21 01:49:39 +0100
  • 40f8dcc203 try fix test CMakeLists ado 2021-01-21 01:45:16 +0100
  • 33f65e2061 remove test_main from ci ado 2021-01-21 01:41:54 +0100
  • 2765cb467f add test_main to CMakeList ado 2021-01-21 01:36:34 +0100
  • f2c157efc3 fix test/CmakeLists ado 2021-01-21 01:32:52 +0100
  • e49ccede35 update tests for github ci ado 2021-01-21 01:29:07 +0100
  • 4f7cf73002 update cmake for unit tests ado 2021-01-19 20:32:46 +0100
  • 92e8e200f9 add meson support, update pipeline ado 2021-01-19 20:26:36 +0100
  • 6193c65388 enable matchers for parser ado 2021-01-17 21:46:36 +0100
  • 4de7063708 merge with master ado 2021-01-17 16:48:46 +0100
  • 4932138fba fix parser destructor ado 2021-01-17 15:22:50 +0100
  • 024e5d3810 refactor splitter ado 2021-01-17 14:53:07 +0100
  • 263dba7626 create seperate header for the splitter, move splitter tests to different cpp file ado 2021-01-17 02:15:06 +0100
  • 69d6df12be add splitter, update converter and parser, update unit tests ado 2021-01-17 00:46:05 +0100
  • cd264faa70 add buffer to converter ado 2021-01-10 23:51:20 +0100
  • 0dff6d9948
    Merge pull request #3 from red0124/testing red0124 2021-01-07 23:26:45 +0100
  • 758227a16f replate tuple constructors with make_tuple ado 2021-01-07 23:24:06 +0100
  • 99ac9e49f6 testing ci ado 2021-01-07 23:18:05 +0100
  • cf5ed7cf9e
    Merge pull request #2 from red0124/testing red0124 2021-01-07 23:16:34 +0100
  • 1a7bfbff46 add ci to testing branch ado 2021-01-07 23:13:24 +0100
  • 5ea941628b try fix pipeline ado 2021-01-07 23:07:08 +0100
  • f6b0201bf5 try fix pipeline ado 2021-01-07 22:57:55 +0100
  • 0ac058c3f7 update documentation ado 2021-01-07 22:37:33 +0100
  • d70deace32 remove project version directory from include path ado 2021-01-07 22:21:40 +0100
  • 7166e1ebad
    Merge pull request #1 from friendlyanon/cmake-support red0124 2021-01-07 18:26:46 +0100
  • f2cc7265b6 undo removal of right_of_impl ado 2021-01-06 19:41:39 +0100
  • 7ea33c80e2 replace stdlib.h with cstdlib, remove not needed forward declarations in type traits, fix README typo ado 2021-01-06 09:08:59 +0100
  • 8fdd796bdb Fix include paths in tests friendlyanon 2021-01-06 02:36:14 +0000
  • d31c545d23 Add doctest define to lists file friendlyanon 2021-01-06 02:34:51 +0000
  • 23689cc31b Add CI workflow friendlyanon 2021-01-06 02:00:24 +0000
  • ddc5fc16df Add lists file for tests friendlyanon 2021-01-06 01:38:31 +0000
  • 65b341b612 Add script to install doctest friendlyanon 2021-01-06 01:36:29 +0000
  • 0797a372b9 Remove doctest from VCS friendlyanon 2021-01-06 01:35:35 +0000
  • 9e25033c85 Link against filesystem friendlyanon 2021-01-06 01:08:16 +0000
  • cfa3fc8c9e Add root lists file friendlyanon 2021-01-06 00:55:34 +0000
  • e7302aa7c4 Remove makefiles friendlyanon 2021-01-06 00:50:23 +0000
  • 29a21c3bca fix typo ado 2021-01-04 23:11:27 +0100
  • 8a947c3971 minor change to documentation ado 2021-01-03 21:46:17 +0100
  • df641059e8 minor change to documentation ado 2021-01-03 21:45:01 +0100
  • 421299dfe3 refactor documentation ado 2021-01-03 21:28:38 +0100
  • c04a9fcad9 update initial example ado 2021-01-03 21:09:33 +0100
  • 2ea6e201d0 format documentation ado 2021-01-03 21:08:05 +0100
  • 6a74eb1d3f minor changes to documentation ado 2021-01-03 19:51:54 +0100
  • fb50e0b7d8 add ss::converter documentation ado 2021-01-03 19:45:49 +0100
  • bbd08e2e8e update documentation ado 2021-01-03 17:37:01 +0100
  • 14468de16e fix typos ado 2021-01-03 17:33:36 +0100
  • 91853a3287 fix try_next and try_object when returning false, update unit tests ado 2021-01-03 17:27:21 +0100
  • 7e1ea709ca update composite documentation ado 2021-01-03 16:22:56 +0100
  • fdae9b6413 add lt gt lte gte restrictions, update unit tests, update documentation ado 2021-01-03 15:38:07 +0100
  • cc7e6f7806 add sqare shape to example ado 2021-01-03 03:18:33 +0100
  • a657670920 update documentation ado 2021-01-03 03:07:39 +0100
  • 60c8156fb7 replace or_else_object with or_object inside the parser, update documentation ado 2021-01-02 02:31:45 +0100
  • f39e1669f4 implement the try_object method, update unit tests, update documentation ado 2021-01-01 23:52:14 +0100
  • 0487f33eb1 replace error_mode String and Bool with error_string and error_bool ado 2021-01-01 21:57:14 +0100
  • 0ec0c7dd6a update documentation ado 2021-01-01 18:43:26 +0100
  • aec49e7e4f update documentation, fix minor bug ado 2021-01-01 18:38:53 +0100
  • aa97b18aa7 update documentation, fix error message not being set in case of an invalid file ado 2020-12-31 01:01:18 +0100
  • f71fced3c5 update README ado 2020-12-27 22:13:43 +0100
  • 17b170b8c4 add cpp higlight ado 2020-12-27 20:54:47 +0100
  • f0d3e6c635 add README, start writing documentation ado 2020-12-27 20:50:45 +0100
  • 918023496e make default error_mode Bool ado 2020-12-27 17:00:06 +0100
  • 5a1e5b3877 add tests for error mode ado 2020-12-27 16:51:59 +0100
  • bb6296ef6e replace None with none ado 2020-12-26 00:56:39 +0100
  • e406253694 make indent with 4 caracters instead of 8 ado 2020-12-26 00:46:42 +0100
  • 16f4648cb3 make on_error accept lambda without arguments, update tests ado 2020-12-26 00:42:01 +0100
  • 371da072be move values inside composite when possible, write unit tests for composite ado 2020-12-26 00:36:08 +0100
  • 616316d2a7 write tests for converting std::optional and std::variant ado 2020-12-20 19:00:45 +0100
  • bf92abdb2c add variant support ado 2020-12-20 03:16:17 +0100
  • 879c726964 make converter able to take a tuple as conversion argument ado 2020-12-19 14:41:19 +0100
  • 508e091469 rename to_struct to to_object, refactor some code ado 2020-12-15 22:32:34 +0100
  • 7b6794c4fa add comments for composite, add values method for composte ado 2020-12-12 23:40:46 +0100
  • a06121ff92 add composite, add bool error handling ado 2020-12-12 23:32:06 +0100
  • 0c25efd353 add support for std::optional when extracting ado 2020-12-11 21:17:07 +0100
  • 0d84fcf7e8 add support for CRLF ado 2020-12-11 18:14:06 +0100
  • 83bbab4112 fix extract bool ado 2020-12-11 00:57:44 +0100
  • 6972d2832e minor change to extrac bool function ado 2020-12-10 21:09:15 +0100
  • 47ef93b532 remove throws on invalid ado 2020-12-10 21:05:17 +0100
  • cbdd350b63 make specialization inline ado 2020-12-10 20:43:27 +0100
  • 6b9639afc8 update converter.hpp to work with gcc, add uninstall to makefile ado 2020-12-10 20:41:49 +0100
  • 1f502d2afa add makefile ado 2020-12-10 20:09:42 +0100
  • 9d45ff7b62 initial commit, copy everything to new repository ado 2020-12-10 19:26:56 +0100
  • 2c0a35acf9
    Initial commit red0124 2020-12-10 18:59:46 +0100