Network

 
AuthorCommitMessageCommit Date
Vailin ChoiVailin Choi
99e4f3f08c5Merge fix for HDFFV-7991 from trunk to 1.18 Modifications made based on comments from pull request review. Tested on mayll, platypus, osx1010test, emu, kituo, kite, quail, moohan, ostrich.
Vailin ChoiVailin Choi
13e2f178c88Merge fix for HDFFV-7991 from trunk to 1.18 [svn-r30308] Fix for HDFFV-7991--error when copying dataset with attribute which is a compound datatype consisting of a variable length string. Tested on mayll, platypus, osx1010test, emu, kituo, kite, quail, moohan, ostrich.
Larry KnoxLarry Knox
156d6de33bcMMerge pull request #4 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8 * commit '5aee5213190f145b5a734f5dc76a67c82f7d6b82': emoved .gitattributes and .gitignore, as the manual migration did not create them. Corrected bbrelease script to create new release version with revision hash. Translate svn commands to git commands for chkmanifest and bbrelease scripts with source in git repository. Removed the -p option from the command to run autogen.sh. It interfered with running chkma...
Larry KnoxLarry Knox
5aee5213190emoved .gitattributes and .gitignore, as the manual migration did not create them. Corrected bbrelease script to create new release version with revision hash.
Larry KnoxLarry Knox
fb3ebd7d393Translate svn commands to git commands for chkmanifest and bbrelease scripts with source in git repository. Removed the -p option from the command to run autogen.sh. It interfered with running chkmanifest on a machine with the correct autotools versions but without access to /usr/hdf/bin/AUTOTOOLS. The autogen.sh script says the option is for HDF group use only and is likely to be removed. The same effect can be achieved by adding /usr/hdf/bin/AUTOTOOLS to the beginning of PATH.
Larry KnoxLarry Knox
e90a880864fRemoved the -p option from the command to run autogen.sh. It interfered with running chkmanifest on a machine with the correct autotools versions but without access to /usr/hdf/bin/AUTOTOOLS. The autogen.sh script says the option is for HDF group use only and is likely to be removed. The same effect can be achieved by adding /usr/hdf/bin/AUTOTOOLS to the beginning of PATH.
Scot BreitenfeldScot Breitenfeld
1926e1c5ca4[svn-r30305] Removed spaces in "if" conditional, DT failure. Tested:platypus (gnu)
Scot BreitenfeldScot Breitenfeld
412e4918721[svn-r30299] Updated to rid the use of c_size_t and sizeof if storage_size is available.
Scot BreitenfeldScot Breitenfeld
b6c989a9173[svn-r30294] Removed the use of C_sizeof, since it causes issues with the NAG compiler. Tested: jelly (gnu 4.8.3)
Larry KnoxLarry Knox
62ad9411ba3[svn-r30288] Modify bin/chkmanifest for git instead of svn. Add .gitattributes and .gitignore files to MANIFEST for git repository.
Binh-Minh RiblerBinh-Minh Ribler
b8a08e043ec[svn-r30280] Purpose: Code improvement (HDFFR-9725) Description: - Added "const" to arguments that should be const - Added "const" to const functions, i.e., function that don't change the objects they operate on. - Removed deprecated functions in previous releases due to missing const. Merged from trunk: 30272 and 30279 Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Neil FortnerNeil Fortner
6dec81e7ac7[svn-r30278] Merge revision 30270 to the 1.8 branch Fix an issue that could occur when allocating a chunked dataset in parallel, with an alignment threshold set to be larger than the chunk size but smaller than the size of the small data aggregator. Tested: h5committest, jelly, ummon (trunk); h5committest, jelly, ummon (1.8)
Neil FortnerNeil Fortner
1d9e5ff1ca9[svn-r30277] Merge revisions 30264, 30268, and 30275 to 1.8 branch 30264: Fixed an issue that could occur when using H5Pset_alignment where a block could be unaligned, causing an assertion failure. 30268: Remove failure causing code in test/mf.c unintentionally added in r30264. 30275: Rework test_mf_bug1 to work with multi and split drivers. Tested: h5committest, jelly, ummon (trunk); h5committest, jelly, ummon (1.8)
Scot BreitenfeldScot Breitenfeld
785618f6785[svn-r30260] Fixed: HDFFV-9965: HDF5 Fails to build when sizeof or c_sizeof is not available in Fortran Added the use of 'storage_size' if 'c_sizeof' is not available. Tested (jelly, intel)
Allen ByrneAllen Byrne
613254adca2[svn-r30249] Add missing define needed for windows compile
Allen ByrneAllen Byrne
13a982acc32[svn-r30234] HDFFV-9706: Add windows env var expansion
Private HDFPrivate HDF
53b0cf4eb63[svn-r30191] Snapshot version 1.8 release 18 (snap1)
Allen ByrneAllen Byrne
1b3ab0cd1f8[svn-r30187] Pull windows special files to separate copy block and use list for both with/without w character
Allen ByrneAllen Byrne
0266330992d[svn-r30186] change copy file to eliminate w character
Allen ByrneAllen Byrne
15a548b7deb[svn-r30183] remove reference to unspecified VAR.
Allen ByrneAllen Byrne
a4360f5f4b3[svn-r30182] Fix missing windows reference files, added list of files.
Allen ByrneAllen Byrne
f3ce20c2c20[svn-r30180] reconfigure after fixing errors
Allen ByrneAllen Byrne
fd4d4c30509[svn-r30178] Add missing test source and remove obsolete file
Allen ByrneAllen Byrne
e2750fc5153[svn-r30173] Add GIT support and correct name of option for UNSUPPORTED
Allen ByrneAllen Byrne
3bd9ac725c8[svn-r30172] HDFFV-9953,9955: add new testfiles to h5dump (required for hdfview testing). These dataset types did not exist in other files.
Allen ByrneAllen Byrne
d6d7e62d0b0[svn-r30171] HDFFV-9939: convert cmake copy commands to reduce issue with too long command lines on some platforms. Also, refactor hl/tools/gif3h5 cmake files. JAVA-1920: add plugin test with plugin that depends on hdf5
Allen ByrneAllen Byrne
79d90919483[svn-r30170] HDFFV-9946: condense cygwin autotools config files to a single file. Avoid getpwuid function for cygwin.
Neil FortnerNeil Fortner
e1d50d498a0[svn-r30166] Merge revision 30131 to 1.8 branch Fix bug reported by Cisco Talos TALOS-CAN-0178. Added check for a message that should not be sharable being marked as sharable on disk, returns failure in this case. Needs testing. Tested: ummon (trunk) h5committest (1.8)
Vailin ChoiVailin Choi
2bee235cf9a[svn-r30152] Merge of checkin #30151 from the trunk which is a fix for the daily test failures. Tested on osx1010test, moohan, emu, kituo.
Vailin ChoiVailin Choi
dfe0d7984a3[svn-r30145] Merge of checkin #30143 to the trunk which is a bug fix for HDFFV-9940. Tested on oxs1010test, moohan, platypus, emu, kite, kituo, mayll, ostrich, quail.
Private HDFPrivate HDF
2889ea742e5[svn-r30098] Snapshot version 1.8 release 18 (snap0)
Larry KnoxLarry Knox
b06f00fac30[svn-r30057] Fix typo in compile scripts that causes filename in -o outfile to be dropped. Addresses HDFFV-9530 and HDFFV-9938.
Allen ByrneAllen Byrne
e755905fae8[svn-r29964] Fix plugin test executable link library
Allen ByrneAllen Byrne
8138d7b7d4f[svn-r29918] Fix empty file usage - test before use.
Allen ByrneAllen Byrne
e2649d73b45[svn-r29841] Fix valgrind memory leak in h5diff tool.
Allen ByrneAllen Byrne
59cd5823339[svn-r29838] Added other JIRA issues fixed in this release.
Dana RobinsonDana Robinson
4bbde7895e4[svn-r29837] Partial fix for Valgrind issue in test/external.c Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial
Binh-Minh RiblerBinh-Minh Ribler
22d058d32e0[svn-r29833] Description: Added notes on C++, PT, and C++ PT in New Features and Bug Fixes sections.
Larry KnoxLarry Knox
3d8ee082512[svn-r29808] Set version to 1.8.18-snap0
Dana RobinsonDana Robinson
ff8cc49e434Cleaned up misc warnings in src and test.
Dana RobinsonDana Robinson
d9c9645ca32Plugin test rework Cleanup of plugin test code. Renames many files. Prep for VOL branch merge.
Allen ByrneAllen Byrne
879b4e2fa22Remove tabs
Allen ByrneAllen Byrne
880c4150452Remove tabs
Allen ByrneAllen Byrne
23a4e031e25Remove tabs
Allen ByrneAllen Byrne
ec59964bdc6Remove tabs
Allen ByrneAllen Byrne
df723a8c328Remove tabs
Allen ByrneAllen Byrne
f480c30cb88Correct issue number
Scot BreitenfeldScot Breitenfeld
4a4408ff7b1HDFFV-10322
Scot BreitenfeldScot Breitenfeld
c98afc2a2beFix for Intel 18 Fortran compilation error. HDFFV-10322
Richard WarrenRichard Warren
109ba69aaa7Make a fix to allow CMake testing which does not use relative directories.