Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r29319] Update COPYING for 2016. | Frank Baker | 2016-03-07 | 1 | -1/+1 |
| | |||||
* | [svn-r29314] Add Java option | Allen Byrne | 2016-03-07 | 1 | -0/+9 |
| | |||||
* | [svn-r29312] Removed -Wnonnull from the gnu C++ flags. It's not used for C++. | Dana Robinson | 2016-03-07 | 1 | -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 configuration | Allen Byrne | 2016-03-07 | 1 | -281/+287 |
| | |||||
* | [svn-r29306] Purpose: Add function | Binh-Minh Ribler | 2016-03-07 | 14 | -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 Byrne | 2016-03-07 | 1 | -0/+2 |
| | |||||
* | [svn-r29295] Replaced H5Acreate with H5Acreate2 in ↵ | Larry Knox | 2016-03-06 | 1 | -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 Pourmal | 2016-03-06 | 1 | -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 Robinson | 2016-03-05 | 1 | -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 h5dump | Allen Byrne | 2016-03-04 | 1 | -2/+12 |
| | |||||
* | [svn-r29274] HDFFV-9698: fix subsetting issues with h5dump | Allen Byrne | 2016-03-04 | 12 | -72/+480 |
| | |||||
* | [svn-r29272] Add code to deal with two source files for test_packet test. | Allen Byrne | 2016-03-04 | 1 | -1/+11 |
| | |||||
* | [svn-r29270] Description: | Binh-Minh Ribler | 2016-03-04 | 2 | -0/+25 |
| | | | | Updated for "Improve Packet Table library" commit 29269. | ||||
* | [svn-r29269] Purpose: Improve Packet Table library | Binh-Minh Ribler | 2016-03-04 | 6 | -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 Byrne | 2016-03-04 | 2 | -1/+3 |
| | | | | For Trunk - cacheinit.cmake should enable it ON | ||||
* | [svn-r29262] HDFFV-9241: Print fill value as "DEFAULT" instead of value 0 | Allen Byrne | 2016-03-03 | 3 | -21/+21 |
| | |||||
* | [svn-r29261] HDFFV-9241: Print fill value as "DEFAULT" instead of value 0 | Allen Byrne | 2016-03-03 | 16 | -23/+33 |
| | |||||
* | [svn-r29259] HDFFV-9066: Improve h5dump usage statement for -O F, -ddl=F option. | Allen Byrne | 2016-03-03 | 9 | -9/+9 |
| | |||||
* | [svn-r29257] HDFFV-9705: h5dump should not print filters or allocation time ↵ | Allen Byrne | 2016-03-03 | 9 | -205/+160 |
| | | | | info for VDS files | ||||
* | [svn-r29248] Fix test results for HDF_JAVA | Allen Byrne | 2016-03-01 | 1 | -1/+3 |
| | |||||
* | [svn-r29247] Fix return type | Allen Byrne | 2016-03-01 | 2 | -5/+5 |
| | |||||
* | [svn-r29245] use HDONE_ERROR instead of HGOTO after done. | Mohamad Chaarawi | 2016-03-01 | 1 | -2/+2 |
| | |||||
* | [svn-r29242] Set default or override val | Allen Byrne | 2016-03-01 | 1 | -2/+4 |
| | |||||
* | [svn-r29239] Add HDF_JAVA AC_SUST line for settings file | Allen Byrne | 2016-03-01 | 1 | -0/+3 |
| | |||||
* | [svn-r29237] Missed a "then" | Allen Byrne | 2016-03-01 | 1 | -1/+1 |
| | |||||
* | [svn-r29236] Check for shared libs only within enable-java block | Allen Byrne | 2016-03-01 | 1 | -116/+116 |
| | |||||
* | [svn-r29234] Fix H5 LIB OPTIONS macro for correct ARGN support | Allen Byrne | 2016-02-29 | 3 | -32/+7 |
| | |||||
* | [svn-r29233] Add ARGN option for soversion arguments | Allen Byrne | 2016-02-29 | 1 | -2/+9 |
| | |||||
* | [svn-r29232] add debug symbols library to install | Allen Byrne | 2016-02-29 | 1 | -0/+1 |
| | |||||
* | [svn-r29231] Check if szip is enabled before attempting to run example with ↵ | Allen Byrne | 2016-02-29 | 1 | -1/+18 |
| | | | | szip. | ||||
* | [svn-r29229] Turn java OFF by default. | Allen Byrne | 2016-02-29 | 1 | -1/+1 |
| | |||||
* | [svn-r29227] HDFFV-9552: merge in java code. | Allen Byrne | 2016-02-29 | 26 | -0/+2114 |
| | | | | new files added. | ||||
* | [svn-r29226] HDFFV-9552: merge in java code. | Allen Byrne | 2016-02-29 | 290 | -46/+74248 |
| | |||||
* | [svn-r29222] HDFFV-9570: Fix segfault when optional args are last option on ↵ | Allen Byrne | 2016-02-28 | 1 | -23/+28 |
| | | | | | | command line. Tested: java_merge DT | ||||
* | [svn-r29202] Fix for unknown message HDFFV-9697. | Vailin Choi | 2016-02-24 | 12 | -205/+435 |
| | | | | Tested on jam, ostrich, platypus, kite, quail, osx1010test, emu, mayll, moohan. | ||||
* | [svn-r29198] Remove if condition for test mask situation | Allen Byrne | 2016-02-24 | 1 | -2/+2 |
| | |||||
* | [svn-r29190] Add checking for *.err file before trying to read | Allen Byrne | 2016-02-23 | 3 | -12/+12 |
| | |||||
* | [svn-r29186] HDFFV-9654: add VDS options to h5dump | Allen Byrne | 2016-02-23 | 30 | -139/+1257 |
| | | | | includes new data files | ||||
* | [svn-r29183] Fixed missing reopen test call in tfile from HDFFV-8740 fix. | Dana Robinson | 2016-02-22 | 1 | -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 configure | Dana Robinson | 2016-02-22 | 18 | -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 Robinson | 2016-02-22 | 16 | -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 h5dump | Allen Byrne | 2016-02-22 | 16 | -139/+257 |
| | |||||
* | [svn-r29172] Fixed double word typo in #ifdef H5_FORTRAN_HAVE_C_SIZEOF | Scot Breitenfeld | 2016-02-19 | 1 | -1/+1 |
| | |||||
* | [svn-r29169] Changed #ifdef to use H5_FORTRAN_C_LONG_DOUBLE_IS_UNIQUE ↵ | Scot Breitenfeld | 2016-02-19 | 1 | -2/+2 |
| | | | | | | instead of H5_FORTRAN_HAVE_C_LONG_DOUBLE Tested: jam (gnu) | ||||
* | [svn-r29165] Various rododoc fixes. Effects comments only. | Scot Breitenfeld | 2016-02-19 | 8 | -51/+22 |
| | |||||
* | [svn-r29163] changed robodoc specs to look for .F90 files | Scot Breitenfeld | 2016-02-19 | 1 | -4/+1 |
| | |||||
* | [svn-r29162] added robodoc header information | Scot Breitenfeld | 2016-02-19 | 1 | -11/+10 |
| | |||||
* | [svn-r29158] HDFFV-9190: Changed configure.ac to define ↵ | Mike McGreevy | 2016-02-19 | 1 | -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 Breitenfeld | 2016-02-19 | 5 | -121/+330 |
| | | | | | | functions Tested: h5committest.new | ||||
* | [svn-r29150] fix for Jira issue 9670 - HDF5 segfaults on corrupted file. | Mohamad Chaarawi | 2016-02-18 | 12 | -144/+223 |
| | | | | | | Change compare callback in Btree2 class to correctly account for errors. tested on bb-8. |