summaryrefslogtreecommitdiffstats
path: root/hl
Commit message (Collapse)AuthorAgeFilesLines
...
* [svn-r25886] Snapshot version 1.9 release 206HDF Tester2014-12-143-3/+3
|
* [svn-r25864] Snapshot version 1.9 release 205HDF Tester2014-12-073-3/+3
|
* [svn-r25855] Snapshot version 1.9 release 204HDF Tester2014-11-303-3/+3
|
* [svn-r25834] Snapshot version 1.9 release 203HDF Tester2014-11-233-3/+3
|
* [svn-r25762] Snapshot version 1.9 release 202HDF Tester2014-11-023-3/+3
|
* [svn-r25755] Removed spurious casts in a few HDfree() statements.Dana Robinson2014-10-311-3/+3
| | | | | | | Discovered when I temporarily #defined HDfree() to a more complicated function while investigating something. Tested on a local linux VM. This is a very minor change.
* [svn-r25736] Snapshot version 1.9 release 201HDF Tester2014-10-263-3/+3
|
* [svn-r25720] Snapshot version 1.9 release 200HDF Tester2014-10-193-3/+3
|
* [svn-r25693] Snapshot version 1.9 release 199HDF Tester2014-10-123-3/+9
|
* [svn-r25668] Snapshot version 1.9 release 198HDF Tester2014-10-053-3/+3
|
* [svn-r25631] Fix fo HDFFV-8912Scot Breitenfeld2014-09-293-6/+30
|
* [svn-r25629] Fix for hdffv-8855.Scot Breitenfeld2014-09-292-2/+59
|
* [svn-r25627] Snapshot version 1.9 release 197HDF Tester2014-09-283-3/+3
|
* [svn-r25614] Fixed HDFFV-8670 Scot Breitenfeld2014-09-245-28/+370
| | | | *H5DSis_scale and other HL APIs do not null terminate string (and other issues)
* [svn-r25604] Snapshot version 1.9 release 196HDF Tester2014-09-213-3/+3
|
* [svn-r25591] Snapshot version 1.9 release 195HDF Tester2014-09-143-3/+3
|
* [svn-r25563] Snapshot version 1.9 release 194HDF Tester2014-08-313-3/+3
|
* [svn-r25546] Snapshot version 1.9 release 193HDF Tester2014-08-243-3/+3
|
* [svn-r25534] Snapshot version 1.9 release 192HDF Tester2014-08-173-3/+3
|
* [svn-r25506] Snapshot version 1.9 release 191HDF Tester2014-08-035-11/+10
|
* [svn-r25496] Description:Quincey Koziol2014-07-3011-383/+392
| | | | | | | | | Merge 64-bit ID changes from branch to trunk. (Plus a few minor cleanups that aren't on the branch) Tested on: Mac OSX/64 10.9.4 (amazon) w/C++ & FORTRAN (h5committested on branch already for a week)
* [svn-r25484] Snapshot version 1.9 release 190HDF Tester2014-07-273-3/+3
|
* [svn-r25434] Snapshot version 1.9 release 189HDF Tester2014-07-203-3/+3
|
* [svn-r25407] Snapshot version 1.9 release 188HDF Tester2014-07-133-3/+3
|
* [svn-r25399] bug fixes where a wrong type was used instead of hid_t.Mohamad Chaarawi2014-07-091-2/+2
|
* [svn-r25397] - remove configure checks for MPI_File_get_size and BigMohamad Chaarawi2014-07-0714-14/+0
| | | | | MPI_File_set_size as they are supported by most MPI implementations. - fix bug in t_mpi.c (HDFFV-8856)
* [svn-r25395] Snapshot version 1.9 release 187HDF Tester2014-07-063-3/+3
|
* [svn-r25378] Snapshot version 1.9 release 186HDF Tester2014-06-293-3/+3
|
* [svn-r25339] Snapshot version 1.9 release 185HDF Tester2014-06-223-3/+3
|
* [svn-r25302] Add nounistd option to flex command for windows caompatibilityAllen Byrne2014-06-174-13/+5
|
* [svn-r25300] Add flex / bison commands to bin script and regenerate hl files ↵Allen Byrne2014-06-163-1641/+3170
| | | | | | | using latest versions. No other files touched. Tested: h5committest
* [svn-r25285] Snapshot version 1.9 release 184HDF Tester2014-06-153-3/+3
|
* [svn-r25241] Snapshot version 1.9 release 183HDF Tester2014-06-083-3/+3
|
* [svn-r25216] Snapshot version 1.9 release 182HDF Tester2014-05-253-3/+3
|
* [svn-r25207] Description:Quincey Koziol2014-05-201-1631/+1367
| | | | | | | | | | | | | Merge changes from Coverity branch to trunk: r20907: Original issue was #338. Refactored code to clean up allocations consistantly, completely, check all returns, assign initialization values and handle errors. Tested on: MacOSX/64 10.9.3 (amazon) w/gcc 4.9, FORTRAN, C++, parallel & multi-threaded (too minor to require h5committest)
* [svn-r25199] Snapshot version 1.9 release 181HDF Tester2014-05-183-3/+3
|
* [svn-r25197] Description:Quincey Koziol2014-05-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Bring changes from hdf5_1_8_coverity branch back to trunk: r20878: Issue 76: Check if H5Tget_nmembers(type) fails and simply return(FALSE). Also move printf to after check. r20880: Issue 192: Create ret_val var set to -1. Add out label for failures to jump to, return ret_val at bottom. r20882: Fixes for coverity: 1) bug #1679: remove dead code in test/mf.c 2) bug #1680: remove dead code in tools/lib/h5diff_dset.c r20883: Fix coverity issue 585 Description: Changed variable "c" in processStrData in h5import.c to an int, to match fgetc return value, and removed call to feof, instead checking if c == EOF. Tested on: MacOSX/64 10.9.3 (amazon) w/C++, FORTRAN & parallel (too minor to require h5committest)
* [svn-r25188] Implement change to cmake_ext_mod config folderAllen Byrne2014-05-141-1/+1
| | | | Tested: local linux
* [svn-r25181] Snapshot version 1.9 release 180HDF Tester2014-05-113-3/+3
|
* [svn-r25158] Snapshot version 1.9 release 179HDF Tester2014-05-043-3/+3
|
* [svn-r25126] Snapshot version 1.9 release 178HDF Tester2014-04-273-3/+3
|
* [svn-r25117] Removed LT_ADD_LIBHDF5_DEPENDENCY configure conditional to roll ↵Larry Knox2014-04-2517-41/+12
| | | | | | | | | | | back fix for removing rpaths from l ib files. The fix also removed dependencies on libhdf5, etc. when the --disable-sharedlib-rpath co nfigure option was invoked. Added instead configure variable hardcode_into_lib=no. This removes rpath from lib files on Linux and solaris machines. Tested with h5committest on jam, koala, ostrich and platypus (cmake), and with configure option --disable-sharedlib-rpath on emu, platypus and quail.
* [svn-r25034] Snapshot version 1.9 release 177HDF Tester2014-04-133-3/+3
|
* [svn-r24997] Added compiler versions for mpich to settings file and ↵Larry Knox2014-04-096-25/+52
| | | | | | | | | | | | | configure summary. For make installcheck, compile and run installed examples using the installed scripts. They were being compiled but not run. Add Fortran2003 examples to the run-ex-fortran script when fortran2003 is enabled. Set flag to -O3 in production mode for Intel compilers other than those with specified other settings. Gentoo patches: Remove unnecessary setting of LD_LIBRARY_PATH from configure. Prevent potential array subscript out of bounds error in perform/pio_engine.c and sio_engine.c. Tested with h5committest on jam, koala, ostrich and platypus, on emu and kite, and parallel tests on jam, koala and platypus with mpich built with gnu 4.8.2 and with intel compilers.
* [svn-r24989] Problem:Albert Cheng2014-04-091-1/+1
| | | | | | | | | | | | | AIX compiler complains that: ex_ds1.f90, line 89.16: 1512-050 (W) Field separator is missing, in literal FMT specifier, after edit descriptor X. A comma is assumed. Line 89: WRITE(*,'(/,5X 3(A,1X),I0,A,L1)') 'Is',TRIM(DS_1_NAME),& Solution: Added the missing comma after "5X". Tested: AIX system.
* [svn-r24987] HDFFV-8709, HDFFV-8776, HDFFV-8777, HDFFV-8778Allen Byrne2014-04-084-19/+23
| | | | | | Apply user patches, regenerate and patch results for windows. Miminum changes tested locally
* [svn-r24966] Snapshot version 1.9 release 176HDF Tester2014-04-063-3/+3
|
* [svn-r24948] Group tests by Common nameAllen Byrne2014-04-027-28/+32
| | | | | | Remove WIN32 AND NOT CYGWIN if blocks - should be just WIN32 Tested: local linux CMake
* [svn-r24937] Adds an H5free_memory() function to the library for use withDana Robinson2014-03-313-24/+24
| | | | | | | | | | | | functions that return library-allocated memory. The test and tool code were modified to use this new function where it's appropriate. Fixes HDFFV-7710, HDFFV-8519, and HDFFV-8551 Tested on: 64-bit Windows 7 w/ VS2012 32-bit LE linux w/ parallel and fortran (jam) 32-bit LE linux w/ fortran and C++ (jam)
* [svn-r24936] Correct declaration nameAllen Byrne2014-03-311-1/+1
|