AuthorCommitMessageCommit dateIssues
Quincey KoziolQuincey Koziol
3550004b200[svn-r26302] Description: Revise dataspace encode/decode routines to make them work better with future virtual dataset feature.Tested on: Mac OSX/64 10.10.2 (amazon) w/serial (h5committest forthcoming)
Quincey KoziolQuincey Koziol
0ce8fddc735[svn-r26301] Description: Bring Neil's fix for error in H5S_extent_copy() back to the trunk.Tested on: Mac OSX/64 10.10.2 (amazon) w/serial (h5committest forthcoming)
Quincey KoziolQuincey Koziol
2dae0755692[svn-r26300] Description: Add H5Sis_regular_hyperslab() and H5Sget_regular_hyperslab() API routines, along with tests.Tested on: Mac OSX/64 10.10.2 (amazon) w/serial (h5committest forthcoming)
Scot BreitenfeldScot Breitenfeld
48d9c30923a[svn-r26294] Fix for HDFFV-9132.tested: h5committestHDFFV-9132
Scot BreitenfeldScot Breitenfeld
e171ee01f18[svn-r26280] Removed tab indenting for Fortran source, tab indenting is not F2003 standard compliant.
Mohamad ChaarawiMohamad Chaarawi
0c29ac42cd9[svn-r26279] re-commit 26260 that Dana moved out fixing the versioning of functions to work with v16 default API.
Allen ByrneAllen Byrne
f175fd25c87[svn-r26277] remove filename extension
Dana RobinsonDana Robinson
7e220930da7[svn-r26276] Merged r26075-80, 86 from features/autotools_rework branch.Cleans up time functions in the autotools input files. Removed deprecated gettimeofday() time zone code and configure processing. Also removed some unused time function configure checks and defines. Fixes: HDFFV-9083 and HDFFV-9085 Tested on: 32-bit linux, serial and parallel (jam) OS X (kite) Solaris (emu)2 JIRA Issues
Dana RobinsonDana Robinson
7c134068147[svn-r26275] Merge of r26042, 26083, 26084, 26085 from features/autotools_rework- Updated configure.ac so that the direct VFD can now be built without specifying _GNU_SOURCE, etc. on the command line. - The direct VFD is now disabled by default. It was previously enabled, but the configuration script couldn't configure it properly, making it a moot point. Fixes: HDFFV-9057, HDFFV-7567, HDFFV-9088, HDFFV-7566 Tested on: h5committest jam w/ direct VFD (*v...4 JIRA Issues
Dana RobinsonDana Robinson
bfc03955075[svn-r26272] Merge of r26071 from features/autotools_reworkRemoves the --with-default-vfd option from configure. This was basically useless and only allowed selecting the stdio VFD. Since this is a demo VFD and not really a production VFD, we decided to retire this option. Fixes: HDFFV-9081 Tested on: h5committest NOTE: platypus cmake fails, but this is not a new error.HDFFV-9081
Dana RobinsonDana Robinson
f634105bdb7[svn-r26271] Reverse merge of r26260 which was causing daily test failures.Tested on: jam w/ parallel and fortran
Mohamad ChaarawiMohamad Chaarawi
fcd77ffe7ea[svn-r26260] - add an attribute callback to call H5_term_library when MPI_COMM_SELF is destroyed. - add tests for above. - this is a fix for HDFFV-883.tested h5committestHDFFV-883
Allen ByrneAllen Byrne
734f1682254[svn-r26259] Remove file
Allen ByrneAllen Byrne
fef1ffe6902[svn-r26256] Remove file - obsoleted by cmake 3.1 minimum
Allen ByrneAllen Byrne
42a97ddeffe[svn-r26255] Remove file - obsoleted by cmake 3.1 minimum
Scot BreitenfeldScot Breitenfeld
57a1c0b93bc[svn-r26254] Changed mpi test to use include 'mpif.h'
Allen ByrneAllen Byrne
f679b9006dc[svn-r26253] Update CMake with fortran source properties and defines, correct name of hl fortran examples option check
Dana RobinsonDana Robinson
54a36600c0e[svn-r26249] Removed warnings about NO TRACE from bin/trace script.Fixes: HDFFV-9098 Tested on: jam (bin/trace only - causes no source changes)HDFFV-9098
Scot BreitenfeldScot Breitenfeld
6ce3158da70[svn-r26247] Reverted back from using 'USE MPI' to include 'mpif.h' since windows does not seem to support 'USE MPI'.
Dana RobinsonDana Robinson
5867b6db9ee[svn-r26246] Corrects a regular expression in the bin/trace Perl script that did not match API calls which return a pointer.Fixes: HDFFV-9141 Tested on: h5committestHDFFV-9141
Scot BreitenfeldScot Breitenfeld
3eeed2f1d55[svn-r26241] Fixed issue with default 8 byte integers using xlf compilers.
Dana RobinsonDana Robinson
fc082e60f3a[svn-r26236] Updated the MANIFEST file after deleting VMS support files.Tested on: bin/chkmanifest
Dana RobinsonDana Robinson
9ecbdc858c8[svn-r26234] Removed VMS support from the library.A tag (vms_last_support_trunk) was created just before the VMS files were deleted.
Scot BreitenfeldScot Breitenfeld
3a03c275e92[svn-r26233] Disable h5tenum_insert_f if F2003 is enabled.
Allen ByrneAllen Byrne
a3f987daa95[svn-r26230] Add def file comment when it is F2003
Dana RobinsonDana Robinson
a7f70203b41[svn-r26225] Removes broken open() call work-around that was specific to the now unsupported Code Warrior compiler. Also removes the H5_NO_SHARED_WRITING symbol from the pubconf file.Fixes: HDFFV-9080 Tested on: jam only, after bin/reconfigure (all platforms should see no source changes)HDFFV-9080
Mohamad ChaarawiMohamad Chaarawi
32c030ad2b2[svn-r26223] add another H5close before finalize so with-mpe does not fail.
Mohamad ChaarawiMohamad Chaarawi
79d94c7bb74[svn-r26222] call H5close before MPI_Finalize() and close some objects that could be potentially left open.
Dana RobinsonDana Robinson
63d38ca75a9[svn-r26219] Merge r26029 from autotools_rework feature branch.Adds a comment to configure.ac indicating that Cygwin still has problems with srcdir and time. Fixes: HDFFV-9082 Tested on: jam (comment only change) w/ bin/reconfigureHDFFV-9082
Scot BreitenfeldScot Breitenfeld
93379cf58fe[svn-r26217] Added H5T_PROVISIONAL_mp_H5TENUM_INSERT_F
Dana RobinsonDana Robinson
c3385d9010f[svn-r26216] Removed inappropriate TEXT() macro from the plugin name and changed a few Win32 API calls to use the <function>A version, which forces char behavior (vs. wchar_t) when UNICODE is defined. This only affects Windows.Fixes HDFFV-8927 Tested on 64-bit Windows 7 with Visual Studio 2012 and CMake 3.2 with UNICODE/_UNICODE both defined and undefined.HDFFV-8927
Scot BreitenfeldScot Breitenfeld
27a385d557d[svn-r26214] Fix for HDFFV-8908:h5tenum_insert_f does not work with default 8 byte integers (xlf compiler)HDFFV-8908
Quincey KoziolQuincey Koziol
41aeac45047[svn-r26213] Description: Minor code cleanups, to align with revise_chunks branch.Tested on: Mac OSX/64 10.10.2 (amazon) w/serial & parallel Linux/32 2.6.x (jam) w/serial
Scot BreitenfeldScot Breitenfeld
3a303d3dd3d[svn-r26211] revert ci 26204
Scot BreitenfeldScot Breitenfeld
f1ffd2202b3[svn-r26210] Removed debugging statement and typos.
Allen ByrneAllen Byrne
73bb11dda32[svn-r26208] Update cmake minimums
Scot BreitenfeldScot Breitenfeld
69d4bda97c4[svn-r26206] Reverting change r26204
Scot BreitenfeldScot Breitenfeld
a75fd4c9600[svn-r26205] Fix for HDFFV-8908: h5tenum_insert_f does not work with default 8 byte integers (xlf compiler) HDFFV-8908
Mohamad ChaarawiMohamad Chaarawi
546899dcd63[svn-r26203] increase string size to 128 for MPE function event name.
Dana RobinsonDana Robinson
3db1c5f635e[svn-r26200] Fixed mixed tabs and spaces before making changes.No code changes.
Quincey KoziolQuincey Koziol
85504f53761[svn-r26195] Description: Switch from enum H5D_CHUNK_BTREE to H5D_CHUNK_IDX_BTREE, along with a couple of minor whitespace touchups.Tested on: Mac OSX/64 10.10.2 (amazon) w/serial & parallel Linux/32 2.6.x (jam) w/serial
Quincey KoziolQuincey Koziol
595b01658e9[svn-r26193] Description: Fix locking error when splitting root node of v1 B-tree, and simplify the iteration over entries in a v1 B-tree (avoiding using the sibling pointer also).Tested on: Mac OSX/64 10.10.2 (amazon) w/serial & parallel Linux/32 2.6.x (jam) w/serial
Quincey KoziolQuincey Koziol
fd79bc3c1ae[svn-r26191] Description: Track the min & max keys for a v2 B-tree, so it can more efficiently determine if a key is present in the B-tree.Tested on: Mac OSX/64 10.10.2 (amazon) w/parallel & serial Linux/32 2.6.x (jam) w/serial
Scot BreitenfeldScot Breitenfeld
b28b5fade93[svn-r26188] Merged autotools fixes into the trunk:HDFFV-9089, HDFFV-9091, HDFFV-9092, HDFFV-9094, HDFFV-90955 JIRA Issues
Mohamad ChaarawiMohamad Chaarawi
74fbb9e3279[svn-r26180] merge configure fixes for HDFFV-9068,9069,9096,9097,9135 from autotools_rework branch:- Remove Infering parallel compilers (C and Fortran) from configure.ac - Remove restriction to build shared with parallel - Cleanup parallel sections in configure.ac - remove large file support checks - MPE fixes. tested with h5committest.HDFFV-9068
Private HDFPrivate HDF
9a376e4ee9e[svn-r26177] Snapshot version 1.9 release 214
Albert ChengAlbert Cheng
d0c224ae188[svn-r26173] HDF5-9117: if testing for proper working 'tr' command is needed. Long time ago, the tr command in some platform does not work properly and this test was added to detect broken tr and abort the configure process. We are not aware of such broken tr command in current systems and decided to retire this test.The setup of ${TR} is still needed as it is used to process DEBUG_PKG. Tested: h5committested plus using "./configure --enable-debug=all" in jam.HDF5-9117
Scot BreitenfeldScot Breitenfeld
7fcba337634[svn-r26172] Fix for: HDFFV-8685 -- Have one include file to use for HL libraries added hdf5.h to hdf5_hl.hHDFFV-8685
Scot BreitenfeldScot Breitenfeld
999440cbf80[svn-r26170] Fix for HDFFV-8559Correction of mistyped variable and removed implicit typing for interfaces.HDFFV-8559
Allen ByrneAllen Byrne
d1897cb0382[svn-r26162] Update versions