AuthorCommitMessageCommit dateIssues
Scot BreitenfeldScot Breitenfeld
aec106e324c[svn-r14903] Undoing change committed in r14902.
Scot BreitenfeldScot Breitenfeld
5773fd34bc5[svn-r14902] Merged fortran_1_8 branch changes r14505:14901 into the trunk.New fortran wrappers added.
Pedro Vicente NunesPedro Vicente Nunes
0138995d1ce[svn-r14893] fix typo in comment
Pedro Vicente NunesPedro Vicente Nunes
6b41367ac68[svn-r14892] RFC display compression ratio in h5dumpHere's the current behavior of h5dump regarding the printing of the dataset creation property list For example ./h5dump -H -p -d filters HDF5 "tfilters.h5" { DATASET "deflate" { DATATYPE H5T_STD_I32LE DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) } STORAGE_LAYOUT { CHUNKED ( 10, 5 ) SIZE 385 } FILTERS { COMPRESSION DEFLATE { LEVEL 9 } } FILLVALUE { ...
Scott WegnerScott Wegner
9017a8113c2[svn-r14867] Purpose: Add new source files to Windows projectsDescription: Two new source files have been added, H5Dchunk.c and H5Dscatgath.c. This checkin adds the files to the Windows project files as well. Tested: VS2005 on WinXP
Private HDFPrivate HDF
5ab3c53745d[svn-r14864] Snapshot version 1.9 release 4
Quincey KoziolQuincey Koziol
495ca9c7bb1[svn-r14860] Description: Omnibus raw data I/O revisions, with wide-ranging changes and refactoring, in order to prepare for implementing "fast append" feature. These changes remove the majority of the code duplication for raw data I/O which has crept in over the last ten years and introduces a more object- oriented design for operating on different types of dataset storage. Chunked storage no longer has it's own I/O routines, it is now handled as either contiguous (if chunk is not pulled into the cache) or compact (if the chunk is cached in memory)...
Scott WegnerScott Wegner
16d4cae5b16[svn-r14857] Purpose: Fix typo in Windows test scriptDescription: A small typo in the main Windows test script was causing the C++ library tests not to run by default. Tested: VS2005 on WinXP x64
Scott WegnerScott Wegner
84d3ea8e8bd[svn-r14855] Purpose: Fix error message when with Windows pthreadsDescription: When building HDF5 with thread safety on Windows, the err_compat test was failing because our output was being parsed incorrectly. Rather than having a thread number in the error stack trace, there will be the string "some thread: no way to know the thread (IDs): from pthread on windows:". This checkin now takes this into account, and modifies the output accordingly. Tested: VS2...
Scott WegnerScott Wegner
775bbddc289[svn-r14854] Purpose: Remove many spurious compiler warnings in Visual StudioDescription: On Windows, many POSIX functions have been replaced by a similarly-named function with some additional security-checking. Visual Studio issues a warning each time the POSIX version is used, recommending that we replace it with the new version. This results in thousands of errors when building the HDF5 library. This checkin adds a Visual Studio "Property Sheet", which has been ap...
Scott WegnerScott Wegner
aa53664128a[svn-r14853] Purpose: Comment-out 2 windows-specific testsDescription: Vailin has been working on some new tests for converting Windows paths. She found a bug that is making these two tests fail, but didn't have time to fix it. We've commented out the two tests until she has time to fix the bug. This won't affect other platforms because it's Windows-specific code. Tested: VS2005 on WinXP
Binh-Minh RiblerBinh-Minh Ribler
bf41e5ed3d7[svn-r14852] Purpose: Update bug fixesDescription: Added notes about fixes on bugzillas 1045 and 1056.
Binh-Minh RiblerBinh-Minh Ribler
115689570f1[svn-r14850] Purpose: Fixed bugsDescription: - Revised Attribute::write and Attribute::read wrappers to handle memory allocation/deallocation properly. (bugzilla 1045) - Changed free() to H5Dfree(), also needed H5private.h - Corrected quite a few typos in documenting! Platforms tested: SunOS 5.10 (linew) Linux 2.6 (kagiso) FreeBSD (duty) - there was something wrong in the C tests for makecheck ...
Private HDFPrivate HDF
a0136eda8da[svn-r14849] Snapshot version 1.9 release 3
Vailin ChoiVailin Choi
f1d2209a75d[svn-r14848] Fixed a bug in the external link test for windows.
Vailin ChoiVailin Choi
a642c440f71[svn-r14847] 1. test/links.c: add tests specific for windows remove HDputenv() from external_link_env() test (will add script later to set HDF5_EXT_PREFIX for running the test) modify and add more comments 2. src/H5private.h: remove #define for HDputenv()Tested on kagiso, linew and smirom.
Scott WegnerScott Wegner
58b37f0a880[svn-r14846] Purpose: Update MANIFEST for last commitDescription: Add ./windows/hdf5build_examples.BAT to MANIFEST Tested: chkmanifest on kagiso
Scott WegnerScott Wegner
c6ec340c763[svn-r14845] Purpose: Add new Windows batch script for building example projectsDescription: Just as we have scripts for building and testing the HDF5 library on Windows, hdf5build_examples.BAT is a new script for building HDF5 example projects on Windows. This is especially useful for our new Windows Daily Tests, to test our examples automatically as well. Eventually, we will have hdf5check_examples.BAT and hdf5bt_examples.BAT to test our examples as well. Tested: VS20...
Scott WegnerScott Wegner
f16de156461[svn-r14843] Purpose: Fix link input in Windows HL Fortran examplesDescription: Previously, our Windows projects for HL Fortran examples were using outdated library names for our cstub code. As a result, they wouldn't build correctly. This checkin brings them up-to-date. Also, add hdf5_hl.lib as a dependency to hdf5_hl_fortran.lib. This goes un-noticed when building the complete VS solution, but should be required when only building hdf5_hl_fortran.lib Te...
Scott WegnerScott Wegner
37d75142e38[svn-r14841] Purpose: Fix Windows Fortran examples runtime librariesDescription: In the Windows Fortran example projects, the runtime library used for linking static-debug version was set incorrectly. This was a result of the project being upgraded from VS6 where we used Single-threaded libraries. Those libraries are no longer supported, so we use [Debug] Multithreaded [DLL] now instead. Note that this also needs to be updated in the VS.NET project files-- I...
Scott WegnerScott Wegner
994669e01a9[svn-r14839] Purpose: Add new Windows macro for links testDescription: Many new path-specific tests have been added via the "links" test. Because Windows' path format is non-standard, we need a special macro defined to handle it specially. Note that 2 tests still fail with this macro defined, but it should be fixed soon. Tested: VS2005 on WinXP
Scott WegnerScott Wegner
0c299e62408[svn-r14838] Purpose: Remove ohdr_gentst from Windows projectsDescription: The ohdr_gentst project exists in order to re-create test input files that are distributed with the source. These projects aren't built by default on most platforms, and the source isn't distributed in release builds. To avoid confusion and bloat, we remove the Windows version of this project. Tested: None, only removed
Scott WegnerScott Wegner
79e97a0e9e5[svn-r14836] Purpose: Remove English-specific code from Windows test scriptsDescription: In previous versions of Windows, the builtin 'FC' command (diff equivalent) didn't return proper exit status. As a work-around, we parsed the message returned to check status. This relies on English return messages. In current Windows XP and Windows Vista, FC will return exit status as expected, so we can remove this workaround. Older platforms where we would need this workarou...
Private HDFPrivate HDF
0d68a748cc9[svn-r14832] Snapshot version 1.9 release 2
Christian ChilanChristian Chilan
438095b24c0[svn-r14831] Revise file of the serial benchmarking tool.Tested on kagiso, smirom, linew, and tg-login.
Christian ChilanChristian Chilan
512f4ff28ff[svn-r14829] Revised files of the serial benchmarking tool.Tested on kagiso, smirom, and linew.
Christian ChilanChristian Chilan
d3e9a4cb408[svn-r14828] Included files of the serial benchmarking tool.
Christian ChilanChristian Chilan
ec1cd05cf65[svn-r14827] Makefiles configured to build and test the serial benchmarking tool.Tested on kagiso, smirom, and linew.
Christian ChilanChristian Chilan
66bb19b12fd[svn-r14826] Files for the serial benchmarking tool, h5perf_serial.Tested on kagiso, smirom, and linew.
Christian ChilanChristian Chilan
8c9c5356a3f[svn-r14825] Files for the serial benchmarking tool, h5perf_serial.Tested on kagiso, smirom, and linew.
Vailin ChoiVailin Choi
0f7c9bcd5ee[svn-r14822] 1. src/H5private.h: fixed a bug in CHECK_ABSOLUTE() for windows.2. test/links.c: fixed one external link test to be the same as in 1.8.
Pedro Vicente NunesPedro Vicente Nunes
ae63d4bf4f8[svn-r14821] Having this signature H5_DLL herr_t H5_build_extpath(const char *, char **/*out*/); makes this stupid warning in windows that gets repeated in every source file c:\_pvn\hdf5\src\h5private.h(958) : warning C4138: '*/' found outside of comment changed signature to H5_DLL herr_t H5_build_extpath(const char *, char ** /*out*/ ); compiler is happy now tested: windows, linux
Scott WegnerScott Wegner
9e1746c22b5[svn-r14819] Purpose: Update MANIFEST for previous checkinTested: chkmanifest on smirom
Pedro Vicente NunesPedro Vicente Nunes
79eec9ff307[svn-r14818] updated comments
Scott WegnerScott Wegner
17fd32c3c9d[svn-r14817] Purpose: Add new Windows project chunk_info[dll]Description: A new source file has been added, ./test/chunk_info.c. As a result, we need to add new projects for Windows. This includes projects for VS2005 on VNET. Tested: VS2005 on WinXP VNET on WinXP
Pedro Vicente NunesPedro Vicente Nunes
3c998bb36b8[svn-r14816] updated comments
Pedro Vicente NunesPedro Vicente Nunes
6a0750aba7a[svn-r14815] added comments
Pedro Vicente NunesPedro Vicente Nunes
564ff465551[svn-r14814] added commnents
Pedro Vicente NunesPedro Vicente Nunes
01c6249fbb8[svn-r14813] modified the test suite for H5Dget_chunk_info so that it writes a 4X4 dataset by iterating by 2X2 chunkstested: windows
Albert ChengAlbert Cheng
6e9d2f8099a[svn-r14812] Description: The development branch was changed to default enable-production for the v1.8 release but had not switched back to default development mode.Solution: Changed it back to --disable-production (aka development) as the default. Also ran bin/reconfigure to update configure. Tested: Smirom only. No h5committest since the change is trivial and if it works at smirom, it should work everywhere else.
Vailin ChoiVailin Choi
00b2f545a36[svn-r14809] Add fix for H5Lcreate_external() to the list of bug fixes.
Pedro Vicente NunesPedro Vicente Nunes
fe445ca865b[svn-r14807] add an entry to a new file /test/chunk_info.c
Pedro Vicente NunesPedro Vicente Nunes
e3851ac647e[svn-r14806] add a test for the H5Dget_chunk_info function at the moment, the test is just a skeleton for future add instested: windows
Pedro Vicente NunesPedro Vicente Nunes
36db7357636[svn-r14804] mention to bug fixed
Private HDFPrivate HDF
584b7f16d64[svn-r14799] Snapshot version 1.9 release 1
Vailin ChoiVailin Choi
5ad99f2c31a[svn-r14794] Use putenv() instead of setenv() in test/links.c (solaris did not support setenv() and unsetenv())
Pedro Vicente NunesPedro Vicente Nunes
c83dbd9c186[svn-r14792] bug fix: #1106 h5dump -b will dump ASCII values for datasets after the first one. One variable that controls the binary output was incorrectly reset to zero after a binary output was done a first time. The effect was that on cases of several datasets, the ones after the first were not binary written. Eliminated the resetting of that variable and tested a file with several datasets...tested: windows, linux
Vailin ChoiVailin Choi
04c174bde0e[svn-r14789] Add handling for external link:1. src/H5F.c, src/H5system.c: formulate path for mainfile 2. src/H5Lexternal.c: add search for target file 3. configure.in: add H5_HAVE_WINDOW_PATH 4. test/links.c: add tests for external link
Peter CaoPeter Cao
977f4a6b831[svn-r14782] Make correction from "H5Pclose(aid)" to "H5Aclose(aid)"
Scott WegnerScott Wegner
3e3da02733a[svn-r14768] Purpose: Remove spurious szip link directory in h5repack debug projectDescription: As pointed out by a user, we added an un-needed link directory for szip which is machine-dependent and, in his case, problematic. We can safely remove this reference because we already include the szip link directory elsewhere. Tested: None, simply removed