AuthorCommitMessageCommit dateIssues
Vailin ChoiVailin Choi
d65d8084ff8[svn-r14023] Purpose: reorganization.Description: move the h5stat tool into its own directory. Platform tested: kagiso.
Quincey KoziolQuincey Koziol
4a5b97b930b[svn-r14022] Description: Remove stray reference to "group revision" configure flag Remove Windows-specific EOL characters from src/H5FDwindows.c Add some missing types to bin/trace Re-run bin/reconfigure script to regenerate information after changes above. Tested on: FreeBSD/32 6.2 (duty) FreeBSD/64 6.2 (liberty) Linux/32 2.6 (linux) Solaris/32 2.10 (linew)
Quincey KoziolQuincey Koziol
d97bf49baf8[svn-r14021] Description: Re-ran bin/reconfigureTested on: FreeBSD/32 6.2 (duty) FreeBSD/64 6.2 (liberty) Linux/32 2.6 (kagiso) Solaris/32 2.10 (linew)
Quincey KoziolQuincey Koziol
6f3fe31a4c0[svn-r14020] Description: Correct error in size of v2 B-tree metadata prefix, which could cause too many entries to get inserted into a node, eventually causing either a file corruption bug (if debugging asserts were off) or a core dump on the assertion which checked this.Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
MuQun YangMuQun Yang
76cf163f961[svn-r14019] Update windows project files for .Net to reflect Quincey's new source code check-in.Tested on .Net and VS 6.0.
MuQun YangMuQun Yang
26662c2ede6[svn-r14018] update new windows project files for Quincey's new source code check-in.
Quincey KoziolQuincey Koziol
bf842f1d52e[svn-r14017] Description: Fix problem with fill value messages where the version of the format for a fill value message could depend on the "use the latest format" flag from the file after it was initially created.Tested on: Mac OS X/32 10.4.10 (amazon) FreeBSD/32 6.2 (duty) FreeBSD/64 6.2 (liberty)
MuQun YangMuQun Yang
265833164dd[svn-r14016] Correct a typo.
Raymond LuRaymond Lu
c45322f6d08[svn-r14015] Refactoring part of the code. Tested only on liberty becausethe change is simple.
Mike McGreevyMike McGreevy
5434dbbaa88[svn-r14013] Purpose: Updating release documents to reflect current versions of autotools.Tests: None needed, documentation update only.
Quincey KoziolQuincey Koziol
9a520f67b2e[svn-r14012] Description: Fix problem with I/O pipeline messages where the version of the format for a I/O pipeline message could depend on the "use the latest format" flag from the file after it was initially created.Tested on: FreeBSD/32 6.2 (duty) FreeBSD/64 6.2 (liberty) Linux/32 2.6 (kagiso) Mac OS X/32 10.4.10 (amazon) Solaris/32 2.10 (linew)
Raymond LuRaymond Lu
e143242ce10[svn-r14011] Refactored part of the code in H5T_conv_struct_opt. Tested only on smirom because it's a simple change.
Quincey KoziolQuincey Koziol
712c2260382[svn-r14010] Description: Fix problem with dataspace messages where the version of the format for a dataspace message could depend on the "use the latest format" flag from the file after it was initially created. Also, move debuging routine into separate file. Tested on: FreeBSD/32 6.2 (duty) FreeBSD/64 6.2 (liberty) Linux/32 2.6 (kagiso) Mac OS X/32 10.4.10 (amazon) Solaris/32 2.10 (linew)
Quincey KoziolQuincey Koziol
decf1830efa[svn-r14009] Description: Drop use of "use the latest format" flag when encoding SOHM-stored shared messages and just change the version based solely on the type of shared message.Tested on: FreeBSD/32 6.2 (duty) FreeBSD/64 6.2 (liberty) Linux/32 2.6 (kagiso) Mac OS X/32 10.4.10 (amazon) Solaris/32 2.10 (linew)
Quincey KoziolQuincey Koziol
c5b28bc035f[svn-r14008] Description: Minor comment & testing cleanupsTested on: FreeBSD/32 6.2 (duty) FreeBSD/64 6.2 (liberty) Linux/32 2.6 (kagiso) Mac OS X/32 10.4.10 (amazon) Solaris/32 2.10 (linew)
MuQun YangMuQun Yang
897bdeaef7f[svn-r14007] Remove "fortran test" part since we can no longer support 6.0 with compaq visual fortran.
MuQun YangMuQun Yang
36cdf96f300[svn-r14006] Corrected a few typos in the installation document for windows.
Quincey KoziolQuincey Koziol
98d698cd264[svn-r14005] Description: Rename H5Titerate.c source file to H5Tvisit.c, which is more descriptive of routine(s) in file.Tested on: FreeBSD/32 6.2 (duty) FreeBSD/64 6.2 (liberty) Linux/32 2.6 (kagiso) Mac OS X/32 10.4.10 (amazon)
Quincey KoziolQuincey Koziol
492e5ca2b48[svn-r14004] Description: Fix problem with datatype messages where the version of the format for a datatype message could depend on the "use the latest format" flag from the file after it was initially created.Tested on: FreeBSD/32 6.2 (duty) FreeBSD/64 6.2 (liberty) Linux/32 2.6 (kagiso) Mac OS X/32 10.4.10 (amazon)
Quincey KoziolQuincey Koziol
05973a4e861[svn-r14003] Description: Code cleanup & whitespace fixupsTested on: FreeBSD/32 6.2 (duty) FreeBSD/64 6.2 (liberty) Linux/32 2.6 (kagiso) Mac OS X/32 10.4.10 (amazon)
Quincey KoziolQuincey Koziol
b8ef032be6b[svn-r14002] Description: Fix bug where pointer to variable was used instead of variable itself.Tested on: FreeBSD/32 6.2 (duty) FreeBSD/64 6.2 (liberty) Linux/32 2.6 (kagiso) Mac OS X/32 10.4.10 (amazon)
Pedro Vicente NunesPedro Vicente Nunes
bec21e59ef9[svn-r14001] fixed commentstested: linux
Pedro Vicente NunesPedro Vicente Nunes
d8d6f2c1393[svn-r14000] bug fixes: help message had incorrections, typostested: linux
Pedro Vicente NunesPedro Vicente Nunes
6197d58c49d[svn-r13999] purpose: bug 791 redirect help output to stdout rather to stderrtested: windows, linux
Pedro Vicente NunesPedro Vicente Nunes
cacc659216d[svn-r13998] typo fixes in error messagestested: linux
Raymond LuRaymond Lu
7f2a3a97c3d[svn-r13997] Moved H5D_istore_lock and H5D_istore_unlock from H5D_istore_writevv and H5D_istore_readvv to H5D_chunk_write and H5D_chunk_read to avoid frequent lock and unlock and to improve some performance.Tested with h5committest on THG machines.
Quincey KoziolQuincey Koziol
774ee2fbf0b[svn-r13996] Description: Add missing "PASSED" message for successful test.Tested on: FreeBSD/32 6.2 (duty)
Quincey KoziolQuincey Koziol
725d33c5ff2[svn-r13995] Description: Reduce the dataset dimensions for the "check extend" test, so it doesn't take so long...Tested on: FreeBSD/32 6.2 (duty) w/check-vfd
Quincey KoziolQuincey Koziol
0061212eca2[svn-r13994] Description: Add a bit more information to the log VFD settings.Tested on: FreeBSD/32 6.2 (duty) w/check-vfd
Quincey KoziolQuincey Koziol
d9cbd866d90[svn-r13993] Description: Correct error for checking whether an object in a file can be extended when there are no free lists maintained by the VFD.Tested on: FreeBSD/32 6.2 (duty) w/check-vfd
Quincey KoziolQuincey Koziol
8aa6ca14bb8[svn-r13992] Description: Add some extra logging information to read & write reports.Tested on: FreeBSD/32 6.2 (duty) w/check-vfd
Quincey KoziolQuincey Koziol
63f00c56866[svn-r13991] Description: Correct error in H5Gcreate() where using a non-zero local heap size hint would overwrite the default group creation property list with the non-zero size hint given, affecting all future groups created.Tested on: FreeBSD/32 6.2 (duty) w/check-vfd
Quincey KoziolQuincey Koziol
69c572e26a7[svn-r13990] Description: Allow a ".h5" suffix to be added to core files also, which prevents overwriting the test binary (and confusing the tests on copper, etc.)Tested on: AIX 5.3 (copper) w/check-vfd FreeBSD/32 6.2 (duty) FreeBSD/64 6.2 (liberty)
Quincey KoziolQuincey Koziol
0bbdb70ed7e[svn-r13989] Description: Rename H5A_get_version() to H5A_set_version() and actually set the attributes version in the routine.Tested on: Mac OS X/32 10.4.10 (amazon) FreeBSD/32 6.2 (duty) Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Quincey KoziolQuincey Koziol
c55d0f4e1e0[svn-r13988] Description: Fix bug where the version of an attribute would change after it was created, causing the amount of space used to encode it to change.Tested on: Mac OS X/32 10.4.10 (amazon) FreeBSD/32 6.2 (duty)
Quincey KoziolQuincey Koziol
2ed54543c8a[svn-r13987] Description: Fix ohdr test for changes to internal 5O_get_info() routine.Tested on: Mac OS X/32 10.4.10 (amazon) FreeBSD/32 6.2 (duty)
Quincey KoziolQuincey Koziol
814ad1cb42a[svn-r13986] Description: Add flag to bypass (expensive) B-tree & heap size retrieval for internal calls to H5O_get_info().Teted on: Mac OS X/32 10.4.10 (amazon) FreeBSD/32 6.2 (duty)
Quincey KoziolQuincey Koziol
4be636f4f00[svn-r13984] Description: Various code cleanups and refactor recent changes for h5stat to fit into the existing library data structures better.Tested on: Mac OS X/32 10.4.10 (amazon) FreeBSD/32 6.2 (duty) Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Scott WegnerScott Wegner
a926dc97d53[svn-r13983] Purpose: Fix typoDescription: There was a small typo when I added the new h5stat tests this morning. This corrects it. Tested: VS2005 on WinXP x64
Scott WegnerScott Wegner
e110fbdddce[svn-r13982] Purpose: Update Windows documentationDescription: The Windows documentation on generating H5tinit.c was lacking special instructions for Visual Studio 2005. Specifically, Windows does not support the function "siglongjmp". Previous versions of Visual Studio will ignore this function, but VS2005 produces an error. Tested: VS6 VNET VS2005
Scott WegnerScott Wegner
00b5ba099eb[svn-r13981] Purpose: Windows catchupDescription: - Add new source file H5version.h to Windows projects - Add new h5stat tests, and uncomment one that no longer fails - Clean up autotests a little bit. Tested: VS.NET on WinXP
Vailin ChoiVailin Choi
035152a5857[svn-r13980] Cast num_objs, num_attrs and dims to "size_t" due to the -Mbounds problem of the pgi-32 bit on indexing.
Vailin ChoiVailin Choi
7ff9aa3538d[svn-r13979] purpose: New feature.Description: Added routines to report on the amount of storage for: 1) 1.6 btree and heap storage info for groups 2) 1.8 btree, fractal heap storage info for groups, attributes and SOHM table 3) btree storage for chunked datasets 4) 1.8 superblock extension size. Platform tested: h5committested.
Vailin ChoiVailin Choi
d44b27ddcc6[svn-r13978] purpose: New feature.Description: Added routines to report on the amount of storage for: 1) 1.6 btree and heap storage info for groups 2) 1.8 btree, fractal heap storage info for groups, attributes and SOHM table 3) btree storage for chunked datasets 4) 1.8 superblock extension size. Platform tested: h5committested.
Scott WegnerScott Wegner
31a2af29ca7[svn-r13977] Purpose: Misc. Windows autotest code-cleanupDescription: This cleans up a lot of different things we were doing in the Windows batch scripts. For one, we now use "exit /b" to better emulate functions in batch scripts. Also changed error-checking to look for negative return values as well. This also adds initial support for Visual Studio 2005 command-line builds in hdf5build.BAT Tested: WinXP
Peter CaoPeter Cao
2b89d6d73c7[svn-r13975] Add --latest, -compact=<size>, ... options to use the lastest file format.Add test for the options to the daily test.
Quincey KoziolQuincey Koziol
b566d21649d[svn-r13972] Description: Add --with-default-api-version configure flag.Tested on: Mac OS X/32 10.4.10 (amazon) FreeBSD/32 6.2 (duty) Linux/32 2.6 (kagiso)
Quincey KoziolQuincey Koziol
b4e029c70b5[svn-r13971] Description: Add --enable-deprecated-symbols configure option, to allow users to remove deprecated public API symbols at configure time. Add bin/make_vers script to bin/reconfigure actions. Run bin/reconfigure to regenerate autotool components. Tested on: Mac OS X/32 10.4.10 (amazon) FreeBSD/32 6.2 (duty) Linux/32 2.6 (kagiso)
Quincey KoziolQuincey Koziol
a73ea1b4f06[svn-r13969] Description: Initial checkin of API version macro generation script (bin/make_vers), along with configuration file (src/H5vers.txt) and generated header (src/H5version.h). Right now, no version macros are defined, since the main source code and tests need to be adjusted to pay attention to the macros defined. Also, fixed makefile for generating error header files when used with GNU make. Tested on: Mac OS X/32 10.4.10 (amazon) Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Albert ChengAlbert Cheng
1e91849e851[svn-r13964] Purpose: Bug fix.Description: It used to clean out all *.h5 when done but this could cause a racing condition error if parallel make (e.g., gmake -j ...) is used because the "rm ... *.h5 ..." would remove *.h5 generaged and are still used by other test programs (e.g. xx_write/xx_read). Solution: Removed "*.h5" from the cleanup list since the test program has already taken care of removing temporary *.h5 genera...