AuthorCommitMessageCommit dateIssues
Quincey KoziolQuincey Koziol
7e231953a25[svn-r27058] Description: Convert internal chunk structures to use 'scaled' coordinates instead of absolute coordinates.Tested on: Mac OSX/64 10.10.3 (amazon) w/parallel & serial Linux 2.6.x/32 (jam) w/parallel & serial Linux 2.6.x/64 (koala) w/serial
Dana RobinsonDana Robinson
67ba6cb57d8[svn-r27045] Renamed H5_ASSIGN_OVERFLOW() to H5_CHECKED_ASSIGN() and re-ordered the arguments to be in a more logical order.Tested on: h5committest
Dana RobinsonDana Robinson
83d37604d35[svn-r27040] Moved '*' in H5PLget_loading_state() so that bin/trace would correctly process it and ran bin/trace.Tested on: h5committest
Allen ByrneAllen Byrne
674e9f842ce[svn-r27037] Added other platforms comment to cmd line and quoted use of directory in option.
Jerome SoumagneJerome Soumagne
9dc86e2cde3[svn-r27035] Do not pass warnings options to non-gnu compilers when compiling with CMake
Jerome SoumagneJerome Soumagne
8f82c9b8be8[svn-r27031] Fix warnings in H5detect and clean up code, use unsigned variablesUse H5_GCC_DIAG_ON/OFF to suppress larger-than and float-equal warnings Variables used with sigsetjmp/siglongjmp must be declared as volatile Remove unnecessary use of volatile after r24171 fix and fix prototypes Tested in release mode on: - jam (CentOS 5.11 i386 GCC 4.1.2) - ostrich (RHEL 6.6 ppc64 GCC 4.4.7) - local linux (OpenSuSE 13.2 x86_64 GCC 4.8.3) - local linux (Fedora 21 x86_64 GCC...
Jerome SoumagneJerome Soumagne
5c8ecdd14a3[svn-r27029] Fix bad comment in H5detect, this was preventing PGCC from compiling correctly.Tested on: bluewaters
Allen ByrneAllen Byrne
24ef4efe9a6[svn-r27015] updated with release changes
Jerome SoumagneJerome Soumagne
6ba4fd86944[svn-r27009] Fix mismatching prototypes in H5FD/H5B2
Allen ByrneAllen Byrne
98bf03bf1d9[svn-r27003] Update documentation to match the web instructions
Allen ByrneAllen Byrne
6e10ade5ee8[svn-r27000] Updated and debugged script
Private HDFPrivate HDF
39e0b31a24a[svn-r26997] Snapshot version 1.9 release 217
Quincey KoziolQuincey Koziol
64466cf8331[svn-r26996] Description: Eliminate unneccessary 'rdcc' field from common chunk info struct.Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel (Too minor to require h5commitest)
Quincey KoziolQuincey Koziol
5cb629e6dd1[svn-r26995] Description: Clean up chunk 'prune by extent' and flush code, and make the rehashing routine 'update cache' hold onto more chunks, instead of evicting them as aggressively.Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel (h5committest forthcoming)
Quincey KoziolQuincey Koziol
f77bb92cc1a[svn-r26993] Description: Align w/incoming chunk performance changes, including some small performance improvements here, as well as a few minor general code cleanups.Tested on: Mac OSX/64 10.10.3 (amazon) w/serial & parallel (Too minor to require h5committest)
Dana RobinsonDana Robinson
bfa57861844[svn-r26986] Removed H5F_ACC_DEBUG and H5FD_DEBUG functionality.The H5F_ACC_DEBUG symbol remains but has been defined to zero and has been listed as deprecated. Fixes: HDFFV-1074 Tested on: h5committest 32-bit Linux w/ C++ and Fortran and multi VFD 32-bit Linux w/ C++ and Fortran and multi VFD (no deprec symbols)HDFFV-1074
Allen ByrneAllen Byrne
315c1f9eb00[svn-r26977] Windows needs different packaging option from linux
Albert ChengAlbert Cheng
056ffa6341a[svn-r26963] HDFFV-9298: make uninstall generated "test: argument expected" linesThe error is that $EXAMPLETOPDIR is used without setting a value first. Solution is to set them with the proper values. Tested: jam only to confirm the error no longer exists.HDFFV-9298
Quincey KoziolQuincey Koziol
65ba755e8a7[svn-r26961] Description: Clean up H5I code, to eliminate duplicated sections of code.Tested on: Mac OSX/64 10.10.3 (amazon) w/serial & parallel (Too minor to require h5committest)
Allen ByrneAllen Byrne
6709dd28f27[svn-r26953] Remove src temporary debug build props.Move TOOLS option up before usage.
Allen ByrneAllen Byrne
5a8114a2a9f[svn-r26951] add cygwin
Allen ByrneAllen Byrne
3939163f496[svn-r26949] Correct linux separators
Allen ByrneAllen Byrne
4fc9a3885d9[svn-r26944] Match src folder version
Allen ByrneAllen Byrne
e13e226bfe0[svn-r26941] Correct ext lib packing list
Allen ByrneAllen Byrne
4e50ee00967[svn-r26936] Incorrect use of HSIZE_T_FORMAT macro, needed to be sub macro H5_PRINTF_LL_WIDTH.Tested: local linux
Albert ChengAlbert Cheng
9fc7e89a090[svn-r26929] Added support for shared lib and zlib.Tested: linux (jam), Mac (osx1010dev)
Albert ChengAlbert Cheng
ceff4fe58f1[svn-r26926] Fixed previous typo in the installation of DMG file.Tested: osx1010dev
Albert ChengAlbert Cheng
28f355e81e4[svn-r26925] Added method to install the Mac OSX DMG file by line commands. Group all install method into a function call for easier maintenance.Tested: Linux (jam, platypus), Mac (osx1010dev)
Albert ChengAlbert Cheng
188936ac03e[svn-r26924] Remove old and invalid information:Retired IBM SP system which was old. Removed --enable-parallel=mpich information. The option is invalid now (remove date unknown.)
Jerome SoumagneJerome Soumagne
aa2f93cdf63[svn-r26907] Check range and fix conversion issue of compound members in H5T_copy/H5T_set_locTested: local linux
Allen ByrneAllen Byrne
dcb31a0e000[svn-r26906] Correct typo
Allen ByrneAllen Byrne
01377434703[svn-r26905] Add user scripts to CMake folder
Allen ByrneAllen Byrne
1c2136ee49b[svn-r26900] Update CMake doc references
Jerome SoumagneJerome Soumagne
a3a1f374468[svn-r26868] Remove accum_change assert in H5T for now
Allen ByrneAllen Byrne
b32caab7872[svn-r26864] Change location of lib settings file
Albert ChengAlbert Cheng
34a1da1731e[svn-r26857] Bugs: The configure summary (libhdf5.settings) was missing from the configure output.Solution: Append the configure summary to the configure logfile if configure succeeds. Tested: hand ran cmakehdf5 in jam and inspected the logfile.
Allen ByrneAllen Byrne
0b0d31e5201[svn-r26852] Correct component matching
Jerome SoumagneJerome Soumagne
50db0eed22e[svn-r26848] Fix warnings in H5TTested: local linux
Quincey KoziolQuincey Koziol
371a27f01ee[svn-r26843] Description: Minor code & warning cleanups.Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel Linux/32 2.6.18 (jam) w/serial & parallel
Quincey KoziolQuincey Koziol
1eaaae98214[svn-r26842] Description: Cache the dataset's rank & dimension sizes, instead of querying them frequently, to speed up various checks & algorithms. Also, a few minor cleanups.Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel Linux/32 2.6.18 (jam) w/serial & parallel
Quincey KoziolQuincey Koziol
524bfed32ef[svn-r26841] Description: Minor formatting cleanups and remove unused field from callback struct.Tested on: Mac OSX/64 10.10.2 (amazon) w/serial & parallel (Too minor to require h5committest)
Larry KnoxLarry Knox
cf98752566a[svn-r26840] configure configure.ac hl/src/H5LTparse.c hl/src/H5LTparse.h Address HDFFV-9010: configure issue with gcc 4.9.2 "-l ". Change default to disable_shared on CYGWIN.release_docs/INSTALL_Cygwin.txt release_docs/RELEASE.txt Update for changed default and no CYGWIN szip binary. c++/src/cpp_doc_config bin/h5vers AddressHDFFV-9010: Add cpp_doc_config to h5vers Tested with h5committest, on CYGWIN.HDFFV-9010
Quincey KoziolQuincey Koziol
7bf3a426e86[svn-r26837] Description: Separate allocating chunk on disk from inserting the chunk record into the index. This allows a "SWMR-safe" insert/update of chunks (the chunk is always allocated -> written -> inserted/updated in the index).Tested on: Mac OSX/64 10.10.2 (amazon) w/parallel & serial Linux/32 2.6.18 (jam) w/serial & parallel
Albert ChengAlbert Cheng
c6717e8134b[svn-r26823] Update instruction that changes in this releaes that " --enable-parallel hasto be used explicitly to build parallel HDF5 regardless of the compiler type being used. (MSC - 2015/02/19 HDFFV-9068)"HDFFV-9068
Allen ByrneAllen Byrne
c04b083b606[svn-r26815] Update cmake configuration checksTested: local linux
Scot BreitenfeldScot Breitenfeld
1644eda6dee[svn-r26812] Removed printf debugging statements.Tested: trival.
Dana RobinsonDana Robinson
41302a1ea64[svn-r26803] Fixed a minor typo in H5R code comment.
Dana RobinsonDana Robinson
573365e3a0d[svn-r26786] In libhdf5.settings.in, changed the C++ shared library setting variable from H5_CXX_SHARED (which no longer exists) to enable_static.Tested on: jam (configure only - minor change)
Private HDFPrivate HDF
27313306f89[svn-r26785] Snapshot version 1.9 release 216
Larry KnoxLarry Knox
6c0fcb84a8e[svn-r26782] Remove md5 from METHODS arguments for calling bin/release script from snapshot script. md5 method was removed and md5 checksums are always produced for all compression methods.