Skip to content
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

add amalgamation into single header file #48

Merged
merged 15 commits into from
Dec 8, 2021
Merged

add amalgamation into single header file #48

merged 15 commits into from
Dec 8, 2021

Conversation

biojppm
Copy link
Owner

@biojppm biojppm commented Nov 11, 2021

No description provided.

@codecov
Copy link

codecov bot commented Nov 11, 2021

Codecov Report

Merging #48 (b1badb3) into master (503d38c) will decrease coverage by 5.58%.
The diff coverage is 99.00%.

❗ Current head b1badb3 differs from pull request most recent head f3e12dd. Consider uploading reports for the commit f3e12dd to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master      #48      +/-   ##
==========================================
- Coverage   98.11%   92.53%   -5.59%     
==========================================
  Files          49       50       +1     
  Lines        8861     9787     +926     
==========================================
+ Hits         8694     9056     +362     
- Misses        167      731     +564     
Impacted Files Coverage Δ
src/c4/charconv.hpp 98.30% <ø> (ø)
src/c4/ctor_dtor.hpp 86.95% <ø> (ø)
src/c4/error.cpp 45.65% <ø> (ø)
src/c4/ext/fast_float_all.h 23.68% <ø> (ø)
src/c4/types.hpp 100.00% <ø> (ø)
test/c4/test.hpp 94.64% <ø> (ø)
test/test_allocator.cpp 100.00% <ø> (ø)
test/test_base64.cpp 100.00% <ø> (ø)
test/test_bitmask.cpp 100.00% <ø> (ø)
test/test_blob.cpp 100.00% <ø> (ø)
... and 24 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 503d38c...f3e12dd. Read the comment docs.

@biojppm biojppm force-pushed the amalgamate branch 13 times, most recently from 6325b4c to 11a790f Compare November 18, 2021 23:32
@biojppm biojppm force-pushed the amalgamate branch 16 times, most recently from 2167f0f to 4980168 Compare November 21, 2021 22:10
@biojppm biojppm force-pushed the amalgamate branch 3 times, most recently from 0cd4800 to 9dd0730 Compare November 21, 2021 23:07
test commands:
```bash
rm -rf build
cmany b -t Debug -V C4CORE_DEV=ON c4core-test-run
cmany i -t Debug
id=/home/jpmag/proj/c4core/install/linux-x86_64-gxx11.1-Debug/
( cd test/test_install ; rm -rf build ; cmany b -t Debug -v "nopkg: -V CMAKE_PREFIX_PATH=$id -V C4CORE_TEST_INSTALL_PACKAGE_MODE=OFF","pkg: -V c4core_DIR=$id/lib/cmake/c4core -V C4CORE_TEST_INSTALL_PACKAGE_MODE=ON" -vb c4core-test-run )
( cd test/test_singleheader/ ; rm -rf build ; cmany b -t Debug c4core-test-run )
```
@biojppm biojppm changed the title [wip] adding amalgamation into single header file add amalgamation into single header file Dec 8, 2021
@biojppm biojppm merged commit 55b9f94 into master Dec 8, 2021
@biojppm biojppm deleted the amalgamate branch December 8, 2021 23:19
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.

1 participant