Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r29591] Changed buf variable in h5awrite_f from INOUT to IN | Scot Breitenfeld | 2016-03-29 | 1 | -1/+1 |
| | |||||
* | [svn-r29560] Remove list and check of flags, defer to library function for ↵ | Allen Byrne | 2016-03-24 | 2 | -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 file | Allen Byrne | 2016-03-24 | 3 | -28/+50 |
| | | | | revise_chunks rev 29556 | ||||
* | [svn-r29554] Description: | Binh-Minh Ribler | 2016-03-24 | 1 | -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 Robinson | 2016-03-24 | 1 | -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 Robinson | 2016-03-24 | 3 | -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 Robinson | 2016-03-24 | 30 | -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 Robinson | 2016-03-24 | 6 | -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 Robinson | 2016-03-23 | 28 | -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 Robinson | 2016-03-23 | 7 | -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 Robinson | 2016-03-23 | 5 | -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 name | Allen Byrne | 2016-03-22 | 1 | -1/+1 |
| | |||||
* | [svn-r29523] Add test dependency | Allen Byrne | 2016-03-22 | 1 | -0/+1 |
| | |||||
* | [svn-r29520] rename java test file because test modifies original file. | Allen Byrne | 2016-03-22 | 3 | -15/+22 |
| | | | | Delete copy when test is finished. | ||||
* | [svn-r29519] rename java test file because test modifies original file. | Allen Byrne | 2016-03-22 | 1 | -1/+1 |
| | |||||
* | [svn-r29513] Only delete the copied and generated test files. | Allen Byrne | 2016-03-22 | 4 | -40/+8 |
| | |||||
* | [svn-r29507] Add actual file name to delete functions to prevent accidental ↵ | Allen Byrne | 2016-03-22 | 5 | -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 as | Dana Robinson | 2016-03-22 | 1 | -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 as | Dana Robinson | 2016-03-22 | 1 | -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.sh | Dana Robinson | 2016-03-22 | 1 | -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) option | Dana Robinson | 2016-03-22 | 1 | -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 library | Dana Robinson | 2016-03-22 | 2 | -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 Win32 | Dana Robinson | 2016-03-21 | 3 | -10/+10 |
| | | | | Tested on 64-bit Win10 w/ VS 2015 Pro | ||||
* | [svn-r29480] Correct copy functions to test the directory | Allen Byrne | 2016-03-21 | 5 | -22/+22 |
| | |||||
* | [svn-r29474] Removed prototype enclosed in #ifdef OUT in H5Oprivate.h. | Dana Robinson | 2016-03-18 | 1 | -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 Byrne | 2016-03-17 | 7 | -18/+25 |
| | | | | adding mkdir .classes to configure. | ||||
* | [svn-r29463] qualify .classes with $(top_builddir) | Allen Byrne | 2016-03-17 | 6 | -6/+6 |
| | |||||
* | [svn-r29450] Separate error compare from output compare | Allen Byrne | 2016-03-16 | 6 | -7/+9 |
| | |||||
* | [svn-r29447] Correct signature of H5Pexist to return boolean | Allen Byrne | 2016-03-16 | 4 | -21/+22 |
| | |||||
* | [svn-r29446] Check if H5Pexist return value is >0 rather then ==1 | Allen Byrne | 2016-03-16 | 1 | -7/+7 |
| | |||||
* | [svn-r29443] Fix get_access_plist test | Allen Byrne | 2016-03-16 | 1 | -5/+57 |
| | |||||
* | [svn-r29440] Minor typo fix. | Dana Robinson | 2016-03-16 | 1 | -1/+1 |
| | |||||
* | [svn-r29435] Remove char from var name. | Allen Byrne | 2016-03-15 | 1 | -1/+2 |
| | |||||
* | [svn-r29427] Correct name of build option in script | Allen Byrne | 2016-03-15 | 1 | -2/+2 |
| | |||||
* | [svn-r29421] Fix for HDFFV-9516. | Dana Robinson | 2016-03-15 | 4 | -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 Byrne | 2016-03-15 | 1 | -1/+29 |
| | | | | of test | ||||
* | [svn-r29407] Correct source location | Allen Byrne | 2016-03-14 | 1 | -1/+1 |
| | |||||
* | [svn-r29406] Add Java and update options to CMake/Windows docs | Allen Byrne | 2016-03-14 | 5 | -110/+124 |
| | |||||
* | [svn-r29404] correct filename in comment | Allen Byrne | 2016-03-14 | 1 | -1/+1 |
| | |||||
* | [svn-r29403] Correct file location and add overview to makefile | Allen Byrne | 2016-03-14 | 2 | -2/+2 |
| | |||||
* | [svn-r29402] Add Java option | Allen Byrne | 2016-03-14 | 1 | -5/+22 |
| | |||||
* | [svn-r29400] HDFFV-9717: add overview section to javadocs | Allen Byrne | 2016-03-14 | 1 | -1/+1 |
| | |||||
* | [svn-r29399] HDFFV-9717: add overview section to javadocs | Allen Byrne | 2016-03-14 | 5 | -4/+166 |
| | |||||
* | [svn-r29395] Corrected parentheses in floating-point compare macros. | Dana Robinson | 2016-03-12 | 2 | -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 Knox | 2016-03-09 | 1 | -16/+16 |
| | |||||
* | [svn-r29379] Add individual LT_VERS_* variables for wrapper libraries: c++, ↵ | Larry Knox | 2016-03-09 | 8 | -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 Chaarawi | 2016-03-09 | 1 | -2/+2 |
| | |||||
* | [svn-r29369] Description: | Binh-Minh Ribler | 2016-03-09 | 1 | -14/+52 |
| | | | | More updates about the Packet Table improvement. | ||||
* | [svn-r29366] Purpose: Update RELEASE.txt | Binh-Minh Ribler | 2016-03-09 | 1 | -1/+23 |
| | | | | | Description: Added note about the changes in the C++ Packet Table library | ||||
* | [svn-r29364] Purpose: Improve C++ Packet Table library | Binh-Minh Ribler | 2016-03-09 | 3 | -229/+159 |
| | | | | | | | | | | | | | | | | | | | | | | 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) |