summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r24054] merge r 24027 from trunk.Mohamad Chaarawi2013-08-227-0/+39
| | | | | This is the fix for "switch missing default case" warnings in src. Mohamad & Vailin worked on this patch.
* [svn-r24039] Purpose:Jonathan Kim2013-08-203-7/+80
| | | | | | | | Warning fixes (Jonathan and Peter) from coverity fix. merge from r23986 trunk. Tested: jam-pp (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE)
* [svn-r24032] Description:Quincey Koziol2013-08-2013-682/+571
| | | | | | | | | | 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)
* [svn-r24024] JAVA-1714: CMake packaging for macs improvedAllen Byrne2013-08-1925-12/+613
| | | | | | | HDFFV-7989: h5dump any_path and help text grouping Added cygwin-64 support Merged from trunk, tested local linux
* [svn-r24021] Description:Quincey Koziol2013-08-1825-662/+626
| | | | | | | | | | 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)
* [svn-r24019] Description:Quincey Koziol2013-08-171-2/+3
| | | | | | | | | | 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)
* [svn-r24018] Bug fix: HDFFV-8500Albert Cheng2013-08-171-0/+5
| | | | | | | | | | | 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.
* [svn-r24014] This checkin is a merge of the checkin for h5stat to the trunk ↵Vailin Choi2013-08-1632-113/+966
| | | | | | | | | | | | (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 in determining maximum dimension size for 1-D dataset in dataset_stats() (tools/h5stat/h5stat.c) C) Fix a bug when using opt_arg that is NULL for the new options.
* [svn-r24012] Description:Quincey Koziol2013-08-156-4/+32
| | | | | | | | | | 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)
* [svn-r24010] Remove check for GetConsoleScreenBuffer in CYGWIN (false positive).Allen Byrne2013-08-142-3/+27
|
* [svn-r24009] Remove check for GetConsoleScreenBuffer in CYGWIN (false positive).Allen Byrne2013-08-141-2/+6
|
* [svn-r23995] Correct printf % handlingAllen Byrne2013-08-129-9/+9
|
* [svn-r23993] I used the macro H5_HAVE_FILE_VERSIONS to skip three test cases ↵Raymond Lu2013-08-121-4/+9
| | | | | | | | | 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.
* [svn-r23992] HDFFV-8490 and H5UNJAM file handling. Merge from trunk.Allen Byrne2013-08-1212-572/+695
| | | | Tested: local linux
* [svn-r23990] Snapshot version 1.8 release 12 (snap14)HDF Tester2013-08-116-20/+20
|
* [svn-r23982] Add "_" to VS define.Allen Byrne2013-08-091-1/+1
|
* [svn-r23970] malloc of char array needs array deallocation.Allen Byrne2013-08-051-1/+1
| | | | Merged from trunk.
* [svn-r23969] Snapshot version 1.8 release 12 (snap13)HDF Tester2013-08-046-20/+20
|
* [svn-r23965] Corrected "continuous" layout to "contiguous" in h5repack -h ↵Larry Knox2013-08-022-2/+2
| | | | | | | | output and comment. Jira issue HDFFV-8493. No test - text only change.
* [svn-r23956] Description:Binh-Minh Ribler2013-07-311-4/+0
| | | | | | Took out a work-around line left by accident. Platform tested: Linux/32 2.6 (jam) with GNU compilers
* [svn-r23955] Description:Binh-Minh Ribler2013-07-311-0/+3
| | | | | | | | | 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)
* [svn-r23950] Description:Binh-Minh Ribler2013-07-311-0/+4
| | | | | | | | | | | | | 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)
* [svn-r23943] Description:Binh-Minh Ribler2013-07-301-2/+2
| | | | | | | | 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)
* [svn-r23941] Snapshot version 1.8 release 12 (snap12)HDF Tester2013-07-286-20/+20
|
* [svn-r23940] Purpose: Fix bug in testsBinh-Minh Ribler2013-07-272-9/+7
| | | | | | | | | | | | 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)
* [svn-r23931] Update changes section.Allen Byrne2013-07-241-2/+10
|
* [svn-r23927] Snapshot version 1.8 release 12 (snap11)HDF Tester2013-07-216-20/+20
|
* [svn-r23924] Updated with fix for HDFFV-8392.Albert Cheng2013-07-191-1/+3
|
* [svn-r23921] Bug fix: HDFFV-8392Albert Cheng2013-07-192-2/+2
| | | | | | | | | | | | | | | | | | | | [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.
* [svn-r23905] Alter option name to avoid conflict with WDTPAllen Byrne2013-07-161-3/+3
|
* [svn-r23900] Change name to avoid conflicts in WDTPAllen Byrne2013-07-151-3/+3
|
* [svn-r23898] HDFFV-8476: Add optional arg to -A for excluding attributes.Allen Byrne2013-07-1518-31/+146
| | | | | | Merged from trunk. Tested: local linux
* [svn-r23896] Snapshot version 1.8 release 12 (snap10)HDF Tester2013-07-146-20/+20
|
* [svn-r23891] Description:Quincey Koziol2013-07-122-68/+98
| | | | | | | | | | | | | | | | 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
* [svn-r23888] I corrected a typo.Raymond Lu2013-07-111-1/+1
| | | | Not tested yet.
* [svn-r23885] Issue VMS-3: OpenVMS needs special printing format "%hd" for ↵Raymond Lu2013-07-101-0/+4
| | | | | | | | 1-byte integer. I used the macro H5_VMS to choose the correct format in the initialization of ls_dataformat. Tested with h5committest.
* [svn-r23881] Update Windows and VMs for next releaseAllen Byrne2013-07-091-9/+16
|
* [svn-r23878] Port r23859 from trunk to 1.8 branch.Neil Fortner2013-07-093-6/+7
| | | | | | Add const tag to source buffers for H5Dscatter and H5Dgather. Tested: ummon
* [svn-r23872] Jira Issue VMS-1. I commented out some test cases. Some of ↵Raymond Lu2013-07-081-16/+24
| | | | | | | | 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.
* [svn-r23869] HDFFV-8302: replace (v)snprintf with _(v)snprintf for windows. ↵Allen Byrne2013-07-0819-146/+559
| | | | | | | | Merge from trunk along with other windows functions and HD prefix corrections. HDFFV-8394: Add cmake code to package examples Tested: local linux
* [svn-r23868] bring r 23862 from trunk:Mohamad Chaarawi2013-07-086-52/+53
| | | | | Change printfs in perform output and h5dump to prevent overflow. This fixes: https://jira.hdfgroup.uiuc.edu/browse/HDFFV-8450
* [svn-r23866] Snapshot version 1.8 release 12 (snap9)HDF Tester2013-07-076-20/+20
|
* [svn-r23855] I added macro condition for OpenVMS in the hard-coded ↵Raymond Lu2013-07-011-0/+4
| | | | | | initialization of h5tools_dataformat. Tested on jam and OpenVMS - simple change.
* [svn-r23850] Snapshot version 1.8 release 12 (snap8)HDF Tester2013-06-306-20/+20
|
* [svn-r23846] I added h5dump_ddl.c and h5dump_xml.c.Raymond Lu2013-06-281-2/+2
|
* [svn-r23826] Bug HDFFV-8469: C++ comments in C code.Albert Cheng2013-06-262-3/+0
| | | | | | | | 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
* [svn-r23822] HDFFV-8428: Corrected FAQ referenceAllen Byrne2013-06-251-1/+1
|
* [svn-r23820] Change name of generated file in test to use the macro based ↵Allen Byrne2013-06-251-8/+2
| | | | | | removal line. Tested: local linux
* [svn-r23818] The forgotten testfile changesAllen Byrne2013-06-2559-59/+59
|
* [svn-r23817] I updated the make files and test script files for OpenVMS.Raymond Lu2013-06-247-21/+219
| | | | Not tested yet.