Network

 
AuthorCommitMessageCommit Date
Raymond LuRaymond Lu
e97a9fcd8e6[svn-r24082] I added a new file hdf5/vms/tools/h5diff/remove_exit.sh but forgot to update MANIFEST.
Raymond LuRaymond Lu
b49b9e0273b[svn-r24081] This script removes the "EXIT CODE" line in the end of all standard output files. OpenVMS doesn't output the same value as Unix. So we remove the line first on Unix before running the tests. See Jira issue VMS-4. Tested on jam.
Raymond LuRaymond Lu
9e0fcdc3970[svn-r24080] Since dtransform.c uses H5T_conv_i_f and H5T_conv_f_i, I added them back for OpenVMS. But I took out the test case in dtransform.c which has problem. See Jira issue VMS-8. Tested on jam.
Raymond LuRaymond Lu
55c2af580c1[svn-r24079] I skipped the links_env.c test in C test suite due to the time concern. Please see Jira issue VMS-2. Not tested yet.
Allen ByrneAllen Byrne
d1a5033dd40[svn-r24078] Correct name of windows shared libraries
Raymond LuRaymond Lu
0e548fb251e[svn-r24074] I took out the soft conversion functions H5T__conv_i_f and H5T__conv_f_i for OpenVMS because they have problem to convert between integers and floating numbers. I also commented out the test case in dt_arith.c for OpenVMS. Tested on jam - simple change.
Allen ByrneAllen Byrne
8194f34ef79[svn-r24072] Merge trunk cmake changes to 1.8 branch. Also add default switch blocks to h5import. Merge h5dump any_path option from trunk. Tested: local linux
Private HDFPrivate HDF
a17e786cd73[svn-r24069] Snapshot version 1.8 release 12 (snap15)
Mohamad ChaarawiMohamad Chaarawi
b8745fce87e[svn-r24054] merge r 24027 from trunk. This is the fix for "switch missing default case" warnings in src. Mohamad & Vailin worked on this patch.
Jonathan KimJonathan Kim
d283a83a49a[svn-r24039] Purpose: Warning fixes (Jonathan and Peter) from coverity fix. merge from r23986 trunk. Tested: jam-pp (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE)
Quincey KoziolQuincey Koziol
a33303139e4[svn-r24032] Description: Bring r24030 from trunk to 1.8 branch: Clean up more compiler warnings. Tested on: Mac OSX/64 10.8.4 (amazon) w/gcc, C++ & FORTRAN (too minor to require h5committest)
Allen ByrneAllen Byrne
5c84b510304[svn-r24024] JAVA-1714: CMake packaging for macs improved HDFFV-7989: h5dump any_path and help text grouping Added cygwin-64 support Merged from trunk, tested local linux
Quincey KoziolQuincey Koziol
6e58f671ec6[svn-r24021] Description: Bring r24020 from trunk to 1.8 branch: Clean up compiler warnings Tested on: Mac OSX/64 10.8.4 (amazon) w/C++ & FORTRAN (too minor to require h5committest)
Quincey KoziolQuincey Koziol
b5a5441e7c5[svn-r24019] Description: Bring r23988 from trunk to 1.8 branch: Make compiler happier and issue less warnings. Tested on: Mac OSX/64 10.8.4 (amazon) w/gcc 4.8 (daily tested on trunk)
Albert ChengAlbert Cheng
a39c7228fba[svn-r24018] Bug fix: HDFFV-8500 The new gcc v4.8.* compilers does not work well with dt_arith which failed in production mode. Solution: A temporary patch by removing any optimization (-O*) from the PROD_CFLAGS so that dt_arith will pass for now. A more through investigation is needed. Tested: Jam, platypus and Koala where it failed and now passes.
Vailin ChoiVailin Choi
dd327986b9d[svn-r24014] This checkin is a merge of the checkin for h5stat to the trunk (rev #23975-23977) + an additional bug fix-- A) Fix for HDFFV-1238: --Add 3 new options to allow users in setting threshold for small groups/datasets/attributes (tools/h5stat/h5stat.c) --Generate new test file for testing the new options (tools/h5stat/h5stat_gentest.c) --Add tests for the new options (tools/h5stat/testh5stat.sh.in) --Update expected output files (tools/h5stat/testfiles/*.ddl) B) Fix a bug ...
Quincey KoziolQuincey Koziol
efb39881a0e[svn-r24012] Description: Bring r24011 from trunk to 1.8 branch: Clean up a few warnings Tested on: Mac OSX 10.8.4 (amazon) w/C++ & FORTRAN (too minor to require h5committest)
Allen ByrneAllen Byrne
4a51e83e603[svn-r24010] Remove check for GetConsoleScreenBuffer in CYGWIN (false positive).
Allen ByrneAllen Byrne
6155473c380[svn-r24009] Remove check for GetConsoleScreenBuffer in CYGWIN (false positive).
Allen ByrneAllen Byrne
82642132ba6[svn-r23995] Correct printf % handling
Raymond LuRaymond Lu
aa8d6d403ce[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.
Allen ByrneAllen Byrne
a003143ded2[svn-r23992] HDFFV-8490 and H5UNJAM file handling. Merge from trunk. Tested: local linux
Private HDFPrivate HDF
ca0bd915dbf[svn-r23990] Snapshot version 1.8 release 12 (snap14)
Allen ByrneAllen Byrne
51651038cf0[svn-r23982] Add "_" to VS define.
Allen ByrneAllen Byrne
1aa65f1f028[svn-r23970] malloc of char array needs array deallocation. Merged from trunk.
Private HDFPrivate HDF
12f927462f6[svn-r23969] Snapshot version 1.8 release 12 (snap13)
Larry KnoxLarry Knox
cdef147e6e9[svn-r23965] Corrected "continuous" layout to "contiguous" in h5repack -h output and comment. Jira issue HDFFV-8493. No test - text only change.
Binh-Minh RiblerBinh-Minh Ribler
548f8597492[svn-r23956] Description: Took out a work-around line left by accident. Platform tested: Linux/32 2.6 (jam) with GNU compilers
Binh-Minh RiblerBinh-Minh Ribler
3e071dc0510[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)
Binh-Minh RiblerBinh-Minh Ribler
769649c1001[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)
Binh-Minh RiblerBinh-Minh Ribler
21130b20b8b[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)
Private HDFPrivate HDF
0b82ac9dfe1[svn-r23941] Snapshot version 1.8 release 12 (snap12)
Binh-Minh RiblerBinh-Minh Ribler
268f4fd05c2[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)
Allen ByrneAllen Byrne
e8d9f3d1979[svn-r23931] Update changes section.
Private HDFPrivate HDF
24879103913[svn-r23927] Snapshot version 1.8 release 12 (snap11)
Albert ChengAlbert Cheng
92a27e0f83d[svn-r23924] Updated with fix for HDFFV-8392.
Albert ChengAlbert Cheng
d34ec5c94c1[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 car...
Allen ByrneAllen Byrne
13b2793c4b5[svn-r23905] Alter option name to avoid conflict with WDTP
Allen ByrneAllen Byrne
08ffc951597[svn-r23900] Change name to avoid conflicts in WDTP
Allen ByrneAllen Byrne
f6ffaf1f69b[svn-r23898] HDFFV-8476: Add optional arg to -A for excluding attributes. Merged from trunk. Tested: local linux
Private HDFPrivate HDF
a3a410b643b[svn-r23896] Snapshot version 1.8 release 12 (snap10)
Quincey KoziolQuincey Koziol
3bcdb7675af[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
Raymond LuRaymond Lu
93f1809d977[svn-r23888] I corrected a typo. Not tested yet.
Raymond LuRaymond Lu
dbee66c4573[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.
Allen ByrneAllen Byrne
cc1c8a52be5[svn-r23881] Update Windows and VMs for next release
Neil FortnerNeil Fortner
646341fe4af[svn-r23878] Port r23859 from trunk to 1.8 branch. Add const tag to source buffers for H5Dscatter and H5Dgather. Tested: ummon
Raymond LuRaymond Lu
21865ffa5fb[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.
Allen ByrneAllen Byrne
528e0d1cac6[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
Mohamad ChaarawiMohamad Chaarawi
38bdc241ed4[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
Private HDFPrivate HDF
55de59d0343[svn-r23866] Snapshot version 1.8 release 12 (snap9)