summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r29035] Removed external links test from external storage test.Dana Robinson2016-02-023-108/+1
| | | | | | | | This test is duplicated more comprehensively in the links.c file so there is no need to copy it over. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools
* [svn-r29034] Update the external test to use the default and latest file format.Dana Robinson2016-02-021-28/+60
| | | | | Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools
* [svn-r29032] capture the entry address before the entry is freed to avoidMohamad Chaarawi2016-02-021-1/+6
| | | | | | | triggering a segfault in the log_flush call in H5C__flush_single_entry(). tested on Jam with Parallel.
* [svn-r29030] Cleanup of test/externals before merging user patch.Dana Robinson2016-02-022-542/+596
| | | | | Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools
* [svn-r29023] Fixed typos in symbols flags that prevented using -g, etc.Dana Robinson2016-02-015-10/+10
| | | | | Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools
* [svn-r29019] Fixed double declaration of a few types that only appears on ↵Dana Robinson2016-01-291-1/+7
| | | | | | Windows. Tested on: 64-bit Windows 10 with VS 2015 Pro
* [svn-r29011] LFS changes in the autotools and library.Dana Robinson2016-01-283-88/+23
| | | | | | | | | | | | | | | | | * We assume that fseeko and ftello exist. * The *64 IO functions and types are no longer explicitly used. We now rely on a mapping provided by _FILE_OFFSET_BITS (or its equivalent). * _LARGEFILE(64)_SOURCE is no longer exposed via AM_CPPFLAGS. The CMake files have not yet been updated but CMake is still functional. The CMake configure files will just run a few unecessary tests and create unneeded #defines until they are updated in a few days. Tested on: Linux, OS X, Solaris, z/OS
* [svn-r29009] Corrected the API descriptions for H5Pget_virtual_dsetname and ↵Scot Breitenfeld2016-01-281-7/+7
| | | | H5Pget_virtual_filename.
* [svn-r29007] Fixed typos in h52gif test.Dana Robinson2016-01-281-1/+1
| | | | | Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools
* [svn-r29004] Description:Binh-Minh Ribler2016-01-281-2/+2
| | | | | | Removed extra ';'. Platform tested jam (very minor)
* [svn-r28996] Autotools configure updates to allow separation of build type, ↵Dana Robinson2016-01-2714-373/+848
| | | | | | | | | | | | | | debug symbols, asserts, profiling, and optimization. Also much refactoring, improved help, and --enable-<foo> options will now emit errors on nonsense (e.g.: --enable-foo="asdfasdf"). The libhdf5.settings.in file was also reformatted. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial and parallel autotools w/ various options
* [svn-r28995] Removed unused packages from list in --enable-debug=<pkgs> ↵Dana Robinson2016-01-274-19/+3
| | | | | | | | | | configure option (also updated CMake). Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools serial CMake (CMake 3.3.2)
* [svn-r28990] Removed spurious BIND() warnings from Fortran.Dana Robinson2016-01-271-0/+4
| | | | | Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools w/ Fortran
* [svn-r28986] Added H5_DLLVAR to H5AC_dxpl_id.Dana Robinson2016-01-271-1/+1
| | | | | Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial and parallel autotools
* [svn-r28982] Fixed H5ST_dump signature problem and added st to the list ofDana Robinson2016-01-272-2/+4
| | | | | | | packages with extra debugging output. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools
* [svn-r28977] Added autotools g++ compiler flags/warnings file to config/Dana Robinson2016-01-273-0/+799
| | | | | Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial w/ C++
* [svn-r28972] Removed option to clear file buffers from autotools, CMake, and ↵Dana Robinson2016-01-2620-123/+44
| | | | | | | | | | | | library. Buffers that will be written to disk will now always be cleared since not doing this has huge security implications. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0, x86_64) gcc 5.2.1 serial autotools parallel autotools (MPICH 3.1.4) serial CMake
* [svn-r28963] Updated the gnu Fortran configure files to set flags when the ↵Dana Robinson2016-01-241-0/+3
| | | | | | | | gnu compiler is used. The gnu-fflags file was never included. Tested on ostrich
* [svn-r28960] Fix for HDFFV-9439Larry Knox2016-01-221-0/+1
| | | | | | Escape quotes in fortran version output to find fortran version for libhdf5.settings Tested with buildhdf5 on platypus, ostrich, moohan and mayll.
* [svn-r28957] fix non-parallel bug.Mohamad Chaarawi2016-01-221-1/+2
|
* [svn-r28950] - remove META_FLUSH_COLLECTIVELY property for delayed sanity ↵Mohamad Chaarawi2016-01-2149-534/+536
| | | | | | | | | | checks from metadata dxpls - remove H5AC_ind_dxpl_id and use only H5AC_dxpl_id everywhere instead. - remove flush_me_collectively flag from cache entries - add a collective sanity check (MPI_Barrier) for every HDF5 API routine that could possibly touch the file. This is trigerred when the environment variable H5_COLL_API_SANITY_CHECK is set to a non 0 digit. tested on BB-8 with serial and parallel.
* [svn-r28949] HDFFV-9660: add an option to enable threadsafe feature in cmakehdf5Albert Cheng2016-01-211-0/+10
| | | | | | | Tested: platypus. There are still something strange messages during the configure step. Waiting for Allen to response.
* [svn-r28936] spelling correctionScot Breitenfeld2016-01-201-2/+2
|
* [svn-r28918] Description:Quincey Koziol2016-01-152-2/+2
| | | | | | | | | I missed changes to a couple of expected error output files with the last checkin. Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (h5committest forthcoming)
* [svn-r28916] Description:Quincey Koziol2016-01-1513-251/+346
| | | | | | | | Normalize against incoming changes from the phdf5_metadata_opt branch. Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (h5committest forthcoming)
* [svn-r28906] Description:Binh-Minh Ribler2016-01-152-0/+2
| | | | Added c++/test/tarray.cpp.
* [svn-r28905] Purpose: Fix user reported problemBinh-Minh Ribler2016-01-159-57/+407
| | | | | | | | | | | | | | | | Description: User Adam Rosenberger reported a failure when using the member function AbstractDs::getArrayType(). This problem was caused by missing initialization of the ArrayType's members in some cases. Solution: - Added ArrayType::setArrayInfo() to retrieve rank and dimensions of an array and store them in memory for easy access. - Re-factored a few functions to use the new function. - We'll give him 1.8.16 patch Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* [svn-r28902] Remove 3 files in autom4te.cache from MANIFEST. They are ↵Larry Knox2016-01-141-3/+0
| | | | generated by autogen.sh and were inadvertently added along with configure and Makefile.in files but are not checked in and should not be installed. Furthermore they are not generated on all systems by autogen.sh and cause chkmanifest to fail when run be release scripts.
* [svn-r28894] Description:Quincey Koziol2016-01-1414-219/+214
| | | | | | | | Normalize against changes on phdf5_metadata_opt branch to trunk Tested on: MacoSX/64 10.11.2 (amazon) w/serial & parallel (h5committest forthcoming)
* [svn-r28885] Change TOOLTEST5 to TOOLTEST3, which does not post-process the ↵Allen Byrne2016-01-131-1/+1
| | | | files.
* [svn-r28881] Merged r28880 from revise_chunks. Adds a script to flip maint mode.Dana Robinson2016-01-132-0/+84
| | | | Tested on: linux VM
* [svn-r28878] Removed some duplicated comment lines from configure.ac.Dana Robinson2016-01-131-3/+0
| | | | Tested on: N/A
* [svn-r28868] HDFFV-9639: autotools script updateAllen Byrne2016-01-121-30/+35
|
* [svn-r28866] HDFFV-9639: new filesAllen Byrne2016-01-121-0/+2
|
* [svn-r28865] HDFFV-9639: Fix double-free error by setting freed var to NULL.Allen Byrne2016-01-124-44/+91
| | | | | Verified issue with "h5dump tgroup.h5 non_existing.h5" Applied patch and retested.
* [svn-r28861] Minor warning format string fix (HDFFV-9640).Dana Robinson2016-01-122-3/+3
| | | | | Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools parallel only (MPICH 3.1.4)
* [svn-r28853] HDFFV-9649: cmakehdf5 needs a proper implementation to verify ↵Albert Cheng2016-01-111-2/+11
| | | | | | | | | the installation images created for Mac OSX. The current implementation for Mac OSX platform is a kludge that sometimes left behind mounted volumes. Temporary screen out the checking of installtion_check step (so that daily test may pass). Tested: by hand running cmakehdf5 in platypus and osx1010test.
* [svn-r28843] Description:Quincey Koziol2016-01-081-1/+1
| | | | | | | | Bump number of records for random update test again. Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (h5committest forthcoming)
* [svn-r28841] indentations were messed up by some previous commit.Albert Cheng2016-01-071-111/+111
| | | | | | Restored them to more readable spacing. No code change. Test: visual inspection.
* [svn-r28837] Merged r28836 from revise_chunks (tarray.c fix).Dana Robinson2016-01-071-4/+4
| | | | Tested on ostrich w/ gcc
* [svn-r28832] Description:Quincey Koziol2016-01-061-1/+3
| | | | | | | | | Reset driver info message when superblock load fails. Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel Linux/32 2.6.x (jam) w/serial Linux/64 2.6.x (mayll) w/serial
* [svn-r28828] Description:Quincey Koziol2016-01-061-2/+2
| | | | | | | | | | Switch filter plugin to use H5allocate_memory and H5free_memory instead of malloc and free. Tested on: Linux/32 2.6.x (jam) w/serial Linux/64 2.6.x (jam) w/serial MacOSX/64 10.11.2 (amazon) w/serial & parallel
* [svn-r28824] Description:Quincey Koziol2016-01-061-3/+0
| | | | | | | Reduce asserts on buffer alignment. Tested on: Linux/32 & Linux/64 2.6.x (jam & myall) w/serial
* [svn-r28821] Merge of r28816 from revise_chunks (tarray.c cleanup).Dana Robinson2016-01-061-84/+84
| | | | | Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
* [svn-r28819] Description:Quincey Koziol2016-01-061-14/+22
| | | | | | | | | Align internal memory sanity checking buffer, to avoid problems when optimization is enabled. Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel Linux/32 2.6.x (jam) w/serial
* [svn-r28815] Description:Quincey Koziol2016-01-062-0/+26
| | | | | | | | | | Add internal routine to sanity check all blocks allocated through H5MM interface. Tested on: Linux/32 2.6.x (jam) w/serial Linux/64 2.6.x (mayll) w/serial MacOSX/64 10.11.2 (amazon) w/serial & parallel
* [svn-r28811] Description:Quincey Koziol2016-01-063-10/+10
| | | | | | | | | Switch v2 B-tree min & max records to be void*'s to be cleaner and generate less warnings. Tested on: Linux/32 2.6.x (jam) w/serial MacOSX/64 10.11.2 (amazon) w/serial & parallel
* [svn-r28802] Description:Quincey Koziol2016-01-051-3/+3
| | | | | | | Correct another H5MM_free => H5MM_xfree Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel
* [svn-r28800] Description:Quincey Koziol2016-01-052-6/+6
| | | | | | | Correct H5MM_free => H5MM_xfree Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel
* [svn-r28798] Description:Quincey Koziol2016-01-053-2/+5
| | | | | | | | Add missing H5MMprivate.h header file Tested on: Linux/32 2.6.x (jam) w/serial MacOSX/64 10.11.2 (amazon) w/serial & parallel