summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27470] svn merge -r27425:27460 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-08-0548-1041/+9499
|\
| * [svn-r27460] Minor code cleanup in test/trefer.cDana Robinson2015-08-041-3/+3
| | | | | | | | | | | | | | | | - Fixed an out-of-range char assignment. - Added a couple of malloc() casts. Tested on: jam (minor change, tests only)
| * [svn-r27459] Merge of 27411 from revise_chunks.Dana Robinson2015-08-045-54/+54
| | | | | | | | | | | | | | | | | | Renamed a few "h5tri_t extended" variables to "h5tri_t was_extended". Apparently, "extended" is a typedef name someplace in the headers used on Solaris, which causes potentially confusing warnings to be emitted. Tested on: h5committest Solaris w/ Solaris Studio (emu)
| * [svn-r27432] Snapshot version 1.9 release 226HDF Tester2015-07-2713-24/+24
| |
| * [svn-r27428] Bug fix: DAILYTEST-170Albert Cheng2015-07-2411-0/+607
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: XL compilers in ostrich (PowerPC64 linux) fail in test/dt_arith because of the removal of the LLONG_TO_LDOUBLE_CORRECT (removed in r26625) and LDOUBLE_TO_LLONG_ACCURATE (removed in r26623). Solution: Reverse revisions r26623: bring back LDOUBLE_TO_LLONG_ACCURATE configure macro r26625: bring back LLONG_TO_LDOUBLE_CORRECT configure macro r26627: bring back WANT_DATA_ACCURACY configure macro which is used together with the above two macros. This also brings back the enable-dconv-accuracy configure option. Tested: h5committested. Also tested in ostrich using the XL compilers.
| * [svn-r27427] - free comm keyval after setting atribute on comm_selfMohamad Chaarawi2015-07-232-0/+6
| | | | | | | | | | | | - free allocated buffer in t_file_image test tested on jam with parallel.
* | [svn-r27469] Merge from trunk with dual-binary CMake code.Allen Byrne2015-08-05117-10096/+3516
| | | | | | | | Tested: local linux with CMake
* | [svn-r27446] Correct Windows export nameAllen Byrne2015-07-301-11/+11
| |
* | [svn-r27442] added missing dependenciesScot Breitenfeld2015-07-301-20/+6
| |
* | [svn-r27441] misc. code clean-upScot Breitenfeld2015-07-301-18/+0
| |
* | [svn-r27440] added missing h5lt*_attribute_f functionsScot Breitenfeld2015-07-301-0/+2
| |
* | [svn-r27426] svn merge -r27377:27425 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-07-2223-247/+969
|\ \ | |/
| * [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-r27422] changed add_custom_command to add_custom_targetScot Breitenfeld2015-07-211-10/+24
| |
* | [svn-r27421] changed from add_custom_command to add_custom_target for ↵Scot Breitenfeld2015-07-211-10/+21
| | | | | | | | generated files, OBJECT_DEPENDS is not fully functional on Windows (cmake 3.1).
* | [svn-r27418] format clean-upScot Breitenfeld2015-07-211-489/+462
| |
* | [svn-r27417] comment code cleanupScot Breitenfeld2015-07-212-2/+2
| |
* | [svn-r27406] gave full path to H5_gen.F90Scot Breitenfeld2015-07-171-1/+1
| |
* | [svn-r27405] added implicit noneScot Breitenfeld2015-07-171-3/+3
| |
* | [svn-r27404] Implemented new function to compare reals with adjustible ↵Scot Breitenfeld2015-07-171-3/+37
| | | | | | | | precision tolerance.
* | [svn-r27401] code cleanupScot Breitenfeld2015-07-164-106/+36
| |
* | [svn-r27400] code clean-upScot Breitenfeld2015-07-161-18/+20
| |
* | [svn-r27399] code clean-upScot Breitenfeld2015-07-163-23/+7
| |
* | [svn-r27395] cleaned-up codeScot Breitenfeld2015-07-151-100/+7
| |
* | [svn-r27394] added properties generatedScot Breitenfeld2015-07-151-0/+2
| |
* | [svn-r27393] removed unused C functionsScot Breitenfeld2015-07-155-457/+8
| |
* | [svn-r27392] removed unused C functionsScot Breitenfeld2015-07-153-158/+6
| |
* | [svn-r27391] Added build dependencies to generated filesScot Breitenfeld2015-07-152-9/+12
| |
* | [svn-r27390] Add fortran source depends commandAllen Byrne2015-07-151-6/+16
| |
* | [svn-r27389] Added generated files to installScot Breitenfeld2015-07-151-0/+1
| |
* | [svn-r27388] Removed robodoc documenation.Scot Breitenfeld2015-07-1484-21422/+0
| |
* | [svn-r27387] added definitions for H5LTset_attribute_*_cScot Breitenfeld2015-07-141-6/+36
| |
* | [svn-r27386] misc clean-up Scot Breitenfeld2015-07-141-2/+2
| |
* | [svn-r27385] H5Dwrite,H5Dread,H5Awrite,H5Dread for INTEGERs and Characters ↵Scot Breitenfeld2015-07-144-1733/+400
| | | | | | | | are now generated code
* | [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
| |