summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* [svn-r25569] Added option to build tools static when building shared ↵Allen Byrne2014-09-031-1/+17
| | | | | | libraries. This will prevent 'dll' being appended to the tool name on windows. See HDFFV-8292. Tested: local linux
* [svn-r25563] Snapshot version 1.9 release 194HDF Tester2014-08-312-3/+3
|
* [svn-r25546] Snapshot version 1.9 release 193HDF Tester2014-08-242-3/+3
|
* [svn-r25534] Snapshot version 1.9 release 192HDF Tester2014-08-172-3/+3
|
* [svn-r25531] remove use of C99 PRI that failed on windows in dtypes.cMohamad Chaarawi2014-08-119-22/+55
| | | | fix bugs where hid_t were assumed to be 32 bit ints or herr_t.
* [svn-r25524] remove usage of // comment styles.Mohamad Chaarawi2014-08-111-3/+4
|
* [svn-r25516] remove use of MPI_LB and MPI_UB deprecated markers and use ↵Mohamad Chaarawi2014-08-061-29/+16
| | | | resize instead.
* [svn-r25514] Replace MPI deprecated routines with undeprecated ones.Mohamad Chaarawi2014-08-052-17/+18
|
* [svn-r25509] HDFFV-8878:Mohamad Chaarawi2014-08-041-40/+205
| | | | | | Make the fill value operation for chunked datasets in parallel collective/fast. tested with h5committest
* [svn-r25508] Added a check that ensures page_size is not set to zero inDana Robinson2014-08-041-0/+4
| | | | | | | H5Pset_core_write_tracking(). This ensures that the behavior matches the description in the reference manual. Tested on a local linux VM. This is a very minor change.
* [svn-r25506] Snapshot version 1.9 release 191HDF Tester2014-08-032-3/+3
|
* [svn-r25504] fix ret_value in H5Oexists_by_name to be htri_t instead of ↵Mohamad Chaarawi2014-08-011-1/+1
| | | | hid_t. Bug exposed in VOL branch.
* [svn-r25500] fix HDFFV-8888 - H5Ldelete_by_idx fails on non-existent group name.Mohamad Chaarawi2014-07-311-1/+1
| | | | tested Jam. minor change.
* [svn-r25496] Description:Quincey Koziol2014-07-3023-185/+463
| | | | | | | | | 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-r25487] store all members of the driver info in the file structs since theyMohamad Chaarawi2014-07-291-0/+10
| | | | | | will be needed if H5Pget_create_plist is called. tested jam. minor change.
* [svn-r25484] Snapshot version 1.9 release 190HDF Tester2014-07-272-3/+3
|
* [svn-r25468] some code refactoring to align trunk with VOL branch.Mohamad Chaarawi2014-07-2215-3218/+3658
| | | | tested with h5committest.
* [svn-r25450] Description:Quincey Koziol2014-07-212-6/+5
| | | | | | | | Initial tweaks to align with VOL branch. Tested on: Mac OSX/64 10.9.3 (amazon) w/gcc 4.9 (h5committest not required, too small)
* [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-202-3/+3
|
* [svn-r25407] Snapshot version 1.9 release 188HDF Tester2014-07-132-3/+3
|
* [svn-r25399] bug fixes where a wrong type was used instead of hid_t.Mohamad Chaarawi2014-07-091-1/+1
|
* [svn-r25397] - remove configure checks for MPI_File_get_size and BigMohamad Chaarawi2014-07-073-45/+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-062-3/+3
|
* [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-292-3/+3
|
* [svn-r25339] Snapshot version 1.9 release 185HDF Tester2014-06-222-3/+3
|
* [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-r25302] Add nounistd option to flex command for windows caompatibilityAllen Byrne2014-06-171-1/+1
|
* [svn-r25285] Snapshot version 1.9 release 184HDF Tester2014-06-156-857/+857
|
* [svn-r25283] Description:Quincey Koziol2014-06-142-12/+12
| | | | | | | | | | 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-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-1332-2734/+3611
| | | | | | | | | | | 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-r25241] Snapshot version 1.9 release 183HDF Tester2014-06-082-3/+3
|
* [svn-r25216] Snapshot version 1.9 release 182HDF Tester2014-05-253-6/+6
|
* [svn-r25215] Description:Quincey Koziol2014-05-252-0/+6
| | | | | | | | | | | | | | 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-r25205] Fix CMP0040 Policy cmake usageAllen Byrne2014-05-201-7/+18
|
* [svn-r25199] Snapshot version 1.9 release 181HDF Tester2014-05-182-3/+3
|
* [svn-r25197] Description:Quincey Koziol2014-05-172-5/+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-3/+11
| | | | Tested: local linux
* [svn-r25181] Snapshot version 1.9 release 180HDF Tester2014-05-112-3/+3
|
* [svn-r25161] Removed some C++-style comments from H5FDcore.c.Dana Robinson2014-05-051-8/+0
| | | | | | | Tested on: 32-bit LE linux (jam) Tested with HDF5_DRIVER set to "core_paged".
* [svn-r25158] Snapshot version 1.9 release 179HDF Tester2014-05-042-3/+3
|
* [svn-r25126] Snapshot version 1.9 release 178HDF Tester2014-04-272-3/+3
|
* [svn-r25117] Removed LT_ADD_LIBHDF5_DEPENDENCY configure conditional to roll ↵Larry Knox2014-04-251-1/+0
| | | | | | | | | | | 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-r25097] Description:Quincey Koziol2014-04-258-122/+129
| | | | | | | | | | | Make progress toward moving from DXPL IDs to property list structures within the library. Also move the signature location code from the H5F package to the H5FD package, where it's a better fit. Also, clean up some more compiler warnings along the way. Tested on: Mac OSX/64 10.9.2 (amazon) w/C++, FORTRAN & parallel (h5committest forthcoming)
* [svn-r25092] Description:Quincey Koziol2014-04-246-232/+241
| | | | | | | | | | More migration to using H5F_io_info_t pointers and away from using property list IDs internally. Also, clean up some compiler warnings in the cache code. Tested on: Mac OSX/64 10.9.2 (amazon) w/C++, FORTRAN & parallel (h5committest forthcoming)
* [svn-r25088] Description:Quincey Koziol2014-04-235-63/+93
| | | | | | | | | Introduce "file I/O info" struct, to hold file & dxpl pointers, and start propagating up through library. Tested on: Mac OSX/64 10.9.2 (amazon) w/C++, FORTRAN & parallel (h5committest coming)