Commit Graph

15387 Commits

Author SHA1 Message Date
Allen Byrne
0e8941b088 [svn-r29524] Fix typo in test name 2016-03-22 15:12:39 -05:00
Allen Byrne
e3183aab0d [svn-r29523] Add test dependency 2016-03-22 15:12:07 -05:00
Allen Byrne
a4ec4e3eb1 [svn-r29520] rename java test file because test modifies original file.
Delete copy when test is finished.
2016-03-22 15:02:33 -05:00
Allen Byrne
bb80d618be [svn-r29519] rename java test file because test modifies original file. 2016-03-22 14:58:35 -05:00
Allen Byrne
07b2f73506 [svn-r29513] Only delete the copied and generated test files. 2016-03-22 12:55:45 -05:00
Allen Byrne
98e315ffff [svn-r29507] Add actual file name to delete functions to prevent accidental deletion of source files.
(HDFFV-9730 created for tools scripts, which is the basis for the java scripts)
2016-03-22 10:15:44 -05:00
Dana Robinson
5309de6c54 [svn-r29503] The parallel and enable Java options have been marked as
"unsupported" in the autotools.

Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1
           autotools parallel w/ Java
2016-03-22 03:03:50 -05:00
Dana Robinson
7255d1a1b8 [svn-r29502] The thread-safety and enable Java options have been marked as
"unsupported" in the autotools.

Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1
           autotools serial w/ Java
2016-03-22 02:59:28 -05:00
Dana Robinson
9c3568819f [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
2016-03-22 02:37:07 -05:00
Dana Robinson
2280524115 [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)
2016-03-22 02:28:14 -05:00
Dana Robinson
6668fe8c83 [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
2016-03-22 02:22:52 -05:00
Dana Robinson
7f641b520d [svn-r29482] Switched a few Visual Studio #ifdefs to Win32
Tested on 64-bit Win10 w/ VS 2015 Pro
2016-03-21 11:36:23 -05:00
Allen Byrne
9c570c7b42 [svn-r29480] Correct copy functions to test the directory 2016-03-21 11:06:52 -05:00
Dana Robinson
775f0cabad [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
2016-03-18 14:54:26 -05:00
Allen Byrne
b8e163a845 [svn-r29465] Fix issue with .classes dir not getting created for java by adding mkdir .classes to configure. 2016-03-17 11:47:21 -05:00
Allen Byrne
83acb60e39 [svn-r29463] qualify .classes with $(top_builddir) 2016-03-17 09:29:18 -05:00
Allen Byrne
7f8f2feaf9 [svn-r29450] Separate error compare from output compare 2016-03-16 12:35:51 -05:00
Allen Byrne
1f5286ddf2 [svn-r29447] Correct signature of H5Pexist to return boolean 2016-03-16 11:58:03 -05:00
Allen Byrne
0647698684 [svn-r29446] Check if H5Pexist return value is >0 rather then ==1 2016-03-16 11:36:48 -05:00
Allen Byrne
4573feb2a9 [svn-r29443] Fix get_access_plist test 2016-03-16 09:19:06 -05:00
Dana Robinson
5d342b26d4 [svn-r29440] Minor typo fix. 2016-03-15 22:19:34 -05:00
Allen Byrne
71aebc8eb4 [svn-r29435] Remove char from var name. 2016-03-15 15:39:21 -05:00
Allen Byrne
b8d2f399fd [svn-r29427] Correct name of build option in script 2016-03-15 14:47:06 -05:00
Dana Robinson
0dd0ffd5c1 [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 serial
2016-03-15 12:43:34 -05:00
Allen Byrne
5a344710ba [svn-r29418] Add compare to expected to script to verify correct operation of test 2016-03-15 12:13:41 -05:00
Allen Byrne
f56bf61b8c [svn-r29407] Correct source location 2016-03-14 14:59:06 -05:00
Allen Byrne
708227a1f9 [svn-r29406] Add Java and update options to CMake/Windows docs 2016-03-14 14:10:30 -05:00
Allen Byrne
4ed758aa3d [svn-r29404] correct filename in comment 2016-03-14 13:33:12 -05:00
Allen Byrne
f9dd7f1a80 [svn-r29403] Correct file location and add overview to makefile 2016-03-14 13:32:31 -05:00
Allen Byrne
4c4cc0fa09 [svn-r29402] Add Java option 2016-03-14 13:12:30 -05:00
Allen Byrne
8d9b56a7e8 [svn-r29400] HDFFV-9717: add overview section to javadocs 2016-03-14 12:56:15 -05:00
Allen Byrne
85711b31d8 [svn-r29399] HDFFV-9717: add overview section to javadocs 2016-03-14 12:51:41 -05:00
Dana Robinson
8f874a5010 [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++
2016-03-12 04:23:51 -05:00
Larry Knox
5938b81835 [svn-r29382] Change LT_VERS_* to 1000, 0, 0 for HDF5 1.10.0 release. 2016-03-09 15:14:16 -05:00
Larry Knox
f5234cd194 [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
2016-03-09 13:55:31 -05:00
Mohamad Chaarawi
23e97565cf [svn-r29372] minor error reporting fix. 2016-03-09 10:03:16 -05:00
Binh-Minh Ribler
5ced585e05 [svn-r29369] Description:
More updates about the Packet Table improvement.
2016-03-09 08:56:58 -05:00
Binh-Minh Ribler
a3a0526cb8 [svn-r29366] Purpose: Update RELEASE.txt
Description:
    Added note about the changes in the C++ Packet Table library
2016-03-09 07:54:52 -05:00
Binh-Minh Ribler
8222b34406 [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
        property list ID and call the new C API H5PTcreate.
      - Added accessor wrappers to class PacketTable, per HDFFV-8623/patch 003.
            /* Returns the ID of the dataset associated with the packet table */
            hid_t GetDataset();

            /* 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)
2016-03-09 01:47:27 -05:00
Binh-Minh Ribler
ab4c2402f1 [svn-r29362] Description:
Removed another left-over commented-out line.
Platforms tested:
    Linux/64 (platypus) - very minor
2016-03-08 22:46:24 -05:00
Binh-Minh Ribler
20bfdeb2c1 [svn-r29361] Purpose: Correction
Description:
    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)
2016-03-08 22:30:02 -05:00
Binh-Minh Ribler
67432599a3 [svn-r29360] Purpose: Adding test
Description:
    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)
2016-03-08 22:27:46 -05:00
Larry Knox
d380f20a0d [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
2016-03-08 12:49:38 -05:00
Allen Byrne
3fabbf45f0 [svn-r29348] Correct script process for options 2016-03-08 12:18:17 -05:00
Larry Knox
273a4a0ba0 [svn-r29341] Correct path to source code in line 227.
Tested change on emu, moohan, platypus, and quail.
2016-03-08 07:39:57 -05:00
Binh-Minh Ribler
116eed3ebd [svn-r29340] 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
Platforms tested:
    Linux/32 2.6 (jam)
    Linux/64 (platypus)
    Darwin (osx1010test)
2016-03-08 07:23:54 -05:00
Dana Robinson
1b7b09b081 [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
2016-03-08 02:34:43 -05:00
Dana Robinson
a1035bd806 [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
2016-03-08 01:38:33 -05:00
Dana Robinson
b18aaf39f0 [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++
2016-03-07 22:27:46 -05:00
Albert Cheng
2c36685010 [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:
    Changed to use shared library version numbers instead of the HDF5 library
    version numbers for testing.

Tested: tested in Jam (C only), platypus and osx1010dev (enable fortran and C++).
2016-03-07 17:03:57 -05:00