summaryrefslogtreecommitdiffstats
path: root/testpar
Commit message (Collapse)AuthorAgeFilesLines
...
* missing prototype warningkmu2020-01-281-1/+1
|
* Merge pull request #2306 in HDFFV/hdf5 from ~KMU/hdf5:develop to developKimmy Mu2020-01-281-1/+1
| | | | | * commit 'a152ffafb322551033adb594112f53836f7eb240': fix assert fail
* Merge pull request #2300 in HDFFV/hdf5 from ~KMU/hdf5:squashed_cast to developKimmy Mu2020-01-2815-363/+365
| | | | | | * commit 'af5c33afabdae2e39bb45eb1b3e9c8366da01145': remove unnecessary stuff squash cast warning fix
* Merge pull request #2291 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/uninitialized ↵Kimmy Mu2020-01-281-3/+3
| | | | | | | to develop * commit '2de0ce0d8ba2fb58fadefc5d718a3c0fedab25c8': fix uninitizlized warning
* Merge pull request #2295 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/float to developKimmy Mu2020-01-281-4/+5
| | | | | | | * commit '9afaf94bef740f89958a1a8aae369d5f607845f4': not use hdf5 private header fix float type cmp warning fix float type cmp warning
* Merge pull request #2094 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/unused to developKimmy Mu2020-01-2810-41/+25
| | | | | | | | | | | * commit '145ef3ceee20c28a443bd11507c58858bea3f889': more cleanup change it back pick up missing piece fix unused related warnings removed unused parameter more fix and address comments remove unsed var,function,macro, etc
* Merge pull request #2238 in HDFFV/hdf5 from ~KMU/hdf5:hdf5_1_12 to hdf5_1_12Kimmy Mu2020-01-242-6/+6
|\ | | | | | | | | | | | | * commit '48cc850199901c5b67a40183262f4ead975b884f': fix test assert fail error Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings to develop Merge pull request #2234 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings to develop
| * fix test assert fail errorkmu2020-01-101-2/+2
| |
| * Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings ↵Kimmy Mu2020-01-082-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit '0a2bb11b248df6841daabca3970df5d8504adfc7': address problems from comments fix and address comments change according to previous comments add missing piece remove unnecessary check macro fix intel compile warnings Revert "fix warnings from Intel compiler" Revert "fix warnings and some text alignment" Revert "let hdf5 pick up the right compiler in Intel environment" Revert "fix issues from previous PR comments" Revert "using a different MACRO" using a different MACRO fix issues from previous PR comments let hdf5 pick up the right compiler in Intel environment fix warnings and some text alignment fix warnings from Intel compiler
* | Merge pull request #2281 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to ↵Allen Byrne2020-01-201-1/+3
|\ \ | | | | | | | | | | | | | | | | | | hdf5_1_12 * commit '6bae11bb5b9adfce55f173b1fe11fefd1081ec27': Improved CMake options for tests
| * | Improved CMake options for testsAllen Byrne2020-01-191-1/+3
| |/
* | Fixed H5Dcreate in testpar/t_2Gio.cDana Robinson2020-01-201-1/+1
|/
* Merge t_2Gio test into hdf5_1_12. This will eventually be refactored out ↵Richard Warren2019-12-163-3/+4
| | | | after merging the test functionality into the testphdf5 test.
* Merge t_2Gio test into hdf5_1_12. This will eventually be refactored out ↵Richard Warren2019-12-161-0/+4954
| | | | after merging the test functionality into the testphdf5 test.
* Revert "Merge branch 'hdf5_1_12' of ↵Jerome Soumagne2019-12-093-4976/+1
| | | | | | | https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into hdf5_1_12" This reverts commit 9f9336a5bd541752f472bab4c93da8de89f862cd, reversing changes made to 437a1919e7ba60fe75a33a466d264183a0255319.
* Merged HDFFV-10929_2GB_testing to hdf5_1_12Richard Warren2019-12-063-1/+4976
|
* Fix MPI test namesAllen Byrne2019-10-231-0/+3
|
* Rename the set/get bigio_count functions. Also add the renamed prototypes ↵Richard Warren2019-10-231-2/+2
| | | | to H5private.h.
* Added the two missing files from the previous PR as requested by LesRichard Warren2019-10-151-7/+6
|
* Initial 2GB port from develop to the 1_12 branchRichard Warren2019-10-151-21/+78
|
* Cleanup whitespace and comments compared to developAllen Byrne2019-10-021-4/+4
|
* Add comment to add tests later to verify conflicting values for MPI-specific ↵Vailin Choi2019-09-021-0/+5
| | | | properties on multiple opens.
* Whitespace and HD prefix changesAllen Byrne2019-08-281-298/+294
|
* fix get gethostname for windowsAllen Byrne2019-08-281-0/+2
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-08-274-90/+165
|\ | | | | | | | | | | | | * commit 'fb8296371cf45654a9252ed01b635519205da3de': Minor tweaks to new H5P MPI code based on code review feedback. Fixed a bug in the cache image code that was introduced by the HD changes. Added H5Pset/get_mpi_params calls and unified them with the MPI-I/O VFD info in H5FDmpio.c.
| * Merge branch 'develop_minor_pr' into H5Pset_fapl_mpiDana Robinson2019-08-271-1/+1
| |\
| | * Fixed a bug in the cache image code that was introduced by the HDDana Robinson2019-08-271-1/+1
| | | | | | | | | | | | changes.
| * | Merge branch 'develop' into H5Pset_fapl_mpiDana Robinson2019-08-2713-1067/+1062
| |\ \
| * | | Added H5Pset/get_mpi_params calls and unified them with the MPI-I/ODana Robinson2019-08-263-89/+164
| | | | | | | | | | | | | | | | VFD info in H5FDmpio.c.
* | | | OESS-29 Fix HD prefix in perform and enable test compileAllen Byrne2019-08-272-1/+4
| |_|/ |/| |
* | | Fixed typo from HD changesDana Robinson2019-08-271-1/+1
| |/ |/|
* | OESS-29 Update HD prefix mostlyAllen Byrne2019-08-2414-1079/+1074
|/
* Merge branch 'develop' into shared_file_ptrQuincey Koziol2019-08-211-57/+23
|\
| * Removed unnecessary H5S_FRIEND and dead code.Dana Robinson2019-08-201-57/+23
| |
* | First pass of converting H5PB_* routines to use shared file pointers.Quincey Koziol2019-08-191-1/+1
|/
* Mostly whitespace in testpar, addl changes for tmp dirAllen Byrne2019-08-152-263/+262
|
* Merge pull request #1819 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to developQuincey Koziol2019-08-042-201/+77
|\ | | | | | | | | | | | | * commit '905d40aa6f6eb603c5507e7967130760e3a2e43c': Fix return type for H5Sselect_intersect_block(). Updated H5TRACE macro. Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, along with tests and minor cleanups and refactorings.
| * Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, alongQuincey Koziol2019-07-302-201/+77
| | | | | | | | with tests and minor cleanups and refactorings.
* | Fix VFD tests and repackAllen Byrne2019-08-031-31/+38
| |
* | Merge pull request #1829 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2019-08-011-4/+1
|\ \ | | | | | | | | | | | | * commit '4cb865fc5938a303c197aedf46f90021e2f4b3d6': enabled commented-out code
| * | enabled commented-out codeM. Scot Breitenfeld2019-08-011-4/+1
| | |
* | | HDFFV-10529 Update CMake tests to use test fixturesAllen Byrne2019-07-232-19/+8
| |/ |/|
* | HDFFV-10845 update mingw cmake changesAllen Byrne2019-07-171-1/+1
| |
* | HDFFV-10845 use of TARGETFILE disables auto emulatorAllen Byrne2019-07-171-0/+1
| |
* | HDFFV-10845 C_FLAGS need set correctly for win32 vs mingwAllen Byrne2019-07-171-5/+5
|/
* fix var nameAllen Byrne2019-07-091-1/+1
|
* Fix compile error with ifdef H5_HAVE_GETHOSTNAMEAllen Byrne2019-07-081-786/+757
|
* Fixed the heap overflow in t_filters_parallelDana Robinson2019-06-211-3/+3
|
* Fixed some low-hanging fruit from -fsanitize in t_filters_parallel.Dana Robinson2019-06-211-0/+5
|
* HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-183-14/+27
| | | | | HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static HDFFV-10803 Update FindSZIP.cmake find module Remove unneeded modules and update java modules