Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r26213] Description: | Quincey Koziol | 2015-02-18 | 3 | -88/+76 |
| | | | | | | | | Minor code cleanups, to align with revise_chunks branch. Tested on: Mac OSX/64 10.10.2 (amazon) w/serial & parallel Linux/32 2.6.x (jam) w/serial | ||||
* | [svn-r26208] Update cmake minimums | Allen Byrne | 2015-02-18 | 1 | -1/+1 |
| | |||||
* | [svn-r26206] Reverting change r26204 | Scot Breitenfeld | 2015-02-18 | 1 | -4/+0 |
| | |||||
* | [svn-r26205] Fix for HDFFV-8908: | Scot Breitenfeld | 2015-02-18 | 1 | -0/+4 |
| | | | | | h5tenum_insert_f does not work with default 8 byte integers (xlf compiler) | ||||
* | [svn-r26203] increase string size to 128 for MPE function event name. | Mohamad Chaarawi | 2015-02-18 | 1 | -1/+1 |
| | |||||
* | [svn-r26200] Fixed mixed tabs and spaces before making changes. | Dana Robinson | 2015-02-17 | 1 | -56/+55 |
| | | | | No code changes. | ||||
* | [svn-r26195] Description: | Quincey Koziol | 2015-02-17 | 6 | -13/+14 |
| | | | | | | | | | Switch from enum H5D_CHUNK_BTREE to H5D_CHUNK_IDX_BTREE, along with a couple of minor whitespace touchups. Tested on: Mac OSX/64 10.10.2 (amazon) w/serial & parallel Linux/32 2.6.x (jam) w/serial | ||||
* | [svn-r26193] Description: | Quincey Koziol | 2015-02-17 | 1 | -112/+35 |
| | | | | | | | | | | Fix locking error when splitting root node of v1 B-tree, and simplify the iteration over entries in a v1 B-tree (avoiding using the sibling pointer also). Tested on: Mac OSX/64 10.10.2 (amazon) w/serial & parallel Linux/32 2.6.x (jam) w/serial | ||||
* | [svn-r26191] Description: | Quincey Koziol | 2015-02-17 | 6 | -125/+359 |
| | | | | | | | | | Track the min & max keys for a v2 B-tree, so it can more efficiently determine if a key is present in the B-tree. Tested on: Mac OSX/64 10.10.2 (amazon) w/parallel & serial Linux/32 2.6.x (jam) w/serial | ||||
* | [svn-r26188] Merged autotools fixes into the trunk: | Scot Breitenfeld | 2015-02-16 | 1 | -1/+2 |
| | | | | HDFFV-9089, HDFFV-9091, HDFFV-9092, HDFFV-9094, HDFFV-9095 | ||||
* | [svn-r26180] merge configure fixes for HDFFV-9068,9069,9096,9097,9135 from ↵ | Mohamad Chaarawi | 2015-02-16 | 4 | -32/+19 |
| | | | | | | | | | | | | autotools_rework branch: - Remove Infering parallel compilers (C and Fortran) from configure.ac - Remove restriction to build shared with parallel - Cleanup parallel sections in configure.ac - remove large file support checks - MPE fixes. tested with h5committest. | ||||
* | [svn-r26177] Snapshot version 1.9 release 214 | HDF Tester | 2015-02-15 | 2 | -3/+3 |
| | |||||
* | [svn-r26161] Fix cmake case. | Allen Byrne | 2015-02-12 | 1 | -2/+2 |
| | | | | | Turn on F2003 by default. Set source properties in fortran cmake files. | ||||
* | [svn-r26149] Fix potential memory error reported by valgrind in | Neil Fortner | 2015-02-09 | 1 | -23/+21 |
| | | | | | | | | H5D__link_chunk_collective_io. This would occur when performing collective I/O on a dataset with only 1 chunk, and a participating process had nothing to read or write. Tested: jam, koala, ostrich (h5committest) | ||||
* | [svn-r26146] Snapshot version 1.9 release 213 | HDF Tester | 2015-02-08 | 2 | -3/+3 |
| | |||||
* | [svn-r26092] Snapshot version 1.9 release 212 | HDF Tester | 2015-02-01 | 2 | -3/+3 |
| | |||||
* | [svn-r26040] HDFFV-9018: Install pdb files to bin folder with dlls. | Allen Byrne | 2015-01-26 | 1 | -1/+1 |
| | |||||
* | [svn-r26036] HDFFV-8736: Patch H5PL.c and test for cygwin plugin support. | Allen Byrne | 2015-01-26 | 1 | -0/+6 |
| | | | | Tested: local linux and cygwin | ||||
* | [svn-r26012] make the print format for address overflow error windows friendly. | Mohamad Chaarawi | 2015-01-23 | 1 | -4/+4 |
| | |||||
* | [svn-r26005] fix error return value. minor change. | Mohamad Chaarawi | 2015-01-22 | 1 | -2/+2 |
| | |||||
* | [svn-r26002] move checks on reading/writing beyond file eoa outside of the ↵ | Mohamad Chaarawi | 2015-01-22 | 6 | -21/+14 |
| | | | | | | file drivers and into a centralized place in H5FD_read/write. tested h5committest. | ||||
* | [svn-r25994] revert adding the has_mpi_atomicity feature flag and use the ↵ | Mohamad Chaarawi | 2015-01-21 | 3 | -11/+4 |
| | | | | | | has_mpi flag instead. | ||||
* | [svn-r25984] change the message flag H5O_MSG_FLAG_FAIL_IF_UNKNOWN to | Mohamad Chaarawi | 2015-01-20 | 4 | -11/+12 |
| | | | | | | | | H5O_MSG_FLAG_FAIL_IF_UNKNOWN_AND_OPEN_FOR_WRITE. Will add a new H5O_MSG_FLAG_FAIL_IF_UNKNOWN_ALWAYS with the new avoid_truncate patch coming later. tested h5committest | ||||
* | [svn-r25983] HDFFV-1125: Eliminate IS_H5FD_MPI() macro use in the library ↵ | Mohamad Chaarawi | 2015-01-20 | 6 | -17/+13 |
| | | | | | | | | and replace with driver feature flag(s). Add an MPI atomicity feature flag and remove the macro from the library. tested Parallel on Jam. | ||||
* | [svn-r25981] Snapshot version 1.9 release 211 | HDF Tester | 2015-01-18 | 2 | -3/+3 |
| | |||||
* | [svn-r25980] Reverting check-in 25978, C_LONG_DOUBLE seems to be 16 bytes ↵ | Scot Breitenfeld | 2015-01-15 | 1 | -3/+0 |
| | | | | sometimes and 10 bytes other times. Not sure why. | ||||
* | [svn-r25978] Bug fix for HDFFV-8847 | Scot Breitenfeld | 2015-01-13 | 1 | -0/+3 |
| | | | | Tested: h5committest | ||||
* | [svn-r25975] Snapshot version 1.9 release 210 | HDF Tester | 2015-01-11 | 2 | -3/+3 |
| | |||||
* | [svn-r25949] Snapshot version 1.9 release 209 | HDF Tester | 2015-01-04 | 2 | -3/+3 |
| | |||||
* | [svn-r25929] Description: | Quincey Koziol | 2014-12-29 | 15 | -94/+137 |
| | | | | | | | | | | Clean up EOF code within library and add 'mem_type' parameter to 'get_eof' VFD callback, to avoid various ambiguous situations, particularly with the multi VFD. (Supports changes for 'avoid_truncate' feature also) Tested on: MacOSX/64 10.10.1 (amazon) w/serial & parallel h5committest forthcoming | ||||
* | [svn-r25928] Description: | Quincey Koziol | 2014-12-29 | 1 | -2/+2 |
| | | | | | | | | Minor code cleanups found while reviewing 'avoid_truncate' changes. Tested on: MacOSX/64 10.10.1 (amazon) w/serial & parallel (too minor to require h5committest) | ||||
* | [svn-r25924] Snapshot version 1.9 release 208 | HDF Tester | 2014-12-28 | 2 | -3/+3 |
| | |||||
* | [svn-r25922] mpi version check for new mpi 3 features should be >= 3 rather ↵ | Mohamad Chaarawi | 2014-12-23 | 2 | -7/+7 |
| | | | | than == 3. | ||||
* | [svn-r25921] - wrap MPI 3 usage with MPI_VERSION compile time check. | Mohamad Chaarawi | 2014-12-23 | 2 | -6/+39 |
| | | | | - build out unbuffered stdout/err for windows | ||||
* | [svn-r25915] Snapshot version 1.9 release 207 | HDF Tester | 2014-12-21 | 2 | -3/+3 |
| | |||||
* | [svn-r25886] Snapshot version 1.9 release 206 | HDF Tester | 2014-12-14 | 2 | -3/+3 |
| | |||||
* | [svn-r25881] Description: | Quincey Koziol | 2014-12-10 | 2 | -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 Byrne | 2014-12-09 | 1 | -4/+1 |
| | |||||
* | [svn-r25864] Snapshot version 1.9 release 205 | HDF Tester | 2014-12-07 | 2 | -3/+3 |
| | |||||
* | [svn-r25855] Snapshot version 1.9 release 204 | HDF Tester | 2014-11-30 | 2 | -3/+3 |
| | |||||
* | [svn-r25834] Snapshot version 1.9 release 203 | HDF Tester | 2014-11-23 | 6 | -937/+937 |
| | |||||
* | [svn-r25766] Description: | Quincey Koziol | 2014-11-03 | 32 | -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 202 | HDF Tester | 2014-11-02 | 2 | -3/+3 |
| | |||||
* | [svn-r25736] Snapshot version 1.9 release 201 | HDF Tester | 2014-10-26 | 2 | -3/+3 |
| | |||||
* | [svn-r25721] The return type of H5A_create was changed from hid_t to H5A_t * | Albert Cheng | 2014-10-20 | 1 | -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 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 |
| |