Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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. | ||||
* | [svn-r25350] Add more vfd tests to smaller timeout limits | Allen Byrne | 2014-06-24 | 1 | -0/+1 |
| | |||||
* | [svn-r25343] Add more vfd tests to smaller timeout limits | Allen Byrne | 2014-06-23 | 1 | -0/+3 |
| | |||||
* | [svn-r25341] HDFFV-8845: Propagated changes made to configure.ac to cmake. ↵ | Allen Byrne | 2014-06-23 | 2 | -240/+234 |
| | | | | Enabled MSVC for two tests as suggested in the issue. | ||||
* | [svn-r25339] Snapshot version 1.9 release 185 | HDF Tester | 2014-06-22 | 13 | -26/+26 |
| | |||||
* | [svn-r25321] Reworked and enhanced extreme sanity check in H5C.c, fixing an | John Mainzer | 2014-06-18 | 9 | -90/+1938 |
| | | | | | | | | | | | | | | | | | | | | | | | | | uninitialized variable bug in passing. Added the H5C_get_entry_ptr_from_addr() and H5C_verify_entry_type() in H5C.c, along with their pass through functions in H5AC.c. Note that H5C_get_entry_ptr_from_addr() is quite slimey, and should be avoided if possible. Updated fractal heap to use flush ordering to force children in the hdr / iblock / dblock tree to be flushed prior to parents. This is part of a port of the fractal heap to the V3 cache, although I gather that it will also be useful for SWMR. Added sanity checking code to the fractal heap to verify that direct blocks are flushed before their parent indirect blocks, child indirect block are flushed prior to their parent indirect blocks, and that the root iblock or dblock is flushed prior to the header Tested on: Jam: Serial and parallel Phoenix (Debian): serial, debug and production amazon (MacOS): serial | ||||
* | [svn-r25317] Edited the Introduction section. | Mark Evans | 2014-06-18 | 1 | -18/+21 |
| | | | | Tested: Doxygen and Firefox | ||||
* | [svn-r25313] Use cmake var to store name of created h5_test_kind_xxxx mod file. | Allen Byrne | 2014-06-18 | 1 | -3/+7 |
| | | | | Tested: local linux | ||||
* | [svn-r25310] Add max time for VFD objcopy test | Allen Byrne | 2014-06-18 | 1 | -0/+1 |
| | |||||
* | [svn-r25304] Fixes latest check-in errors for: | Scot Breitenfeld | 2014-06-17 | 3 | -44/+42 |
| | | | | | | | | | | | | | | HDFFV-8653 replace non-standard sizeof in the fortran tests with c_sizeof (1) Removed the overloaded h5_sizeof functions for characters and integer arrays since Sun compilers don't allow them to be passed into a function that uses sizeof. (2) Requested min. precision for reals to avoid duplicate interfaces when the flag -r8 (or equiv.) is set. tested: *jam: intel, -i8 -r8 --enable-fortran2003 *jam: pgi, --enable-fortran2003 *emu: sun, --enable-fortran2003 | ||||
* | [svn-r25302] Add nounistd option to flex command for windows caompatibility | Allen Byrne | 2014-06-17 | 6 | -15/+7 |
| | |||||
* | [svn-r25300] Add flex / bison commands to bin script and regenerate hl files ↵ | Allen Byrne | 2014-06-16 | 6 | -1641/+3231 |
| | | | | | | | using latest versions. No other files touched. Tested: h5committest | ||||
* | [svn-r25299] correct case of CMake commands | Allen Byrne | 2014-06-16 | 1 | -1/+1 |
| | |||||
* | [svn-r25294] added implicit none | Scot Breitenfeld | 2014-06-16 | 1 | -0/+1 |
| |