summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25534] Snapshot version 1.9 release 192HDF Tester2014-08-1713-26/+26
|
* [svn-r25531] remove use of C99 PRI that failed on windows in dtypes.cMohamad Chaarawi2014-08-1117-83/+126
| | | | fix bugs where hid_t were assumed to be 32 bit ints or herr_t.
* [svn-r25527] fix printf format warnings in dtypes test.Mohamad Chaarawi2014-08-111-2/+2
|
* [svn-r25524] remove usage of // comment styles.Mohamad Chaarawi2014-08-111-3/+4
|
* [svn-r25518] HDFFV-8880: Remove t_posix_compliant test referencesAllen Byrne2014-08-061-7/+1
|
* [svn-r25516] remove use of MPI_LB and MPI_UB deprecated markers and use ↵Mohamad Chaarawi2014-08-061-29/+16
| | | | resize instead.
* [svn-r25514] Replace MPI deprecated routines with undeprecated ones.Mohamad Chaarawi2014-08-052-17/+18
|
* [svn-r25510] Added the parameters to the code comment section:Scot Breitenfeld2014-08-052-57/+49
| | | | | | | H5T_VLEN_F (9) H5T_ARRAY_F (10) No source changes.
* [svn-r25509] HDFFV-8878:Mohamad Chaarawi2014-08-041-40/+205
| | | | | | Make the fill value operation for chunked datasets in parallel collective/fast. tested with h5committest
* [svn-r25508] Added a check that ensures page_size is not set to zero inDana Robinson2014-08-041-0/+4
| | | | | | | H5Pset_core_write_tracking(). This ensures that the behavior matches the description in the reference manual. Tested on a local linux VM. This is a very minor change.
* [svn-r25506] Snapshot version 1.9 release 191HDF Tester2014-08-0315-34/+33
|
* [svn-r25504] fix ret_value in H5Oexists_by_name to be htri_t instead of ↵Mohamad Chaarawi2014-08-011-1/+1
| | | | hid_t. Bug exposed in VOL branch.
* [svn-r25503] - fix bug in encode/decode plist parallel test when 1 proccess ↵Mohamad Chaarawi2014-08-013-25/+36
| | | | | | is used to run the test. - fix warning in t_chunk_alloc.
* [svn-r25500] fix HDFFV-8888 - H5Ldelete_by_idx fails on non-existent group name.Mohamad Chaarawi2014-07-312-1/+7
| | | | tested Jam. minor change.
* [svn-r25496] Description:Quincey Koziol2014-07-3071-768/+1065
| | | | | | | | | Merge 64-bit ID changes from branch to trunk. (Plus a few minor cleanups that aren't on the branch) Tested on: Mac OSX/64 10.9.4 (amazon) w/C++ & FORTRAN (h5committested on branch already for a week)
* [svn-r25487] store all members of the driver info in the file structs since theyMohamad Chaarawi2014-07-291-0/+10
| | | | | | will be needed if H5Pget_create_plist is called. tested jam. minor change.
* [svn-r25484] Snapshot version 1.9 release 190HDF Tester2014-07-2713-26/+26
|
* [svn-r25483] Fixed code comments.Scot Breitenfeld2014-07-241-2/+2
|
* [svn-r25480] Added error if Fortran's default real is double precision. If ↵Scot Breitenfeld2014-07-241-1/+10
| | | | | | | | | | | it is and HL is being built then configure returns an error. This is due to HDFFV-889. Tested: jam with intel cmake options: -DCMAKE_Fortran_FLAGS:STRING="-r8" (should fail) and -DHDF5_BUILD_HL_LIB:BOOL=OFF (should pass)
* [svn-r25479] update ubuntu infoAllen Byrne2014-07-241-2/+2
|
* [svn-r25478] update ubuntu infoAllen Byrne2014-07-241-16/+16
|
* [svn-r25477] Added error if Fortran's default real is double precision. If ↵Scot Breitenfeld2014-07-242-0/+18
| | | | | | it is and HL is being built then configure returns an error. This is due to HDFFV-889. Tested: jam with intel and -r8 flag, both with and without --disable-hl.
* [svn-r25475] Fixed for nh5pget_fill_valuec_c where we called the wrong functionScot Breitenfeld2014-07-231-3/+3
| | | | | | | | ret_value = nh5pset_fill_value_c(prp_id, type_id, _fcdtocp(fillvalue)) HDFFV-8879 Tested: jam( intel, gnu)
* [svn-r25473] Added VALUE to callback group_id type. Needed to fix problem ↵Scot Breitenfeld2014-07-231-1/+1
| | | | | | when hid_t is 64-bit. Tested: jam (intel, gnu)
* [svn-r25469] Removed duplicate BIND(C) type defintion.Scot Breitenfeld2014-07-221-9/+4
| | | | Tested: (jam: gnu, intel)
* [svn-r25468] some code refactoring to align trunk with VOL branch.Mohamad Chaarawi2014-07-2217-3222/+3660
| | | | tested with h5committest.
* [svn-r25465] BUg fix: HDFFV-8881Albert Cheng2014-07-221-9/+14
| | | | | | | | | | | testfrome.c has incorrectly exit code (using -1). Fixed by replacing them with C defined EXIT_FAILURE. Verified by temporary decreaing MAXNUMTESTS to introduce failure in testhdf to see the changed code did work. Also replaced all other correctly coded exit codes with the C defined EXIT_SUCCESS and EXIT_FAILURE. This would help portability for non-Unix systems. Tested: h5committest.
* [svn-r25460] The contents of this directory is the C++ Reference Manual and Mark Evans2014-07-22385-62729/+0
| | | | is generated by Doxygen.
* [svn-r25459] Merged revision(s) 25457 from ↵Mark Evans2014-07-211-4/+10
| | | | | | | | branches/hdf5_1_8_13/c++/src/H5CppDoc.h: Added a sentence suggested by Barbara to the Installation section. Part of HDFFV-8868 work. Tested: Doxygen and Firefox
* [svn-r25450] Description:Quincey Koziol2014-07-214-7/+7
| | | | | | | | Initial tweaks to align with VOL branch. Tested on: Mac OSX/64 10.9.3 (amazon) w/gcc 4.9 (h5committest not required, too small)
* [svn-r25446] Changed file in Installation section where users should look ↵Mark Evans2014-07-21385-0/+62729
| | | | | | for instructions from release_docs\INSTALL_Windows.txt to release_docs\INSTALL. Fixes HDFFV-8868. Tested: Doxygen
* [svn-r25441] Changed file in Installation section where users should look ↵Mark Evans2014-07-211-1/+1
| | | | | | for instructions from release_docs\INSTALL_Windows.txt to release_docs\INSTALL. Tested: Doxygen
* [svn-r25440] Fixed type conversion in h5pset_fill_value and fixed forScot Breitenfeld2014-07-211-17/+19
| | | | | | | | | nh5pget_fill_valuec_c we call the wrong function ret_value = nh5pset_fill_value_c(prp_id, type_id, _fcdtocp(fillvalue)) HDFFV-8879 Tested: jam( intel, gnu)
* [svn-r25439] Description:Quincey Koziol2014-07-211-95/+76
| | | | | | | | Minor tweaks to updated hyperslab code, before larger revision coming. Tested on: Mac OSX/64 10.9.3 (amazon) w/gcc 4.9 & parallel (h5committest forthcoming)
* [svn-r25434] Snapshot version 1.9 release 189HDF Tester2014-07-2013-26/+26
|
* [svn-r25412] Add ASPRINTF define - check already in configureAllen Byrne2014-07-141-1/+4
|
* [svn-r25407] Snapshot version 1.9 release 188HDF Tester2014-07-1313-26/+26
|
* [svn-r25401] add serial and parallel regression tests for zero dset ↵Mohamad Chaarawi2014-07-094-0/+137
| | | | read/write bug.
* [svn-r25399] bug fixes where a wrong type was used instead of hid_t.Mohamad Chaarawi2014-07-092-3/+3
|
* [svn-r25398] add a check to make sure MPI_File_get_size() returns correct ↵Mohamad Chaarawi2014-07-091-1/+2
| | | | value (HDFFV-8856).
* [svn-r25397] - remove configure checks for MPI_File_get_size and BigMohamad Chaarawi2014-07-0749-247/+1
| | | | | MPI_File_set_size as they are supported by most MPI implementations. - fix bug in t_mpi.c (HDFFV-8856)
* [svn-r25395] Snapshot version 1.9 release 187HDF Tester2014-07-0613-26/+26
|
* [svn-r25392] fix HDFFV-8761:Mohamad Chaarawi2014-07-031-2/+4
| | | | allocating space for zero-length chunked dataset and asserting.
* [svn-r25386] remove double declaration of off and len.Mohamad Chaarawi2014-07-011-2/+0
|
* [svn-r25378] Snapshot version 1.9 release 186HDF Tester2014-06-2913-26/+26
|
* [svn-r25357] Change default timeout to 1200 seconds or 20 minsAllen Byrne2014-06-253-6/+7
| | | | adjust up for certain tests.
* [svn-r25350] Add more vfd tests to smaller timeout limitsAllen Byrne2014-06-241-0/+1
|
* [svn-r25343] Add more vfd tests to smaller timeout limitsAllen Byrne2014-06-231-0/+3
|
* [svn-r25341] HDFFV-8845: Propagated changes made to configure.ac to cmake. ↵Allen Byrne2014-06-232-240/+234
| | | | Enabled MSVC for two tests as suggested in the issue.
* [svn-r25339] Snapshot version 1.9 release 185HDF Tester2014-06-2213-26/+26
|