Commit Graph

463 Commits

Author SHA1 Message Date
ado
1a7bfbff46 add ci to testing branch 2021-01-07 23:13:24 +01:00
ado
5ea941628b try fix pipeline 2021-01-07 23:07:08 +01:00
ado
f6b0201bf5 try fix pipeline 2021-01-07 22:57:55 +01:00
ado
0ac058c3f7 update documentation 2021-01-07 22:37:33 +01:00
ado
d70deace32 remove project version directory from include path 2021-01-07 22:21:40 +01:00
red0124
7166e1ebad
Merge pull request #1 from friendlyanon/cmake-support
CMake project structure
2021-01-07 18:26:46 +01:00
ado
f2cc7265b6 undo removal of right_of_impl 2021-01-06 19:41:39 +01:00
ado
7ea33c80e2 replace stdlib.h with cstdlib, remove not needed forward declarations in type traits, fix README typo 2021-01-06 09:08:59 +01:00
friendlyanon
8fdd796bdb Fix include paths in tests 2021-01-06 02:36:14 +00:00
friendlyanon
d31c545d23 Add doctest define to lists file 2021-01-06 02:34:51 +00:00
friendlyanon
23689cc31b Add CI workflow 2021-01-06 02:00:24 +00:00
friendlyanon
ddc5fc16df Add lists file for tests 2021-01-06 01:38:31 +00:00
friendlyanon
65b341b612 Add script to install doctest 2021-01-06 01:36:29 +00:00
friendlyanon
0797a372b9 Remove doctest from VCS 2021-01-06 01:35:35 +00:00
friendlyanon
9e25033c85 Link against filesystem
An extra link is required on some versions of GCC and Clang to use the
filesystem library.

See: https://en.cppreference.com/w/cpp/filesystem#Notes
2021-01-06 01:08:16 +00:00
friendlyanon
cfa3fc8c9e Add root lists file 2021-01-06 00:55:34 +00:00
friendlyanon
e7302aa7c4 Remove makefiles 2021-01-06 00:50:23 +00:00
ado
29a21c3bca fix typo 2021-01-04 23:11:27 +01:00
ado
8a947c3971 minor change to documentation 2021-01-03 21:46:17 +01:00
ado
df641059e8 minor change to documentation 2021-01-03 21:45:01 +01:00
ado
421299dfe3 refactor documentation 2021-01-03 21:28:38 +01:00
ado
c04a9fcad9 update initial example 2021-01-03 21:09:33 +01:00
ado
2ea6e201d0 format documentation 2021-01-03 21:08:05 +01:00
ado
6a74eb1d3f minor changes to documentation 2021-01-03 19:51:54 +01:00
ado
fb50e0b7d8 add ss::converter documentation 2021-01-03 19:45:49 +01:00
ado
bbd08e2e8e update documentation 2021-01-03 17:37:01 +01:00
ado
14468de16e fix typos 2021-01-03 17:33:36 +01:00
ado
91853a3287 fix try_next and try_object when returning false, update unit tests 2021-01-03 17:27:21 +01:00
ado
7e1ea709ca update composite documentation 2021-01-03 16:22:56 +01:00
ado
fdae9b6413 add lt gt lte gte restrictions, update unit tests, update documentation 2021-01-03 15:38:07 +01:00
ado
cc7e6f7806 add sqare shape to example 2021-01-03 03:18:33 +01:00
ado
a657670920 update documentation 2021-01-03 03:07:39 +01:00
ado
60c8156fb7 replace or_else_object with or_object inside the parser, update documentation 2021-01-02 02:31:45 +01:00
ado
f39e1669f4 implement the try_object method, update unit tests, update documentation 2021-01-01 23:52:14 +01:00
ado
0487f33eb1 replace error_mode String and Bool with error_string and error_bool 2021-01-01 21:57:14 +01:00
ado
0ec0c7dd6a update documentation 2021-01-01 18:43:26 +01:00
ado
aec49e7e4f update documentation, fix minor bug 2021-01-01 18:38:53 +01:00
ado
aa97b18aa7 update documentation, fix error message not being set in case of an invalid file 2020-12-31 01:01:18 +01:00
ado
f71fced3c5 update README 2020-12-27 22:13:43 +01:00
ado
17b170b8c4 add cpp higlight 2020-12-27 20:54:47 +01:00
ado
f0d3e6c635 add README, start writing documentation 2020-12-27 20:50:45 +01:00
ado
918023496e make default error_mode Bool 2020-12-27 17:00:06 +01:00
ado
5a1e5b3877 add tests for error mode 2020-12-27 16:51:59 +01:00
ado
bb6296ef6e replace None with none 2020-12-26 00:56:39 +01:00
ado
e406253694 make indent with 4 caracters instead of 8 2020-12-26 00:46:42 +01:00
ado
16f4648cb3 make on_error accept lambda without arguments, update tests 2020-12-26 00:42:01 +01:00
ado
371da072be move values inside composite when possible, write unit tests for composite 2020-12-26 00:36:08 +01:00
ado
616316d2a7 write tests for converting std::optional and std::variant 2020-12-20 19:00:45 +01:00
ado
bf92abdb2c add variant support 2020-12-20 03:16:17 +01:00
ado
879c726964 make converter able to take a tuple as conversion argument 2020-12-19 14:41:19 +01:00