-
-
Notifications
You must be signed in to change notification settings - Fork 275
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
Remove Autotools support #5241
Closed
Closed
Remove Autotools support #5241
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hyoklee
previously approved these changes
Jan 15, 2025
* Removes all per-file attributes, many of which were incorrectly removing the text attribute from text/source files * Removes all svneol attributes (not sure where those came from, but they don't appear in the git attributes docs) * Marks *.h5 and certain test files as binary * Removes the !eol attribute, which is unnecessary given text=auto and default git text handling
A decoded length appeared to be corrupted and had a very large value. This PR added a check to detect such potential data corruption.
* Add the hl-cpp report
…5286) Adds new -testexpress command-line option to the testframe testing framework to allow setting or overriding of the TestExpress level at runtime Adds macros for the different currently defined TestExpress levels
Make alarm(2) timer per-test program rather than per-subtest Avoid enabling alarm(2) timer when TestExpress is set to 0
Checks for a hyperslab selection in the resulting dataspace before attempting to set a hyperslab-specific field
* Fix error in H5Ddebug(). Add h5ls test cases. * Committing clang-format changes * Fix cmake (hopefully) * Fix cmake again (hopefully) * Fix issue with modification times showing up differently on different systems. Add test case for v1 b-trees. * Add cmake for new tests * Add RELEASE.txt entry --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Replaced by: Remove Autotools support #5308 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Component - Build
CMake, Autotools
Component - C Library
Core C library issues (usually in the src directory)
Component - C++
C++ wrappers
Component - Documentation
Doxygen, markdown, etc.
Component - Fortran
Fortran wrappers
Component - High-Level Library
Code in the hl directory
Component - Java
Java wrappers
Component - Misc
Anything else (CODEOWNERS, etc.)
Component - Parallel
Parallel HDF5 (NOT thread-safety)
Component - Testing
Code in test or testpar directories, GitHub workflows
Component - Tools
Command-line tools like h5dump, includes high-level tools
Priority - 0. Blocker ⛔
This MUST be merged for the release to happen
Type - Deprecation / Removal
We strive for backward-compatibility, so it's worth noting this separately
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.