summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25446] Changed file in Installation section where users should look ↵Mark Evans2014-07-21385-0/+62729
| | | | | | for instructions from release_docs\INSTALL_Windows.txt to release_docs\INSTALL. Fixes HDFFV-8868. Tested: Doxygen
* [svn-r25441] Changed file in Installation section where users should look ↵Mark Evans2014-07-211-1/+1
| | | | | | for instructions from release_docs\INSTALL_Windows.txt to release_docs\INSTALL. Tested: Doxygen
* [svn-r25440] Fixed type conversion in h5pset_fill_value and fixed forScot Breitenfeld2014-07-211-17/+19
| | | | | | | | | nh5pget_fill_valuec_c we call the wrong function ret_value = nh5pset_fill_value_c(prp_id, type_id, _fcdtocp(fillvalue)) HDFFV-8879 Tested: jam( intel, gnu)
* [svn-r25439] Description:Quincey Koziol2014-07-211-95/+76
| | | | | | | | Minor tweaks to updated hyperslab code, before larger revision coming. Tested on: Mac OSX/64 10.9.3 (amazon) w/gcc 4.9 & parallel (h5committest forthcoming)
* [svn-r25434] Snapshot version 1.9 release 189HDF Tester2014-07-2013-26/+26
|
* [svn-r25412] Add ASPRINTF define - check already in configureAllen Byrne2014-07-141-1/+4
|
* [svn-r25407] Snapshot version 1.9 release 188HDF Tester2014-07-1313-26/+26
|
* [svn-r25401] add serial and parallel regression tests for zero dset ↵Mohamad Chaarawi2014-07-094-0/+137
| | | | read/write bug.
* [svn-r25399] bug fixes where a wrong type was used instead of hid_t.Mohamad Chaarawi2014-07-092-3/+3
|
* [svn-r25398] add a check to make sure MPI_File_get_size() returns correct ↵Mohamad Chaarawi2014-07-091-1/+2
| | | | value (HDFFV-8856).
* [svn-r25397] - remove configure checks for MPI_File_get_size and BigMohamad Chaarawi2014-07-0749-247/+1
| | | | | 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-0613-26/+26
|
* [svn-r25392] fix HDFFV-8761:Mohamad Chaarawi2014-07-031-2/+4
| | | | allocating space for zero-length chunked dataset and asserting.
* [svn-r25386] remove double declaration of off and len.Mohamad Chaarawi2014-07-011-2/+0
|
* [svn-r25378] Snapshot version 1.9 release 186HDF Tester2014-06-2913-26/+26
|
* [svn-r25357] Change default timeout to 1200 seconds or 20 minsAllen Byrne2014-06-253-6/+7
| | | | adjust up for certain tests.
* [svn-r25350] Add more vfd tests to smaller timeout limitsAllen Byrne2014-06-241-0/+1
|
* [svn-r25343] Add more vfd tests to smaller timeout limitsAllen Byrne2014-06-231-0/+3
|
* [svn-r25341] HDFFV-8845: Propagated changes made to configure.ac to cmake. ↵Allen Byrne2014-06-232-240/+234
| | | | Enabled MSVC for two tests as suggested in the issue.
* [svn-r25339] Snapshot version 1.9 release 185HDF Tester2014-06-2213-26/+26
|
* [svn-r25321] Reworked and enhanced extreme sanity check in H5C.c, fixing an John Mainzer2014-06-189-90/+1938
| | | | | | | | | | | | | | | | | | | | | | | | | uninitialized variable bug in passing. Added the H5C_get_entry_ptr_from_addr() and H5C_verify_entry_type() in H5C.c, along with their pass through functions in H5AC.c. Note that H5C_get_entry_ptr_from_addr() is quite slimey, and should be avoided if possible. Updated fractal heap to use flush ordering to force children in the hdr / iblock / dblock tree to be flushed prior to parents. This is part of a port of the fractal heap to the V3 cache, although I gather that it will also be useful for SWMR. Added sanity checking code to the fractal heap to verify that direct blocks are flushed before their parent indirect blocks, child indirect block are flushed prior to their parent indirect blocks, and that the root iblock or dblock is flushed prior to the header Tested on: Jam: Serial and parallel Phoenix (Debian): serial, debug and production amazon (MacOS): serial
* [svn-r25317] Edited the Introduction section.Mark Evans2014-06-181-18/+21
| | | | Tested: Doxygen and Firefox
* [svn-r25313] Use cmake var to store name of created h5_test_kind_xxxx mod file.Allen Byrne2014-06-181-3/+7
| | | | Tested: local linux
* [svn-r25310] Add max time for VFD objcopy testAllen Byrne2014-06-181-0/+1
|
* [svn-r25304] Fixes latest check-in errors for:Scot Breitenfeld2014-06-173-44/+42
| | | | | | | | | | | | | | HDFFV-8653 replace non-standard sizeof in the fortran tests with c_sizeof (1) Removed the overloaded h5_sizeof functions for characters and integer arrays since Sun compilers don't allow them to be passed into a function that uses sizeof. (2) Requested min. precision for reals to avoid duplicate interfaces when the flag -r8 (or equiv.) is set. tested: *jam: intel, -i8 -r8 --enable-fortran2003 *jam: pgi, --enable-fortran2003 *emu: sun, --enable-fortran2003
* [svn-r25302] Add nounistd option to flex command for windows caompatibilityAllen Byrne2014-06-176-15/+7
|
* [svn-r25300] Add flex / bison commands to bin script and regenerate hl files ↵Allen Byrne2014-06-166-1641/+3231
| | | | | | | using latest versions. No other files touched. Tested: h5committest
* [svn-r25299] correct case of CMake commandsAllen Byrne2014-06-161-1/+1
|
* [svn-r25294] added implicit noneScot Breitenfeld2014-06-161-0/+1
|
* [svn-r25291] Fix for:Scot Breitenfeld2014-06-161-1/+6
| | | | | HDFFV-8653 replace non-standard sizeof in the fortran tests with c_sizeof
* [svn-r25290] Fix for:Scot Breitenfeld2014-06-164-9/+57
| | | | | HDFFV-8653 replace non-standard sizeof in the fortran tests with c_sizeof
* [svn-r25287] Fix for:Scot Breitenfeld2014-06-162-0/+126
| | | | | HDFFV-8653 replace non-standard sizeof in the fortran tests with c_sizeof
* [svn-r25286] Fix for:Scot Breitenfeld2014-06-1615-71/+613
| | | | | | | HDFFV-8653 replace non-standard sizeof in the fortran tests with c_sizeof Tested: jam (gnu, intel) with make and cmake.
* [svn-r25285] Snapshot version 1.9 release 184HDF Tester2014-06-1517-880/+880
|
* [svn-r25283] Description:Quincey Koziol2014-06-146-42/+42
| | | | | | | | | | Correct error in new hyperslab selection test to use the right # of dimensions for start/stride/count/block arrays. Also, switch H5Sselect_select to H5Smodify_select. Tested on: MacOSX/64 10.9.3 (amazon) w/gcc 4.9.1, OpenMPI, C++, FORTRAN & threadsafe (Too minor to require h5committest)
* [svn-r25282] remove obsolete fileAllen Byrne2014-06-131-5/+0
|
* [svn-r25274] Adds #defines that ensures that DllMain is only compiled in ↵Dana Robinson2014-06-131-2/+6
| | | | | | | | when the thread-safe shared library is built on Windows. Fixes HDFFV-8837. Tested on 64-bit Windows 7 with VS2012.
* [svn-r25273] Description:Quincey Koziol2014-06-1334-3035/+5135
| | | | | | | | | | | Bring in Chao/Neil/my changes to optimize hyperslab selection operations further, along with 3 new public API routines: H5Scombine_hyperslab(), H5Sselect_select() and H5Scombine_select(), along with many minor cleanups to the code and fixing a few compiler warnings. Tested on: Mac OSX/64 10.9.3 w/gcc 4.9.x and parallel w/OpenMPI (h5commttest forthcoming)
* [svn-r25266] update to m4 1.4.17 in reconfigure did not change any other filesAllen Byrne2014-06-121-2/+2
|
* [svn-r25261] limit vfd flush1 test timeAllen Byrne2014-06-111-0/+1
|
* [svn-r25260] Update versionsAllen Byrne2014-06-111-28/+53
|
* [svn-r25249] change test to ignore h5diff warnings (endianess issue)Allen Byrne2014-06-101-1/+1
|
* [svn-r25241] Snapshot version 1.9 release 183HDF Tester2014-06-0813-26/+26
|
* [svn-r25239] Add set_property command for list option.Allen Byrne2014-06-047-8/+12
| | | | Minor doc edits
* [svn-r25238] Removed warning about the data type of the actual argument does ↵Scot Breitenfeld2014-06-041-1/+1
| | | | | | not match the definition to verify function. Trivial fix. tested: jam (gnu)
* [svn-r25216] Snapshot version 1.9 release 182HDF Tester2014-05-2514-29/+29
|
* [svn-r25215] Description:Quincey Koziol2014-05-258-132/+178
| | | | | | | | | | | | | | Bring changes from Coverity branch back to trunk: r20914: Use HDstrncpy and HDstrncat! --gh 20915: Use HDstrncpy and HDstrncat! --gh Tested on: Mac OSX/64 10.9.3 (amazon) w/gcc 4.9.0, C++, FORTRAN & parallel (too minor to require h5committest)
* [svn-r25208] Make the header generation optional and depend on finding perl ↵Allen Byrne2014-05-211-31/+37
| | | | executable. Needed because window does not have perl.
* [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-r25206] Description:Quincey Koziol2014-05-201-3/+79
| | | | | | | Add new warning flags for gcc 4.9.x Tested on: MacOSX/64 10.9.3 (amazon) w/gcc 4.9.0