AuthorCommitMessageCommit dateIssues
Dana RobinsonDana Robinson
8f874a50102[svn-r29395] Corrected parentheses in floating-point compare macros. Corrected H5_EB and H5_PB macros.Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial w/ Java, Fortran, & C++
Larry KnoxLarry Knox
5938b818357[svn-r29382] Change LT_VERS_* to 1000, 0, 0 for HDF5 1.10.0 release.
Larry KnoxLarry Knox
f5234cd1948[svn-r29379] Add individual LT_VERS_* variables for wrapper libraries: c++, fortran, java, hl, hl/c++, hl/fortran to so that the shared object version numbers can be incremented independently. Disabled auto-increment of shared object version numbers by h5vers.Files modified: config/lt_vers.am java/src/jni/Makefile.am hl/src/Makefile.am hl/c++/src/Makefile.am hl/fortran/src/Makefile.am c++/src/Makefile.am bin/h5vers fortran/src/Makefile.am
Mohamad ChaarawiMohamad Chaarawi
23e97565cfb[svn-r29372] minor error reporting fix.
Binh-Minh RiblerBinh-Minh Ribler
5ced585e053[svn-r29369] Description: More updates about the Packet Table improvement.
Binh-Minh RiblerBinh-Minh Ribler
a3a0526cb84[svn-r29366] Purpose: Update RELEASE.txtDescription: Added note about the changes in the C++ Packet Table library
Binh-Minh RiblerBinh-Minh Ribler
8222b344066[svn-r29364] Purpose: Improve C++ Packet Table library Description: Performed similar improvement as the C Packet Table library. - Removed the VLPT_REMOVED ifdef around class VL_PacketTable - Moved VL_PacketTable::IsVariableLength to PacketTable - Moved VL_PacketTable::FreeReadBuff to PacketTable::FreeBuff - Added overloaded constructor to FL_PacketTable that takes a... /* Returns the ID of the datatype the packet table uses */ hid_t GetDatatype(); - Replaced appropriate calls in tests - Various cleanup Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)HDFFV-8623
Binh-Minh RiblerBinh-Minh Ribler
ab4c2402f1c[svn-r29362] Description: Removed another left-over commented-out line. Platforms tested: Linux/64 (platypus) - very minor
Binh-Minh RiblerBinh-Minh Ribler
20bfdeb2c16[svn-r29361] Purpose: CorrectionDescription: Replaced static_cast with reinterpret_cast for "void *". Removed some commented-out old code. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Binh-Minh RiblerBinh-Minh Ribler
67432599a3b[svn-r29360] Purpose: Adding testDescription: Added several tests for packet table that were missing from the previous update. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Larry KnoxLarry Knox
d380f20a0d4[svn-r29350] Revert h5check_version change to check LT_VERS_XXXX numbers rather than HDF5 library version numbers. Svn revisions reverted: 29341, 29326 Branch features/h5check_version was created for further development.Files changed test/tcheck_version.c test/testcheck_version.sh.in src/H5public.h src/H5.c config/lt_vers.am bin/h5vers Tested with h5committest.new
Allen ByrneAllen Byrne
3fabbf45f05[svn-r29348] Correct script process for options
Larry KnoxLarry Knox
273a4a0ba0c[svn-r29341] Correct path to source code in line 227.Tested change on emu, moohan, platypus, and quail.
Binh-Minh RiblerBinh-Minh Ribler
116eed3ebd4[svn-r29340] Purpose: Code cleanupDescription: - 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 Platforms tested: Linux/32 2.6 (jam) ...
Dana RobinsonDana Robinson
1b7b09b0810[svn-r29337] Cleaning warnings in Fortran code.Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial w/ Fortran
Dana RobinsonDana Robinson
a1035bd8062[svn-r29336] Removed unused variables from Fortran code. Updated gnu Fortran flags.Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial w/ Fortran
Dana RobinsonDana Robinson
b18aaf39f0a[svn-r29332] Removed -Wunreachable-code from the gnu C++ flags.This flag generates a large number of spurious warnings in our code so we've disabled it for now. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial w/ C++
Albert ChengAlbert Cheng
2c366850106[svn-r29326] HDFFV-9536: Changed H5check_version() to use libtool shared library version numbers instead of the library version numbers.bin/h5vers: Changed to copy the shared lib version from lt_vers.am to H5public.h (Thanks to Larry who made the changes.) config/lt_vers.am: cosmetic change, nothing material. src/H5public.h: Changed by bin/h5vers. src/H5.c: Changed H5check_version() to use shared library version for compatibility checking. test/tcheck_version.c: test/testcheck_version.sh.in: Chan...HDFFV-9536
Dana RobinsonDana Robinson
b99b5d494e4[svn-r29325] Removed -Wmissing-declarations from the gnu C++ flags. It's not used for C++.Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial w/ C++
Binh-Minh RiblerBinh-Minh Ribler
36c46346060[svn-r29322] Purpose: Remove obsoletesDescription: Removed obsolete functions from the documentation. They are still in the code, however, until the next two releases, just in case. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Frank BakerFrank Baker
767520bfe20[svn-r29319] Update COPYING for 2016.
Allen ByrneAllen Byrne
53a381894e8[svn-r29314] Add Java option
Dana RobinsonDana Robinson
5fabfb60790[svn-r29312] Removed -Wnonnull from the gnu C++ flags. It's not used for C++.Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial w/ C++
Allen ByrneAllen Byrne
d447f6a1c52[svn-r29307] Add Java to new configuration
Binh-Minh RiblerBinh-Minh Ribler
b346cb0599d[svn-r29306] Purpose: Add functionDescription: Added member function ArrayType::operator= because ArrayType has pointer data members. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Allen ByrneAllen Byrne
3247df1224d[svn-r29301] Update valgrind cacheinit file to match regular.
Larry KnoxLarry Knox
f83c88d9ae9[svn-r29295] Replaced H5Acreate with H5Acreate2 in hl/test/test_packet_vlen.c line 758 to eliminate error with configure option --wit-default-api-version=v16.Tested with option and h5committest.new.
Elena PourmalElena Pourmal
a6c9f83aeed[svn-r29292] Maintenance: Restored RELEASE.txt from rev 27551 and added entries from Allen and Binh-Minh.Other main changes that were done to trunk should be documented before the 1.10.0 code freeze. This file will be added as HISTORY-1_9_0-1_10_0.txt to the 1_10 branch when the branch is created and will be part of the HDF5 1.10.* source distribution.HISTORY-1
Dana RobinsonDana Robinson
f5b516d0c94[svn-r29279] Tidying of H5C_load_entry() before complicated merge.No significant code changes. Smoke checked on 64-bit Windows 10 with VS 2015 Pro.
Allen ByrneAllen Byrne
027c960fd1c[svn-r29275] HDFFV-9698: fix subsetting issues with h5dumpHDFFV-9698
Allen ByrneAllen Byrne
40cdbe0b8dc[svn-r29274] HDFFV-9698: fix subsetting issues with h5dumpHDFFV-9698
Allen ByrneAllen Byrne
1f10dc7f119[svn-r29272] Add code to deal with two source files for test_packet test.
Binh-Minh RiblerBinh-Minh Ribler
2a714ac4c0c[svn-r29270] Description: Updated for "Improve Packet Table library" commit 29269.
Binh-Minh RiblerBinh-Minh Ribler
9592119ffd4[svn-r29269] Purpose: Improve Packet Table library Description: The Packet Table API used to have fixed-length and variable-length functions (i.e., H5PTcreate_fl and H5PTcreate_vl), but in 2006, the vlen functions were ifdef'ed out with VLPT_REMOVED, see HDFFV-442. The majority of this revision includes removing unused vlen stuff, adding various vlen tests, initial code clea... - The new test file, test_packet_vlen.c, contains tests showing packet tables, containing various types of vlen data, can be created with the fixed-length function - Two accessor functions were added per HDFFV-8623/patch 003. /* Returns the ID of the dataset associated with the packet table */ hid_t H5PTget_dataset(hid_t table_id); ...2 JIRA Issues
Allen ByrneAllen Byrne
6e7e6bb3aa3[svn-r29266] Header generation default should be OFF.For Trunk - cacheinit.cmake should enable it ON
Allen ByrneAllen Byrne
49e774296b7[svn-r29262] HDFFV-9241: Print fill value as "DEFAULT" instead of value 0HDFFV-9241
Allen ByrneAllen Byrne
d0444d4f2b3[svn-r29261] HDFFV-9241: Print fill value as "DEFAULT" instead of value 0HDFFV-9241
Allen ByrneAllen Byrne
28ee82a07b1[svn-r29259] HDFFV-9066: Improve h5dump usage statement for -O F, -ddl=F option.HDFFV-9066
Allen ByrneAllen Byrne
f0a7f5978ee[svn-r29257] HDFFV-9705: h5dump should not print filters or allocation time info for VDS filesHDFFV-9705
Allen ByrneAllen Byrne
16f23888326[svn-r29248] Fix test results for HDF_JAVA
Allen ByrneAllen Byrne
e836bfd0101[svn-r29247] Fix return type
Mohamad ChaarawiMohamad Chaarawi
c9c8ec5f7c6[svn-r29245] use HDONE_ERROR instead of HGOTO after done.
Allen ByrneAllen Byrne
281a4901f6c[svn-r29242] Set default or override val
Allen ByrneAllen Byrne
7705a4d914c[svn-r29239] Add HDF_JAVA AC_SUST line for settings file
Allen ByrneAllen Byrne
16e529f5a93[svn-r29237] Missed a "then"
Allen ByrneAllen Byrne
6152dd65320[svn-r29236] Check for shared libs only within enable-java block
Allen ByrneAllen Byrne
8538eedde3b[svn-r29234] Fix H5 LIB OPTIONS macro for correct ARGN support
Allen ByrneAllen Byrne
c9ea2431570[svn-r29233] Add ARGN option for soversion arguments
Allen ByrneAllen Byrne
a0485058d60[svn-r29232] add debug symbols library to install
Allen ByrneAllen Byrne
83b5bed5d43[svn-r29231] Check if szip is enabled before attempting to run example with szip.