-
Notifications
You must be signed in to change notification settings - Fork 9
Adding build platforms #12
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
Conversation
Compilation on arm64 linux systems support.
Fixes build when compiler refuses to cast 0 int literal to std::string
Add an architecture definition for riscv64. Tests run with 100% passed.
Cmake recently removed support for files using cmake_minimum_required < 3.5. "Compatibility with CMake < 3.5 has been removed from CMake."
Bugfix for cmake version
Add support for Linux arm64 build
Add support for Linux riscv64 build
Fix URI::ToFilename return value for error handling case
Switch to tag 1.0.0 of URIParser
Updating URI Parser dependency
irieger
left a comment
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.
Just saw this one point here where I'm not sure if it is of any relevance, but it breaks with the surrounding blocks where the MXF_OS_UNIX is defined.
Co-authored-by: Ingmar Rieger <git@irieger.net>
emcodem
left a comment
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.
URIParser got more strict, we might need to deal with it later.
The rest seems straight forward to me
Combining multiple pull requests for adding build platforms and fixing build issues due to Cmake updates and modern compilers.