summaryrefslogtreecommitdiffstats
path: root/hl
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r23854] HDFFV-8302: Add macros/code function to use coorect Windows ↵Allen Byrne2013-07-013-11/+27
| | | | | | (v)snprintf statement. Also fix use other uses of macros for windows. Tested
* [svn-r23849] Snapshot version 1.9 release 156HDF Tester2013-06-303-3/+3
|
* [svn-r23813] Added the HD prefix to the system functions used in the file.Allen Byrne2013-06-241-37/+37
| | | | Tested: local linux
* [svn-r23806] Snapshot version 1.9 release 155HDF Tester2013-06-233-3/+3
|
* [svn-r23778] Snapshot version 1.9 release 154HDF Tester2013-06-163-3/+3
|
* [svn-r23745] HDFFV-8461: Add Windows /MT supportAllen Byrne2013-06-1010-7/+18
| | | | This adds the UserMacros.cmake support needed.
* [svn-r23741] Snapshot version 1.9 release 153HDF Tester2013-06-093-3/+3
|
* [svn-r23718] Snapshot version 1.9 release 152HDF Tester2013-05-263-3/+3
|
* [svn-r23708] Snapshot version 1.9 release 151HDF Tester2013-05-193-3/+3
|
* [svn-r23707] Vagrind memleak: bufferes only cleaned up if there was an error.Allen Byrne2013-05-151-0/+9
|
* [svn-r23695] Description:Quincey Koziol2013-05-111-54/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up warnings in H5Tconv.c (down to _only_ 9000 lines of output now!) Merge changes from Coverity branch back to trunk: r20684: Fix for coverity bug #1721 which was due to the fix for coverity bug #943. r20685: Use HDstrncpy. --gh r20761: Purpose: Fix valgrind issues Description: Free image_data and data as appropriate in test_image. r20762: Purpose: Fix coverity issue 600 Description: Add check for return value of H5O_close in H5Ocopy. Also cleaned up various warnings. r20763: Purpose: Fix valgrind issues with h5stat Description: Modified h5stat to free "iter" before exit, and free "hand" before exit if parse_command_line exits directly. r20764: fixed coverity issues: 69, 327, 614, 684, 685, 696, 697, 1681, 967, 826, 660, 80 r20765: Fixed coverity bug 668 Pulled x * y * z multiply out of malloc operand into a separate n_elements variable to quiet integer overflow warning. No actual integer overflow tests are performed since it's just a test program but I did add a check that n_elements is >= 1. I also changed an error condition from doing its own close and returning -1 to "goto out;" like the rest of the program. r20766: Fixed coverity bug 667 Pulled x * y * z multiply out of malloc operand into a separate n_elements variable to quiet integer overflow warning. No actual integer overflow tests are performed since it's just a test program. Tested on: Mac OSX/64 10.8.3 (amazon) w/C++ & FORTRAN (h5committest upcoming)
* [svn-r23669] Snapshot version 1.9 release 150HDF Tester2013-05-053-3/+3
|
* [svn-r23642] Snapshot version 1.9 release 149HDF Tester2013-04-283-3/+3
|
* [svn-r23614] Remove subfolders for includesAllen Byrne2013-04-232-3/+3
|
* [svn-r23597] Description:Quincey Koziol2013-04-171-404/+290
| | | | | | | | | Bring r20683 from Coverity branch back to trunk: Isues 1309-1333: Changed strcpy/strcat to strncpy/strncat with maximum size expected. Tested on: Max OSX/64 10.8.3 (amazon) w/C++ & FORTRAN
* [svn-r23412] Add test depends on clear test. Occasional failures.Allen Byrne2013-03-211-0/+7
|
* [svn-r23361] Snapshot version 1.9 release 148HDF Tester2013-03-173-3/+3
|
* [svn-r23341] Snapshot version 1.9 release 147HDF Tester2013-03-103-3/+3
|
* [svn-r23323] Snapshot version 1.9 release 146HDF Tester2013-03-033-3/+3
|
* [svn-r23311] Snapshot version 1.9 release 145HDF Tester2013-02-243-3/+3
|
* [svn-r23305] HDFFV-8257: szip still used even if headers are not found. ↵Allen Byrne2013-02-1814-14/+14
| | | | | | Change configure to test the result of the CHECK HEADERS call before checking for the library. Tested: local linux, h5committest
* [svn-r23290] Snapshot version 1.9 release 144HDF Tester2013-02-173-3/+3
|
* [svn-r23241] Fix for: HDFFV-7596 H5DSget_scale returns size that includes ↵Scot Breitenfeld2013-02-113-11/+9
| | | | | | | | NULL termination and H5DSget_label returns size Updated tests. Tested: jam( gnu, intel)
* [svn-r23240] Snapshot version 1.9 release 143HDF Tester2013-02-103-3/+3
|
* [svn-r23221] Snapshot version 1.9 release 142HDF Tester2013-02-033-3/+3
|
* [svn-r23180] Snapshot version 1.9 release 141HDF Tester2013-01-203-3/+3
|
* [svn-r23161] ported revisions 23146:23160 from the trunkRaymond Lu2013-01-1416-16/+16
|
* [svn-r23149] I put more condition checks with macro when DEFLATE filter is ↵Raymond Lu2013-01-101-3/+4
| | | | | | disabled. Tested on koala.
* [svn-r23148] I added the macro condition check for the test of direct chunk ↵Raymond Lu2013-01-091-0/+2
| | | | | | write as it uses compress2 function. Tested on koala.
* [svn-r23147] ported revisions 23081:23145 from the trunkRaymond Lu2013-01-0918-274/+16
|
* [svn-r23146] The test on Windows shows it doesn't have zlib.h. I added a ↵Raymond Lu2013-01-091-1/+7
| | | | | | macro condition to verify it before include it. Tested on koala.
* [svn-r23103] I changed the H5Dopen in hl/test/dectris_hl_perf.c and ↵Raymond Lu2012-12-141-4/+4
| | | | | | perform/dectris_perf.c to H5Dopen2. Tested on Koala.
* [svn-r23097] I changed H5Dopen to H5Dopen2 in test/dectris_tst.c and ↵Raymond Lu2012-12-131-5/+5
| | | | | | | | | | hl/test/test_dset_opt.c. I added hl/test/dectris_hl_perf.c perform/dectris_perf.c test/dectris_tst.c Tested on koala.
* [svn-r23087] I updated MANIFEST to include the new files hl/src/H5DO.c, ↵Raymond Lu2012-12-101-0/+1
| | | | | | H5DOpublic.h, H5DOprivate.h. I included H5DOpublic.h into hl/src/hdf5_hl.h. Tested on koala.
* [svn-r23082] I corrected an error for test_dectris.h5.Raymond Lu2012-12-061-2/+2
| | | | Tested on jam.
* [svn-r23081] ported revisions 22987 to 23080 from the trunkRaymond Lu2012-12-063-3/+3
|
* [svn-r23079] I updated CMakefile for adding H5DO.c and H5DOpublic.h under ↵Raymond Lu2012-12-052-0/+4
| | | | | | hl/ directory. Not test.
* [svn-r23078] I took out O_SYNC flag from the code. I used it to do ↵Raymond Lu2012-12-051-5/+5
| | | | | | | | performance test. But we decided not to support it. Tested on koala.
* [svn-r23075] I revised the code and test according to Quincey's review. I ↵Raymond Lu2012-12-044-75/+912
| | | | | | also added more test cases. Tested on koala.
* [svn-r23019] I added dectris_hl_perf.c for testing performance.Raymond Lu2012-11-071-0/+643
| | | | Tested on koala.
* [svn-r23018] I forgot to add these new files in previous commit.Raymond Lu2012-11-074-0/+508
|
* [svn-r23017] I added a prototype function H5DOwrite_chunk in HL library for ↵Raymond Lu2012-11-075-19/+27
| | | | | | | | | Dectris people to test performance. The library's API function H5PSIdirect_write is still in. I reorganized the internal library by adding H5D__pre_write function. Tested on koala.
* [svn-r22987] ported revisions from 22742 to 22986 from the trunkRaymond Lu2012-10-2910-221/+290
|
* [svn-r22732] Snapshot version 1.9 release 127HDF Tester2012-09-023-3/+3
|
* [svn-r22722] Update all references from configure.in to configure.acAllen Byrne2012-08-282-2/+2
| | | | Tested: h5committest
* [svn-r22720] Fix RelWithDebInfo packagingAllen Byrne2012-08-281-1/+1
|
* [svn-r22714] one more missed VAR change for parallel examplesAllen Byrne2012-08-263-351/+6
|
* [svn-r22712] Updated a missed example makefile. Tested locally with make ↵Allen Byrne2012-08-242-6/+351
| | | | installcheck (another h5committest understanding oversight)
* [svn-r22709] HDFFV-8129: reconfigured on jam, Remove overloading of ↵Allen Byrne2012-08-2318-219/+233
| | | | | | autotools TESTS var, rename configure.in to configure.ac, convert test scripts from hard *.sh to configure managed *sh.in files. Tested: h5committest
* [svn-r22706] Updated autotools: autoconf 2.69, automake 1.12.3, m4 1.4.16, ↵Larry Knox2012-08-2214-661/+1262
| | | | | | libtool 2.4.2 Tested THG machines.