summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r29918] Fix empty file usage - test before use.Allen Byrne2016-05-123-18/+30
|
* [svn-r29841] Fix valgrind memory leak in h5diff tool.Allen Byrne2016-04-291-229/+240
|
* [svn-r29838] Added other JIRA issues fixed in this release.Allen Byrne2016-04-291-6/+23
|
* [svn-r29837] Partial fix for Valgrind issue in test/external.cDana Robinson2016-04-291-0/+4
| | | | | Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial
* [svn-r29833] Description:Binh-Minh Ribler2016-04-281-13/+99
| | | | Added notes on C++, PT, and C++ PT in New Features and Bug Fixes sections.
* [svn-r29808] Set version to 1.8.18-snap0Larry Knox2016-04-266-19/+19
|
* [svn-r29804] Purpose: Code improvementBinh-Minh Ribler2016-04-263-14/+30
| | | | | | | | | | | | | | | Description: The constructor FL_PacketTable added in 1.10.0 did not have good prototype; it didn't allow the property list to be default. Marked it deprecated and added this one: FL_PacketTable(hid_t fileID, const char* name, hid_t dtypeID, hsize_t chunkSize = 0, hid_t plistID = H5P_DEFAULT); Merged from trunk r29803. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* [svn-r29801] Purpose: Fix memory leak - HDFFV-9700Binh-Minh Ribler2016-04-251-8/+2
| | | | | | | | | Description: Applied user's patch to fix memory leak. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* [svn-r29797] Purpose: Fix warnings HDFFV-8615Binh-Minh Ribler2016-04-251-3/+14
| | | | | | | | | | | | | Description: The "warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]" was already removed by adding const to char* parameter in the FL_PacketTable. This change is to remove the use of literal strings in code for maintainability. Merged from trunk r29786. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* [svn-r29791] update release.txt for 9670Mohamad Chaarawi2016-04-251-0/+5
|
* [svn-r29787] Purpose: Add new wrapperBinh-Minh Ribler2016-04-254-21/+155
| | | | | | | | | | Description: Added wrapper for H5Tset_nbit: void DSetCreatPropList::setNbit() const. Merged from trunk r29786. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* [svn-r29784] Purpose: Code improvementBinh-Minh Ribler2016-04-245-111/+181
| | | | | | | | | | | | | | Description: - Removed ArrayType::rank and ArrayType::dimensions and modified the methods ArrayType::getArrayNDims and ArrayType::getArrayDims to always call the C functions to get the rank and dimensions. - Overloaded ArrayType::getArrayNDims and ArrayType::getArrayDims to provide const version and marked the non-const version deprecated. Merged from trunk r29782. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* [svn-r29769] Purpose: Code improvementsBinh-Minh Ribler2016-04-2230-216/+252
| | | | | | | | | | | | | Description: - Changed object in catch statements to reference - Replaced old-style casts or reinterpret_cast with static_cast - Removed unused name H5Library::need_cleanup - Removed Exception::printError from documentation Merged from trunk r29759 and r29766 Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* [svn-r29765] Purpose: Code cleanupBinh-Minh Ribler2016-04-228-83/+53
| | | | | | | | | | | | | | | | Description: - Removed many warnings: warning: use of old-style cast warning: enumeration value ‘H5D_VIRTUAL’ not handled in switch warning: comparison between signed and unsigned There are others of the same warnings and they will be taken care of in the next release. - Made some code reuse between overloads Merged from trunk r29340. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* [svn-r29764] Purpose: Code cleanupBinh-Minh Ribler2016-04-228-144/+14
| | | | | | | | | | Description: Removed obsolete overloaded functions which had parameters that should be const but were not. They have been replaced by the correct version since 2014. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* [svn-r29762] Purpose: Remove obsoletesBinh-Minh Ribler2016-04-228-93/+126
| | | | | | | | | | | Description: Removed obsolete functions from the documentation. They are still in the code, however, until the next two releases, just in case. Merge from trunk r29322. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* [svn-r29761] Purpose: Add functionBinh-Minh Ribler2016-04-2215-63/+171
| | | | | | | | | | | Description: Added member function ArrayType::operator= because ArrayType has pointer data members. Merged from trunk r29306. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* [svn-r29752] Updated RELEASE.txt with HDFFV-8740 information.Dana Robinson2016-04-201-1/+11
|
* [svn-r29751] Fixed some comments in test/external.cDana Robinson2016-04-201-8/+5
| | | | | Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial + run external test only (no code changes)
* [svn-r29734] Description:Binh-Minh Ribler2016-04-182-84/+84
| | | | | | | | | Merged from trunk: r29710: label "error:" vs. "out:" and static_cast Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* [svn-r29732] Snapshot version 1.8 release 17 (snap14)HDF Tester2016-04-186-17/+17
|
* [svn-r29703] Updated test/Makefile.am to clean up file added in HDFFV-8740 fix.Dana Robinson2016-04-153-3/+3
| | | | Tested on: jam
* [svn-r29702] Merged r29182 and 29183 from the trunk.Dana Robinson2016-04-1515-207/+1344
| | | | | | | | | Fixes HDFFV-8740 (external file storage relative path fix). Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools w/ C++ & Fortran parallel autotools (MPICH 3.1.4) w/ Fortran serial CMake
* [svn-r29701] Switched HDoff_t to off_t in external test (for Windows).Dana Robinson2016-04-141-23/+23
| | | | | Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools w/ C++ & Fortran
* [svn-r29700] Merge of r29030, 29034, and 29035 from trunkDana Robinson2016-04-144-627/+597
| | | | | | | | | Cleanup of test/externals before merging HDFFV-8740 changes. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools w/ C++ & Fortran serial CMake parallel autotools w/ Fortran (MPICH 3.1.4)
* [svn-r29692] Applied fix for HDFFV-9439 to mpicc config as well as mpif90 in ↵Larry Knox2016-04-131-0/+1
| | | | | | config/linux-gnulibc1. Tested with h5committest.new on kituo, ostrich, osx1010dev and platypus.
* [svn-r29691] Description:Binh-Minh Ribler2016-04-131-0/+1
| | | | Added ./hl/test/test_packet_vlen.c
* [svn-r29690] Purpose: Merge PT improvements from trunkBinh-Minh Ribler2016-04-1311-813/+2420
| | | | | | | | | | | | | | Description: Merged from trunk: r29269: Improve Packet Table library r29295: Replaced H5Acreate with H5Acreate2 (by Larry) r29360: Adding missing tests r29364: Improve C++ Packet Table library r29554: Removed extra line in Copyright Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* [svn-r29688] Merge of r29090 from trunk.Dana Robinson2016-04-131-1/+1
| | | | | | | | | Changes smart quotes to ASCII quotes in autotools gnu config file. Additional fix for HDFFV-9439. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial w/ Fortran autotools parallel (MPICH 3.1.4) w/ Fortran
* [svn-r29687] Fix for HDFFV-9439 (previously in trunk).Larry Knox2016-04-121-0/+1
| | | | Tested with h5committest.new on kituo, ostrich, osx1010dev and platypus.
* [svn-r29617] Snapshot version 1.8 release 17 (snap13)HDF Tester2016-04-036-18/+18
|
* [svn-r29606] Fix for shared file pointer HDFFV-9469. This is the same fix ↵Vailin Choi2016-04-013-0/+192
| | | | | | for revise_chunks (#28908). Tested on jam, platypus, emu, kite, moohan, ostrich, osx1010test, quail.
* [svn-r29604] HDFFV-9746 Add test for "/" for H5LTpath_validScot Breitenfeld2016-04-011-0/+23
| | | | Tested: jam (gnu)
* [svn-r29589] Merge of 29011 & 29019 from trunk.Dana Robinson2016-03-296-269/+75
| | | | | | LFS changes to configure. Fixes HDFFV-9626. Tested on: jam
* [svn-r29368] Add else to optionAllen Byrne2016-03-091-0/+4
|
* [svn-r29321] Update COPYING for 2016.Frank Baker2016-03-071-1/+1
|
* [svn-r29310] Add new test files.Allen Byrne2016-03-077-0/+322
|
* [svn-r29309] HDFFV-9698, HDFFV-9241, HDFFV-9570: Merge fixes from trunk for ↵Allen Byrne2016-03-0742-420/+596
| | | | subsetting index, default fill value display, and optional arg crash. Also some minor compiler warnings fixes.
* [svn-r29174] Snapshot version 1.8 release 17 (snap12)HDF Tester2016-02-216-18/+18
|
* [svn-r29156] merge 29150 from trunk.Mohamad Chaarawi2016-02-1911-151/+202
| | | | | | | fix for Jira issue 9670 - HDF5 segfaults on corrupted file. Change compare callback in Btree2 class to correctly account for errors. tested on bb-8.
* [svn-r29060] Snapshot version 1.8 release 17 (snap11)HDF Tester2016-02-076-18/+18
|
* [svn-r29038] Minor fix to configure.ac that fixes a broken ↵Dana Robinson2016-02-033-10/+28
| | | | | | | | | | | --enable-clear-file-buffers option. Fixes HDFFV-9676 Tested on: jam (just a smoke check to ensure that the library builds and passes tests when the feature is disabled)
* [svn-r29022] Snapshot version 1.8 release 17 (snap10)HDF Tester2016-01-316-18/+18
|
* [svn-r29005] Description:Binh-Minh Ribler2016-01-281-2/+2
| | | | | | Removed extra ';'. Platform tested jam (very minor)
* [svn-r29001] Missing testfile committedAllen Byrne2016-01-282-0/+32
|
* [svn-r28992] HDFFV-9639: double-free fix.Allen Byrne2016-01-274-5/+27
|
* [svn-r28970] Snapshot version 1.8 release 17 (snap9)HDF Tester2016-01-256-18/+18
|
* [svn-r28962] merged r28949 from trunk.Albert Cheng2016-01-221-0/+10
| | | | | | | | | HDFFV-9660: add an option to enable threadsafe feature in cmakehdf5 Tested: platypus. There are still something strange messages during the configure step. Waiting for Allen to response.
* [svn-r28953] Snapshot version 1.8 release 17 (snap8)Larry Knox2016-01-226-17/+17
|
* [svn-r28927] Description:Binh-Minh Ribler2016-01-181-35/+9
| | | | | - Updated for the fix of the problem Adam Rosenberger's reported. - Added info about new function ArrayType::setArrayInfo()