AuthorCommitMessageCommit dateIssues
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.
Albert ChengAlbert Cheng
05233bfc73f[svn-r28075] HDF5 passed basic tests in Mac El Capitan VM and is added to the more tested platform section.
Allen ByrneAllen Byrne
2abe5da201e[svn-r28059] Make UNSUPPORTED option combinations fail configure - matches autotools behaviour.
Allen ByrneAllen Byrne
2c9b575d389[svn-r28056] Add HL and Threadsafe notice
Allen ByrneAllen Byrne
7c4e5533fb9[svn-r28053] Change file generation from build time to cmake time.
Binh-Minh RiblerBinh-Minh Ribler
bd995868ee2[svn-r28047] Purpose: Fix memory leaksDescription: - Implemented the friend function void f_PropList_setId(PropList* plist, hid_t new_id) to work around the same problem described in trunk r26655, for the API DataSet::getCreatePlist() - Cleaned up some comments and obsolete functions Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Mohamad ChaarawiMohamad Chaarawi
3aee46a9569[svn-r28040] avoid use of MPI deprecated routines.
Scot BreitenfeldScot Breitenfeld
8c789704da0[svn-r28039] Fixed valgrind mem leak.Tested: h5committest (partial).
Binh-Minh RiblerBinh-Minh Ribler
fc84edb7e35[svn-r28027] Purpose: Fix memory leaksDescription: - Removed H5Library::instance because it is unnecessary. All H5Library's methods are static. This, in turn, removed the memory leaks by H5Library::instance not being deleted. - Added ObjCreatPropList::deleteConstants to atexist() list - Cleaned up comments and format inconsistencies with 1.8 Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) ...
Quincey KoziolQuincey Koziol
cd49e8a2abc[svn-r28025] Description: Switch 'int' flag variables to booleans.Tested on: MacOSX/64 10.10.5 (amazon) w/serial & paralel (too minor for h5committest)
Quincey KoziolQuincey Koziol
877dfaaad78[svn-r28024] Description: Clear buffer for driver info block before writing it to the file. (Avoids 'uninitialized memory read' warning from valgrind)Tested on: MacOSX/64 10.10.5 (amazon) w/serial & valgrind (too minor for h5committest)
Scot BreitenfeldScot Breitenfeld
59c79aec2ca[svn-r28020] Freed allocated memory in h5tenum_insert_ptr_c, valgrind fix.
Mohamad ChaarawiMohamad Chaarawi
cfe6d9a8da3[svn-r28019] fix mem leaks.
Mohamad ChaarawiMohamad Chaarawi
3444e46ea08[svn-r28017] mem leak fix.
Quincey KoziolQuincey Koziol
0facbc77c3c[svn-r28015] Decription: Clean up memory leak when generating group creation property list for user.Tested on: MacOSX/64 10.10.5 (amazon) w/serial & valgrind Linux/64 4.1.8 (Jerome's laptop) w/serial & valgrind
Larry KnoxLarry Knox
8edfabd297c[svn-r27997] Autogen.sh is no longer marked _DO_NOT_DISTRIBUTE_ in the MANIFEST file. Therefore bbrelease does not need to expressly add it to the source tar file.