Skip to content

Library Type Change, New Beta Adaptor CLI11 #54

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 39 commits into
base: main
Choose a base branch
from
Open

Library Type Change, New Beta Adaptor CLI11 #54

wants to merge 39 commits into from

Conversation

injae
Copy link
Owner

@injae injae commented Apr 19, 2022

library type change

  • static library -> header-only
  • optional dependencies install flag removed

new adaptor cli11

  • add cli11 support attributes
  • add cli11 support adaptor
  • add cli11 example

unittest update

injae added 4 commits April 18, 2022 00:55
- add serde::parse_file
static library -> header-only library
optional dependencies install option removed
@codecov-commenter
Copy link

codecov-commenter commented Apr 19, 2022

Codecov Report

Merging #54 (8d05448) into main (3098c86) will increase coverage by 1.57%.
The diff coverage is 41.17%.

@@            Coverage Diff             @@
##             main      #54      +/-   ##
==========================================
+ Coverage   68.53%   70.10%   +1.57%     
==========================================
  Files          16       18       +2     
  Lines         518      562      +44     
==========================================
+ Hits          355      394      +39     
- Misses        163      168       +5     
Flag Coverage Δ
unittest 70.10% <41.17%> (+1.57%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
tests/catch_main.cpp 100.00% <ø> (ø)
tests/test_struct.hpp 0.00% <0.00%> (ø)
include/serdepp/serializer.hpp 78.98% <12.50%> (-9.59%) ⬇️
tests/attribute.cpp 100.00% <100.00%> (ø)
tests/nlohmann_json.cpp 100.00% <100.00%> (ø)
tests/rapid_json.cpp 100.00% <100.00%> (ø)
tests/reflection.cpp 100.00% <100.00%> (ø)
tests/toml11.cpp 100.00% <100.00%> (ø)
tests/yaml_cpp.cpp 100.00% <100.00%> (ø)
... and 6 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@injae injae closed this Apr 24, 2022
@injae injae reopened this Apr 24, 2022
@injae injae changed the title Update Unittest and Library Type Change Update Unittest, Library Type Change, New Beta Adaptor CLI11 Apr 25, 2022
@injae injae changed the title Update Unittest, Library Type Change, New Beta Adaptor CLI11 Library Type Change, New Beta Adaptor CLI11 Apr 25, 2022
injae added 7 commits May 7, 2022 17:04
new attributes
- `***_r` == [option_r, flag_r, ...]
   require option, require flag ...
- `sub_command` inline subcommand
   `DERIVE_SERDE(T, attrs(desc("T desc"), callback{...}, sub_command("sc", "T subdommand sc desc", [](T& d){ ... })))`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants