Skip to content

Commit

Permalink
Add release note for GH HDFGroup#2515
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Mar 7, 2024
1 parent d3457b8 commit b340dc7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions release_docs/RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,21 @@ New Features

Configuration:
-------------
- Added support for the new MSVC preprocessor

Microsoft added support for a new, standards-conformant preprocessor
to MSVC, which can be enabled with the /Zc:preprocessor option. This
preprocessor would trip over our HDopen() variadic function-like
macro, which uses a feature that only works with the legacy preprocessor.

ifdefs have been added that select the correct HDopen() form and
allow building HDF5 with the /Zc:preprocessor option.

The HDopen() macro is located in an internal header file and only
affects building the HDF5 library from source.

Fixes GitHub #2515

- Renamed HDF5_ENABLE_USING_MEMCHECKER to HDF5_USING_ANALYSIS_TOOL

The HDF5_USING_ANALYSIS_TOOL is used to indicate to test macros that
Expand Down

0 comments on commit b340dc7

Please sign in to comment.