AuthorCommitMessageCommit dateIssues
Quincey KoziolQuincey Koziol
8830acb2cbc[svn-r28422] Description: Revert most of r27549, since revise_chunks code requires debugging contexts for v2 B-trees. Also, misc. warning cleanups and alignments w/changes on revise_chunks branch.Tested on: MacOSX/64 10.11.1 (amazon) w/serial & parallel (h5committest forthcoming)
Quincey KoziolQuincey Koziol
5c6f1819d50[svn-r28416] Description: Refactor time conversion code to put all the system-specific changes into one routine, H5_make_time, in H5system.c.Tested on: MacOSX/64 10.11.1 (amazon) w/serial & parallel (h5committest forthcoming)
Allen ByrneAllen Byrne
54aa68df1a2[svn-r28403] Update to include cdash submit options
Allen ByrneAllen Byrne
2e9220b8e6a[svn-r28397] Add note about the "H5_BUILT_AS_DYNAMIC_LIB" compile definition
Albert ChengAlbert Cheng
9de281111fa[svn-r28393] HDFFV-9573: bin/h5vers failure, claiming reconfigure failed. bin/reconfigure is replaced by autogen.sh.Fixed h5vers to call autogen.sh instead. Tested: JamHDFFV-9573
Albert ChengAlbert Cheng
9d72e487e32[svn-r28388] HDFFV-9573: bin/chkmanifest did not like the missing generated file.Changed bin/chkmanifest to generate the files if configure is missing. Tested: jamHDFFV-9573
Allen ByrneAllen Byrne
71ee2155d45[svn-r28377] CMake 3.4 policy change
Albert ChengAlbert Cheng
bbfd8a30aa4[svn-r28373] HDFFV-9573: Our helper tests bin/release and bin/h5vers are not working properlybin/release uses the content of MANIFEST file to build the release tarball. But all the files generated by autogen had been removed. Therefore the release would not contain those needed generated files for a proper release. Solution: Added all those generated files to the tail of MANIFEST and titled it accordingly. (Somehow bin/chkmanifest does not complain against these entries though they ar...HDFFV-9573
Allen ByrneAllen Byrne
893d5a4e7a4[svn-r28371] Update script mode order of commands
Quincey KoziolQuincey Koziol
5f6e580533b[svn-r28346] Description: Bring in cleanups from revise_chunks branch.Tested on: MacOSX/64 10.11.1 (amazon) w/serial & parallel (too minor to require full h5committest)
Albert ChengAlbert Cheng
3bdc5d7aa4e[svn-r28342] DAILYTEST-195: Osx1010test has culmulated a lot of mounted volumes from cmakehdf5 installation.Tried to find out what went wrong but all output files were deleted already. Added a verbose option to display all cmake process output in order to see what might have gone wrong. Default is on. Using --disable-verbose will turn it off. Tested: osx1010dev, osx1010test, playtypus.DAILYTEST-195
Allen ByrneAllen Byrne
b7240446daf[svn-r28340] Remove dependencies due to flex/bison
Allen ByrneAllen Byrne
59ba9f2bc51[svn-r28336] Remove flex/bison generation
Dana RobinsonDana Robinson
f7b73969f32[svn-r28332] Updated autogen.sh to not run flex/bison.This was giving a lot of users headaches and the parser code rarely changes. There is now a new script (bin/genparser) which can be run as needed. Tested on: Ubuntu 15.10 (x86_64 Linux 4.2.0) gcc 5.2.1, flex 2.5.39, bison 3.0.2
Quincey KoziolQuincey Koziol
7426415d953[svn-r28311] Description: Add missing callback to virtual layout "class" structure.Tested on: MacOSX/64 10.11.1 (amazon) w/serial & parallel (Too minor to require h5committest)
Mohamad ChaarawiMohamad Chaarawi
401f0c181ea[svn-r28285] move private H5G_get_create_plist from public source file to internal one.
Allen ByrneAllen Byrne
45aa5c30c37[svn-r28241] Correct prototype return signature.
Allen ByrneAllen Byrne
3537b69b5b5[svn-r28236] Rework get timezone function to add another exclusion define (H5_HAVA_TM_GMTOFF).Also needed to add prototype - followed lead of HDrand. Tested linux and windows
Dana RobinsonDana Robinson
8e179b17aad[svn-r28234] Changed a C++-style comment to C-style.
Allen ByrneAllen Byrne
b7310b0d1f1[svn-r28229] HDFFV-9550: Rework timezone usage to localize the #ifdef blocks to a HDget_timezone function.HDFFV-9550
Allen ByrneAllen Byrne
00aaf8e6f45[svn-r28228] Remove WIN32 only config of threadsafe
Jerome SoumagneJerome Soumagne
acbb71201b0[svn-r28204] Fix use of hbool_t in H5FDmulti (revert previous fix and use unsigned instead)Tested on: Sun OS 5.11/64 (emu)
Jerome SoumagneJerome Soumagne
62563badd88[svn-r28196] Fix use of hbool_t in H5FDmultiTested on: Sun OS 5.11/64 (emu)
Allen ByrneAllen Byrne
543ec79118f[svn-r28193] Rework VS2015 timezone patch for better fit to standards.Tested: VS2015 VMs
Jerome SoumagneJerome Soumagne
77915492528[svn-r28188] Fix inline/__inline__/__inline detection with CMake after autotools changes
Allen ByrneAllen Byrne
37ed7e8b5f3[svn-r28184] correct import targets
Allen ByrneAllen Byrne
3edabec156a[svn-r28176] HDFFV-9550: Add VS2015 fix for change of standard format.HDFFV-9550
Allen ByrneAllen Byrne
aa4284b2a3c[svn-r28174] HDFFV-9550: Add VS2015 fix for timezone.HDFFV-9550
Jerome SoumagneJerome Soumagne
9f702766f84[svn-r28168] Remove Wall option passed by default on non-windows systems(not necessary anymore since there is now
Allen ByrneAllen Byrne
dec18189f44[svn-r28161] Update comment about VS versions
Allen ByrneAllen Byrne
7d34c32445a[svn-r28160] Update comment about VS versions
Allen ByrneAllen Byrne
78c820b1ee3[svn-r28158] Merge from CMAMKE_EXT_MOD repo.Add VS2015 support.
Allen ByrneAllen Byrne
83d7feb63c0[svn-r28154] Correct define vs variable usage
Allen ByrneAllen Byrne
6a6e921d2f7[svn-r28152] Correct define vs variable usageAdd VS2015
Neil FortnerNeil Fortner
7ad885febcb[svn-r28151] Fix memory leak in dtransform test (encountered when parsing an invalid transform).Tested: koala, ostrich (h5committest)
Allen ByrneAllen Byrne
01a198ac1b1[svn-r28148] Correct define vs variable usage
Allen ByrneAllen Byrne
84c4dc00396[svn-r28147] Correct define vs variable usage
Allen ByrneAllen Byrne
1bf086b0808[svn-r28145] Correct define vs variable usage
Jerome SoumagneJerome Soumagne
2094d864619[svn-r28138] Add first support for _Bool and make hbool_t a "real" _Bool if availableFix tests accordingly and fix misuse of hbool_t in various places Fix initialization of H5Pgcpl/ocpl structs in property decoding routines Tested on: Linux/32 (jam) Linux/64 (platypus) Linux/PPC64 (ostrich) MacOSX/64 10.11
Jerome SoumagneJerome Soumagne
2af0d74216f[svn-r28132] Cleanup cmake output of HDF5_GENERATE_HEADERS perl script
Jerome SoumagneJerome Soumagne
a9da5b8cc5e[svn-r28131] Cleanup cmake output of HDF5UseFortran
Allen ByrneAllen Byrne
eca1bd1d8b6[svn-r28130] Updated scripts
Allen ByrneAllen Byrne
cd4b8356149[svn-r28128] Add version extension to all uses of source name
Allen ByrneAllen Byrne
d1139d78d6f[svn-r28126] Correct CMake var name
Larry KnoxLarry Knox
d72281dff45[svn-r28115] Replace unreadable, unused test file with newly generated file that can be read by h5dump from HDF5 1.6.10, 1.8.6, 1.8.16 and trunk.
Jerome SoumagneJerome Soumagne
0be7b0d5240[svn-r28113] A few warning fixes in cmake conversion tests
Jerome SoumagneJerome Soumagne
60cdc22cd3f[svn-r28112] CMake check for gettimeofday if not on windows
Allen ByrneAllen Byrne
86f450c240c[svn-r28089] Need to set a variable for matching install config names.
Scot BreitenfeldScot Breitenfeld
5464277d0ce[svn-r28086] fixed spelling
Allen ByrneAllen Byrne
3d8b36f6d16[svn-r28085] Add option to change cpack install location version (1.9 instead of 1.9.xxx) useful on windows.