Improve overall portability with compiler, OS and architecture detection (C/C++) #385
Labels
c/c++
Pull requests that update C/C++ code
devops
Related to DevOps infrastructure of the Core
enhancement
New feature or request
🚀 Feature
Respect to portability, we should improve it as much as possible. For doing this there's different options but the most common one is directly supporting it from code (a part from all CMake checks that already exists and we should keep improving). All the checks in C/C++ code for portability issues have been completely hardcoded and repeated, so those should be generalized as much as possible.
For doing this, I am quoting myself from another issue:
Here's the issue quoted: #241
We need to standardize the import module, I copied the automatically generated _feature.h module for reference too: https://github.com/metacall/core/blob/develop/source/portability/include/portability/portability_compiler_detection.h
The text was updated successfully, but these errors were encountered: