Network

 
AuthorCommitMessageCommit Date
Quincey KoziolQuincey Koziol
f5cdf280ab7[svn-r30157] Description: Bring r30143, 30147, 30151, 30154 from trunk to revise_chunks branch: r30143: Fix for HDFFV-9940. Tested on jam, osx1010test, moohan, platypus, emu, kite, kituo, mayll, ostrich, quail. r30147: Removed #ifdef-guarded debug output from core VFD. r30151: Fix daily test failures for checkin #30143 for HDFFV-9940. r30154: Fixed inequality comparsions for reals in HL fortran tests (HDFFV-9949, MSB, 7/7/16) Tested on: MacOSX/64 10.11.5 (amazon) w/serial & paral...
Quincey KoziolQuincey Koziol
6137725a32c[svn-r30156] Description: Refine corking/uncorking code and clean up warning. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
c2e45820982[svn-r30140] Description: Correct typo in cache flush disabling. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5commitest not required on this branch)
Quincey KoziolQuincey Koziol
843246ca03c[svn-r30136] Description: Lock dataset metadata for SWMR writing into the metadata cache around H5Dset_extent+H5Dwrite pairs of calls. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
1a778588943[svn-r30135] Description: Merge r30134 from trunk to revise_chunks branch: Add CMake macros and detections for the "round" family of routines. Tested on: Upcoming Windows daily builds
Quincey KoziolQuincey Koziol
0d3ac75c839[svn-r30133] Description: Bring r30131 from trunk to revise_chunks branch: Fix bug reported by Cisco Talos TALOS-CAN-0178. Added check for a message that should not be sharable being marked as sharable on disk, returns failure in this case. Needs testing. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
0f8a874c7c8[svn-r30125] Description: Correct error with non-debug parallel builds Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
fa32b525c1d[svn-r30124] Description: Bring r30120 from trunk to revise_chunks branch: Fixed compilation failure on emu due to moving testing subroutines into a module. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
4bf20f5ed84[svn-r30116] Description: Bring r30113 from trunk to revise_chunks branch: Big warning cleanup Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
b281145a669[svn-r30111] Description: Several things: - Relax flush dependency flushing in H5C code, so that a dirty child only prevents its immediate parent from being flushed. (And updated the cache tests accordingly) - Add some additional flush dependencies to the extensible array code between data blocks / data block pages / sub-index blocks and the header, when the array is extended (so that the header doesn't get flushed out with an updated size before that new element is...
Quincey KoziolQuincey Koziol
a6e50164e02[svn-r30100] Description: Minor cleanups and alignments with trunk. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
668253a0b5d[svn-r30094] Description: Refactor TOOLTEST() subroutines to take an additional parameter of the temporary output file, eliminating duplicated copies of the subroutine. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
9d8106839c6[svn-r30091] Description: Bring r30085, 30087, 30089 from trunk: Misc. FORTRAN fixes Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
deb8a72c3a6[svn-r30080] Description: Merge r30078 from trunk. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
07ede52cc7c[svn-r30073] Description: Minor cleanups to align w/trunk Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
68487ca5477[svn-r30067] Description: Move testing routines that access internal cache data into testing routines. Refactor tagging routines to allow them to be used by the new testing routines. Also minor cleanups, etc. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest not require on this branch):x
Quincey KoziolQuincey Koziol
5d6b345f535[svn-r30052] Description: Create iterator routine for tagged entries and refactor current routines to use it. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
d31d814b36e[svn-r30051] Description: Correct double-free of grandchild node and also change HGOTO_ERROR macros to HDONE_ERROR macros when invoked after the done: label. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest not required on this branch)
Allen ByrneAllen Byrne
8553e84a241[svn-r30045] Remove extern declaration - now in header with import/export decoration.
Allen ByrneAllen Byrne
96f98b73d7e[svn-r30042] Fix compile error on Windows by adding H5DLL decoration to function declarations. Build test lib using CMake with the same files as Autotools. Refactor CMake test code to align closer with Makefile and use the new test lib. Tested: local linux
Allen ByrneAllen Byrne
6f14a239de6[svn-r30040] HDFFV-9925: fix clear test file name.
Quincey KoziolQuincey Koziol
87e1c371464[svn-r30034] Description: Extract tagging routines into separate source module. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
d3db10ecc77[svn-r30032] Description: Extract epoch marker metadata client into separate source file. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
0805f0d0938[svn-r30030] Description: Add assertion from trunk. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
a6c778e1c6f[svn-r30027] Description: Remove -Wnormalized from gcc 4.x builds:
Quincey KoziolQuincey Koziol
66f50593d67[svn-r30024] Description: Normalize against trunk. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
5b5f81df0e8[svn-r30022] Description: Try to avoid the cache from poking around in the file struct to get the cache logging information. Also, make the trace open/close routines static. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
f41631143a2[svn-r30021] Description: Bring r30002 from trunk: Fixed some minor warnings in H5AC.c and H5C.c, cleaned up warnings in the cache tests, and made some huge static arrays dynamic in the cache tests. Also some other changes to align w/trunk (mostly in cache_common.h) Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
c136672b76d[svn-r30016] Description: Bring r30015 from trunk to revise_chunks branch: Update GNU compiler flags for 6.x release. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest not required on this branch)
Allen ByrneAllen Byrne
90e1f066b63[svn-r30013] Add err_level test.
Vailin ChoiVailin Choi
8e4c84bc159[svn-r30011] Fix for h5format_convert daily test failures when --enable-using-memchecker. Tested on jam, moohan, osx1010test, mayll.
Dana RobinsonDana Robinson
19fbf819635[svn-r30006] Fixed a MANIFEST issue.
Dana RobinsonDana Robinson
6343716df00[svn-r30004] Removed an assert that was causing problems with the core_paged VFD while I investigate. Tested on: 64-bit Ubuntu Linux w/ gcc 5.3.1 Autotools serial
Dana RobinsonDana Robinson
59c5d87833f[svn-r29999] Misc warning fixes. Tested on: 64-bit Ubuntu Linux w/ gcc 5.3.1 Autotools serial
Dana RobinsonDana Robinson
ccb5b1efd6b[svn-r29997] Warning fixes in the library. Also converted a few asserts to HDasserts in some H5private.h macros. Tested on: 64-bit Ubuntu 16.04 LTS w/ gcc 5.3.1 Autotools serial
Dana RobinsonDana Robinson
b7fe618e1be[svn-r29995] Misc warning cleanup in the high-level library. Tested on: 64-bit Ubuntu 16.04 LTS w/ gcc 5.3.1 Autotools serial
Dana RobinsonDana Robinson
c61539806c0[svn-r29993] Cleaned up test/cross_read.c. Tested on: 64-bit Ubuntu 16.04 LTS w/ gcc 5.3.1 Autotools serial
Vailin ChoiVailin Choi
639852d1a9d[svn-r29992] (1) Fixes for intermittent flushrefesh failures. (2) Turn off error reporting for h5debug and hdf2gif. Tested on osx1010dev, quail, kite, mooohan.
Dana RobinsonDana Robinson
34fd42f8776[svn-r29990] Misc warning cleanup in the tests. Tested on: 64-bit Ubuntu 16.04 LTS w/ gcc 5.3.1 Autotools serial
Quincey KoziolQuincey Koziol
1979697a11c[svn-r29984] Description: Extract logging and query routines into separate source modules. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
4f4e9cd59bd[svn-r29981] Description: Align w/trunk Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
18d58514c4d[svn-r29979] Description: Align w/trunk Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
1ed1ce944bd[svn-r29977] Description: Align w/trunk Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
46914ae719e[svn-r29968] Description: Bring r29889, 29952, 29956, 29963, 29946, 29939, 29928, 29922, 29878, 29887, and 29884 from trunk, to help align the two. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest not required on this branch)
Dana RobinsonDana Robinson
dd731197818[svn-r29961] Merge of r29957 and r29959 from the trunk. cache_api test cleanup. Tested on: 64-bit Ubuntu Linux w/ gcc 5.3.1 Autotools serial
Quincey KoziolQuincey Koziol
e6f896f5e15[svn-r29948] Description: Minor code cleanups and sync w/trunk Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest not required on this branch)
Vailin ChoiVailin Choi
d9f44a1cefc[svn-r29934] (1) Fix for HDFFV-9434: throw an error instead of assertion when v1 btree level hits the 1 byte limit. (2) Modifications to better handle error recovery when conversion by h5format_convert fails. Tested on jam, emu, moohan, mayll, kite, kituo, ostrich, platypus, osx1010tewt, quail.
Dana RobinsonDana Robinson
a1775bc6c23[svn-r29920] Converted some error major categories from H5E_FILE/DATASPACE to H5E_RESOURCE. Tested on: 64-bit Ubuntu 16.04 LTS w/ gcc 5.3.1 Autotools serial and parallel (MPICH 3.2)
Dana RobinsonDana Robinson
d28c72907ac[svn-r29916] Banished -Wunused-result warnings from the library, tools, and tests. Tested on: 64-bit Ubuntu 16.04 LTS w/ gcc 5.3.1 Autotools serial
Dana RobinsonDana Robinson
ac4a41ef231[svn-r29914] Banished -Wformat= warnings from the library, tools, and tests. Tested on: 64-bit Ubuntu 16.04 LTS w/ gcc 5.3.1 Autotools serial