AuthorCommitMessageCommit dateIssues
Dana RobinsonDana Robinson
9c3568819f3[svn-r29501] - POSIX compliance changes to autogen.sh- autogen.sh now exits on unknown arguments Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial
Dana RobinsonDana Robinson
2280524115c[svn-r29500] Made CMake header generation a normal (not advanced) option since users will need to set this if they check out source.Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 CMake serial (CMake 3.2.2)
Dana RobinsonDana Robinson
6668fe8c839[svn-r29499] Minor prettification of Java configure code and library settings file.Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial w/Java
Dana RobinsonDana Robinson
7f641b520d1[svn-r29482] Switched a few Visual Studio #ifdefs to Win32Tested on 64-bit Win10 w/ VS 2015 Pro
Allen ByrneAllen Byrne
9c570c7b422[svn-r29480] Correct copy functions to test the directory
Dana RobinsonDana Robinson
775f0cabad6[svn-r29474] Removed prototype enclosed in #ifdef OUT in H5Oprivate.h.This is unused and causes problems for a user who has OUT #defined. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial
Allen ByrneAllen Byrne
b8e163a8456[svn-r29465] Fix issue with .classes dir not getting created for java by adding mkdir .classes to configure.
Allen ByrneAllen Byrne
83acb60e399[svn-r29463] qualify .classes with $(top_builddir)
Allen ByrneAllen Byrne
7f8f2feaf90[svn-r29450] Separate error compare from output compare
Allen ByrneAllen Byrne
1f5286ddf2c[svn-r29447] Correct signature of H5Pexist to return boolean
Allen ByrneAllen Byrne
0647698684f[svn-r29446] Check if H5Pexist return value is >0 rather then ==1
Allen ByrneAllen Byrne
4573feb2a97[svn-r29443] Fix get_access_plist test
Dana RobinsonDana Robinson
5d342b26d44[svn-r29440] Minor typo fix.
Allen ByrneAllen Byrne
71aebc8eb43[svn-r29435] Remove char from var name.
Allen ByrneAllen Byrne
b8d2f399fda[svn-r29427] Correct name of build option in script
Dana RobinsonDana Robinson
0dd0ffd5c10[svn-r29421] Fix for HDFFV-9516.Corrects a problem where H5Dget_access_plist() returns a dapl that does not contain all dapl fields. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serialHDFFV-9516
Allen ByrneAllen Byrne
5a344710ba8[svn-r29418] Add compare to expected to script to verify correct operation of test
Allen ByrneAllen Byrne
f56bf61b8c5[svn-r29407] Correct source location
Allen ByrneAllen Byrne
708227a1f94[svn-r29406] Add Java and update options to CMake/Windows docs
Allen ByrneAllen Byrne
4ed758aa3da[svn-r29404] correct filename in comment
Allen ByrneAllen Byrne
f9dd7f1a80d[svn-r29403] Correct file location and add overview to makefile
Allen ByrneAllen Byrne
4c4cc0fa096[svn-r29402] Add Java option
Allen ByrneAllen Byrne
8d9b56a7e80[svn-r29400] HDFFV-9717: add overview section to javadocsHDFFV-9717
Allen ByrneAllen Byrne
85711b31d83[svn-r29399] HDFFV-9717: add overview section to javadocsHDFFV-9717
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.