summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27327] svn merge -r27208:27326 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-07-02125-16717/+23530
|\
| * [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-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-r27326] Working version of cmake on linux.Scot Breitenfeld2015-07-0210-51/+91
| |
* | [svn-r27316] switch internal cdash URLAllen Byrne2015-06-301-1/+1
| |
* | [svn-r27308] switch public cdash URLAllen Byrne2015-06-301-1/+1
| |
* | [svn-r27301] fixed configure error with pgi compiler by checking if ↵Scot Breitenfeld2015-06-302-11/+15
| | | | | | | | __float128 is 0
* | [svn-r27299] Changed from using sed to perl.Scot Breitenfeld2015-06-303-29/+26
| |
* | [svn-r27297] changed from using sed to perlScot Breitenfeld2015-06-292-92/+122
| |
* | [svn-r27285] added search replace for space to commaScot Breitenfeld2015-06-253-4/+7
| |
* | [svn-r27232] fixed C test program for float128Scot Breitenfeld2015-06-172-0/+4
| |
* | [svn-r27230] added test for float128Scot Breitenfeld2015-06-172-3/+10
| |
* | [svn-r27228] restricted __float128 to gnu compilersScot Breitenfeld2015-06-172-1/+38
| |
* | [svn-r27227] restricted __float128 to gnu compilersScot Breitenfeld2015-06-171-1/+3
| |
* | [svn-r27226] restricted __float128 to gnu compilersScot Breitenfeld2015-06-172-18/+22
| |
* | [svn-r27225] new test for __float128Scot Breitenfeld2015-06-174-104/+116
| |
* | [svn-r27223] Added check for quadmath.hScot Breitenfeld2015-06-174-91/+115
| |
* | [svn-r27221] Reworked Fortran autools REAL KIND detection.Scot Breitenfeld2015-06-1650-244/+672
| |
* | [svn-r27209] svn merge -r27186:27208 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-06-1684-4516/+3248
|\ \ | |/
| * [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-r27188] Switch to using parameters for SELECTED_*_KIND and instead use ↵Scot Breitenfeld2015-06-101-19/+14
| | | | | | | | numerical precision.
* | [svn-r27187] svn merge -r27135:27186 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-06-1063-680/+923
|\ \ | |/
| * [svn-r27185] fix more instances where both mpi is_initialized and ↵Mohamad Chaarawi2015-06-103-88/+96
| | | | | | | | | | | | is_finalized need to be checked before making any MPI calls. tested with h5committest.
| * [svn-r27172] Change disable to skip big test on cygwinAllen Byrne2015-06-092-8/+10
| |
| * [svn-r27171] Disable big test on cygwinAllen Byrne2015-06-092-24/+29
| |
| * [svn-r27163] update manifest for newly added file.Mohamad Chaarawi2015-06-081-0/+1
| |
| * [svn-r27162] fix for HDFFV-9412:Mohamad Chaarawi2015-06-085-20/+112
| | | | | | | | | | | | | | - Check for mpi is_initialized and is_finalized before making MPI calls in init/terminate of HDF5. - Add a test to make sure we can make serial HDF5 calls from rank 0 after MPI_Finalize is called. tested with h5committest