Allen Byrne
8e41b14811
[svn-r29601] Cleanup case of CMake commands in tools.
...
Update CTestCustom file for new tests.
Add connection from HDF5_ENABLE_USING_MEMCHECKER cmake option to library define USING_MEMCHECKER.
2016-03-31 09:02:24 -05:00
Scot Breitenfeld
018f92063e
[svn-r29599] added comments to source
2016-03-30 14:11:41 -05:00
Scot Breitenfeld
6b21276650
[svn-r29591] Changed buf variable in h5awrite_f from INOUT to IN
2016-03-29 09:46:58 -05:00
Allen Byrne
261f8c8361
[svn-r29560] Remove list and check of flags, defer to library function for checking, which will return an error. That error then produces a HDF5FunctionArgument exception instead of IllegalArgument exception.
2016-03-24 12:21:04 -05:00
Allen Byrne
d9ab44fe46
[svn-r29557] Add comments to CMake macros and do append error file
...
revise_chunks rev 29556
2016-03-24 10:59:00 -05:00
Binh-Minh Ribler
eb66e7537c
[svn-r29554] Description:
...
Removed an extra line in the Copyright block. No need to test.
2016-03-24 10:01:41 -05:00
Dana Robinson
53a286f7da
[svn-r29552] Normalization with revise_chunks in preparation for big merge.
...
Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1
autotools serial
2016-03-24 00:19:52 -05:00
Dana Robinson
caf3b0db14
[svn-r29549] Minor normalization w/ revise_chunks in preparation for big merge.
...
Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1
autotools serial
autotools parallel (MPICH 3.1.4)
2016-03-23 23:27:14 -05:00
Dana Robinson
9333a2e39c
[svn-r29548] Minor normalization w/ trunk in preparation for big merge.
...
Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1
autotools serial
autotools parallel (MPICH 3.1.4)
2016-03-23 22:58:43 -05:00
Dana Robinson
32f21214bb
[svn-r29545] Minor normalization w/ trunk in preparation for big merge.
...
Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1
autotools serial
autotools parallel (MPICH 3.1.4)
2016-03-23 19:38:03 -05:00
Dana Robinson
8ed8520c19
[svn-r29537] Added "latest format" tests to h5copy and h5repack from revise_chunks.
...
Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1
autotools serial
cmake serial
2016-03-23 14:32:59 -05:00
Dana Robinson
5a9a9e8f0e
[svn-r29534] Normalization w/ revise_chunks in preparation for big merge.
...
tools directory
Also fixes a minor Java test output error.
Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1
autotools serial w/ Java, Fortran, & C++
2016-03-23 12:42:06 -05:00
Dana Robinson
710d1caf54
[svn-r29531] Normalization w/ revise_chunks in preparation for big merge.
...
hl and bin directories
Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1
autotools serial w/ Java, Fortran, & C++
2016-03-23 11:50:42 -05:00
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