Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r25563] Snapshot version 1.9 release 194 | HDF Tester | 2014-08-31 | 13 | -26/+26 |
| | |||||
* | [svn-r25552] JAVA-1880: hdfview failure to load plugins identified default ↵ | Allen Byrne | 2014-08-25 | 1 | -1/+1 |
| | | | | | | value was incorrectly formed. Tested: windows | ||||
* | [svn-r25546] Snapshot version 1.9 release 193 | HDF Tester | 2014-08-24 | 13 | -26/+26 |
| | |||||
* | [svn-r25536] HDFFV-8897: remove include extra paths. | Allen Byrne | 2014-08-19 | 1 | -4/+4 |
| | |||||
* | [svn-r25534] Snapshot version 1.9 release 192 | HDF Tester | 2014-08-17 | 13 | -26/+26 |
| | |||||
* | [svn-r25531] remove use of C99 PRI that failed on windows in dtypes.c | Mohamad Chaarawi | 2014-08-11 | 17 | -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 Chaarawi | 2014-08-11 | 1 | -2/+2 |
| | |||||
* | [svn-r25524] remove usage of // comment styles. | Mohamad Chaarawi | 2014-08-11 | 1 | -3/+4 |
| | |||||
* | [svn-r25518] HDFFV-8880: Remove t_posix_compliant test references | Allen Byrne | 2014-08-06 | 1 | -7/+1 |
| | |||||
* | [svn-r25516] remove use of MPI_LB and MPI_UB deprecated markers and use ↵ | Mohamad Chaarawi | 2014-08-06 | 1 | -29/+16 |
| | | | | resize instead. | ||||
* | [svn-r25514] Replace MPI deprecated routines with undeprecated ones. | Mohamad Chaarawi | 2014-08-05 | 2 | -17/+18 |
| | |||||
* | [svn-r25510] Added the parameters to the code comment section: | Scot Breitenfeld | 2014-08-05 | 2 | -57/+49 |
| | | | | | | | H5T_VLEN_F (9) H5T_ARRAY_F (10) No source changes. | ||||
* | [svn-r25509] HDFFV-8878: | Mohamad Chaarawi | 2014-08-04 | 1 | -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 in | Dana Robinson | 2014-08-04 | 1 | -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 191 | HDF Tester | 2014-08-03 | 15 | -34/+33 |
| | |||||
* | [svn-r25504] fix ret_value in H5Oexists_by_name to be htri_t instead of ↵ | Mohamad Chaarawi | 2014-08-01 | 1 | -1/+1 |
| | | | | hid_t. Bug exposed in VOL branch. | ||||
* | [svn-r25503] - fix bug in encode/decode plist parallel test when 1 proccess ↵ | Mohamad Chaarawi | 2014-08-01 | 3 | -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 Chaarawi | 2014-07-31 | 2 | -1/+7 |
| | | | | tested Jam. minor change. | ||||
* | [svn-r25496] Description: | Quincey Koziol | 2014-07-30 | 71 | -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 they | Mohamad Chaarawi | 2014-07-29 | 1 | -0/+10 |
| | | | | | | will be needed if H5Pget_create_plist is called. tested jam. minor change. | ||||
* | [svn-r25484] Snapshot version 1.9 release 190 | HDF Tester | 2014-07-27 | 13 | -26/+26 |
| | |||||
* | [svn-r25483] Fixed code comments. | Scot Breitenfeld | 2014-07-24 | 1 | -2/+2 |
| | |||||
* | [svn-r25480] Added error if Fortran's default real is double precision. If ↵ | Scot Breitenfeld | 2014-07-24 | 1 | -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 info | Allen Byrne | 2014-07-24 | 1 | -2/+2 |
| | |||||
* | [svn-r25478] update ubuntu info | Allen Byrne | 2014-07-24 | 1 | -16/+16 |
| | |||||
* | [svn-r25477] Added error if Fortran's default real is double precision. If ↵ | Scot Breitenfeld | 2014-07-24 | 2 | -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 function | Scot Breitenfeld | 2014-07-23 | 1 | -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 Breitenfeld | 2014-07-23 | 1 | -1/+1 |
| | | | | | | when hid_t is 64-bit. Tested: jam (intel, gnu) | ||||
* | [svn-r25469] Removed duplicate BIND(C) type defintion. | Scot Breitenfeld | 2014-07-22 | 1 | -9/+4 |
| | | | | Tested: (jam: gnu, intel) | ||||
* | [svn-r25468] some code refactoring to align trunk with VOL branch. | Mohamad Chaarawi | 2014-07-22 | 17 | -3222/+3660 |
| | | | | tested with h5committest. | ||||
* | [svn-r25465] BUg fix: HDFFV-8881 | Albert Cheng | 2014-07-22 | 1 | -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 Evans | 2014-07-22 | 385 | -62729/+0 |
| | | | | is generated by Doxygen. | ||||
* | [svn-r25459] Merged revision(s) 25457 from ↵ | Mark Evans | 2014-07-21 | 1 | -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 Koziol | 2014-07-21 | 4 | -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 Evans | 2014-07-21 | 385 | -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 Evans | 2014-07-21 | 1 | -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 for | Scot Breitenfeld | 2014-07-21 | 1 | -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 Koziol | 2014-07-21 | 1 | -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 189 | HDF Tester | 2014-07-20 | 13 | -26/+26 |
| | |||||
* | [svn-r25412] Add ASPRINTF define - check already in configure | Allen Byrne | 2014-07-14 | 1 | -1/+4 |
| | |||||
* | [svn-r25407] Snapshot version 1.9 release 188 | HDF Tester | 2014-07-13 | 13 | -26/+26 |
| | |||||
* | [svn-r25401] add serial and parallel regression tests for zero dset ↵ | Mohamad Chaarawi | 2014-07-09 | 4 | -0/+137 |
| | | | | read/write bug. | ||||
* | [svn-r25399] bug fixes where a wrong type was used instead of hid_t. | Mohamad Chaarawi | 2014-07-09 | 2 | -3/+3 |
| | |||||
* | [svn-r25398] add a check to make sure MPI_File_get_size() returns correct ↵ | Mohamad Chaarawi | 2014-07-09 | 1 | -1/+2 |
| | | | | value (HDFFV-8856). | ||||
* | [svn-r25397] - remove configure checks for MPI_File_get_size and Big | Mohamad Chaarawi | 2014-07-07 | 49 | -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 187 | HDF Tester | 2014-07-06 | 13 | -26/+26 |
| | |||||
* | [svn-r25392] fix HDFFV-8761: | Mohamad Chaarawi | 2014-07-03 | 1 | -2/+4 |
| | | | | allocating space for zero-length chunked dataset and asserting. | ||||
* | [svn-r25386] remove double declaration of off and len. | Mohamad Chaarawi | 2014-07-01 | 1 | -2/+0 |
| | |||||
* | [svn-r25378] Snapshot version 1.9 release 186 | HDF Tester | 2014-06-29 | 13 | -26/+26 |
| | |||||
* | [svn-r25357] Change default timeout to 1200 seconds or 20 mins | Allen Byrne | 2014-06-25 | 3 | -6/+7 |
| | | | | adjust up for certain tests. |