Network

 
AuthorCommitMessageCommit Date
Binh-Minh RiblerBinh-Minh Ribler
97525f97f2d[svn-r25108] Description: - Put back Exception::printError for backward compatibility - Added static member function Exception::printErrorStack to print error stack without an instance of Exception. Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
Allen ByrneAllen Byrne
01de7491b24[svn-r25103] Correct installed menu name
Allen ByrneAllen Byrne
b06947c433d[svn-r25100] Added -V to example command line. Added note about INSTALLDIR.
Allen ByrneAllen Byrne
4de2b5b5594[svn-r25098] Disable fortran by default
Quincey KoziolQuincey Koziol
95e0006dc2d[svn-r25097] Description: Make progress toward moving from DXPL IDs to property list structures within the library. Also move the signature location code from the H5F package to the H5FD package, where it's a better fit. Also, clean up some more compiler warnings along the way. Tested on: Mac OSX/64 10.9.2 (amazon) w/C++, FORTRAN & parallel (h5committest forthcoming)
Albert ChengAlbert Cheng
ead005cc27f[svn-r25096] Bug: HDFFV-8433 Need to unify Windows release process (zip file) and Unix release process (bin/release-> tarfile) Solution: Added a new option (zip) to generate Windows zip file from the release tarball. Tested: by hand running "bin/release ... gzip zip" to verify zip file looks right. Allen and Dana then confirmed the zip file can be used to build and test HDF5 library without error.
Quincey KoziolQuincey Koziol
3bdb1169429[svn-r25092] Description: More migration to using H5F_io_info_t pointers and away from using property list IDs internally. Also, clean up some compiler warnings in the cache code. Tested on: Mac OSX/64 10.9.2 (amazon) w/C++, FORTRAN & parallel (h5committest forthcoming)
Quincey KoziolQuincey Koziol
cd973218bf7[svn-r25088] Description: Introduce "file I/O info" struct, to hold file & dxpl pointers, and start propagating up through library. Tested on: Mac OSX/64 10.9.2 (amazon) w/C++, FORTRAN & parallel (h5committest coming)
Allen ByrneAllen Byrne
897806f3c7f[svn-r25085] Comment out under-development code
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 files Description: 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 bypass...
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 install Tested: local linux
Allen ByrneAllen Byrne
3edb7268188[svn-r25005] Update release docs
Allen ByrneAllen Byrne
c0bb1452422[svn-r25002] By Permission: Add missing mod file to install Tested: 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 files Solution: 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.
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. Gentoo patches: Remove unnecessary setting of LD_LIBRARY_PATH from configure. Prevent pote...
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 warnings Description: 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 the core VFD w/ paging on (core_paged in the VFD list). Make check-vfd was als...
Binh-Minh RiblerBinh-Minh Ribler
385b4b40ae6[svn-r24991] Purpose: Fixed HDFFV-3384 Description: - Added const to const arguments - Fixed miscellaneous comments Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
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 locally
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-8367 Description: - 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=".") const; - Added tests to tobject.cpp Platforms tested: ...
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 WIN32 Tested: 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 failures Platforms 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-8714
Elena PourmalElena Pourmal
dde80eef115[svn-r24970] Maintenance: Fixed a typo in a comment line (see 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_type_t getHDFObjType() to get object's type Platforms tested: Linux/ppc64...
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