v2.6.0.0
philippeVerney
released this
16 Feb 16:59
·
97 commits
to master
since this release
Development
- Remove entirely long usage in favor of int 64 bits in order to avoid different size of long datatype on different systems.
- Remove entirely char usage in favor of int 8 bits in order to avoid different char vs signed char datatypes.
- More usage of int 64 bits since RESQML integers are generally officially unbounded.
- Do no more restrict Interpretation of GridConnectionSet to Fault
- Add Properties shortcut functions setValuesOfXXXHdf5ArrayYdOfValues() for HDF hyperslabbing with all well known datatypes
- Add a method to be able to create an unstructured grid representation belonging to an interpretation
SWIG
- Port back AbstractObject::getExtraMetadataCount and TimeSeries::getTimestampCount
Build
- [C++11] Replace some static const datatypes with static constexpr datatypes