Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r26256] Remove file - obsoleted by cmake 3.1 minimum | Allen Byrne | 2015-02-20 | 1 | -1/+1 |
| | |||||
* | [svn-r26255] Remove file - obsoleted by cmake 3.1 minimum | Allen Byrne | 2015-02-20 | 1 | -1/+0 |
| | |||||
* | [svn-r26254] Changed mpi test to use include 'mpif.h' | Scot Breitenfeld | 2015-02-20 | 1 | -1/+1 |
| | |||||
* | [svn-r26253] Update CMake with fortran source properties and defines, ↵ | Allen Byrne | 2015-02-20 | 10 | -172/+178 |
| | | | | correct name of hl fortran examples option check | ||||
* | [svn-r26249] Removed warnings about NO TRACE from bin/trace script. | Dana Robinson | 2015-02-20 | 1 | -6/+5 |
| | | | | | | Fixes: HDFFV-9098 Tested on: jam (bin/trace only - causes no source changes) | ||||
* | [svn-r26247] Reverted back from using 'USE MPI' to include 'mpif.h' since ↵ | Scot Breitenfeld | 2015-02-20 | 4 | -4/+5 |
| | | | | windows does not seem to support 'USE MPI'. | ||||
* | [svn-r26246] Corrects a regular expression in the bin/trace Perl script that ↵ | Dana Robinson | 2015-02-20 | 8 | -3/+14 |
| | | | | | | | | | | did not match API calls which return a pointer. Fixes: HDFFV-9141 Tested on: h5committest | ||||
* | [svn-r26241] Fixed issue with default 8 byte integers using xlf compilers. | Scot Breitenfeld | 2015-02-19 | 4 | -26/+31 |
| | |||||
* | [svn-r26236] Updated the MANIFEST file after deleting VMS support files. | Dana Robinson | 2015-02-19 | 1 | -49/+0 |
| | | | | Tested on: bin/chkmanifest | ||||
* | [svn-r26234] Removed VMS support from the library. A tag ↵ | Dana Robinson | 2015-02-19 | 43 | -4818/+0 |
| | | | | (vms_last_support_trunk) was created just before the VMS files were deleted. | ||||
* | [svn-r26233] Disable h5tenum_insert_f if F2003 is enabled. | Scot Breitenfeld | 2015-02-19 | 1 | -1/+1 |
| | |||||
* | [svn-r26230] Add def file comment when it is F2003vms_last_support_trunk | Allen Byrne | 2015-02-19 | 1 | -0/+2 |
| | |||||
* | [svn-r26225] Removes broken open() call work-around that was specific to the now | Dana Robinson | 2015-02-19 | 6 | -30/+0 |
| | | | | | | | | | | 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) | ||||
* | [svn-r26223] add another H5close before finalize so with-mpe does not fail. | Mohamad Chaarawi | 2015-02-18 | 1 | -1/+4 |
| | |||||
* | [svn-r26222] call H5close before MPI_Finalize() and close some objects that ↵ | Mohamad Chaarawi | 2015-02-18 | 1 | -1/+8 |
| | | | | could be potentially left open. | ||||
* | [svn-r26219] Merge r26029 from autotools_rework feature branch. | Dana Robinson | 2015-02-18 | 2 | -0/+10 |
| | | | | | | | | | 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/reconfigure | ||||
* | [svn-r26217] Added H5T_PROVISIONAL_mp_H5TENUM_INSERT_F | Scot Breitenfeld | 2015-02-18 | 1 | -1/+1 |
| | |||||
* | [svn-r26216] Removed inappropriate TEXT() macro from the plugin name and ↵ | Dana Robinson | 2015-02-18 | 1 | -9/+21 |
| | | | | | | | | 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. | ||||
* | [svn-r26214] Fix for HDFFV-8908: | Scot Breitenfeld | 2015-02-18 | 7 | -52/+210 |
| | | | | h5tenum_insert_f does not work with default 8 byte integers (xlf compiler) | ||||
* | [svn-r26213] Description: | Quincey Koziol | 2015-02-18 | 3 | -88/+76 |
| | | | | | | | | 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 | ||||
* | [svn-r26211] revert ci 26204 | Scot Breitenfeld | 2015-02-18 | 7 | -218/+57 |
| | |||||
* | [svn-r26210] Removed debugging statement and typos. | Scot Breitenfeld | 2015-02-18 | 2 | -5/+2 |
| | |||||
* | [svn-r26208] Update cmake minimums | Allen Byrne | 2015-02-18 | 43 | -44/+44 |
| | |||||
* | [svn-r26206] Reverting change r26204 | Scot Breitenfeld | 2015-02-18 | 1 | -4/+0 |
| | |||||
* | [svn-r26205] Fix for HDFFV-8908: | Scot Breitenfeld | 2015-02-18 | 8 | -57/+225 |
| | | | | | h5tenum_insert_f does not work with default 8 byte integers (xlf compiler) | ||||
* | [svn-r26203] increase string size to 128 for MPE function event name. | Mohamad Chaarawi | 2015-02-18 | 1 | -1/+1 |
| | |||||
* | [svn-r26200] Fixed mixed tabs and spaces before making changes. | Dana Robinson | 2015-02-17 | 1 | -56/+55 |
| | | | | No code changes. | ||||
* | [svn-r26195] Description: | Quincey Koziol | 2015-02-17 | 6 | -13/+14 |
| | | | | | | | | | 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 | ||||
* | [svn-r26193] Description: | Quincey Koziol | 2015-02-17 | 1 | -112/+35 |
| | | | | | | | | | | 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 | ||||
* | [svn-r26191] Description: | Quincey Koziol | 2015-02-17 | 6 | -125/+359 |
| | | | | | | | | | 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 | ||||
* | [svn-r26188] Merged autotools fixes into the trunk: | Scot Breitenfeld | 2015-02-16 | 49 | -691/+724 |
| | | | | HDFFV-9089, HDFFV-9091, HDFFV-9092, HDFFV-9094, HDFFV-9095 | ||||
* | [svn-r26180] merge configure fixes for HDFFV-9068,9069,9096,9097,9135 from ↵ | Mohamad Chaarawi | 2015-02-16 | 46 | -1198/+102 |
| | | | | | | | | | | | | 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. | ||||
* | [svn-r26177] Snapshot version 1.9 release 214 | HDF Tester | 2015-02-15 | 13 | -26/+26 |
| | |||||
* | [svn-r26173] HDF5-9117: if testing for proper working 'tr' command is needed. | Albert Cheng | 2015-02-14 | 2 | -14/+2 |
| | | | | | | | | | | 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. | ||||
* | [svn-r26172] Fix for: HDFFV-8685 -- Have one include file to use for HL ↵ | Scot Breitenfeld | 2015-02-13 | 7 | -7/+1 |
| | | | | | | libraries added hdf5.h to hdf5_hl.h | ||||
* | [svn-r26170] Fix for HDFFV-8559 | Scot Breitenfeld | 2015-02-13 | 4 | -1/+146 |
| | | | | Correction of mistyped variable and removed implicit typing for interfaces. | ||||
* | [svn-r26162] Update versions | Allen Byrne | 2015-02-12 | 1 | -11/+11 |
| | |||||
* | [svn-r26161] Fix cmake case. | Allen Byrne | 2015-02-12 | 11 | -25/+27 |
| | | | | | Turn on F2003 by default. Set source properties in fortran cmake files. | ||||
* | [svn-r26149] Fix potential memory error reported by valgrind in | Neil Fortner | 2015-02-09 | 1 | -23/+21 |
| | | | | | | | | H5D__link_chunk_collective_io. This would occur when performing collective I/O on a dataset with only 1 chunk, and a participating process had nothing to read or write. Tested: jam, koala, ostrich (h5committest) | ||||
* | [svn-r26146] Snapshot version 1.9 release 213 | HDF Tester | 2015-02-08 | 13 | -26/+26 |
| | |||||
* | [svn-r26124] Fixed issue with deprecated symbols for H5G constants | Scot Breitenfeld | 2015-02-04 | 2 | -27/+23 |
| | |||||
* | [svn-r26122] Fix for HDFFV-9040 h5rget_object_type_f returns different types ↵ | Scot Breitenfeld | 2015-02-03 | 3 | -43/+52 |
| | | | | | | | | than indicated by API Slight change of global variable definitions from C. Tested: jam. | ||||
* | [svn-r26112] Add quotes around name | Allen Byrne | 2015-02-02 | 1 | -1/+1 |
| | |||||
* | [svn-r26109] Correct name of source file | Allen Byrne | 2015-02-02 | 1 | -1/+1 |
| | |||||
* | [svn-r26106] Disable flush1/flush2 test under debug VFD on Windows. | Allen Byrne | 2015-02-02 | 1 | -12/+77 |
| | |||||
* | [svn-r26092] Snapshot version 1.9 release 212 | HDF Tester | 2015-02-01 | 13 | -26/+26 |
| | |||||
* | [svn-r26087] update build procedure for Hopper (Cray).. only static now. | Mohamad Chaarawi | 2015-01-30 | 1 | -26/+19 |
| | | | | Will add shared when we introduce support later. | ||||
* | [svn-r26074] fix test destination | Allen Byrne | 2015-01-29 | 1 | -2/+2 |
| | |||||
* | [svn-r26040] HDFFV-9018: Install pdb files to bin folder with dlls. | Allen Byrne | 2015-01-26 | 7 | -9/+9 |
| | |||||
* | [svn-r26036] HDFFV-8736: Patch H5PL.c and test for cygwin plugin support. | Allen Byrne | 2015-01-26 | 2 | -2/+16 |
| | | | | Tested: local linux and cygwin |