summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27424] Implement support for h5debug for VDS.Neil Fortner2015-07-226-50/+250
| | | | | | | | | | Implement support for H5Pencode/decode with VDS properties. Testing for H5Pencode/decode with VDS. Relax assertion check for number of elements written to buffer as we do not check for overlaps in mappings. Other minor fixes/cleanup. Tested: ummon
* [svn-r27420] Fixed VDS test to handle the family driver correctly.Neil Fortner2015-07-213-44/+79
| | | | Tested: ummon
* [svn-r27419] Merge revisions 27394 through 27418 from trunk to vds branch.Neil Fortner2015-07-2123-247/+969
|\ | | | | | | Tested: ummon
| * [svn-r27415] Fix potential error with H5I_clear_type which could occur when ↵Neil Fortner2015-07-205-217/+935
| | | | | | | | | | | | | | | | | | | | | | a callback closed a different ID in the same type. Added a new skiplist routine, H5SL_try_free_safe, which iterates over items, freeing some of them, and which intercepts and defers attempts to remove from the list outside of the main iteration. Changed H5I_clear_type to use this function. Tested: jam, koala, ostrich (h5committest); ummon
| * [svn-r27412] Snapshot version 1.9 release 225HDF Tester2015-07-2013-24/+24
| |
| * [svn-r27407] Updated the H5_ATTR_* macros.Dana Robinson2015-07-185-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | - Updated the preprocessor logic that defines the H5_ATTR_* macros. The Solaris Studio compiler understands __attribute__ but not the specific attributes that we use. The H5_ATTR_* macros are now defined as blank with that compiler which significantly cleans up the warnings, making debugging easier. - Replaced a few lingering __attribute__ macros with H5_ATTR_* markup. Tested on: h5committest Solaris w/ Solaris Studio (emu)
* | [svn-r27398] Fixed potential issue layouts with compilers that do not ↵Neil Fortner2015-07-151-0/+3
| | | | | | | | | | | | | | | | support designated initializers. Tested: ummon
* | [svn-r27397] Merge revisions 27255 through 27393 from trunk to vds branch.Neil Fortner2015-07-1568-4622/+4921
|\ \ | |/ | | | | Tested: ummon
| * [svn-r27372] Snapshot version 1.9 release 224HDF Tester2015-07-1313-24/+24
| |
| * [svn-r27364] Add Mac Framework supportAllen Byrne2015-07-0924-145/+173
| |
| * [svn-r27346] remove reference to file removed from cmake_ext_modAllen Byrne2015-07-081-1/+0
| |
| * [svn-r27339] Snapshot version 1.9 release 223HDF Tester2015-07-0613-49/+52
| |
| * [svn-r27332] Fix src/CMakeLists.txt after Quincey's metadata cache changesJerome Soumagne2015-07-021-0/+2
| |
| * [svn-r27320] Fix uninitialized memory write valgrind errors in trunk. Did ↵Neil Fortner2015-07-018-16/+46
| | | | | | | | | | | | | | | | this by modifying metadata cache clients to clear unused memory in the buffer after serializing. Tested: ummon; jam, koala, ostrich (h5committest)
| * [svn-r27313] switch internal cdash URLAllen Byrne2015-06-301-2/+2
| |
| * [svn-r27298] Description:Quincey Koziol2015-06-295-134/+159
| | | | | | | | | | | | | | | | | | Separate H5AC layer from using package-scoped pieces of the H5C layer, moving from including H5Cpkg.h to H5Cprivate.h. Tested on: MacOSX/64 10.10.3 (amazon) w/serial, parallel & production Linux/32 2.6.x (jam) w/serial & parallel
| * [svn-r27296] Description:Quincey Koziol2015-06-297-38/+28
| | | | | | | | | | | | | | | | | | Correct error with braces around macro (in production builds), also clean up a few warnings. Tested on: MacOSX/64 10.10.3 (amazon) w/serial, parallel & production Linux/32 2.6 (jam) w/serial & parallel
| * [svn-r27294] Description:Quincey Koziol2015-06-296-711/+320
| | | | | | | | | | | | | | | | | | | | Clean up parameters to H5C__flush_single_entry: accept cache entry instead of address, and make new flag for deleting entry from skiplist on destroy instead of a separate parameter to the routine. Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.x (jam) w/serial & parallel
| * [svn-r27293] Description:Quincey Koziol2015-06-2712-3512/+3666
| | | | | | | | | | | | | | | | Split parallel metadata cache code into separate source code modules. Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel (too minor for h5committest)
| * [svn-r27292] Description:Quincey Koziol2015-06-276-22/+62
| | | | | | | | | | | | | | | | | | | | Bring 'fail if unknown always' object header message flag from the avoid_truncate branch, strengthen error checking for unknown messages, and try to catch object header code configurations at compile time (instead of runtime). Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel (h5committest forthcoming)
| * [svn-r27283] Change generic directory in tarballs to hdfsrc.Larry Knox2015-06-251-4/+4
| | | | | | | | Remove some commented lines.
| * [svn-r27280] Add temporary file to create tarballs for buildbot (and ↵Larry Knox2015-06-242-0/+395
| | | | | | | | possibly all) daily testing. When the behavior is acceptable, the changes should be merged into the regular release script as a --revision option.
| * [svn-r27278] Merge of 27270 from trunk. Fixes HDFFV-9119 and HDFFV-9421.Dana Robinson2015-06-246-84/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | Changes that allow the autotools to correctly deal with inline functions. - Inline markup schemes are now checked with AC_COMPILE_IFELSE tests instead of AC_C_INLINE. - The inline designator is now H5_INLINE instead of H5_inline. This is now set in H5private.h instead of H5pubconf.h. Tested on: h5committest
| * [svn-r27271] fix a few warnings in t_mpi.cMohamad Chaarawi2015-06-231-4/+3
| |
| * [svn-r27267] Combine float checks and int checks to eliminate possible conflictsAllen Byrne2015-06-221-199/+213
| |
| * [svn-r27262] Snapshot version 1.9 release 222HDF Tester2015-06-2213-24/+24
| |
* | [svn-r27324] Remove extra character on end of file nameAllen Byrne2015-07-021-1/+1
| |
* | [svn-r27323] Implement support for H5Dflush for VDS.Neil Fortner2015-07-025-139/+350
| | | | | | | | | | | | | | | | | | | | Implement support for H5Ocopy on VDS. Testing for H5Ocopy on VDS. Fix check-vfd failure. Other minor fixes/cleanup. Note there is a preexisting failure in h5repack testing. Tested: ummon
* | [svn-r27321] Fixed VDS test framework to check for zlib,Allen Byrne2015-07-024-30/+51
| | | | | | | | and fix file copy list paths
* | [svn-r27317] switch internal cdash URLAllen Byrne2015-06-301-1/+1
| |
* | [svn-r27309] switch public cdash URLAllen Byrne2015-06-301-1/+1
| |
* | [svn-r27300] Add h5repack and h5diff VDS testsAllen Byrne2015-06-302-167/+240
| |
* | [svn-r27284] Modify VDS implementation to always use FAPL and DAPL from VDS ↵Neil Fortner2015-06-256-55/+118
| | | | | | | | | | | | | | | | | | | | | | | | file and dataset to open source files and datasets, instead of using the default property lists. Modify VDS to reject attempts at parallel I/O, fix parallel compile error. Modify VDS to not write fill value to memory buffer if the fill value is undefined. Other minor fixes/cleanup. Tested: ummon
* | [svn-r27266] Change tests to use simple mode - eliminates native type use.Allen Byrne2015-06-229-161/+165
| | | | | | | | Combine float checks and int checks to eliminate possible conflicts
* | [svn-r27265] corrected test paramsAllen Byrne2015-06-221-6/+6
| |
* | [svn-r27256] Merge revisions 27102 through 27255 from trunk to vds branch.Neil Fortner2015-06-19114-17072/+22334
|\ \ | |/ | | | | Tested: ummon
| * [svn-r27252] Fix whitespaceAllen Byrne2015-06-191-15/+15
| |
| * [svn-r27243] fix problem with encoding/decoding external fapl for lapls.Mohamad Chaarawi2015-06-188-25/+41
| |
| * [svn-r27238] Add function prototype for local functionAllen Byrne2015-06-181-29/+30
| |
| * [svn-r27237] Description:Quincey Koziol2015-06-1889-12802/+19316
| | | | | | | | | | | | | | | | | | Merge v3 metadata cache changes to trunk. Yay! :-) Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.x (jam) w/serial & parallel (daily tested on branch)
| * [svn-r27216] The comments in this example were incorrect regarding the resultingBarbara Jones2015-06-161-3/+3
| | | | | | | | dataset. They were updated to match the output of the file. (HDFFV-637)
| * [svn-r27207] use "closing" flag instead of always TRUE in the truncate call.Mohamad Chaarawi2015-06-151-1/+1
| |
| * [svn-r27206] fix for HDFFV-9418. Mohamad Chaarawi2015-06-151-8/+9
| | | | | | | | | | | | | | - Moving truncate to H5F_flush() where it was done a long time ago. - Add a second H5AC_flush() call after the truncate is done to make sure we write the correct EOA. tested with h5committest
| * [svn-r27204] Description:Quincey Koziol2015-06-1522-2158/+1844
| | | | | | | | | | | | | | | | | | Clean up compiler warnings before merging in v3 metadata cache changes from branch. Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.x (jam) w/serial & parallel
| * [svn-r27202] Except one file is used by other tests!Allen Byrne2015-06-151-1/+1
| |
| * [svn-r27201] Changed location of packed bits testfilesAllen Byrne2015-06-151-54/+54
| |
| * [svn-r27199] Description:Quincey Koziol2015-06-138-2157/+1201
| | | | | | | | | | | | | | | | | | Large code cleanups and optimizations, in preparation for the upcoming v3 metadata cache merge. Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.x (jam) w/serial & parallel
| * [svn-r27198] Set "entire_chunk" to false in H5D__chunk_write() for point ↵Vailin Choi2015-06-122-4/+5
| | | | | | | | | | | | selection as duplicate points are not checked to determine that it is really an "entire chunk". The bug appears from running the mdset.c test. This is a short-term fix for the problem.
| * [svn-r27196] Move pbbits file to subfolderAllen Byrne2015-06-1255-137/+137
| |
* | [svn-r27249] Used versioned APIs to fix the daily tests errors with the ↵Elena Pourmal2015-06-198-24/+24
| | | | | | | | | | | | --with-default-api-version=v16 builds. Tested on jam.