Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
c5babd3
Use 1.14.1 as bundled HDF5
mulimoen Jun 9, 2023
826f6a9
Allow HDF5 versions such as 1.14.1.2
mulimoen Jun 9, 2023
68456f0
Bundle 1.14.2
mulimoen Sep 7, 2023
b3c13b0
Only include zlib when enabled
mulimoen Sep 7, 2023
842fbd9
Use hdf5 1.14.3
mulimoen Nov 5, 2023
a119812
Verbose build (static)
mulimoen Nov 5, 2023
503dcbf
Link shlwapi on windows
mulimoen Nov 5, 2023
9a0532f
Ignore testing on failing platforms
mulimoen Mar 28, 2024
1573f34
Remove brew hdf5 1.8 (deprecated) CI run
mulimoen Mar 28, 2024
6dee479
Update to 1.14.3
mulimoen May 12, 2024
33ed170
Merge PR #243: Use 1.14.4 as bundled HDF5
zhexuany Jan 17, 2026
3318b7a
fix: remove dangerous lint suppressions and fix code properly
zhexuany Jan 18, 2026
10e0807
fix: correct macro syntax errors in dataset test utilities
zhexuany Jan 18, 2026
c93190f
update ci to trigger on main and pr branch
zhexuany Jan 18, 2026
bce13e5
trigger pr branch
zhexuany Jan 18, 2026
e5ff5f8
chore: modernize codebase to 2026 Rust best practices
zhexuany Jan 18, 2026
9368118
fix: trigger CI on PRs to master branch
zhexuany Jan 18, 2026
c2e3060
fix: trigger CI on PRs to main branch
zhexuany Jan 18, 2026
0b1f382
ci: rewrite CI with modern, streamlined configuration
zhexuany Jan 18, 2026
139f939
fix: resolve test compilation errors and warnings
zhexuany Jan 18, 2026
6f9c91f
fix: remove unused macros and fix builder method chaining
zhexuany Jan 18, 2026
98f3e51
fix: improve test macros and fix builder chaining issues
zhexuany Jan 18, 2026
e6cccdc
fix: include hdf5-src for static builds on macOS
zhexuany Jan 18, 2026
e056ac2
ci: only trigger push on main branch
zhexuany Jan 18, 2026
e626107
fix fmt
zhexuany Jan 18, 2026
ac7e23a
fix: add explicit bounds check in chunk_info for HDF5 1.14.4 compatib…
zhexuany Jan 18, 2026
bd52724
fix fmt
zhexuany Jan 18, 2026
13cc883
fix hdf5 build
zhexuany Jan 18, 2026
301021b
add codecov and fix ci
zhexuany Jan 18, 2026
ee80a37
fix ci
zhexuany Jan 18, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .claude/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"enabledPlugins": {
"github@claude-plugins-official": true,
"context7@claude-plugins-official": true,
"feature-dev@claude-plugins-official": true,
"systems-programming@claude-code-workflows": true,
"pr-review-toolkit@claude-plugins-official": true,
"c4-architecture@claude-code-workflows": true,
"commit-commands@claude-plugins-official": true,
"code-review@claude-plugins-official": true,
"frontend-design@claude-plugins-official": true,
"greptile@claude-plugins-official": true,
"serena@claude-plugins-official": true
}
}
Loading