Skip to content
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

Release 2024-03-18 #771

Merged
merged 16 commits into from
Mar 18, 2024
Merged

Release 2024-03-18 #771

merged 16 commits into from
Mar 18, 2024

Conversation

JDanielSmith
Copy link

@JDanielSmith JDanielSmith commented Mar 18, 2024

  • Update to HighFive 2.8.0.
  • Use lookup tables for converting between character encodings and upper/lower-case.
  • sys::Transform(std::execution) for C++14.
  • Infrastructure to support SIMD processing.
  • Simple/incomplete std::mdspan implementation.
  • Support for building as a shared library/DLL, disabled by default.
  • Create/destroy Xerces just once per process.

Dan Smith added 11 commits June 5, 2023 09:08
* New `sys::OS::getSIMDInstructionSet()` utility routine; SSE2 is required (default with 64-bit builds).
* `types::ComplexInteger` to work-around `std::complex<short>` no longer being [valid C++](https://en.cppreference.com/w/cpp/numeric/complex).
* Another round of reducing various compiler warnings (of note: `NULL` -> `nullptr`).
* Some suport for [`std::numbers`](https://en.cppreference.com/w/cpp/header/numbers) from C++20.
* Update to [HighFive 2.7.1](https://github.com/BlueBrain/HighFive/releases/tag/v2.7.1).
* Update to [e2fsprogs 1.47.0](https://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.47.0).
* Update to [xerces-c 3.2.4](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12350542&styleName=Text&projectId=10510).
* Update to [HDF5](https://www.hdfgroup.org/) [1.14.2](https://github.com/HDFGroup/hdf5/releases/tag/hdf5-1_14_2).
* `mem::ComplexView`s renamed to be more descriptive.
* **hdf5.lite** removed, use [HighFive](https://github.com/BlueBrain/HighFive/) (included).
* added **.gitattributes** and normalized line-endings (`\n` for most text files).
@JDanielSmith JDanielSmith self-assigned this Mar 18, 2024
@JDanielSmith JDanielSmith merged commit 2ebe52f into main Mar 18, 2024
9 checks passed
Sign up for free to 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.

None yet

1 participant