Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r27470] svn merge -r27425:27460 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-08-05 | 48 | -1041/+9499 |
|\ | |||||
| * | [svn-r27460] Minor code cleanup in test/trefer.c | Dana Robinson | 2015-08-04 | 1 | -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 Robinson | 2015-08-04 | 5 | -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 226 | HDF Tester | 2015-07-27 | 13 | -24/+24 |
| | | |||||
| * | [svn-r27428] Bug fix: DAILYTEST-170 | Albert Cheng | 2015-07-24 | 11 | -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_self | Mohamad Chaarawi | 2015-07-23 | 2 | -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 Byrne | 2015-08-05 | 117 | -10096/+3516 |
| | | | | | | | | Tested: local linux with CMake | ||||
* | | [svn-r27446] Correct Windows export name | Allen Byrne | 2015-07-30 | 1 | -11/+11 |
| | | |||||
* | | [svn-r27442] added missing dependencies | Scot Breitenfeld | 2015-07-30 | 1 | -20/+6 |
| | | |||||
* | | [svn-r27441] misc. code clean-up | Scot Breitenfeld | 2015-07-30 | 1 | -18/+0 |
| | | |||||
* | | [svn-r27440] added missing h5lt*_attribute_f functions | Scot Breitenfeld | 2015-07-30 | 1 | -0/+2 |
| | | |||||
* | | [svn-r27426] svn merge -r27377:27425 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-07-22 | 23 | -247/+969 |
|\ \ | |/ | |||||
| * | [svn-r27415] Fix potential error with H5I_clear_type which could occur when ↵ | Neil Fortner | 2015-07-20 | 5 | -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 225 | HDF Tester | 2015-07-20 | 13 | -24/+24 |
| | | |||||
| * | [svn-r27407] Updated the H5_ATTR_* macros. | Dana Robinson | 2015-07-18 | 5 | -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_target | Scot Breitenfeld | 2015-07-21 | 1 | -10/+24 |
| | | |||||
* | | [svn-r27421] changed from add_custom_command to add_custom_target for ↵ | Scot Breitenfeld | 2015-07-21 | 1 | -10/+21 |
| | | | | | | | | generated files, OBJECT_DEPENDS is not fully functional on Windows (cmake 3.1). | ||||
* | | [svn-r27418] format clean-up | Scot Breitenfeld | 2015-07-21 | 1 | -489/+462 |
| | | |||||
* | | [svn-r27417] comment code cleanup | Scot Breitenfeld | 2015-07-21 | 2 | -2/+2 |
| | | |||||
* | | [svn-r27406] gave full path to H5_gen.F90 | Scot Breitenfeld | 2015-07-17 | 1 | -1/+1 |
| | | |||||
* | | [svn-r27405] added implicit none | Scot Breitenfeld | 2015-07-17 | 1 | -3/+3 |
| | | |||||
* | | [svn-r27404] Implemented new function to compare reals with adjustible ↵ | Scot Breitenfeld | 2015-07-17 | 1 | -3/+37 |
| | | | | | | | | precision tolerance. | ||||
* | | [svn-r27401] code cleanup | Scot Breitenfeld | 2015-07-16 | 4 | -106/+36 |
| | | |||||
* | | [svn-r27400] code clean-up | Scot Breitenfeld | 2015-07-16 | 1 | -18/+20 |
| | | |||||
* | | [svn-r27399] code clean-up | Scot Breitenfeld | 2015-07-16 | 3 | -23/+7 |
| | | |||||
* | | [svn-r27395] cleaned-up code | Scot Breitenfeld | 2015-07-15 | 1 | -100/+7 |
| | | |||||
* | | [svn-r27394] added properties generated | Scot Breitenfeld | 2015-07-15 | 1 | -0/+2 |
| | | |||||
* | | [svn-r27393] removed unused C functions | Scot Breitenfeld | 2015-07-15 | 5 | -457/+8 |
| | | |||||
* | | [svn-r27392] removed unused C functions | Scot Breitenfeld | 2015-07-15 | 3 | -158/+6 |
| | | |||||
* | | [svn-r27391] Added build dependencies to generated files | Scot Breitenfeld | 2015-07-15 | 2 | -9/+12 |
| | | |||||
* | | [svn-r27390] Add fortran source depends command | Allen Byrne | 2015-07-15 | 1 | -6/+16 |
| | | |||||
* | | [svn-r27389] Added generated files to install | Scot Breitenfeld | 2015-07-15 | 1 | -0/+1 |
| | | |||||
* | | [svn-r27388] Removed robodoc documenation. | Scot Breitenfeld | 2015-07-14 | 84 | -21422/+0 |
| | | |||||
* | | [svn-r27387] added definitions for H5LTset_attribute_*_c | Scot Breitenfeld | 2015-07-14 | 1 | -6/+36 |
| | | |||||
* | | [svn-r27386] misc clean-up | Scot Breitenfeld | 2015-07-14 | 1 | -2/+2 |
| | | |||||
* | | [svn-r27385] H5Dwrite,H5Dread,H5Awrite,H5Dread for INTEGERs and Characters ↵ | Scot Breitenfeld | 2015-07-14 | 4 | -1733/+400 |
| | | | | | | | | are now generated code | ||||
* | | [svn-r27384] H5Dwrite and H5Awrite for INTEGERs are now generated code | Scot Breitenfeld | 2015-07-14 | 4 | -40/+87 |
| | | |||||
* | | [svn-r27383] removed unused functions | Scot Breitenfeld | 2015-07-14 | 1 | -258/+0 |
| | | |||||
* | | [svn-r27382] Documenation changes | Scot Breitenfeld | 2015-07-14 | 12 | -14/+90 |
| | | |||||
* | | [svn-r27381] comments added | Scot Breitenfeld | 2015-07-14 | 1 | -6/+6 |
| | | |||||
* | | [svn-r27379] formatting clean-up | Scot Breitenfeld | 2015-07-14 | 4 | -17/+13 |
| | | |||||
* | | [svn-r27378] svn merge -r27326:27377 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-07-14 | 37 | -169/+197 |
|\ \ | |/ | |||||
| * | [svn-r27372] Snapshot version 1.9 release 224 | HDF Tester | 2015-07-13 | 13 | -24/+24 |
| | | |||||
| * | [svn-r27364] Add Mac Framework support | Allen Byrne | 2015-07-09 | 24 | -145/+173 |
| | | |||||
* | | [svn-r27377] Cleaned-up comment formatting: | Scot Breitenfeld | 2015-07-14 | 15 | -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___FLOAT128 | Scot Breitenfeld | 2015-07-14 | 1 | -0/+2 |
| | | |||||
* | | [svn-r27375] Moved generating Fortran 'test' code from the fortran src ↵ | Scot Breitenfeld | 2015-07-13 | 6 | -199/+109 |
| | | | | | | | | directory to the fortran 'test' directory. Updated autotools and cmake. | ||||
* | | [svn-r27374] misc cleanup | Scot Breitenfeld | 2015-07-13 | 1 | -0/+3 |
| | | |||||
* | | [svn-r27373] moved building generated test APIs to a sperated build program ↵ | Scot Breitenfeld | 2015-07-13 | 2 | -0/+273 |
| | | | | | | | | | | | | (was in fortran/src/H5_buildiface.F90) | ||||
* | | [svn-r27368] misc. code clean-up | Scot Breitenfeld | 2015-07-09 | 5 | -49/+20 |
| | |