hdf5/testpar
Jan-Willem Blokland 7c973deaf1
H5Ztrans: (feature) Improved H5Z_xform_noop() and H5Z_xform_create() … (#933)
* H5Ztrans: (feature) Improved H5Z_xform_noop() and H5Z_xform_create() function

- Made a small improvement for H5Z_xform_noop() function. Now,
  the function will also return TRUE if the data transform function
  expression = "x". For this case, the HDF5 library behaves in a
  similar fashion as the case when no data transform function has been
  specified.
- Improved the inline documentation of the function
  H5Z_xform_create() such it is more inline with the rest of the
  code.

* Committing clang-format changes

* H5Ztrans: (feature) Added 3 tests for improved H5Z_xform_noop() function

- Added serial test with data transform expression = "x" to
  verify the improved H5Z_xform_noop() function behaves as expected.
- Added 2 parallel tests with data transform expression = "x"
  in combination with a filter. Before, these tests will fail but
  with the improved H5Z_xform_noop() function they work and result
  in the expected behavior.
- Small bug fix for one of parallel filter tests.

* Committing clang-format changes

* H5Ztrans: (feature) Added release note about detection of the
           simple data transform function "x".

- Added a brief explanation about the implemented improvement
  of the detection of the simple data transform function "x"
  to the RELEASE.txt file.

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2021-09-13 15:05:19 -05:00
..
CMakeLists.txt OESS-98 merge with clang-format changes 2020-09-25 16:43:57 -05:00
CMakeTests.cmake Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
CMakeVFDTests.cmake Fix Direct VFD Testing in CMake (#742) 2021-06-11 07:52:04 -05:00
Makefile.am Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
t_2Gio.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
t_bigio.c Fixes parallel issues from recent C99 changes (#809) 2021-06-30 10:17:35 -05:00
t_cache_image.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
t_cache.c Fixes parallel issues from recent C99 changes (#809) 2021-06-30 10:17:35 -05:00
t_chunk_alloc.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
t_coll_chunk.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
t_coll_md_read.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
t_dset.c Minor parallel improvements (#519) 2021-03-26 15:14:09 -05:00
t_file_image.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
t_file.c Fix several warnings (#747) 2021-06-16 15:45:26 -05:00
t_filter_read.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
t_filters_parallel.c H5Ztrans: (feature) Improved H5Z_xform_noop() and H5Z_xform_create() … (#933) 2021-09-13 15:05:19 -05:00
t_filters_parallel.h H5Ztrans: (feature) Improved H5Z_xform_noop() and H5Z_xform_create() … (#933) 2021-09-13 15:05:19 -05:00
t_init_term.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
t_mdset.c Align with "parallel fence" changes (#479) 2021-03-24 15:57:32 -05:00
t_mpi.c Fixes parallel issues from recent C99 changes (#809) 2021-06-30 10:17:35 -05:00
t_pflush1.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
t_pflush2.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
t_ph5basic.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
t_pread.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
t_prestart.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
t_prop.c Removes gratuitous (double)x.yF casts (#632) 2021-05-07 11:45:05 -05:00
t_pshutdown.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
t_shapesame.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
t_span_tree.c Fix several warnings (#747) 2021-06-16 15:45:26 -05:00
testpar.h Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
testpflush.sh.in Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
testphdf5.c Brings the native implementation of H5Fdelete() from Bitbucket (#524) 2021-04-16 13:47:32 -05:00
testphdf5.h Brings the native implementation of H5Fdelete() from Bitbucket (#524) 2021-04-16 13:47:32 -05:00