Allen Byrne
53f415ddfa
Remove bypassed autotools files, references and CI commands ( #5395 )
2025-03-21 09:20:56 -05:00
Dana Robinson
7f1e49206d
Renamed COPYING to LICENSE ( #4978 )
...
This is where most people will expect to find license information. The
COPYING_LBNL_HDF5 file has also been renamed to LICENSE_LBNL_HDF5.
The licenses are unchanged.
2024-10-18 21:13:04 -07:00
H. Joe Lee
f994aa5956
Fix typos and grammar in t_pread. ( #3565 )
2023-09-22 08:44:53 -05:00
Dana Robinson
44a00ef876
Strip HD prefix from string/char C API calls ( #3540 )
...
* Strip HD prefix from string/char C API calls
* HD(f)(put|get)(s|c)
* HDstr*
* HDv*printf
* HD(s)(print|scan)f
* HDperror
But NOT:
* HDstrcase*
* HDvasprintf
* HDstrtok_r
* HDstrndup
As those are not C99 and have portability work-around
implementations. They will be handled later.
* Fix th5_system.c screwup
2023-09-15 15:13:18 -07:00
Scot Breitenfeld
117d579c32
Consistent initialization of hid_t in the tests ( #3521 )
2023-09-08 18:06:23 -05:00
Dana Robinson
d24f5d5223
Convert hbool_t --> bool in testpar ( #3495 )
2023-09-05 11:49:37 -07:00
Dana Robinson
fd933f30b1
Remove programmer/date from comments ( #3210 )
...
* Removes Programmer: and Date: fields
* Fixes a few Modifications: fields leftover from previous work
2023-06-29 12:13:29 -07:00
Dana Robinson
9f430d15b0
Rename HDexit() and related to exit(), etc. ( #3202 )
...
* HDatexit
* HDexit
* HD_exit
2023-06-29 08:18:01 -07:00
Dana Robinson
aebac33a1f
Remove HD from memory allocate/free calls ( #3195 )
...
* HDcalloc
* HDfree
* HDmalloc
* HDrealloc
2023-06-28 15:48:12 -07:00
Dana Robinson
187ea8a9ae
Rename HD(f)printf() to (f)printf() ( #3194 )
2023-06-28 08:31:32 -07:00
Dana Robinson
7a44581a84
Rename HDassert() to assert() ( #3191 )
...
* Change HDassert to assert
* Fix bin/make_err
2023-06-28 07:31:56 -07:00
Quincey Koziol
49a71463a0
Comment cleanup ( #2689 )
...
* Clean up content and redundant logging in comments.
2023-04-11 09:41:32 -05:00
Larry Knox
11dfa25910
Update copyright headers ( #2184 )
...
* Updated source file copyright headers to remove "Copyright by the Board of Trustees
of the University of Illinois", which is kept in the top-level COPYING file.
2022-11-01 16:02:27 -05:00
Allen Byrne
ae414872f5
Develop clang 13 format ( #1933 )
...
* Update format source to clang 13
* More format changes
2022-07-26 14:45:46 -07:00
f859cb732b
Fixed Spelling Errors ( #1166 )
...
* fixed missed closing of a dataset
* fixed missed closing of a dataset
* fixed typo in error return
* Committing clang-format changes
* minor edits
* code format
* Committing clang-format changes
* code format
* minor edit
* switched from using MPI_count, to actual bytes written for H5FD_mpio_debug rw debugging
* Committing clang-format changes
* changed size_i in printf to reflect the I/O.
* Committing clang-format changes
* Fixed seg fault with xlf on BE with -qintsize=8
* fixed error function string
* spelling corrections via codespell, added new spell check github actions
* Committing clang-format changes
* misc
* misc
* misc
* misc
* misc
* misc
* misc
* misc
* misc
* misc
* misc
* misc
* misc
* misc
* Committing clang-format changes
* misc
* misc
* misc
* misc
* misc
* misc
* Committing clang-format changes
* misc
* work around for https://github.com/codespell-project/codespell/issues/2137
* misc
* added missing file
* misc
* misc.
* misc
* switch to using Codespell with GitHub Actions
* misc.
* misc.
* fixed more sp errors
* Fix new typos found by codespell.
* fixed proceed with precede
* fixed variable in fortran test
* fixed minnum
* updated spelling list
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Larry Knox <lrknox@hdfgroup.org >
2021-12-07 08:27:29 -06:00
Larry Knox
2ea165efd0
Update license url part2 ( #333 )
...
* Modify temporary rpath for testing in java example scripts.
* Update URL in source file Copyright headers for web copy of COPYING
file - files not in src or test.
2021-02-17 08:52:36 -06:00
Dana Robinson
a6386824c7
Switch bool/true/false to hbool_t/TRUE/FALSE in a few places ( #229 )
2020-12-24 09:12:01 -06:00
Allen Byrne
b2d661b508
Clang-format of source files
2020-09-30 09:27:10 -05:00
Quincey Koziol
9e5dbf6906
Trim trailing whitespace
2020-04-20 18:12:00 -05:00
Quincey Koziol
fed17ed383
HDFFV-10625 -- Implemented a process-0 read and then broadcast for collective read of full (HS_ALL), contiguous, atomic datasets by all the processes in the file communicator.
2019-01-07 16:55:59 -06:00
Dana Robinson
e962df1591
VOL FEATURE
2018-10-10 08:10:15 -07:00
Allen Byrne
a2da9930af
replace page chars
2018-09-27 11:50:22 -05:00
Allen Byrne
8e48f6ec3a
Remove obsolete comment
2018-09-27 09:58:27 -05:00
Quincey Koziol
f38864920d
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into merge_func_enter_vol
...
Plus initial steps toward merging API context push into FUNC_ENTER_API* macros
2018-03-18 18:36:49 -05:00
Quincey Koziol
4a17aff408
Add API context interface and use it throughout the library.
2018-03-15 16:54:30 -05:00
Richard Warren
c0aafa78e5
Fixed t_pread.c to remove the use of h5jam, etc.. This fixes HDFFV-8839 and should merge into develop
2018-03-02 11:32:13 -05:00
Allen Byrne
205d33f332
Cleanup overuse of include files
2018-02-14 10:08:09 -06:00
Richard Warren
0d2fd7ae0c
Make a fix to allow CMake testing which does not use relative directories.
2017-11-02 12:33:08 -04:00
Richard.Warren
9aada2bdb5
in 'production' mode builds
2017-10-17 15:34:36 -05:00
Richard.Warren
c230ffa268
Make fixes to avoid test failures in 'production' mode builds
2017-10-17 15:23:54 -05:00
Richard Warren
3dde6d0e32
Updated the code and RELEASE.txt note per comments from John Mainzer
2017-10-11 16:22:50 -04:00
Richard Warren
157398107e
Try to address most of the issues raised by Dana in the code review
2017-10-11 13:40:54 -04:00
Richard Warren
9849d61344
Made edits suggested by John as part of the code review
2017-10-11 10:15:33 -04:00
Richard Warren
837624b9cd
Add a test for parallel reads of independent files using MPI subgroups
2017-10-09 16:47:21 -04:00
mainzer
ceab5a5176
Edits to the file open optimization and associated test
...
code to bring them closer to the HDF5 library's unwritten
coding standards. Also bug fix to repair a hang in testphdf5.
Tested parallel/debug on Charis and Jelly, parallel/production on Jelly.
2017-10-05 17:25:57 -05:00
Richard Warren
81094ac3cf
The initial coding for the superblock read optization
2017-09-28 16:27:29 -04:00