summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27384] H5Dwrite and H5Awrite for INTEGERs are now generated codeScot Breitenfeld2015-07-144-40/+87
|
* [svn-r27383] removed unused functionsScot Breitenfeld2015-07-141-258/+0
|
* [svn-r27382] Documenation changesScot Breitenfeld2015-07-1412-14/+90
|
* [svn-r27381] comments addedScot Breitenfeld2015-07-141-6/+6
|
* [svn-r27379] formatting clean-upScot Breitenfeld2015-07-144-17/+13
|
* [svn-r27378] svn merge -r27326:27377 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-07-1437-169/+197
|\
| * [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-r27377] Cleaned-up comment formatting:Scot Breitenfeld2015-07-1415-2414/+2414
| | | | | | | | sed -e 's/^ \*[ ]*\([A-Z]\)\([a-z]\)/ * \1\2/g' H5Zf.c | sed -e 's/^ \*[ ]*\([a-z]\)/ * \1/g' | sed -e 's/^ \*[ ]*\([0-9]\)/ * \1/g'
* | [svn-r27376] set default value of SIZEOF___FLOAT128Scot Breitenfeld2015-07-141-0/+2
| |
* | [svn-r27375] Moved generating Fortran 'test' code from the fortran src ↵Scot Breitenfeld2015-07-136-199/+109
| | | | | | | | directory to the fortran 'test' directory. Updated autotools and cmake.
* | [svn-r27374] misc cleanupScot Breitenfeld2015-07-131-0/+3
| |
* | [svn-r27373] moved building generated test APIs to a sperated build program ↵Scot Breitenfeld2015-07-132-0/+273
| | | | | | | | | | | | (was in fortran/src/H5_buildiface.F90)
* | [svn-r27368] misc. code clean-upScot Breitenfeld2015-07-095-49/+20
| |
* | [svn-r27366] misc. clean-upScot Breitenfeld2015-07-091-209/+11
| |
* | [svn-r27365] added build dependencies for hl fortran buildsScot Breitenfeld2015-07-092-7/+7
| |
* | [svn-r27360] moved H5test_kind.F90 H5_buildiface.F90Scot Breitenfeld2015-07-095-34/+34
| |
* | [svn-r27359] Fixed Cmake to handle autogenerated Fortran HL APIsScot Breitenfeld2015-07-094-2/+54
| |
* | [svn-r27358] Fixed test to handle DOUBLE PRECISION that was promoted using ↵Scot Breitenfeld2015-07-091-33/+102
| | | | | | | | compiler options.
* | [svn-r27357] svn merge -r27208:27356 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-07-0914-25/+24
|\ \ | |/
| * [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-r27355] added generation of HL Fortran Interfaces for REALsScot Breitenfeld2015-07-088-2931/+826
| |
* | [svn-r27354] fixed #if specScot Breitenfeld2015-07-081-1/+1
| |
* | [svn-r27351] updated missing preprocessor definesScot Breitenfeld2015-07-082-25/+13
| |
* | [svn-r27350] updated missing cmake definesScot Breitenfeld2015-07-082-31/+54
| |
* | [svn-r27337] cmake configure test for FortranScot Breitenfeld2015-07-051-0/+461
| |
* | [svn-r27334] svn merge -r27326:27332 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-07-021-0/+2
|\ \ | |/
| * [svn-r27332] Fix src/CMakeLists.txt after Quincey's metadata cache changesJerome Soumagne2015-07-021-0/+2
| |
* | [svn-r27333] added commentsScot Breitenfeld2015-07-022-1/+2
| |
* | [svn-r27328] updated reconfigureScot Breitenfeld2015-07-021-25/+28
| |
* | [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)