Network

 
AuthorCommitMessageCommit Date
Binh-Minh RiblerBinh-Minh Ribler
c036aa15751[svn-r29784] Purpose: Code improvement Description: - Removed ArrayType::rank and ArrayType::dimensions and modified the methods ArrayType::getArrayNDims and ArrayType::getArrayDims to always call the C functions to get the rank and dimensions. - Overloaded ArrayType::getArrayNDims and ArrayType::getArrayDims to provide const version and marked the non-const version deprecated. Merged from trunk r29782. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platy...
Binh-Minh RiblerBinh-Minh Ribler
d490c837eb6[svn-r29769] Purpose: Code improvements Description: - Changed object in catch statements to reference - Replaced old-style casts or reinterpret_cast with static_cast - Removed unused name H5Library::need_cleanup - Removed Exception::printError from documentation Merged from trunk r29759 and r29766 Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Binh-Minh RiblerBinh-Minh Ribler
58803d08320[svn-r29765] Purpose: Code cleanup Description: - Removed many warnings: warning: use of old-style cast warning: enumeration value ‘H5D_VIRTUAL’ not handled in switch warning: comparison between signed and unsigned There are others of the same warnings and they will be taken care of in the next release. - Made some code reuse between overloads Merged from trunk r29340. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (...
Binh-Minh RiblerBinh-Minh Ribler
38687f3498d[svn-r29764] Purpose: Code cleanup Description: Removed obsolete overloaded functions which had parameters that should be const but were not. They have been replaced by the correct version since 2014. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Binh-Minh RiblerBinh-Minh Ribler
487ccb3e59e[svn-r29762] Purpose: Remove obsoletes Description: Removed obsolete functions from the documentation. They are still in the code, however, until the next two releases, just in case. Merge from trunk r29322. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Binh-Minh RiblerBinh-Minh Ribler
5aea4260b55[svn-r29761] Purpose: Add function Description: Added member function ArrayType::operator= because ArrayType has pointer data members. Merged from trunk r29306. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Dana RobinsonDana Robinson
5d4e4ed0cbb[svn-r29752] Updated RELEASE.txt with HDFFV-8740 information.
Dana RobinsonDana Robinson
cc34b7e3f72[svn-r29751] Fixed some comments in test/external.c Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial + run external test only (no code changes)
Binh-Minh RiblerBinh-Minh Ribler
210fd5ee70d[svn-r29734] Description: Merged from trunk: r29710: label "error:" vs. "out:" and static_cast Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Private HDFPrivate HDF
79cbf8585cd[svn-r29732] Snapshot version 1.8 release 17 (snap14)
Dana RobinsonDana Robinson
a54b08c61cf[svn-r29703] Updated test/Makefile.am to clean up file added in HDFFV-8740 fix. Tested on: jam
Dana RobinsonDana Robinson
58382379be5[svn-r29702] Merged r29182 and 29183 from the trunk. Fixes HDFFV-8740 (external file storage relative path fix). Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools w/ C++ & Fortran parallel autotools (MPICH 3.1.4) w/ Fortran serial CMake
Dana RobinsonDana Robinson
b79b00dbfc6[svn-r29701] Switched HDoff_t to off_t in external test (for Windows). Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools w/ C++ & Fortran
Dana RobinsonDana Robinson
2bc3f7ea10b[svn-r29700] Merge of r29030, 29034, and 29035 from trunk Cleanup of test/externals before merging HDFFV-8740 changes. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools w/ C++ & Fortran serial CMake parallel autotools w/ Fortran (MPICH 3.1.4)
Larry KnoxLarry Knox
802ed1f1a46[svn-r29692] Applied fix for HDFFV-9439 to mpicc config as well as mpif90 in config/linux-gnulibc1. Tested with h5committest.new on kituo, ostrich, osx1010dev and platypus.
Binh-Minh RiblerBinh-Minh Ribler
69fca8ead7c[svn-r29691] Description: Added ./hl/test/test_packet_vlen.c
Binh-Minh RiblerBinh-Minh Ribler
d9c4a4c7479[svn-r29690] Purpose: Merge PT improvements from trunk Description: Merged from trunk: r29269: Improve Packet Table library r29295: Replaced H5Acreate with H5Acreate2 (by Larry) r29360: Adding missing tests r29364: Improve C++ Packet Table library r29554: Removed extra line in Copyright Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Dana RobinsonDana Robinson
933adde73a7[svn-r29688] Merge of r29090 from trunk. Changes smart quotes to ASCII quotes in autotools gnu config file. Additional fix for HDFFV-9439. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial w/ Fortran autotools parallel (MPICH 3.1.4) w/ Fortran
Larry KnoxLarry Knox
05cb2b544a6[svn-r29687] Fix for HDFFV-9439 (previously in trunk). Tested with h5committest.new on kituo, ostrich, osx1010dev and platypus.
Private HDFPrivate HDF
e1e3240c091[svn-r29617] Snapshot version 1.8 release 17 (snap13)
Vailin ChoiVailin Choi
653870dd035[svn-r29606] Fix for shared file pointer HDFFV-9469. This is the same fix for revise_chunks (#28908). Tested on jam, platypus, emu, kite, moohan, ostrich, osx1010test, quail.
Scot BreitenfeldScot Breitenfeld
b60cfd39706[svn-r29604] HDFFV-9746 Add test for "/" for H5LTpath_valid Tested: jam (gnu)
Dana RobinsonDana Robinson
962faf31acc[svn-r29589] Merge of 29011 & 29019 from trunk. LFS changes to configure. Fixes HDFFV-9626. Tested on: jam
Allen ByrneAllen Byrne
cd6923cbca7[svn-r29368] Add else to option
Frank BakerFrank Baker
d6b9063bc55[svn-r29321] Update COPYING for 2016.
Allen ByrneAllen Byrne
24620708245[svn-r29310] Add new test files.
Allen ByrneAllen Byrne
22eaae59999[svn-r29309] HDFFV-9698, HDFFV-9241, HDFFV-9570: Merge fixes from trunk for subsetting index, default fill value display, and optional arg crash. Also some minor compiler warnings fixes.
Private HDFPrivate HDF
8f5530e3be3[svn-r29174] Snapshot version 1.8 release 17 (snap12)
Mohamad ChaarawiMohamad Chaarawi
3e449161fc3[svn-r29156] merge 29150 from trunk. fix for Jira issue 9670 - HDF5 segfaults on corrupted file. Change compare callback in Btree2 class to correctly account for errors. tested on bb-8.
Private HDFPrivate HDF
d44adaf5619[svn-r29060] Snapshot version 1.8 release 17 (snap11)
Dana RobinsonDana Robinson
184800782f1[svn-r29038] Minor fix to configure.ac that fixes a broken --enable-clear-file-buffers option. Fixes HDFFV-9676 Tested on: jam (just a smoke check to ensure that the library builds and passes tests when the feature is disabled)
Private HDFPrivate HDF
f230bf09ca1[svn-r29022] Snapshot version 1.8 release 17 (snap10)
Binh-Minh RiblerBinh-Minh Ribler
2c0fc552bbc[svn-r29005] Description: Removed extra ';'. Platform tested jam (very minor)
Allen ByrneAllen Byrne
d29b786508f[svn-r29001] Missing testfile committed
Allen ByrneAllen Byrne
c07c6e098a4[svn-r28992] HDFFV-9639: double-free fix.
Private HDFPrivate HDF
c5fdcb544dd[svn-r28970] Snapshot version 1.8 release 17 (snap9)
Albert ChengAlbert Cheng
13b1e5a33bf[svn-r28962] merged r28949 from trunk. HDFFV-9660: add an option to enable threadsafe feature in cmakehdf5 Tested: platypus. There are still something strange messages during the configure step. Waiting for Allen to response.
Larry KnoxLarry Knox
fd4c02ba08b[svn-r28953] Snapshot version 1.8 release 17 (snap8)
Binh-Minh RiblerBinh-Minh Ribler
c17b9ea645c[svn-r28927] Description: - Updated for the fix of the problem Adam Rosenberger's reported. - Added info about new function ArrayType::setArrayInfo()
Binh-Minh RiblerBinh-Minh Ribler
4d6662e86c0[svn-r28926] Purpose: Fix user reported problem Description: User Adam Rosenberger reported a failure when using the member function AbstractDs::getArrayType(). This problem was caused by missing initialization of the ArrayType's members in some cases. Solution: - Added ArrayType::setArrayInfo() to retrieve rank and dimensions of an array and store them in memory for easy access. - Re-factored a few functions to use the new function. - We'll give him 1.8.16 patc...
Dana RobinsonDana Robinson
7c2b004f25d[svn-r28876] Updated RELEASE.txt for HDFFV-9640. Tested on: N/A
Dana RobinsonDana Robinson
a7724facc70[svn-r28875] Merge of r28861 from trunk (minor string format change). Fixes HDFFV-9640. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 parallel only (MPICH 3.1.4)
Albert ChengAlbert Cheng
4f5a47da500[svn-r28854] Merged rr28853 from trunk. HDFFV-9649: cmakehdf5 needs a proper implementation to verify the installation images created for Mac OSX. The current implementation for Mac OSX platform is a kludge that sometimes left behind mounted volumes. Temporary screen out the checking of installtion_check step (so that daily test may pass).
Albert ChengAlbert Cheng
1dfb56d8e65[svn-r28682] Merged r28638 from trunk. HDFFV-9273: cmakehdf5 --script failed in linux platypus Solution: remove --script option from cmakehdf5. Tested: platypus
Albert ChengAlbert Cheng
7d6cf672f0b[svn-r28611] Updated with cmakehdf5 new feature information.
Albert ChengAlbert Cheng
19e17819d03[svn-r28610] Merged r28563 from trunk. HDFFV-9612: added ability to run multiple make commands. Added --njobs option to special number of jobs (-j N) to allow multiple commands during build (cmamke) and testing (ctest). Tested: platypus.
Private HDFPrivate HDF
4af1699bfca[svn-r28609] Snapshot version 1.8 release 17 (snap7)
Mohamad ChaarawiMohamad Chaarawi
88dbe657cf1M[svn-r29709] another merge from trunk.
Allen ByrneAllen Byrne
18e360b9fa7[svn-r29683] HDFFV-1956: h5diff will warn if a dataset is virtual instead of failing. h5diff does not consider the layout type when comparing datasets. SKIP h5repack VDS tests until h5repack is fixed. remove h5repack fix ddl files needed when h5repack VDS fix is implemented.
Allen ByrneAllen Byrne
0ff3a85a48a[svn-r29681] HDFFV-1956: h5diff will warn if a dataset is virtual instead of failing. h5diff does not consider the layout type when comparing datasets. SKIP h5repack VDS tests until h5repack is fixed. Additional tests to be skipped