summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25632] Purpose: Fixed HDFFV-8852Binh-Minh Ribler2014-09-295-5/+14
| | | | | | | | | | | | | | | | Description: H5F_ACC_CREAT was included in the C++ API while the C library doesn't allow it yet. Possibly, in the future, but not now. In addition, the two flags H5F_ACC_RDONLY and H5F_ACC_RDWR were missing from the documentation, causing confusion that appending is not supported. Solution: - Removed H5F_ACC_CREAT from the function until the C library support it - Added H5F_ACC_RDONLY and H5F_ACC_RDWR to the comments to update the documentation Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
* [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-2813-26/+26
|
* [svn-r25626] Changed the callback function integer type from INTEGER to ↵Scot Breitenfeld2014-09-261-1/+1
| | | | INTEGER(C_INT) for portability, HDFFV-8909.
* [svn-r25624] Define symbol for other compilers as nothing.Allen Byrne2014-09-261-0/+2
| | | | Tested: platypus
* [svn-r25623] Update from 1.8 docs - docs team changes from last releaseAllen Byrne2014-09-253-6/+6
|
* [svn-r25620] Fix a bug in multi VFD when the memb_addr in H5Pset_fapl_multi ↵Mohamad Chaarawi2014-09-251-1/+1
| | | | | | | | | | is passed as NULL. The library is supposed in that case to equally divide the address space among all members, but there was a bug causing an overflow in the assignment. tested with h5commitest
* [svn-r25618] Added tests for HDFFV-8879Scot Breitenfeld2014-09-251-0/+39
|
* [svn-r25617] Upgrade packaging process with cmake helper functions.Allen Byrne2014-09-255-100/+373
| | | | Tested: local linux
* [svn-r25615] Include plugin header change. H5PLextern.h and H5PLprivate.h ↵Allen Byrne2014-09-252-36/+18
| | | | | | have two opposing use cases, only the enum is common. Tested: local linux and windows
* [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-r25608] Windows needs extra slashesAllen Byrne2014-09-231-1/+1
|
* [svn-r25607] Add 10 sec timeout to VFD - flush2 tests instead of default 20 min.Allen Byrne2014-09-221-0/+1
|
* [svn-r25604] Snapshot version 1.9 release 196HDF Tester2014-09-2113-26/+26
|
* [svn-r25595] Update VMs on other testedAllen Byrne2014-09-171-7/+11
|
* [svn-r25591] Snapshot version 1.9 release 195HDF Tester2014-09-1413-26/+26
|
* [svn-r25586] need to use MPI_Count and corresponding _x check routines post ↵Mohamad Chaarawi2014-09-111-20/+11
| | | | read/write to handle big counts.
* [svn-r25573] fix error output when dataset verify detects wrong data.Mohamad Chaarawi2014-09-051-1/+1
|
* [svn-r25570] UNDO:Added option to build tools static when building shared ↵Allen Byrne2014-09-0314-141/+34
| | | | | | | | libraries. This will prevent 'dll' being appended to the tool name on windows. See HDFFV-8292. Windows DLL linkage problem because of defines needed. Tested: local linux
* [svn-r25569] Added option to build tools static when building shared ↵Allen Byrne2014-09-0315-47/+174
| | | | | | 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-3113-26/+26
|
* [svn-r25552] JAVA-1880: hdfview failure to load plugins identified default ↵Allen Byrne2014-08-251-1/+1
| | | | | | value was incorrectly formed. Tested: windows
* [svn-r25546] Snapshot version 1.9 release 193HDF Tester2014-08-2413-26/+26
|
* [svn-r25536] HDFFV-8897: remove include extra paths.Allen Byrne2014-08-191-4/+4
|
* [svn-r25534] Snapshot version 1.9 release 192HDF Tester2014-08-1713-26/+26
|
* [svn-r25531] remove use of C99 PRI that failed on windows in dtypes.cMohamad Chaarawi2014-08-1117-83/+126
| | | | fix bugs where hid_t were assumed to be 32 bit ints or herr_t.
* [svn-r25527] fix printf format warnings in dtypes test.Mohamad Chaarawi2014-08-111-2/+2
|
* [svn-r25524] remove usage of // comment styles.Mohamad Chaarawi2014-08-111-3/+4
|
* [svn-r25518] HDFFV-8880: Remove t_posix_compliant test referencesAllen Byrne2014-08-061-7/+1
|
* [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-r25510] Added the parameters to the code comment section:Scot Breitenfeld2014-08-052-57/+49
| | | | | | | H5T_VLEN_F (9) H5T_ARRAY_F (10) No source changes.
* [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-0315-34/+33
|
* [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-r25503] - fix bug in encode/decode plist parallel test when 1 proccess ↵Mohamad Chaarawi2014-08-013-25/+36
| | | | | | is used to run the test. - fix warning in t_chunk_alloc.
* [svn-r25500] fix HDFFV-8888 - H5Ldelete_by_idx fails on non-existent group name.Mohamad Chaarawi2014-07-312-1/+7
| | | | tested Jam. minor change.
* [svn-r25496] Description:Quincey Koziol2014-07-3071-768/+1065
| | | | | | | | | 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-2713-26/+26
|
* [svn-r25483] Fixed code comments.Scot Breitenfeld2014-07-241-2/+2
|
* [svn-r25480] Added error if Fortran's default real is double precision. If ↵Scot Breitenfeld2014-07-241-1/+10
| | | | | | | | | | | it is and HL is being built then configure returns an error. This is due to HDFFV-889. Tested: jam with intel cmake options: -DCMAKE_Fortran_FLAGS:STRING="-r8" (should fail) and -DHDF5_BUILD_HL_LIB:BOOL=OFF (should pass)
* [svn-r25479] update ubuntu infoAllen Byrne2014-07-241-2/+2
|
* [svn-r25478] update ubuntu infoAllen Byrne2014-07-241-16/+16
|
* [svn-r25477] Added error if Fortran's default real is double precision. If ↵Scot Breitenfeld2014-07-242-0/+18
| | | | | | it is and HL is being built then configure returns an error. This is due to HDFFV-889. Tested: jam with intel and -r8 flag, both with and without --disable-hl.
* [svn-r25475] Fixed for nh5pget_fill_valuec_c where we called the wrong functionScot Breitenfeld2014-07-231-3/+3
| | | | | | | | ret_value = nh5pset_fill_value_c(prp_id, type_id, _fcdtocp(fillvalue)) HDFFV-8879 Tested: jam( intel, gnu)
* [svn-r25473] Added VALUE to callback group_id type. Needed to fix problem ↵Scot Breitenfeld2014-07-231-1/+1
| | | | | | when hid_t is 64-bit. Tested: jam (intel, gnu)
* [svn-r25469] Removed duplicate BIND(C) type defintion.Scot Breitenfeld2014-07-221-9/+4
| | | | Tested: (jam: gnu, intel)