| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
ball. I will
tag the release after we build binaries tonight.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Pedro and I cleaned up the tools sections in the file.
|
|
|
|
| |
1.8.2, and drop MinGW support for this release (not enough time for testing)
|
|
|
|
| |
Updated info about H5Rdereference wrappers.
|
|
|
|
| |
comments.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
I made
a typo in a configuration file for Mac checked in on
October 31 (rev 16008). Since this change affects only Fortran
users on Mac Intel and doesn't affect daily tests on any platforms,
I am checking in the fix.
Platforms tested:
pahra with Intel compilers
|
| |
|
|
|
|
|
|
| |
difference is found instead of a non-existing array position
Tested: windows
|
|
|
|
|
|
| |
a tar ball for
remote testing.
|
|
|
|
|
|
|
| |
Description: H5Ovisit and H5Ovisit by name will now check for a positive return
value from the first callback. Test added for this case.
Tested: kagiso
|
|
|
|
|
|
|
|
| |
Description:
On Windows/Visual Studio, there is no function ftruncate. As a result, we have redefined the H5ftruncate macro to use _chsize_s. However, this function also doesn't exist on Visual Studio prior to 2005. Previously we had an #ifdef to support VS 6.0 with the lesser chsize function. This checkin changes the #ifdef to also include VS.NET, since we still support it for HDF5 1.8 branch.
Tested:
VS.NET on WinXP
|
| |
|
|
|
|
| |
summary sections for November 2008 release.
|
|
|
|
|
|
|
| |
When -b was requested and no -o (file name) binary output was made to stdout
Had a check after command line parsing to verify if -o is present, otherwise exit
Tested: windows, linux
|
|
|
|
|
|
|
|
|
|
| |
Intel in
RELEASE.txt
Modified config file to disable shared libraries only
when Fortran is enabled.
Platforms tested:
pahra (Mac Intel 10.5.4)
|
|
|
|
|
| |
Added info to C++ API sections, about dereference wrappers and the fix
of bugzilla 1068, which involved the rearrangement of the class hierarchy.
|
|
|
|
|
|
| |
check if H5_USE_16_API_DEFAULT is defined by the configure. Then define H5_USE_16_API and use it throughout.
Tested on kagiso - supposed to be simple.
|
|
|
|
| |
+ instead (PVN - 2008/10/30)
|
|
|
|
|
|
| |
differ by any object.
+ Error return code was changed to 2 from -1. (PVN - 2008/10/30)
|
| |
|
|
|
|
|
|
|
| |
Fixed various comments/headers to update the C++ reference manual.
Platforms tested:
Linux 2.6 (kagiso) - to make certain no typo introduced
|
|
|
|
|
|
| |
VC6 and later versions
Tested: windows
|
| |
|
|
|
|
|
|
|
|
| |
files to avoid duplicated code
tested: windows, linu
x
|
|
|
|
|
|
|
| |
Remove redundant check for 1.6 default API.
Tested on:
Eyeballed - very trivial
|
|
|
|
| |
made today
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Compilation on all daily test platforms fails due to missing "(";
fixed.
Platforms tested:
co-login
kagiso with --with-default-api-version=v16 and
--with-default-api-version=v16 --disable-deprecated-symbols
compilation flags.
|
|
|
|
| |
tested: windows, linux
|
|
|
|
|
|
|
|
| |
Description:
The h5dump test script was recently updated to add the new -b syntax. This update also adds and modifies the neccessary tests for Windows.
Tested:
VS2005 on WinXP
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Introduced a new feature in the tools library regarding command line parsing
In the definition of arguments, an "*" means that the switch can or can not have an optional argument. This "*" is put in the code regarding the letter definition, and it is transparent to the user (e.g b* instead of the previous b: ), where ":" notes a required argument after the letter (and no ":" or "*" notes no argument, mandatory)
Used for the h5dump binary option -b
It can be now
1) -b (defaults to NATIVE)
2) - b NATIVE
3) - b FILE
4) -b LE
5) -b BE
Note: the keyword NATIVE replaces MEMORY
This feature (-b with no argument) was tested with the sequence of h5dump to binary (NATIVE) then h5import to generate an HDF5 file from the binary file and h5diff to compare the 2 HDF5 files
Tested: windows, linux
|
|
|
|
|
|
|
|
|
| |
files, 1 difference )
objects with the same name must be of the same type
tested: windows, linux
|
|
|
|
|
| |
Description:
In June, we discovered a bug in Windows which only affected specific timezones with the mtime test. This bug was promptly fixed, but never documented. This checkin adds a note to the release document.
|
|
|
|
|
|
|
|
| |
Description:
Change the Windows h5repack test script so that the h5diff format matches the latest changes. In particular, don't send the -c option.
Tested:
None, very minor
|
|
|
|
|
|
|
| |
Fixed some typos and replaced free/HDfree and malloc/HDmalloc.
Platforms tested:
Linux 2.6 (kagiso) - very minor
|
|
|
|
|
|
|
| |
Oops, I accidentally only did "svn commit" instead of "svn commit -m" as
instructed.
"ported revisions 15958 to 15959 (Added missing wrappers for H5Rdereference)
from trunk."
|
| |
|
|
|
|
| |
Tested on kagiso.
|
|
|
|
|
|
|
| |
Removed duplicated information due to previous incompleted changes.
Also rearranged the entries to a more logical combinations.
Tested: h5committest.
|
|
|
|
|
|
| |
Description: Updating RELEASE.txt with changes for release.
Tested: docwork only, none needed
|
|
|
|
|
|
|
|
|
|
| |
Description: Adding the SZIP path to LD_LIBRARY_PATH within configure was
inadvertently blowing away anything already in LD_LIBRARY_PATH. This
fixes that, which solves, among other things, the problem where
configure failed to learn how to print 'long long' on cobalt.
Tested: full make check install: kagiso, smirom
configure / make / h5ls test only : cobalt, linew
|
|
|
|
|
|
|
|
|
| |
test in this script file to
check whether the macros H5_USE_16_API works properly. There used to be a problem to compile
if H5_USE_16_API is defined in the application program (see bug #1264).
Tested on kagiso - simple change.
|
|
|
|
|
|
|
|
|
|
|
|
| |
use of
H5_PRINTF_LL_WIDTH
in the definition of
#define HSIZE_T_FORMAT "%"H5_PRINTF_LL_WIDTH"u"
the printing of "unknow u" in tg-login3.
for unsigned long long was a configure bug fixed by rev 15942
tested: tg-login3
|
|
|
|
|
|
|
|
|
| |
Description: Added a new function, H5O_alloc_shrink_chunk, which removes all
null messages from a chunk and shrinks the chunk appropriately. Modified
H5O_merge_null to call this function when a null message is created with a size
>= 64k. Tests added for this functionality.
Tested: kagiso, linew, smirom (h5committest)
|