-
Notifications
You must be signed in to change notification settings - Fork 7
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
Refactor and improve code #17
Conversation
Thanks for that work @jcelerier. We can merge as is if it's working (I didn't test it). However, I'm having second thoughts about creating a utils folder and separating the classes as we did with the descriptors. What do you think? |
yes, great idea ! I'll do that |
…dd CMake and tests
Ok, did a much more thorough cleanup and adapted the library structure to match more closely current expectations and standards in the C++ community |
ccaeb07
to
43cefa7
Compare
43cefa7
to
a8f13cd
Compare
Ok, ci builds on Mac/Win/Linux I think we can safely merge :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
I fixed 1 silly .gitignore conflict
ty! |
7b40d47
to
1a53061
Compare
@jcelerier and @samamou , I noticed the refactored files don't have the latest editor name. Perhaps adding you/them to the head comments on each descriptor/utils file is a good idea? |
hmm to be honest my take on this is that this information is part of git history anyways - adding it to the source files is not adding much value to me. |
@jcelerier , do we wait for @samamou 's review? |
I think i will need to check for the functions that got removed when we were refactoring, I have some time tomorrow @edumeneses |
build is broken :^) |
all is green, ACK for me to merge ! congrats :) |
Edu is it good for you ? |
\o/ |
one can simply create it like:
C++20 also allows to use () instead of {} for this but I think it is better to use {} as it will refuse to do any conversion that would loose precision unlike () which happily does a ton of implicit conversions)