Skip to content

rename cmake-targets and add basic conan support - #20

Merged
ObiWahn merged 1 commit into
masterfrom
conan
Jan 26, 2020
Merged

rename cmake-targets and add basic conan support#20
ObiWahn merged 1 commit into
masterfrom
conan

Conversation

@ObiWahn

Copy link
Copy Markdown
Member

fix: #16
fix: #14

@ObiWahn
ObiWahnforce-pushed the conan branch 2 times, most recently from ccf3075 to bdff718CompareJanuary 26, 2020 11:52
@codecov

codecovBot commented Jan 26, 2020

Copy link
Copy Markdown

Codecov Report

Merging #20 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@ Coverage Diff @@## master #20 +/- ##
=======================================
Coverage 95.02% 95.02% =======================================
Files 26 26 Lines 1167 1167 =======================================
Hits 1109 1109 Misses 58 58

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 c3ce7cd...7925de6. Read the comment docs.

@ObiWahn
ObiWahn merged commit b5ef3ce into masterJan 26, 2020
ObiWahn added a commit that referenced this pull request Jan 27, 2020
* 'master' of github.com:extcpp/basics: (27 commits)
move lib to new repo location
more work on conan (#21)
rename cmake-targets and add basic conan support (#20)
add quotes just inside of containers
add remove_cv_ref
advertise dds
set / change license
Bump year in copyright script.
shorten tests
fix case where containers are empty
add tests and suport for tuple and set.
add header to forward declare std::string
run checks and formatter
try to forward declare std::string
fix/rewrite container helper
move traits to new file
change clang version in build script
improve container printing
compile-time sieve for gcc only
add compile-time sieve
...
ObiWahn added a commit that referenced this pull request Jan 27, 2020
* 'master' of github.com:extcpp/basics: (57 commits)
move lib to new repo location
more work on conan (#21)
rename cmake-targets and add basic conan support (#20)
add quotes just inside of containers
add remove_cv_ref
advertise dds
set / change license
Bump year in copyright script.
shorten tests
fix case where containers are empty
add tests and suport for tuple and set.
add header to forward declare std::string
run checks and formatter
try to forward declare std::string
fix/rewrite container helper
move traits to new file
change clang version in build script
improve container printing
compile-time sieve for gcc only
add compile-time sieve
...
Sign up for freeto 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.

conan support Use ext namspace in CMake

1 participant

@ObiWahn