AuthorCommitMessageCommit dateIssues
Mohamad ChaarawiMohamad Chaarawi
48bebcc39ef[svn-r29057] added dxpl type checking when debug mode is enabled (H5_DEBUG_BUILD)tested on bb-8 with Serial and Parallel, debug and production builds.
Dana RobinsonDana Robinson
66947641209[svn-r29050] Setting --enable-build-mode=debug now creates an H5_DEBUG_BUILD definition.Tested on: linux VM (minor change)
Dana RobinsonDana Robinson
57da3b7db60[svn-r29043] Fixes to make relative external storage work on Windows. Part of HDFFV-8740.- Fixed typo in Wsetenv(). - Changed HDoff_t back to off_t in test/external.c. The function signature is off_t so the types must match or you can get conversion errors. Tested on 64-bit Windows 10 w/ VS 2015HDFFV-8740
Dana RobinsonDana Robinson
c746447b0dc[svn-r29041] Patch from Steffen Kiess that allows a relative path to be specified for external dataset files set via H5Pset_external().Resolves HDFFV-8740 Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serialHDFFV-8740
Dana RobinsonDana Robinson
e9139733f2e[svn-r29035] Removed external links test from external storage test.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
Dana RobinsonDana Robinson
2b2b95814e6[svn-r29034] Update the external test to use the default and latest file format.Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools
Mohamad ChaarawiMohamad Chaarawi
28b16f19b2d[svn-r29032] capture the entry address before the entry is freed to avoid triggering a segfault in the log_flush call in H5C__flush_single_entry().tested on Jam with Parallel.
Dana RobinsonDana Robinson
e25aa5f97d7[svn-r29030] Cleanup of test/externals before merging user patch.Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools
Dana RobinsonDana Robinson
2fb4f0b35ea[svn-r29023] Fixed typos in symbols flags that prevented using -g, etc.Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools
Dana RobinsonDana Robinson
6a566cdc845[svn-r29019] Fixed double declaration of a few types that only appears on Windows.Tested on: 64-bit Windows 10 with VS 2015 Pro
Dana RobinsonDana Robinson
6dc56e664bf[svn-r29011] LFS changes in the autotools and library.* 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...
Scot BreitenfeldScot Breitenfeld
a969fbf6040[svn-r29009] Corrected the API descriptions for H5Pget_virtual_dsetname and H5Pget_virtual_filename.
Dana RobinsonDana Robinson
a6da81e49ba[svn-r29007] Fixed typos in h52gif test.Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools
Binh-Minh RiblerBinh-Minh Ribler
72bc67f464d[svn-r29004] Description: Removed extra ';'. Platform tested jam (very minor)
Dana RobinsonDana Robinson
1454a458262[svn-r28996] Autotools configure updates to allow separation of build type, 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
Dana RobinsonDana Robinson
7afa7bb6afd[svn-r28995] Removed unused packages from list in --enable-debug=<pkgs> 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)
Dana RobinsonDana Robinson
7abd70b809d[svn-r28990] Removed spurious BIND() warnings from Fortran.Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools w/ Fortran
Dana RobinsonDana Robinson
5c276d9dfc3[svn-r28986] Added H5_DLLVAR to H5AC_dxpl_id.Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial and parallel autotools
Dana RobinsonDana Robinson
ad617b9bfca[svn-r28982] Fixed H5ST_dump signature problem and added st to the list of packages with extra debugging output.Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools
Dana RobinsonDana Robinson
20a3462089f[svn-r28977] Added autotools g++ compiler flags/warnings file to config/Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial w/ C++
Dana RobinsonDana Robinson
8bbdc947c4f[svn-r28972] Removed option to clear file buffers from autotools, CMake, and 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
Dana RobinsonDana Robinson
8aa7c27fb71[svn-r28963] Updated the gnu Fortran configure files to set flags when the gnu compiler is used. The gnu-fflags file was never included.Tested on ostrich
Larry KnoxLarry Knox
0d714830a8d[svn-r28960] Fix for HDFFV-9439 Escape quotes in fortran version output to find fortran version for libhdf5.settingsTested with buildhdf5 on platypus, ostrich, moohan and mayll.HDFFV-9439
Mohamad ChaarawiMohamad Chaarawi
43b96df2a4c[svn-r28957] fix non-parallel bug.
Mohamad ChaarawiMohamad Chaarawi
91aeb766faf[svn-r28950] - remove META_FLUSH_COLLECTIVELY property for delayed sanity 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...tested on BB-8 with serial and parallel.BB-8
Albert ChengAlbert Cheng
8ca4c2f44b6[svn-r28949] HDFFV-9660: add an option to enable threadsafe feature in cmakehdf5Tested: platypus. There are still something strange messages during the configure step. Waiting for Allen to response.HDFFV-9660
Scot BreitenfeldScot Breitenfeld
8a60e4f1a4e[svn-r28936] spelling correction
Quincey KoziolQuincey Koziol
b9763eee6dd[svn-r28918] Description: 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)
Quincey KoziolQuincey Koziol
8db37287798[svn-r28916] Description: Normalize against incoming changes from the phdf5_metadata_opt branch.Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (h5committest forthcoming)
Binh-Minh RiblerBinh-Minh Ribler
a7ef06d5938[svn-r28906] Description: Added c++/test/tarray.cpp.
Binh-Minh RiblerBinh-Minh Ribler
0d68aa89ced[svn-r28905] Purpose: Fix user reported problemDescription: 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 us...
Larry KnoxLarry Knox
c09393ed0a2[svn-r28902] Remove 3 files in autom4te.cache from MANIFEST. They are 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.
Quincey KoziolQuincey Koziol
bd44db8a3c3[svn-r28894] Description: Normalize against changes on phdf5_metadata_opt branch to trunkTested on: MacoSX/64 10.11.2 (amazon) w/serial & parallel (h5committest forthcoming)
Allen ByrneAllen Byrne
94d03fd8748[svn-r28885] Change TOOLTEST5 to TOOLTEST3, which does not post-process the files.
Dana RobinsonDana Robinson
b29d6174e17[svn-r28881] Merged r28880 from revise_chunks. Adds a script to flip maint mode.Tested on: linux VM
Dana RobinsonDana Robinson
1617502f5e6[svn-r28878] Removed some duplicated comment lines from configure.ac.Tested on: N/A
Allen ByrneAllen Byrne
0115366eee8[svn-r28868] HDFFV-9639: autotools script updateHDFFV-9639
Allen ByrneAllen Byrne
af88e57c263[svn-r28866] HDFFV-9639: new filesHDFFV-9639
Allen ByrneAllen Byrne
24443da3166[svn-r28865] HDFFV-9639: Fix double-free error by setting freed var to NULL.Verified issue with "h5dump tgroup.h5 non_existing.h5" Applied patch and retested.HDFFV-9639
Dana RobinsonDana Robinson
2396a172adc[svn-r28861] Minor warning format string fix (HDFFV-9640).Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools parallel only (MPICH 3.1.4)HDFFV-9640
Albert ChengAlbert Cheng
67570ce476f[svn-r28853] HDFFV-9649: cmakehdf5 needs a proper implementation to verify 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.HDFFV-9649
Quincey KoziolQuincey Koziol
887cf130ff7[svn-r28843] Description: Bump number of records for random update test again.Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (h5committest forthcoming)
Albert ChengAlbert Cheng
74fbe507ae0[svn-r28841] indentations were messed up by some previous commit. Restored them to more readable spacing. No code change.Test: visual inspection.
Dana RobinsonDana Robinson
ed380746fe1[svn-r28837] Merged r28836 from revise_chunks (tarray.c fix).Tested on ostrich w/ gcc
Quincey KoziolQuincey Koziol
dc63336a4a8[svn-r28832] Description: 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
Quincey KoziolQuincey Koziol
e9a63d30df3[svn-r28828] Description: 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
Quincey KoziolQuincey Koziol
971af2d7333[svn-r28824] Description: Reduce asserts on buffer alignment.Tested on: Linux/32 & Linux/64 2.6.x (jam & myall) w/serial
Dana RobinsonDana Robinson
b834ac36535[svn-r28821] Merge of r28816 from revise_chunks (tarray.c cleanup).Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Quincey KoziolQuincey Koziol
06da6031a59[svn-r28819] Description: 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
Quincey KoziolQuincey Koziol
4bf63f78e71[svn-r28815] Description: 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