summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * [svn-r29603] HDFFV-9746 Add test for "/" for H5LTpath_validScot Breitenfeld2016-04-011-0/+23
| | | | | | | | Tested: jam (gnu)
| * [svn-r29601] Cleanup case of CMake commands in tools.Allen Byrne2016-03-3113-25/+41
| | | | | | | | | | Update CTestCustom file for new tests. Add connection from HDF5_ENABLE_USING_MEMCHECKER cmake option to library define USING_MEMCHECKER.
| * [svn-r29599] added comments to sourceScot Breitenfeld2016-03-301-12/+16
| |
| * [svn-r29591] Changed buf variable in h5awrite_f from INOUT to INScot Breitenfeld2016-03-291-1/+1
| |
| * [svn-r29560] Remove list and check of flags, defer to library function for ↵Allen Byrne2016-03-242-12/+7
| | | | | | | | checking, which will return an error. That error then produces a HDF5FunctionArgument exception instead of IllegalArgument exception.
| * [svn-r29557] Add comments to CMake macros and do append error fileAllen Byrne2016-03-243-28/+50
| | | | | | | | revise_chunks rev 29556
| * [svn-r29554] Description:Binh-Minh Ribler2016-03-241-1/+0
| | | | | | | | Removed an extra line in the Copyright block. No need to test.
| * [svn-r29552] Normalization with revise_chunks in preparation for big merge.Dana Robinson2016-03-241-2/+5
| | | | | | | | | | Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial
| * [svn-r29549] Minor normalization w/ revise_chunks in preparation for big merge.Dana Robinson2016-03-243-8/+8
| | | | | | | | | | | | Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial autotools parallel (MPICH 3.1.4)
| * [svn-r29548] Minor normalization w/ trunk in preparation for big merge.Dana Robinson2016-03-2430-471/+182
| | | | | | | | | | | | Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial autotools parallel (MPICH 3.1.4)
| * [svn-r29545] Minor normalization w/ trunk in preparation for big merge.Dana Robinson2016-03-246-680/+582
| | | | | | | | | | | | Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial autotools parallel (MPICH 3.1.4)
| * [svn-r29537] Added "latest format" tests to h5copy and h5repack from ↵Dana Robinson2016-03-2328-79/+657
| | | | | | | | | | | | | | | | revise_chunks. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial cmake serial
| * [svn-r29534] Normalization w/ revise_chunks in preparation for big merge.Dana Robinson2016-03-237-10/+17
| | | | | | | | | | | | | | | | | | 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++
| * [svn-r29531] Normalization w/ revise_chunks in preparation for big merge.Dana Robinson2016-03-235-11/+6
| | | | | | | | | | | | | | hl and bin directories Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial w/ Java, Fortran, & C++
| * [svn-r29524] Fix typo in test nameAllen Byrne2016-03-221-1/+1
| |
| * [svn-r29523] Add test dependencyAllen Byrne2016-03-221-0/+1
| |
| * [svn-r29520] rename java test file because test modifies original file.Allen Byrne2016-03-223-15/+22
| | | | | | | | Delete copy when test is finished.
| * [svn-r29519] rename java test file because test modifies original file.Allen Byrne2016-03-221-1/+1
| |
| * [svn-r29513] Only delete the copied and generated test files.Allen Byrne2016-03-224-40/+8
| |
| * [svn-r29507] Add actual file name to delete functions to prevent accidental ↵Allen Byrne2016-03-225-11/+11
| | | | | | | | | | | | deletion of source files. (HDFFV-9730 created for tools scripts, which is the basis for the java scripts)
| * [svn-r29503] The parallel and enable Java options have been marked asDana Robinson2016-03-221-0/+9
| | | | | | | | | | | | | | "unsupported" in the autotools. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools parallel w/ Java
| * [svn-r29502] The thread-safety and enable Java options have been marked asDana Robinson2016-03-221-1/+9
| | | | | | | | | | | | | | "unsupported" in the autotools. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial w/ Java
| * [svn-r29501] - POSIX compliance changes to autogen.shDana Robinson2016-03-221-3/+5
| | | | | | | | | | | | | | - autogen.sh now exits on unknown arguments Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial
| * [svn-r29500] Made CMake header generation a normal (not advanced) optionDana Robinson2016-03-221-1/+0
| | | | | | | | | | | | | | 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)
| * [svn-r29499] Minor prettification of Java configure code and libraryDana Robinson2016-03-222-5/+6
| | | | | | | | | | | | | | settings file. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial w/Java
| * [svn-r29482] Switched a few Visual Studio #ifdefs to Win32Dana Robinson2016-03-213-10/+10
| | | | | | | | Tested on 64-bit Win10 w/ VS 2015 Pro
| * [svn-r29480] Correct copy functions to test the directoryAllen Byrne2016-03-215-22/+22
| |
| * [svn-r29474] Removed prototype enclosed in #ifdef OUT in H5Oprivate.h.Dana Robinson2016-03-181-5/+0
| | | | | | | | | | | | | | 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
| * [svn-r29465] Fix issue with .classes dir not getting created for java by ↵Allen Byrne2016-03-177-18/+25
| | | | | | | | adding mkdir .classes to configure.
| * [svn-r29463] qualify .classes with $(top_builddir)Allen Byrne2016-03-176-6/+6
| |
| * [svn-r29450] Separate error compare from output compareAllen Byrne2016-03-166-7/+9
| |
| * [svn-r29447] Correct signature of H5Pexist to return booleanAllen Byrne2016-03-164-21/+22
| |
| * [svn-r29446] Check if H5Pexist return value is >0 rather then ==1Allen Byrne2016-03-161-7/+7
| |
| * [svn-r29443] Fix get_access_plist testAllen Byrne2016-03-161-5/+57
| |
| * [svn-r29440] Minor typo fix.Dana Robinson2016-03-161-1/+1
| |
| * [svn-r29435] Remove char from var name.Allen Byrne2016-03-151-1/+2
| |
| * [svn-r29427] Correct name of build option in scriptAllen Byrne2016-03-151-2/+2
| |
| * [svn-r29421] Fix for HDFFV-9516.Dana Robinson2016-03-154-16/+277
| | | | | | | | | | | | | | | | 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
| * [svn-r29418] Add compare to expected to script to verify correct operation ↵Allen Byrne2016-03-151-1/+29
| | | | | | | | of test
| * [svn-r29407] Correct source locationAllen Byrne2016-03-141-1/+1
| |
| * [svn-r29406] Add Java and update options to CMake/Windows docsAllen Byrne2016-03-145-110/+124
| |
| * [svn-r29404] correct filename in commentAllen Byrne2016-03-141-1/+1
| |
| * [svn-r29403] Correct file location and add overview to makefileAllen Byrne2016-03-142-2/+2
| |
| * [svn-r29402] Add Java optionAllen Byrne2016-03-141-5/+22
| |
| * [svn-r29400] HDFFV-9717: add overview section to javadocsAllen Byrne2016-03-141-1/+1
| |
| * [svn-r29399] HDFFV-9717: add overview section to javadocsAllen Byrne2016-03-145-4/+166
| |
| * [svn-r29395] Corrected parentheses in floating-point compare macros.Dana Robinson2016-03-122-9/+10
| | | | | | | | | | | | | | 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++
| * [svn-r29382] Change LT_VERS_* to 1000, 0, 0 for HDF5 1.10.0 release.Larry Knox2016-03-091-16/+16
| |
| * [svn-r29379] Add individual LT_VERS_* variables for wrapper libraries: c++, ↵Larry Knox2016-03-098-17/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * [svn-r29372] minor error reporting fix.Mohamad Chaarawi2016-03-091-2/+2
| |