Allen Byrne
4a51e83e60
[svn-r24010] Remove check for GetConsoleScreenBuffer in CYGWIN (false positive).
2013-08-14 13:09:08 -05:00
Allen Byrne
6155473c38
[svn-r24009] Remove check for GetConsoleScreenBuffer in CYGWIN (false positive).
2013-08-14 12:23:17 -05:00
Allen Byrne
82642132ba
[svn-r23995] Correct printf % handling
2013-08-12 15:54:14 -05:00
Raymond Lu
aa8d6d403c
[svn-r23993] I used the macro H5_HAVE_FILE_VERSIONS to skip three test cases for file creation on OpenVMS.
...
OpenVMS creates another version of the file when a file is created for the second time, making
the test cases invalide.
Tested on OpenVMS and jam - simple change.
2013-08-12 15:11:51 -05:00
Allen Byrne
a003143ded
[svn-r23992] HDFFV-8490 and H5UNJAM file handling. Merge from trunk.
...
Tested: local linux
2013-08-12 14:54:49 -05:00
HDF Tester
ca0bd915db
[svn-r23990] Snapshot version 1.8 release 12 (snap14)
2013-08-11 16:48:09 -05:00
Allen Byrne
51651038cf
[svn-r23982] Add "_" to VS define.
2013-08-09 14:00:49 -05:00
Allen Byrne
1aa65f1f02
[svn-r23970] malloc of char array needs array deallocation.
...
Merged from trunk.
2013-08-05 09:27:01 -05:00
HDF Tester
12f927462f
[svn-r23969] Snapshot version 1.8 release 12 (snap13)
2013-08-04 16:43:00 -05:00
Larry Knox
cdef147e6e
[svn-r23965] Corrected "continuous" layout to "contiguous" in h5repack -h output and comment.
...
Jira issue HDFFV-8493.
No test - text only change.
2013-08-02 16:31:01 -05:00
Binh-Minh Ribler
548f859749
[svn-r23956] Description:
...
Took out a work-around line left by accident.
Platform tested:
Linux/32 2.6 (jam) with GNU compilers
2013-07-31 15:46:26 -05:00
Binh-Minh Ribler
3e071dc051
[svn-r23955] Description:
...
Close a group in test_dset, before the file can be properly closed.
This should fix the problem on OpenVMS.
Platforms tested:
Linux/32 2.6 (jam) with GNU compilers
SunOS 5.11 (emu)
2013-07-31 14:49:32 -05:00
Binh-Minh Ribler
769649c100
[svn-r23950] Description:
...
There seem to be some objects still left open, so the file was not closed
properly and caused failure on OpenVMS, because on that platform, more than
one file cannot be opened at the same time (according to Ray.)
Added setFcloseDegree(H5F_CLOSE_STRONG) to test_dset() to eliminate the
failure temporarily, until the opened objects can be located and closed properly.
Platforms tested:
Linux/32 2.6 (jam) with GNU compilers
SunOS 5.11 (emu)
2013-07-31 01:59:39 -05:00
Binh-Minh Ribler
21130b20b8
[svn-r23943] Description:
...
Fixed an allocation/deallocation mistake that caused test to fail on
Windows.
Platforms tested:
Linux/32 2.6 (jam) with GNU compilers
SunOS 5.11 (emu)
2013-07-29 23:31:05 -05:00
HDF Tester
0b82ac9dfe
[svn-r23941] Snapshot version 1.8 release 12 (snap12)
2013-07-28 16:42:46 -05:00
Binh-Minh Ribler
268f4fd05c
[svn-r23940] Purpose: Fix bug in tests
...
Description:
- Passing the c_str() of an std string into a C function caused failure
on OpenVMS. Added a work around using temporary string.
- Passing incorrect file access property list caused test_datasize() to
fail. Fixed.
Platforms tested:
Linux/32 2.6 (jam) with PGI compilers
Linux/32 2.6 (jam) with GNU compilers
SunOS 5.11 (emu)
2013-07-27 02:07:38 -05:00
Allen Byrne
e8d9f3d197
[svn-r23931] Update changes section.
2013-07-24 11:34:12 -05:00
HDF Tester
2487910391
[svn-r23927] Snapshot version 1.8 release 12 (snap11)
2013-07-21 16:43:55 -05:00
Albert Cheng
92a27e0f83
[svn-r23924] Updated with fix for HDFFV-8392.
2013-07-19 17:07:44 -05:00
Albert Cheng
d34ec5c94c
[svn-r23921] Bug fix: HDFFV-8392
...
[folded fix to v18 branch.]
tools/h5diff/testh5diff.sh is run in every "make check", even after it
has passed in the previous run.
The error was in the previous change made to Makefile.am
when testh5diff.sh.in was created. The mistake was in the
SCRIPT_DEPEND=h5diff$(EXEEXT) $(H5PDIFF) $(srcdir)/testh5diff.sh
$(srcdir)/testh5diff.sh no longer existed. It is now generated in the
current built directory from $(srcdir)/testh5diff.sh.in (which configure
takes care of).
I updated the dependance to
SCRIPT_DEPEND=h5diff$(EXEEXT) $(H5PDIFF) testh5diff.sh
and that fixes the error.
Reviewed: HDF5-149
Tested: h5committested.
2013-07-19 16:39:21 -05:00
Allen Byrne
13b2793c4b
[svn-r23905] Alter option name to avoid conflict with WDTP
2013-07-16 08:48:45 -05:00
Allen Byrne
08ffc95159
[svn-r23900] Change name to avoid conflicts in WDTP
2013-07-15 13:30:01 -05:00
Allen Byrne
f6ffaf1f69
[svn-r23898] HDFFV-8476: Add optional arg to -A for excluding attributes.
...
Merged from trunk.
Tested: local linux
2013-07-15 10:53:17 -05:00
HDF Tester
a3a410b643
[svn-r23896] Snapshot version 1.8 release 12 (snap10)
2013-07-14 16:34:29 -05:00
Quincey Koziol
3bcdb7675a
[svn-r23891] Description:
...
Merge r23889 from trunk to 1.8 branch:
Merge changes from Coverity branch to trunk:
r20768:
Switch to snprintf, HDstrncat, HDstrncpy to address coverity issue 832.
r20812:
Use HDstrncpy. --gh
Tested on:
Mac OSX/64 10.8.4 (amazon) w/debug
Linux/32 2.4 (jam) w/debug
2013-07-11 21:54:50 -05:00
Raymond Lu
93f1809d97
[svn-r23888] I corrected a typo.
...
Not tested yet.
2013-07-11 15:45:16 -05:00
Raymond Lu
dbee66c457
[svn-r23885] Issue VMS-3: OpenVMS needs special printing format "%hd" for 1-byte integer. I used the macro H5_VMS
...
to choose the correct format in the initialization of ls_dataformat.
Tested with h5committest.
2013-07-10 16:01:24 -05:00
Allen Byrne
cc1c8a52be
[svn-r23881] Update Windows and VMs for next release
2013-07-09 15:44:47 -05:00
Neil Fortner
646341fe4a
[svn-r23878] Port r23859 from trunk to 1.8 branch.
...
Add const tag to source buffers for H5Dscatter and H5Dgather.
Tested: ummon
2013-07-09 14:55:48 -05:00
Raymond Lu
21865ffa5f
[svn-r23872] Jira Issue VMS-1. I commented out some test cases. Some of them have different printing format (new line); some need
...
a new script function to run the test; one of them is because I don't know how to give the name "Dataset1" in command line.
Tested on OpenVMS.
2013-07-08 11:53:38 -05:00
Allen Byrne
528e0d1cac
[svn-r23869] HDFFV-8302: replace (v)snprintf with _(v)snprintf for windows. Merge from trunk along with other windows functions and HD prefix corrections.
...
HDFFV-8394: Add cmake code to package examples
Tested: local linux
2013-07-08 10:52:49 -05:00
Mohamad Chaarawi
38bdc241ed
[svn-r23868] bring r 23862 from trunk:
...
Change printfs in perform output and h5dump to prevent overflow.
This fixes: https://jira.hdfgroup.uiuc.edu/browse/HDFFV-8450
2013-07-08 09:04:23 -05:00
HDF Tester
55de59d034
[svn-r23866] Snapshot version 1.8 release 12 (snap9)
2013-07-07 16:40:14 -05:00
Raymond Lu
562892e538
[svn-r23855] I added macro condition for OpenVMS in the hard-coded initialization of h5tools_dataformat.
...
Tested on jam and OpenVMS - simple change.
2013-07-01 18:17:24 -05:00
HDF Tester
69324d9e7c
[svn-r23850] Snapshot version 1.8 release 12 (snap8)
2013-06-30 16:39:23 -05:00
Raymond Lu
049692ee41
[svn-r23846] I added h5dump_ddl.c and h5dump_xml.c.
2013-06-28 10:48:42 -05:00
Albert Cheng
1bd478b1dc
[svn-r23826] Bug HDFFV-8469: C++ comments in C code.
...
Found and removed two more "//" comments.
Tested: in Koala by
$ env CFLAGS="-ansi" ../hdf5/bin/buildhdf5 -fortran -cxx -config # enable fortran and cxx, configure only
$ make AM_CFLAGS=-ansi # compile all source file by setting HDF5 build CFLAGS as "-ansi" only
2013-06-26 01:26:13 -05:00
Allen Byrne
339d98115e
[svn-r23822] HDFFV-8428: Corrected FAQ reference
2013-06-25 11:11:27 -05:00
Allen Byrne
d5ce236cc7
[svn-r23820] Change name of generated file in test to use the macro based removal line.
...
Tested: local linux
2013-06-25 09:06:44 -05:00
Allen Byrne
c103e99ca8
[svn-r23818] The forgotten testfile changes
2013-06-25 08:22:24 -05:00
Raymond Lu
1f670acd6e
[svn-r23817] I updated the make files and test script files for OpenVMS.
...
Not tested yet.
2013-06-24 17:21:07 -05:00
Allen Byrne
b65c8842fd
[svn-r23816] HDFFV-8455: moved h5dump before h5import
...
HDFFV-8465: corrected DTD reference path
Merged from trunk
Tested: local linux with cmake
2013-06-24 16:58:17 -05:00
Mohamad Chaarawi
5ee14b07b9
[svn-r23809] revert printf format changes to do a better solution.
2013-06-24 13:16:27 -05:00
Mohamad Chaarawi
afea64705b
[svn-r23808] merge 23801 from trunk.
...
Change printfs in perform output for long long to use %lld instead of %Hd. The later is for shorts.
This fixes: https://jira.hdfgroup.uiuc.edu/browse/HDFFV-8450
Tested on Jam.
2013-06-24 08:51:40 -05:00
HDF Tester
9e6bb09a9f
[svn-r23807] Snapshot version 1.8 release 12 (snap7)
2013-06-23 16:38:09 -05:00
Allen Byrne
858668f900
[svn-r23797] remove commented line with c++ style
2013-06-20 10:06:30 -05:00
Allen Byrne
4aa5747062
[svn-r23794] Correct logic for packaging cygwin release docs
2013-06-19 12:49:57 -05:00
Allen Byrne
2d604aabdd
[svn-r23787] Remove COMPILE_FLAGS value - already set in X_FLAGS
...
Add /MT support
2013-06-17 11:42:06 -05:00
Allen Byrne
c124635d18
[svn-r23785] Remove ignored FLAGS options for VS platforms.
2013-06-17 09:29:29 -05:00
HDF Tester
3e917f1d38
[svn-r23782] Snapshot version 1.8 release 12 (snap6)
2013-06-16 16:38:30 -05:00