AuthorCommitMessageCommit dateIssues
Quincey KoziolQuincey Koziol
bb19817c9fd[svn-r30189] Description: Clean up more warnings: drop the warning count from ~1310 down to ~940, with only 31 types of warnings in 148 files (down from 38 types in 167 files).Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming)
Dana RobinsonDana Robinson
c8f4641507b[svn-r30184] Converted h5_fileaccess() to H5Pcreate() in the sec2 test.Tested on: 64-bit Ubuntu Linux 16.04 LTS w/ gcc 5.4.0 Autotools serial, vfd test only w/ various VFDs
Dana RobinsonDana Robinson
b2c8ac133cb[svn-r30163] Changed a h5_fileaccess() call to H5Pcreate() in the core VFD test. Since it only tests the core VFD, there's no need to get a VFD-dependent fapl.Tested on: 64-bit Ubuntu Linux w/ gcc 5.3.1 vfd test w/ all VFDs tested by make check-vfd
Quincey KoziolQuincey Koziol
26778799953[svn-r30161] Description: Switch from atoll to strtoull, to make VS2012 happy.Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming)
Quincey KoziolQuincey Koziol
ec2fbe0883f[svn-r30158] Description: More warning cleanups. This brings us down to ~1300 warnings in 167 filesTested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming)
Scot BreitenfeldScot Breitenfeld
3e5a61c9ff7[svn-r30154] Fixed inequality comparsions for reals in HL fortran tests(HDFFV-9949, MSB, 7/7/16)HDFFV-9949
Vailin ChoiVailin Choi
88476380be2[svn-r30151] Fix daily test failures for checkin #30143 for HDFFV-9940.Tested on osx1010test, moohan, emu, kituo.HDFFV-9940
Dana RobinsonDana Robinson
130f8135ca4[svn-r30148] Expanded core VFD test in vfd.c. Minor tidying to sec2 VFD test also.Tested on: 64-bit Ubuntu Linux w/ gcc 5.3.1 Autotools serial
Dana RobinsonDana Robinson
8e9edc8dc1a[svn-r30147] Removed #ifdef-guarded debug output from core VFD.Tested on: 64-bit Ubuntu Linux w/ gcc 5.3.1 Autotools serial w/ core and core_paged VFDs
Vailin ChoiVailin Choi
af0829aa171[svn-r30143] Fix for HDFFV-9940.Tested on jam, osx1010test, moohan, platypus, emu, kite, kituo, mayll, ostrich, quail.HDFFV-9940
Quincey KoziolQuincey Koziol
4f967d5029c[svn-r30139] Description: Bring over missing flush+refresh routines, to address Java failures.Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production Linux/64 2.6.18 (jam) w/Java
Quincey KoziolQuincey Koziol
b72eff16591[svn-r30134] Description: Add CMake macros and detections for the "round" family of routines.Tested on: Upcoming Windows daily tests
Neil FortnerNeil Fortner
bfae878d8f2[svn-r30131] 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: ummon
Quincey KoziolQuincey Koziol
35e6928220a[svn-r30127] Description: Use internal rounding routine, if the StdC ones aren't available (like on Windows).Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming)
Quincey KoziolQuincey Koziol
1f811eccebe[svn-r30126] Description: Correct build error with non-debug parallel buildsTested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming)
Scot BreitenfeldScot Breitenfeld
8ca79443809[svn-r30120] Fixed compilation failure on emu due to moving testing subroutines into a module.Tested: emu and jelly (gnu)
Quincey KoziolQuincey Koziol
83724bd7873[svn-r30113] Description: Clean up warnings (from 2774 -> 1560, with my standard debug build)Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
Quincey KoziolQuincey Koziol
b8f809981bb[svn-r30112] Description: Move updated flush dependency code in metadata cache from revise_chunks branch to trunk. Also many of the cleanups from r30111 in the revise_chunks branch.Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
Dana RobinsonDana Robinson
280907a9bf7[svn-r30102] Cleaned up incorrect comments in H5AC_type_t enum.Tested on: 64-bit Ubuntu Linux w/ gcc 5.3.1 Autotools serial (comment and whitespace changes only)
Quincey KoziolQuincey Koziol
f410d5d842e[svn-r30095] Description: Bring over fixes for CMake testing from the revise_chunks branchTested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
Scot BreitenfeldScot Breitenfeld
dd4744d3f60[svn-r30089] fixed issue of CHARACTER argument of c_loc having a length of 1
Scot BreitenfeldScot Breitenfeld
bdcb43071a0[svn-r30087] fixed issue of CHARACTER argument of c_loc having a length of 1
Scot BreitenfeldScot Breitenfeld
a82edeb89b8[svn-r30085] changed from CHARACTER to CHARACTER(LEN=*), and moved the LEN of an optional argument into the optional check loop.
Scot BreitenfeldScot Breitenfeld
0c2964383b4[svn-r30078] Fixed -- HDFFV-9675 Removed unused variables in Fortran Library.Tested Jelly.HDFFV-9675
Quincey KoziolQuincey Koziol
d3396a79532[svn-r30075] Description: Bring object/dataset/group/named datatype features from revise_chunks branch to trunk. Also CMake support for h5format_convert and a bunch of misc. cleanups.Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
Quincey KoziolQuincey Koziol
7a9e13afdb1[svn-r30068] Description: Bring metadata cache corking to trunk.Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
Scot BreitenfeldScot Breitenfeld
1db1d998833[svn-r30064] Changed configure's behavior from a warning to an error if the available Fortran KINDs, or Fortran decimal precision, can not be determined.(MSB, HDFFV-9922) HDFFV-9922
Larry KnoxLarry Knox
3b507bb8c49[svn-r30058] Correct typo in compile scripts that causes dropping of filename in -o outfile.Addresses HDFFV-9530 and HDFFV-9938.2 JIRA Issues
Quincey KoziolQuincey Koziol
2e6ccbfff80[svn-r30053] 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 & production (h5committest forthcoming)
Allen ByrneAllen Byrne
aee288c19db[svn-r30048] refactor duplicate release string calls
Quincey KoziolQuincey Koziol
d124a1fe47c[svn-r30035] Description: Extract tagging routines into separate source module.Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming)
Quincey KoziolQuincey Koziol
e1f276f267e[svn-r30033] Description: Extract epoch marker metadata client into separate source file.Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming)
Quincey KoziolQuincey Koziol
48fd9fd20ad[svn-r30031] Description: Minor code cleanup to align w/revise_chunks branch.Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
Quincey KoziolQuincey Koziol
2a16af5703b[svn-r30026] Description: Remove -Wnormalized from GCC 4.x builds.Tested on: elk (w/gcc 4.4.7) moohan (w/gcc 4.8.5)
Quincey KoziolQuincey Koziol
a580fdedc16[svn-r30025] Description; Bring a few code cleanups in from thr revise_chunks branch.Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
Quincey KoziolQuincey Koziol
20534386613[svn-r30023] Description: Make the trace open/close routines static.Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
Quincey KoziolQuincey Koziol
03dafc5ebe2[svn-r30020] Description: Bring r29992 from revise_chunks branch to trunk:Turn off error reporting for h5debug and hdf2gif. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & produciton (h5committest forthcoming)
Quincey KoziolQuincey Koziol
dd6c8994c01[svn-r30017] Description: Bring warning cleanusp in r29990, 29993, 29997, 29999, 30004 from revise_chunks branch to trunk.Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production. (h5committest forthcoming)
Quincey KoziolQuincey Koziol
60aebe36b64[svn-r30015] Description: Update GNU compiler flags for 6.x release.Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
Vailin ChoiVailin Choi
52ac99827b3[svn-r30009] Fix for h5format_convert daily test failures when --enable-using-memchecker.Tested on jam, ostrich, moohan, osx1010test, quail, kite, mayll.
Dana RobinsonDana Robinson
fcaf9c483ac[svn-r30002] 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.Tested on: 64-bit Ubuntu Linux w/ gcc 5.3.1 Autotools serial
Quincey KoziolQuincey Koziol
3384f4c0b9e[svn-r29985] Description: Extract query 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
dbc1e0e980b[svn-r29980] Description: Cleanup whitespace to align w/revise_chunks branchTested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
Quincey KoziolQuincey Koziol
cc95ed32fd5[svn-r29978] Description: Bring r29914 from revise_chunks branch to trunk:Banished -Wformat= warnings from the library, tools, and tests. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
Quincey KoziolQuincey Koziol
8e5447a1854[svn-r29976] Description: Bring over remaining piece of r29675 from revise_chunks branch:Refactor coding in H5D__farray_idx_delete() to be similar to H5D__earray_idx_delete() Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
Quincey KoziolQuincey Koziol
a6303ce04cf[svn-r29975] Description: Bring r29909 from revise_chunks to trunk:Cleaned up "conflicts with C++ keyword" warnings. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
Quincey KoziolQuincey Koziol
bf566b775bb[svn-r29969] Description: Bring r29934 from revise_chunks branch to trunk:(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: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)HDFFV-9434
Allen ByrneAllen Byrne
29a5f106199[svn-r29963] Fix plugin test executable link library
Dana RobinsonDana Robinson
7924f465c23[svn-r29959] Fixed some bad logic in the cache_api test that caused EXIT_FAILURE to be returned from the test.Tested on: 64-bit Ubuntu Linux w/ gcc 5.3.1 Autotools serial
Dana RobinsonDana Robinson
dd85db8cd29[svn-r29957] Changes to cache_api.c- Cleaned up mixed tabs and spaces that mis-aligned brackets. - Test functions now return hbool_t to match the global pass variable. - Main now returns EXIT_SUCCESS/EXIT_FAILURE. - The invalid_configs array is now allocated dynamically instead of statically. This reduces the frame size, removing some warnings and making it easier for platforms/compilers that have frame size issues (e.g.: ...