AuthorCommitMessageCommit dateIssues
Quincey KoziolQuincey Koziol
7b6eae2ddf3[svn-r25084] Description: Begin process of migrating from using property list IDs internally to the library to using the internal generic property list data structure.Tested on: Mac OSX/64 10.9.2 (amazon) w/C++, FORTRAN & parallel (h5committest forthcoming)
Albert ChengAlbert Cheng
3dc1e6dd38d[svn-r25081] Bug HDFFV-8625, HDFFV-8639, HDFFV-8745: h5diff issues "unable to read attribute" error message when comparing two filesDescription: h5diff did not handle attributes of variable length strings correctly. It created the wrong memory type if one but not both compared attributes are of the variable strings type. It ended in H5Aread() failure. Solution: We decided to treat the case when one type is variable length string and the other is not as incomparable. That bypassed the above error. We still need to ...3 JIRA Issues
Allen ByrneAllen Byrne
2b11123a200[svn-r25075] Correct the install folder logic.Tested: local linux and Mac
Binh-Minh RiblerBinh-Minh Ribler
a75e8dd6542[svn-r25061] Description: Put back overloaded functions for backward compatibility: - were replaced by better prototyped versions, such as Attribute::getName. - were modified to add const to constant arguments. Added notes for future removal in documentation. Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
Frank BakerFrank Baker
ca6e13d3dff[svn-r25057] Description: Update copyright notice to include 2014.
Larry KnoxLarry Knox
01cd10e0cde[svn-r25054] Merge changes to RELEASE.txt for 1.8.13 release: Reviewed and revised version information for unix daily tested machines in supported a d tested platforms sections. Added description of LD_LIBRARY_PATH change to configure and using scripts to compile nd run installed example files to Bug Fixes/Configuration section.Text change only.
Dana RobinsonDana Robinson
b4c44f8eeba[svn-r25045] Fixed a few missing lines of code that were not merged when the core VFD paging changes were brought over.Tested on: 32-bit LE linux (jam) 64-bit LE linux (koala) 64-bit BE linux (ostrich) All were tested with HDF5_DRIVER set to "core_paged".
Allen ByrneAllen Byrne
94ede7a8ced[svn-r25043] Correct CPPFLAGS value.Correct test DEPENDS format.
Private HDFPrivate HDF
62330027498[svn-r25034] Snapshot version 1.9 release 177
Binh-Minh RiblerBinh-Minh Ribler
9eec404f8bf[svn-r25025] Description: Added: ./c++/src/header_files/hdf_logo.jpg ./c++/src/header_files/help.jpg
Binh-Minh RiblerBinh-Minh Ribler
d259d6e0ab0[svn-r25020] Description: - Fixed a few comments that Doxygen gave warnings on. - Removed stylesheet from configuration so Doxygen will use the default stylesheet and removed the CLANG-related lines to eliminate another error since we're not using that feature, so the lines should not present. (from cpp_doc_config) Platforms tested: Linux/32 2.6 (jam) - only changing comments
Binh-Minh RiblerBinh-Minh Ribler
1ae7c67a71a[svn-r25019] Description: Updated configuration file to use Doxygen 1.8.5 properly. Verified with Doxygen 1.8.5 on Jam, using bin/release. After committing, this will be checked out and verified again to make sure.
Allen ByrneAllen Byrne
e2bc5569496[svn-r25009] Add missing mod file to installTested: local linux
Allen ByrneAllen Byrne
3edb7268188[svn-r25005] Update release docs
Allen ByrneAllen Byrne
c0bb1452422[svn-r25002] By Permission: Add missing mod file to installTested: local linux
Scot BreitenfeldScot Breitenfeld
3677c1cc8ef[svn-r25001] Cast as integer to verify routine to remove intel warning.Tested: jam (intel)
Albert ChengAlbert Cheng
97342109664[svn-r24999] Bugfix: HDFFV-8639 h5diff segfaults with user's filesSolution: Added a variable to indicate if real data are in the buffer and will call H5Dvlen_reclaim() only when real data are in the buffer. Tested: with the user provided data files and no more segmentaion fault. Also h5committ tested.HDFFV-8639
Quincey KoziolQuincey Koziol
3de25ee2264[svn-r24998] Description: Check in Neil's changes for correctly handling case where library is reinitialized through a deprecated routine.Tested on: Linux 2.4.x/32 (jam)
Larry KnoxLarry Knox
f32690b53c0[svn-r24997] Added compiler versions for mpich to settings file and configure summary. For make installcheck, compile and run installed examples using the installed scripts. They were being compiled but not run. Add Fortran2003 examples to the run-ex-fortran script when fortran2003 is enabled. Set flag to -O3 in production mode for Intel compilers other than those with specified other settings...Tested with h5committest on jam, koala, ostrich and platypus, on emu and kite, and parallel tests on jam, koala and platypus with mpich built with gnu 4.8.2 and with intel compilers.
Binh-Minh RiblerBinh-Minh Ribler
a2c8dc8972a[svn-r24996] Description: Fixed some minor documentation mistakes. Updated configuration file for Doxygen. Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam)
Quincey KoziolQuincey Koziol
c1163e0399e[svn-r24995] Description: Improve checks for NULL buffer from user during H5Dread/H5Dwrite calls.Tested on: Linux/32 2.4.x (jam) w/gcc
Binh-Minh RiblerBinh-Minh Ribler
0dc4ce37046[svn-r24994] Purpose: Removed some warningsDescription: Turned on warnings and removed some of those. Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
Dana RobinsonDana Robinson
5ae7ad342d4[svn-r24993] Purpose:Adds write tracking to the core VFD, which can be configured via the H5Pset/get_core_write_tracking() API call. When enabled and writing to the backing store is enabled, this feature will track writes and only write out the changed bytes on flush/close. Tested on: 32-bit LE linux (jam) w/ Fortran and C++ 64-bit BE linux (ostrich) 64-bit Darwin 12.5.0 (kite) All were tested using t...
Binh-Minh RiblerBinh-Minh Ribler
385b4b40ae6[svn-r24991] Purpose: Fixed HDFFV-3384Description: - Added const to const arguments - Fixed miscellaneous comments Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)HDFFV-3384
Albert ChengAlbert Cheng
aaf5c1d4003[svn-r24989] Problem: AIX compiler complains that: ex_ds1.f90, line 89.16: 1512-050 (W) Field separator is missing, in literal FMT specifier, after edit descriptor X. A comma is assumed. Line 89: WRITE(*,'(/,5X 3(A,1X),I0,A,L1)') 'Is',TRIM(DS_1_NAME),&Solution: Added the missing comma after "5X". Tested: AIX system.
Allen ByrneAllen Byrne
ae846315702[svn-r24987] HDFFV-8709, HDFFV-8776, HDFFV-8777, HDFFV-8778 Apply user patches, regenerate and patch results for windows.Miminum changes tested locally4 JIRA Issues
Scot BreitenfeldScot Breitenfeld
9cd1a1bb60c[svn-r24986] Comparing REALs now converts all REALs to double precision and then compares if the two numbers are equivalent.Tested: jam (gnu, intel)
Scot BreitenfeldScot Breitenfeld
d1f2b1a6822[svn-r24985] reverted the r24984 update.
Scot BreitenfeldScot Breitenfeld
ff9a10cfdac[svn-r24984] Added overload operatorZ to compare REALs for tests.Tested on jam (gfortran, (-r8))
Binh-Minh RiblerBinh-Minh Ribler
67a61ed22f3[svn-r24983] Purpose: Fix HDFFV-8367Description: - Added wrappers to CommomFG for H5Oget_info_by_name() to get a child object's type (requested by user) H5O_type_t childObjType(const H5std_string& objname) const; H5O_type_t childObjType(const char* objname) const; H5O_type_t childObjType(hsize_t index, H5_index_t index_type=H5_INDEX_NAME, H5_iter_order_t order=H5_ITER_INC, const char* objname="."...HDFFV-8367
Elena PourmalElena Pourmal
849177c7b68[svn-r24979] Maintenance: Addressed DT failures on emu in 64-bit mode and on macs, linux, powerpc for non-standard sizes of reals.Platforms tested: jam, ostrich, platypus, kite, quail, emu
Scot BreitenfeldScot Breitenfeld
f6a04cded9e[svn-r24978] Removed the .mod (and .raw) files when make clean is issued.tested (emu).
Allen ByrneAllen Byrne
c520294d672[svn-r24977] Remove WIN32 AND NOT CYGWIN if blocks - should be just WIN32Tested: local linux CMake
Binh-Minh RiblerBinh-Minh Ribler
25b13309157[svn-r24975] Description: Added c++/test/tobject.cpp
Elena PourmalElena Pourmal
c455fdc4f16[svn-r24974] Maintenance: Fixed daily tests parallel tests compilation failuresPlatforms tested: jam
Binh-Minh RiblerBinh-Minh Ribler
607634a69b0[svn-r24973] Description: Added c++/test/tobject.cpp
Elena PourmalElena Pourmal
805b1ec23cc[svn-r24972] Maintenance: Fixed another typo; see HDFFV-8714HDFFV-8714
Elena PourmalElena Pourmal
dde80eef115[svn-r24970] Maintenance: Fixed a typo in a comment line (see HDFFV-8714)HDFFV-8714
Binh-Minh RiblerBinh-Minh Ribler
a08f75b0737[svn-r24969] Description: - Added wrappers to H5Object for H5Iget_name() to get object's name ssize_t getObjName(char *obj_name, size_t buf_size = 0) const; ssize_t getObjName(H5std_string& obj_name, size_t len = 0) const; H5std_string getObjName() const; - Added tests tobject.cpp - Added to various cleanup_* functions in tests to remove generated files - Added an overload H5I_typ...
Elena PourmalElena Pourmal
70daa61a876[svn-r24967] Maintenance: Reorganized and cleaned the code to remove compiler warnings in the Fortran test code and examples. Platforms tested: Manual testing in place and using srcdir on jam, platypus, and emu with default and PGI, Intel and new GNU compilers. ifort compiler was also tested with -i8 and -r8 flags on jam. CMake tested on jam.
Private HDFPrivate HDF
a9724dfd6ca[svn-r24966] Snapshot version 1.9 release 176
Dana RobinsonDana Robinson
5d7af691c3f[svn-r24965] Fixed a typo in the thread-safe code.Tested on: 32-bit LE linux w/ thread-safe (jam)
Albert ChengAlbert Cheng
785d65181d6[svn-r24964] HDFFV-8704: Mac OS X 10.6 (Snow Leopard) is retired from supported platforms.HDFFV-8704
Dana RobinsonDana Robinson
b17ef126a75[svn-r24961] Updates to Win32 thread-local storage cleanup when the thread-safe library is built on Windows. Previously, thread-local storage was not cleaned up, causing resource leaks.Fixes HDFFV-8518, HDFFV-8699 As a part of these changes, the thread-safe + static library options are declared unsupported since the solution relies on DllMain. A solution for the static library is probably doable, but requires much more complicated surgery and has been deferred to HDF5 1.8.14. Tested on: 64-bit Windows 7 using VS 2012 (changes only affect Windows)2 JIRA Issues
Scot BreitenfeldScot Breitenfeld
79a891c2417[svn-r24959] Updated the development procedures.
Allen ByrneAllen Byrne
5f4562b2ea8[svn-r24954] HDFFV-8700: lowercase CMake commandsHDFFV-8700
Scot BreitenfeldScot Breitenfeld
e26b78a04b8[svn-r24953] Fixed --enable-production compilation error using Sun compilers.Tested (emu)
Scot BreitenfeldScot Breitenfeld
b0bdd254177[svn-r24952] Fixed -i8 -r8 error with optimization on jam using intel compiler.Tested: jam (intel)
Scot BreitenfeldScot Breitenfeld
b87b1c965d1[svn-r24951] Changed ordering of initiation of variable to remove warnings using sun compilers.Tested: emu
Allen ByrneAllen Byrne
6739a7f7acd[svn-r24950] Add missing prefix