summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25915] Snapshot version 1.9 release 207HDF Tester2014-12-212-3/+3
|
* [svn-r25886] Snapshot version 1.9 release 206HDF Tester2014-12-142-3/+3
|
* [svn-r25881] Description:Quincey Koziol2014-12-102-69/+21
| | | | | | | | Minor code/comment cleanups, found while reviewing 'avoid truncate' code. Tested on: MacOSX/64 10.10.1 (amazon) w/serial & parallel (Too minor to require h5committest)
* [svn-r25868] HDFFV-9041: Definitions needed to be a semi-colon separated list.Allen Byrne2014-12-091-4/+1
|
* [svn-r25864] Snapshot version 1.9 release 205HDF Tester2014-12-072-3/+3
|
* [svn-r25855] Snapshot version 1.9 release 204HDF Tester2014-11-302-3/+3
|
* [svn-r25834] Snapshot version 1.9 release 203HDF Tester2014-11-236-937/+937
|
* [svn-r25766] Description:Quincey Koziol2014-11-0332-3728/+2870
| | | | | | | | | | Revert r25273, 25283 & 25439 (the hyperslab improvement changes). They are buggy and it's taking me a long time to correct the problem. I'll check in a revised form of the changes when I've got them straightened out. Tested on: Mac OSX 10.10.0 (amazon) w/gcc 4.9.x, C++, FORTRAN Linux 2.6.x (jam) w/parallel
* [svn-r25762] Snapshot version 1.9 release 202HDF Tester2014-11-022-3/+3
|
* [svn-r25736] Snapshot version 1.9 release 201HDF Tester2014-10-262-3/+3
|
* [svn-r25721] The return type of H5A_create was changed from hid_t to H5A_t *Albert Cheng2014-10-201-1/+1
| | | | | | | but the test was not changed (still doing H5A_create(...) < 0). Fixed the error by changing to compare against NULL. Tested: ADA AIX machine where the old code was flagged as an error by the AIX compiler.
* [svn-r25720] Snapshot version 1.9 release 200HDF Tester2014-10-192-3/+3
|
* [svn-r25693] Snapshot version 1.9 release 199HDF Tester2014-10-122-3/+5
|
* [svn-r25668] Snapshot version 1.9 release 198HDF Tester2014-10-052-3/+3
|
* [svn-r25661] Update the default setting for the memb_addr array when use ↵Mohamad Chaarawi2014-10-031-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 197HDF Tester2014-09-282-3/+3
|
* [svn-r25624] Define symbol for other compilers as nothing.Allen Byrne2014-09-261-0/+2
| | | | Tested: platypus
* [svn-r25620] Fix a bug in multi VFD when the memb_addr in H5Pset_fapl_multi ↵Mohamad Chaarawi2014-09-251-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 Byrne2014-09-252-36/+18
| | | | | | have two opposing use cases, only the enum is common. Tested: local linux and windows
* [svn-r25604] Snapshot version 1.9 release 196HDF Tester2014-09-212-3/+3
|
* [svn-r25591] Snapshot version 1.9 release 195HDF Tester2014-09-142-3/+3
|
* [svn-r25586] need to use MPI_Count and corresponding _x check routines post ↵Mohamad Chaarawi2014-09-111-20/+11
| | | | read/write to handle big counts.
* [svn-r25570] UNDO:Added option to build tools static when building shared ↵Allen Byrne2014-09-031-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 Byrne2014-09-031-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 194HDF Tester2014-08-312-3/+3
|
* [svn-r25546] Snapshot version 1.9 release 193HDF Tester2014-08-242-3/+3
|
* [svn-r25534] Snapshot version 1.9 release 192HDF Tester2014-08-172-3/+3
|
* [svn-r25531] remove use of C99 PRI that failed on windows in dtypes.cMohamad Chaarawi2014-08-119-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 Chaarawi2014-08-111-3/+4
|
* [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-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-032-3/+3
|
* [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-r25500] fix HDFFV-8888 - H5Ldelete_by_idx fails on non-existent group name.Mohamad Chaarawi2014-07-311-1/+1
| | | | tested Jam. minor change.
* [svn-r25496] Description:Quincey Koziol2014-07-3023-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 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-272-3/+3
|
* [svn-r25468] some code refactoring to align trunk with VOL branch.Mohamad Chaarawi2014-07-2215-3218/+3658
| | | | tested with h5committest.
* [svn-r25450] Description:Quincey Koziol2014-07-212-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 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-202-3/+3
|
* [svn-r25407] Snapshot version 1.9 release 188HDF Tester2014-07-132-3/+3
|
* [svn-r25399] bug fixes where a wrong type was used instead of hid_t.Mohamad Chaarawi2014-07-091-1/+1
|
* [svn-r25397] - remove configure checks for MPI_File_get_size and BigMohamad Chaarawi2014-07-073-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 187HDF Tester2014-07-062-3/+3
|
* [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-292-3/+3
|