Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r27625] Added preprocessor commands for PGI compiler. | Scot Breitenfeld | 2015-08-31 | 80 | -199/+252 |
| | | | | tested: h5committest | ||||
* | [svn-r27624] Update bin/bbrelease to handle changed output of 'svn info' ↵ | Larry Knox | 2015-08-31 | 1 | -1/+1 |
| | | | | | | with svn version 1.8. Change to experimental release script bbrelease for buildbot to eliminate extra line in version output. | ||||
* | [svn-r27623] Added some parallel #ifdefs to H5Ocache.c to quiet compiler | Dana Robinson | 2015-08-31 | 1 | -1/+21 |
| | | | | | | warnings. tested on: h5committest | ||||
* | [svn-r27622] Snapshot version 1.9 release 229 | HDF Tester | 2015-08-31 | 13 | -24/+24 |
| | |||||
* | [svn-r27618] Description: | Quincey Koziol | 2015-08-29 | 2 | -6/+4 |
| | | | | | | | | | | Align w/vds branch: Remove extraneous sieve buffer flush in chunk flush callback, and move error check out of the middle of retrieving properties for dataset. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest forthcoming) | ||||
* | [svn-r27615] Description: | Quincey Koziol | 2015-08-29 | 2 | -40/+48 |
| | | | | | | | | | Protect dataset that's closing from being flushed again, if it's the last one holding a file open. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest forthcoming) | ||||
* | [svn-r27614] Description: | Quincey Koziol | 2015-08-29 | 1 | -12/+28 |
| | | | | | | | | | Align w/vds branch: Change code in H5O_layout_copy() to use switch for different types of dataset layouts. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest forthcoming) | ||||
* | [svn-r27613] Description: | Quincey Koziol | 2015-08-29 | 4 | -67/+82 |
| | | | | | | | | | Align w/vds branch: Move code for initializing contiguous datasets into layout 'init' callback. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest forthcoming) | ||||
* | [svn-r27612] Description: | Quincey Koziol | 2015-08-29 | 11 | -161/+180 |
| | | | | | | | | | Align w/vds branch: Whitespace cleanup, move common code for opening a dataset into a new routine, misc. style cleanups. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest upcoming) | ||||
* | [svn-r27605] Fix potential memory error when using a dataspace that was ↵ | Neil Fortner | 2015-08-28 | 2 | -1/+44 |
| | | | | | | | | created with H5Screate and had its extent set by H5Sextent_copy. Tested: jam, ostrich (h5committest) | ||||
* | [svn-r27601] Removed the H5TSprivate.h include from H5.c. It's not needed ↵ | Dana Robinson | 2015-08-27 | 1 | -1/+0 |
| | | | | | | | | and causes problems on Windows. Tested on: jam, with and without --enable-threadsafe | ||||
* | [svn-r27597] Update text files to match 1.8 changes | Allen Byrne | 2015-08-27 | 4 | -1439/+362 |
| | |||||
* | [svn-r27592] Added dll for H5DGET_OFFSET_F | Scot Breitenfeld | 2015-08-27 | 1 | -0/+1 |
| | |||||
* | [svn-r27591] Threadsafe option implementation has changed and ↵ | Allen Byrne | 2015-08-27 | 1 | -2/+4 |
| | | | | ALLOWUNSUPPORTED option needs to be used with TS to actually use of TS with Fortran and C++. | ||||
* | [svn-r27590] Fix typo | Allen Byrne | 2015-08-27 | 1 | -1/+1 |
| | |||||
* | [svn-r27587] Added a new API call (H5is_library_threadsafe) to the library. ↵ | Dana Robinson | 2015-08-26 | 5 | -25/+81 |
| | | | | | | | | | | This call can be used to determine at runtime if the library was built with thread-safety. Fixes HDFFV-9496 Tested on: h5committest | ||||
* | [svn-r27586] HDFFV-9497: Add back ALLOW_UNSUPPORTED OPTION. | Allen Byrne | 2015-08-26 | 11 | -93/+152 |
| | | | | Added new option SKIP_HDF5_FORTRAN_SHARED | ||||
* | [svn-r27585] disabled the test "test_userblock_offset"; it fails for unknown ↵ | Scot Breitenfeld | 2015-08-26 | 1 | -2/+3 |
| | | | | reasons on platypus with pgf90 compiler when reading the streamed file back. | ||||
* | [svn-r27581] Fixed a bug in the FUNC_ENTER macros. API calls of the form ↵ | Dana Robinson | 2015-08-26 | 1 | -3/+18 |
| | | | | | | | | H5xx_* were flagged as H5XX_, which is a non-public API form. Tested on: h5committest | ||||
* | [svn-r27580] Fix for: | Scot Breitenfeld | 2015-08-25 | 7 | -17/+155 |
| | | | | | | | HDFFV-9283 Add H5Dget_offset fortran wrapper tested: h5committest | ||||
* | [svn-r27575] lowercase commands | Allen Byrne | 2015-08-25 | 1 | -5/+5 |
| | |||||
* | [svn-r27572] Removed VMS-specific code from the library. | Dana Robinson | 2015-08-24 | 37 | -647/+27 |
| | | | | | | | | | The only remaining code consists of a few floating-point tests that rely on pre-generated and checked-in VMS files. These have been left alone, even though they will not be possible to recreate, since testing VMS float behavior is still important. Tested on: h5committest | ||||
* | [svn-r27570] Fixed issue with REAL max detection. | Scot Breitenfeld | 2015-08-24 | 1 | -11/+13 |
| | | | | tested: h5committest | ||||
* | [svn-r27557] Added build_mod directory and updated the C try_run macro to ↵ | Scot Breitenfeld | 2015-08-24 | 2 | -32/+26 |
| | | | | not check for definitions and does not return unused arguments. | ||||
* | [svn-r27556] Added include for build_mod directory. | Scot Breitenfeld | 2015-08-24 | 1 | -15/+16 |
| | | | | Tested: h5committest. | ||||
* | [svn-r27555] Merge cmake_ext_mod change | Allen Byrne | 2015-08-24 | 1 | -7/+11 |
| | |||||
* | [svn-r27551] Snapshot version 1.9 release 228 | HDF Tester | 2015-08-24 | 13 | -26/+25 |
| | |||||
* | [svn-r27549] Description: | Quincey Koziol | 2015-08-22 | 19 | -300/+392 |
| | | | | | | | | | | Update the file format debugging routines to match the recent changes to the metadata cache, along with a few other cleanups and miscellaneous enhancements. Tested on: MacOSX/64 10.10.5 (amazon) (h5committest forthcoming) | ||||
* | [svn-r27548] Revert r27545 | Jerome Soumagne | 2015-08-21 | 29 | -189/+154 |
| | |||||
* | [svn-r27545] Add first support for _Bool and make hbool_t a "real" _Bool if ↵ | Jerome Soumagne | 2015-08-21 | 29 | -154/+189 |
| | | | | | | available Fix tests accordingly | ||||
* | [svn-r27540] Replace svn:externals with hard copy of files | Allen Byrne | 2015-08-20 | 20 | -0/+4382 |
| | |||||
* | [svn-r27537] Added new FCCPPFLAGS to avoid passing CPPFLAGS to the fortran ↵ | Scot Breitenfeld | 2015-08-20 | 16 | -75/+154 |
| | | | | | | pre-processor compiler (This mainly causes issues with the xlf compilers) Tested: h5committest | ||||
* | [svn-r27525] Added missing H5A_mp_H5AREAD_PTR and H5A_mp_H5AWRITE_PTR ↵ | Scot Breitenfeld | 2015-08-19 | 1 | -0/+2 |
| | | | | definitions. | ||||
* | [svn-r27524] Added test to not remove double precision from valid KINDS if ↵ | Scot Breitenfeld | 2015-08-19 | 1 | -2/+6 |
| | | | | | | it is the largest compatible REAL with C. Tested: h5committest. | ||||
* | [svn-r27521] Added test to not remove double precision from valid KINDS if ↵ | Scot Breitenfeld | 2015-08-18 | 2 | -13/+20 |
| | | | | | | it is the largest compatible REAL with C. Tested: h5committest. | ||||
* | [svn-r27517] Removed all perl scripts from configure. | Scot Breitenfeld | 2015-08-17 | 43 | -153/+53 |
| | | | | Tested: h5committest | ||||
* | [svn-r27515] Correct spelling of function | Allen Byrne | 2015-08-17 | 1 | -1/+1 |
| | |||||
* | [svn-r27511] Snapshot version 1.9 release 227 | HDF Tester | 2015-08-17 | 13 | -24/+24 |
| | |||||
* | [svn-r27509] Fixed check for perl: tested--h5committest | Scot Breitenfeld | 2015-08-14 | 2 | -5/+5 |
| | |||||
* | [svn-r27500] missing declaration | Scot Breitenfeld | 2015-08-12 | 1 | -0/+1 |
| | |||||
* | [svn-r27499] Fixed FLOAT_128 H5T type detection. | Scot Breitenfeld | 2015-08-12 | 1 | -7/+8 |
| | | | | tested: jam | ||||
* | [svn-r27497] Fixed missing variable declarations. | Scot Breitenfeld | 2015-08-12 | 1 | -14/+20 |
| | | | | tested: h5committest. | ||||
* | [svn-r27496] Description: | Binh-Minh Ribler | 2015-08-11 | 2 | -2/+2 |
| | | | | | | | Used HTML_EXTRA_FILES for image files. Platform tested: Re-run Doxygen on cpp_doc_config and verified the html files on a Windows 7 machine. | ||||
* | [svn-r27495] Description: | Binh-Minh Ribler | 2015-08-11 | 1 | -0/+1 |
| | | | | Added ./c++/src/footer.html | ||||
* | [svn-r27494] Purpose: Fix HDFFV-9288 | Binh-Minh Ribler | 2015-08-11 | 2 | -2/+26 |
| | | | | | | | | Description: Added footer to include copyright and helpdesk info. Platform tested: Re-run Doxygen on cpp_doc_config and verified the html files on a Windows 7 machine. | ||||
* | [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk. | Scot Breitenfeld | 2015-08-11 | 262 | -69654/+27215 |
| | | | | Tested: h5committest --PASSED-- | ||||
* | [svn-r27489] reverted merge of branch | Scot Breitenfeld | 2015-08-11 | 262 | -27215/+69654 |
| | |||||
* | [svn-r27488] Merged the F2003_v1.10 branch to the trunk. | Scot Breitenfeld | 2015-08-11 | 262 | -69654/+27215 |
|\ | | | | | | | Tested: h5committest | ||||
| * | [svn-r27470] svn merge -r27425:27460 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-08-05 | 48 | -1041/+9499 |
| |\ | |||||
| * | | [svn-r27469] Merge from trunk with dual-binary CMake code. | Allen Byrne | 2015-08-05 | 117 | -10096/+3516 |
| | | | | | | | | | | | | Tested: local linux with CMake |