summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r29319] Update COPYING for 2016.Frank Baker2016-03-071-1/+1
|
* [svn-r29314] Add Java optionAllen Byrne2016-03-071-0/+9
|
* [svn-r29312] Removed -Wnonnull from the gnu C++ flags. It's not used for C++.Dana Robinson2016-03-071-9/+9
| | | | | Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial w/ C++
* [svn-r29307] Add Java to new configurationAllen Byrne2016-03-071-281/+287
|
* [svn-r29306] Purpose: Add functionBinh-Minh Ribler2016-03-0714-48/+165
| | | | | | | | | | Description: Added member function ArrayType::operator= because ArrayType has pointer data members. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* [svn-r29301] Update valgrind cacheinit file to match regular.Allen Byrne2016-03-071-0/+2
|
* [svn-r29295] Replaced H5Acreate with H5Acreate2 in ↵Larry Knox2016-03-061-1/+1
| | | | | | hl/test/test_packet_vlen.c line 758 to eliminate error with configure option --wit-default-api-version=v16. Tested with option and h5committest.new.
* [svn-r29292] Maintenance: Restored RELEASE.txt from rev 27551 and added ↵Elena Pourmal2016-03-061-115/+1174
| | | | | | | | | entries from Allen and Binh-Minh. Other main changes that were done to trunk should be documented before the 1.10.0 code freeze. This file will be added as HISTORY-1_9_0-1_10_0.txt to the 1_10 branch when the branch is created and will be part of the HDF5 1.10.* source distribution.
* [svn-r29279] Tidying of H5C_load_entry() before complicated merge.Dana Robinson2016-03-051-130/+64
| | | | | No significant code changes. Smoke checked on 64-bit Windows 10 with VS 2015 Pro.
* [svn-r29275] HDFFV-9698: fix subsetting issues with h5dumpAllen Byrne2016-03-041-2/+12
|
* [svn-r29274] HDFFV-9698: fix subsetting issues with h5dumpAllen Byrne2016-03-0412-72/+480
|
* [svn-r29272] Add code to deal with two source files for test_packet test.Allen Byrne2016-03-041-1/+11
|
* [svn-r29270] Description:Binh-Minh Ribler2016-03-042-0/+25
| | | | Updated for "Improve Packet Table library" commit 29269.
* [svn-r29269] Purpose: Improve Packet Table libraryBinh-Minh Ribler2016-03-046-576/+1643
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: The Packet Table API used to have fixed-length and variable-length functions (i.e., H5PTcreate_fl and H5PTcreate_vl), but in 2006, the vlen functions were ifdef'ed out with VLPT_REMOVED, see HDFFV-442. The majority of this revision includes removing unused vlen stuff, adding various vlen tests, initial code cleanup, and first pass of commenting. Details: - Removed the VLPT_REMOVED ifdef, but keep H5PTis_varlen and the free function because they are useful or even needed, but the free function's name is changed to be more appropriate for both read/write buffers, i.e., H5PTfree_vlen_buff. - The new test file, test_packet_vlen.c, contains tests showing packet tables, containing various types of vlen data, can be created with the fixed-length function - Two accessor functions were added per HDFFV-8623/patch 003. /* Returns the ID of the dataset associated with the packet table */ hid_t H5PTget_dataset(hid_t table_id); /* Returns the ID of the datatype the packet table uses */ hid_t H5PTget_type(hid_t table_id); - Various cleanup: replacing 0/-1 with SUCCEED/FAIL and H5I_BADID with H5I_INVALID_HID, and removing many warnings. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* [svn-r29266] Header generation default should be OFF.Allen Byrne2016-03-042-1/+3
| | | | For Trunk - cacheinit.cmake should enable it ON
* [svn-r29262] HDFFV-9241: Print fill value as "DEFAULT" instead of value 0Allen Byrne2016-03-033-21/+21
|
* [svn-r29261] HDFFV-9241: Print fill value as "DEFAULT" instead of value 0Allen Byrne2016-03-0316-23/+33
|
* [svn-r29259] HDFFV-9066: Improve h5dump usage statement for -O F, -ddl=F option.Allen Byrne2016-03-039-9/+9
|
* [svn-r29257] HDFFV-9705: h5dump should not print filters or allocation time ↵Allen Byrne2016-03-039-205/+160
| | | | info for VDS files
* [svn-r29248] Fix test results for HDF_JAVAAllen Byrne2016-03-011-1/+3
|
* [svn-r29247] Fix return typeAllen Byrne2016-03-012-5/+5
|
* [svn-r29245] use HDONE_ERROR instead of HGOTO after done.Mohamad Chaarawi2016-03-011-2/+2
|
* [svn-r29242] Set default or override valAllen Byrne2016-03-011-2/+4
|
* [svn-r29239] Add HDF_JAVA AC_SUST line for settings fileAllen Byrne2016-03-011-0/+3
|
* [svn-r29237] Missed a "then"Allen Byrne2016-03-011-1/+1
|
* [svn-r29236] Check for shared libs only within enable-java blockAllen Byrne2016-03-011-116/+116
|
* [svn-r29234] Fix H5 LIB OPTIONS macro for correct ARGN supportAllen Byrne2016-02-293-32/+7
|
* [svn-r29233] Add ARGN option for soversion argumentsAllen Byrne2016-02-291-2/+9
|
* [svn-r29232] add debug symbols library to installAllen Byrne2016-02-291-0/+1
|
* [svn-r29231] Check if szip is enabled before attempting to run example with ↵Allen Byrne2016-02-291-1/+18
| | | | szip.
* [svn-r29229] Turn java OFF by default.Allen Byrne2016-02-291-1/+1
|
* [svn-r29227] HDFFV-9552: merge in java code.Allen Byrne2016-02-2926-0/+2114
| | | | new files added.
* [svn-r29226] HDFFV-9552: merge in java code.Allen Byrne2016-02-29290-46/+74248
|
* [svn-r29222] HDFFV-9570: Fix segfault when optional args are last option on ↵Allen Byrne2016-02-281-23/+28
| | | | | | command line. Tested: java_merge DT
* [svn-r29202] Fix for unknown message HDFFV-9697.Vailin Choi2016-02-2412-205/+435
| | | | Tested on jam, ostrich, platypus, kite, quail, osx1010test, emu, mayll, moohan.
* [svn-r29198] Remove if condition for test mask situationAllen Byrne2016-02-241-2/+2
|
* [svn-r29190] Add checking for *.err file before trying to readAllen Byrne2016-02-233-12/+12
|
* [svn-r29186] HDFFV-9654: add VDS options to h5dumpAllen Byrne2016-02-2330-139/+1257
| | | | includes new data files
* [svn-r29183] Fixed missing reopen test call in tfile from HDFFV-8740 fix.Dana Robinson2016-02-221-0/+1
| | | | | Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial w/ fortran and C++
* [svn-r29182] Re-commit of HDFFV-8740 fix, which adds the ability to configureDana Robinson2016-02-2218-317/+1554
| | | | | | | | | | | | external dataset storage path behavior. This check-in fixes a bug in the original check-in where the external path stored in the file struct was not copied on reopen causing subsequent dataset operations to fail. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial w/ fortran and C++ autotools parallel (MPICH 3.1.4) w/ fortran
* [svn-r29179] Revert of 29177 which breaks the autotools build.Dana Robinson2016-02-2216-257/+139
| | | | | Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial
* [svn-r29177] HDFFV-9654: add VDS options to h5dumpAllen Byrne2016-02-2216-139/+257
|
* [svn-r29172] Fixed double word typo in #ifdef H5_FORTRAN_HAVE_C_SIZEOFScot Breitenfeld2016-02-191-1/+1
|
* [svn-r29169] Changed #ifdef to use H5_FORTRAN_C_LONG_DOUBLE_IS_UNIQUE ↵Scot Breitenfeld2016-02-191-2/+2
| | | | | | instead of H5_FORTRAN_HAVE_C_LONG_DOUBLE Tested: jam (gnu)
* [svn-r29165] Various rododoc fixes. Effects comments only.Scot Breitenfeld2016-02-198-51/+22
|
* [svn-r29163] changed robodoc specs to look for .F90 filesScot Breitenfeld2016-02-191-4/+1
|
* [svn-r29162] added robodoc header informationScot Breitenfeld2016-02-191-11/+10
|
* [svn-r29158] HDFFV-9190: Changed configure.ac to define ↵Mike McGreevy2016-02-191-0/+2
| | | | | | | | | H5_USE_18_API_DEFAULT when 'v18' is provided to --with-default-api-version. Tested: h5committest.new and kituo with --with-default-api-version=v18
* [svn-r29155] HDFFV-9652: Add fortran wrappers/test for collective metadata ↵Scot Breitenfeld2016-02-195-121/+330
| | | | | | functions Tested: h5committest.new
* [svn-r29150] fix for Jira issue 9670 - HDF5 segfaults on corrupted file.Mohamad Chaarawi2016-02-1812-144/+223
| | | | | | Change compare callback in Btree2 class to correctly account for errors. tested on bb-8.