Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r25720] Snapshot version 1.9 release 200 | HDF Tester | 2014-10-19 | 2 | -3/+3 |
| | |||||
* | [svn-r25693] Snapshot version 1.9 release 199 | HDF Tester | 2014-10-12 | 2 | -3/+5 |
| | |||||
* | [svn-r25668] Snapshot version 1.9 release 198 | HDF Tester | 2014-10-05 | 2 | -3/+3 |
| | |||||
* | [svn-r25661] Update the default setting for the memb_addr array when use ↵ | Mohamad Chaarawi | 2014-10-03 | 1 | -1/+1 |
| | | | | | | | | passes NULL to equally divide all the address space between all the members. Before there was one chunk of the address space not being used. tested h5committest, and multi vfd make check on jam. | ||||
* | [svn-r25627] Snapshot version 1.9 release 197 | HDF Tester | 2014-09-28 | 2 | -3/+3 |
| | |||||
* | [svn-r25624] Define symbol for other compilers as nothing. | Allen Byrne | 2014-09-26 | 1 | -0/+2 |
| | | | | Tested: platypus | ||||
* | [svn-r25620] Fix a bug in multi VFD when the memb_addr in H5Pset_fapl_multi ↵ | Mohamad Chaarawi | 2014-09-25 | 1 | -1/+1 |
| | | | | | | | | | | is passed as NULL. The library is supposed in that case to equally divide the address space among all members, but there was a bug causing an overflow in the assignment. tested with h5commitest | ||||
* | [svn-r25615] Include plugin header change. H5PLextern.h and H5PLprivate.h ↵ | Allen Byrne | 2014-09-25 | 2 | -36/+18 |
| | | | | | | have two opposing use cases, only the enum is common. Tested: local linux and windows | ||||
* | [svn-r25604] Snapshot version 1.9 release 196 | HDF Tester | 2014-09-21 | 2 | -3/+3 |
| | |||||
* | [svn-r25591] Snapshot version 1.9 release 195 | HDF Tester | 2014-09-14 | 2 | -3/+3 |
| | |||||
* | [svn-r25586] need to use MPI_Count and corresponding _x check routines post ↵ | Mohamad Chaarawi | 2014-09-11 | 1 | -20/+11 |
| | | | | read/write to handle big counts. | ||||
* | [svn-r25570] UNDO:Added option to build tools static when building shared ↵ | Allen Byrne | 2014-09-03 | 1 | -17/+1 |
| | | | | | | | | libraries. This will prevent 'dll' being appended to the tool name on windows. See HDFFV-8292. Windows DLL linkage problem because of defines needed. Tested: local linux | ||||
* | [svn-r25569] Added option to build tools static when building shared ↵ | Allen Byrne | 2014-09-03 | 1 | -1/+17 |
| | | | | | | libraries. This will prevent 'dll' being appended to the tool name on windows. See HDFFV-8292. Tested: local linux | ||||
* | [svn-r25563] Snapshot version 1.9 release 194 | HDF Tester | 2014-08-31 | 2 | -3/+3 |
| | |||||
* | [svn-r25546] Snapshot version 1.9 release 193 | HDF Tester | 2014-08-24 | 2 | -3/+3 |
| | |||||
* | [svn-r25534] Snapshot version 1.9 release 192 | HDF Tester | 2014-08-17 | 2 | -3/+3 |
| | |||||
* | [svn-r25531] remove use of C99 PRI that failed on windows in dtypes.c | Mohamad Chaarawi | 2014-08-11 | 9 | -22/+55 |
| | | | | fix bugs where hid_t were assumed to be 32 bit ints or herr_t. | ||||
* | [svn-r25524] remove usage of // comment styles. | Mohamad Chaarawi | 2014-08-11 | 1 | -3/+4 |
| | |||||
* | [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-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 | 2 | -3/+3 |
| | |||||
* | [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-r25500] fix HDFFV-8888 - H5Ldelete_by_idx fails on non-existent group name. | Mohamad Chaarawi | 2014-07-31 | 1 | -1/+1 |
| | | | | tested Jam. minor change. | ||||
* | [svn-r25496] Description: | Quincey Koziol | 2014-07-30 | 23 | -185/+463 |
| | | | | | | | | | 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 | 2 | -3/+3 |
| | |||||
* | [svn-r25468] some code refactoring to align trunk with VOL branch. | Mohamad Chaarawi | 2014-07-22 | 15 | -3218/+3658 |
| | | | | tested with h5committest. | ||||
* | [svn-r25450] Description: | Quincey Koziol | 2014-07-21 | 2 | -6/+5 |
| | | | | | | | | 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-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 | 2 | -3/+3 |
| | |||||
* | [svn-r25407] Snapshot version 1.9 release 188 | HDF Tester | 2014-07-13 | 2 | -3/+3 |
| | |||||
* | [svn-r25399] bug fixes where a wrong type was used instead of hid_t. | Mohamad Chaarawi | 2014-07-09 | 1 | -1/+1 |
| | |||||
* | [svn-r25397] - remove configure checks for MPI_File_get_size and Big | Mohamad Chaarawi | 2014-07-07 | 3 | -45/+0 |
| | | | | | 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 | 2 | -3/+3 |
| | |||||
* | [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 | 2 | -3/+3 |
| | |||||
* | [svn-r25339] Snapshot version 1.9 release 185 | HDF Tester | 2014-06-22 | 2 | -3/+3 |
| | |||||
* | [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-r25302] Add nounistd option to flex command for windows caompatibility | Allen Byrne | 2014-06-17 | 1 | -1/+1 |
| | |||||
* | [svn-r25285] Snapshot version 1.9 release 184 | HDF Tester | 2014-06-15 | 6 | -857/+857 |
| | |||||
* | [svn-r25283] Description: | Quincey Koziol | 2014-06-14 | 2 | -12/+12 |
| | | | | | | | | | | Correct error in new hyperslab selection test to use the right # of dimensions for start/stride/count/block arrays. Also, switch H5Sselect_select to H5Smodify_select. Tested on: MacOSX/64 10.9.3 (amazon) w/gcc 4.9.1, OpenMPI, C++, FORTRAN & threadsafe (Too minor to require h5committest) | ||||
* | [svn-r25274] Adds #defines that ensures that DllMain is only compiled in ↵ | Dana Robinson | 2014-06-13 | 1 | -2/+6 |
| | | | | | | | | when the thread-safe shared library is built on Windows. Fixes HDFFV-8837. Tested on 64-bit Windows 7 with VS2012. | ||||
* | [svn-r25273] Description: | Quincey Koziol | 2014-06-13 | 32 | -2734/+3611 |
| | | | | | | | | | | | Bring in Chao/Neil/my changes to optimize hyperslab selection operations further, along with 3 new public API routines: H5Scombine_hyperslab(), H5Sselect_select() and H5Scombine_select(), along with many minor cleanups to the code and fixing a few compiler warnings. Tested on: Mac OSX/64 10.9.3 w/gcc 4.9.x and parallel w/OpenMPI (h5commttest forthcoming) | ||||
* | [svn-r25241] Snapshot version 1.9 release 183 | HDF Tester | 2014-06-08 | 2 | -3/+3 |
| | |||||
* | [svn-r25216] Snapshot version 1.9 release 182 | HDF Tester | 2014-05-25 | 3 | -6/+6 |
| | |||||
* | [svn-r25215] Description: | Quincey Koziol | 2014-05-25 | 2 | -0/+6 |
| | | | | | | | | | | | | | | Bring changes from Coverity branch back to trunk: r20914: Use HDstrncpy and HDstrncat! --gh 20915: Use HDstrncpy and HDstrncat! --gh Tested on: Mac OSX/64 10.9.3 (amazon) w/gcc 4.9.0, C++, FORTRAN & parallel (too minor to require h5committest) | ||||
* | [svn-r25208] Make the header generation optional and depend on finding perl ↵ | Allen Byrne | 2014-05-21 | 1 | -31/+37 |
| | | | | executable. Needed because window does not have perl. |