summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r24715] Add Windows VS version for README.txtAllen Byrne2014-02-141-0/+2
|
* [svn-r24713] Update Windows VS version for README.txtAllen Byrne2014-02-141-1/+7
|
* [svn-r24709] rename H5V to H5VM since H5V is needed in the fastforward ↵Mohamad Chaarawi2014-02-1371-456/+451
| | | | | | | | | | | | project for view objects. The addition of view objects in the fastforward project is expected to be brough into the trunk sometimes in the future, which is why we need to make this change. Tested Manually on Jam and Ostrich. Tested with h5commitest - Koala with intel compilers failed, but nothing had to do with those changes. error on Koala: error while loading shared libraries: libirng.so
* [svn-r24706] Add to instructions for installAllen Byrne2014-02-131-0/+9
|
* [svn-r24703] Add Binary README.txt file generationAllen Byrne2014-02-134-2/+86
| | | | Tested: local linux cmake
* [svn-r24700] Updated packaging process to align with latest hdf cmake standards.Allen Byrne2014-02-113-3/+19
|
* [svn-r24698] Snapshot version 1.9 release 171HDF Tester2014-02-0913-26/+26
|
* [svn-r24697] Fix for:Scot Breitenfeld2014-02-071-0/+1
| | | | | | HDFFV-8651: H5F_Provisional missing from HDF5mpio.f90 Tested: jam (mpi 3.0.4/gnu)
* [svn-r24682] Add IF SHARED block around Windows PDB file generation command.Allen Byrne2014-02-045-11/+16
|
* [svn-r24681] Description:Scot Breitenfeld2014-02-043-6/+26
| | | | | | | | | Fix for HDF5/HDFFV-8620 H5Rget_name with NULL name parameter fails. The name parameter now excepts NULL, in which case the length of then name is returned. Tested: jam (intel and gnu)
* [svn-r24676] Snapshot version 1.9 release 170HDF Tester2014-02-0213-26/+26
|
* [svn-r24672] Update document with ctest script changes.Allen Byrne2014-01-311-115/+198
|
* [svn-r24670] HDFFV-8567: Fix cmake tests for changes in reference files due ↵Allen Byrne2014-01-312-23/+23
| | | | | | to test script changes in autotools test scripts. Tested: local linux
* [svn-r24668] HDFFV-8568: Remove Acknowledgements file from release binariesAllen Byrne2014-01-301-1/+0
|
* [svn-r24666] Fix test folder deletion issueAllen Byrne2014-01-305-50/+72
| | | | Tested: local linux autotools
* [svn-r24659] Restore dsets test to cmake processAllen Byrne2014-01-282-0/+2
|
* [svn-r24657] Add VS Express checkAllen Byrne2014-01-281-0/+4
|
* [svn-r24656] Correct packaging variables and use standard cpack module. ↵Allen Byrne2014-01-281-1/+0
| | | | Remove file.
* [svn-r24655] Correct packaging variables and use standard cpack module.Allen Byrne2014-01-283-594/+16
|
* [svn-r24652] HDFFV-8572: test/testhdf5.c main() should not return number of ↵Albert Cheng2014-01-271-1/+6
| | | | | | | | | errors Solution: testhdf5 now exits EXIT_SUCCESS(0) if no errors, else EXIT_FAILURE(1). Tested: Jam only since it is a trivial fix.
* [svn-r24646] HDFFV-8640: Remove xlate_utility by fixing reference files to ↵Allen Byrne2014-01-2743-184/+4
| | | | | | not add extra lines. Tested: cmake and autotools local linux
* [svn-r24644] Correct numberingAllen Byrne2014-01-241-30/+31
|
* [svn-r24643] Handle szip lib like zlib libAllen Byrne2014-01-241-27/+20
|
* [svn-r24642] Update other VMs to latest versionsAllen Byrne2014-01-241-14/+14
|
* [svn-r24641] Handle szip lib like zlib libAllen Byrne2014-01-241-20/+27
|
* [svn-r24639] Add SUN specific block skipping.Allen Byrne2014-01-211-0/+7
|
* [svn-r24636] typesetting changes for documentationScot Breitenfeld2014-01-171-9/+10
|
* [svn-r24635] Change some range check assertions to errors in H5HF_man_remove ↵Neil Fortner2014-01-161-2/+4
| | | | | | | | in an attempt to aid in diagnosing issue HDFFV-8647. Tested: ummon
* [svn-r24632] Correct name of package location variableAllen Byrne2014-01-161-2/+2
|
* [svn-r24631] Update change to relative install location for linuxAllen Byrne2014-01-161-2/+2
|
* [svn-r24623] Enabled test for Scot Breitenfeld2014-01-081-6/+2
| | | | | | | HDFFV-8268 Fortran wrapper for H5Fget_file_image function Tested: jam (pgi compilers) h5committest
* [svn-r24621] Update files for changes to installation vars on windows.Allen Byrne2014-01-073-223/+249
|
* [svn-r24617] Changed --old to --script as directed by Allen.Albert Cheng2014-01-071-4/+4
| | | | | Tested: jam (only verify help message is correct and --script is invoked correctly.)
* [svn-r24612] fix bugs in parallel tests exposed in corner cases when running ↵Mohamad Chaarawi2014-01-064-43/+53
| | | | | | | | | | | | | | | | with 1 or 2 processes. First bug is in testpar/t_mdset.c, where the test reports an error in addition to skipping the test if there are less than three procs. Fix to just skip the test. Second bug is in testpar/t_dset.c in actual_io_mode tests, where incorrect expected value for IO mode was set if the number of procs running the test is 1. tested with h5committest.
* [svn-r24611] This is a partial fix for HDFFV-8634. It fixes the problem ↵Scot Breitenfeld2014-01-061-2/+2
| | | | | | without --enable-fortran2003, where the optional parameter should not be given as an option for an interface to a C function. --enable-fortran2003 does not work due to a compiler bug in intel 14.0 Tested: kite (intel 14.0 with --enable-fortran)
* [svn-r24604] Feature: HDFFV-8336Albert Cheng2014-01-011-2/+119
| | | | | | | | | | Changed to use the quick steps described in INSTALL_CMake.txt. Previous version is available by --old. Added a help page to explain how to use. Added a fix to figure out the current HDF5 version and use that to find the correct file for install. (Still need to figure out the platform name.) Tested: Jam and Koala
* [svn-r24598] allocate and use the H5AC_aux_t struct even if num_procs == 1. ↵Mohamad Chaarawi2013-12-301-48/+42
| | | | | | | | | This was a bug exposed by running a single process with a program that generates lots of dirty metadata that needs to be flushed. h5committest done!
* [svn-r24588] Add sunos compile option changesAllen Byrne2013-12-191-1/+8
|
* [svn-r24505] Correct MacOSX bundle packagingAllen Byrne2013-12-051-4/+1
|
* [svn-r24504] HDFFV-8629: disable test until review is completeAllen Byrne2013-12-051-1/+1
|
* [svn-r24492] Correct autotools pathAllen Byrne2013-12-031-24/+18
|
* [svn-r24487] HDFFV-8629: repack plugin_none test files.Allen Byrne2013-12-035-0/+150
| | | | CMake only until library updates approved.
* [svn-r24484] Update version and test name.Allen Byrne2013-12-022-8/+9
|
* [svn-r24483] Commit change from 1.8.12 src patchAllen Byrne2013-12-021-17/+21
|
* [svn-r24482] HDFFV-8635: remove test of whole file and just test dsets that ↵Allen Byrne2013-12-025-421/+54
| | | | | | have szip compression. Tested local linux with cmake and autotools
* [svn-r24481] HDFFV-8635: disable test because of szip causing different read ↵Allen Byrne2013-12-021-4/+5
| | | | call then expected.
* [svn-r24480] Description:Quincey Koziol2013-11-303-148/+153
| | | | | | | | | | | Bring r24479 from 1.8 branch to trunk: Fix ph5diff worker command handling so it can correctly respond to situations where there's no work to perform. Also, a few minor code cleanups. Tested on: Mac OSX/64 10.9.0 (amazon) w/parallel (too minor to require h5committest)
* [svn-r24476] Description:Quincey Koziol2013-11-308-28/+29
| | | | | | | | | Remove duplicate "intent" flags from top & shared file structures, leaving them only in the shared file structure. Tested on: Mac OSX/64 10.9.0 (amazon) w/gcc 4.8, both parallel & serial (too minor to require h5committest)
* [svn-r24472] remove line for file that does not existAllen Byrne2013-11-271-1/+0
|
* [svn-r24471] JAVA-1798: Add the testfiles for hdf-java and the h5dump tests ↵Allen Byrne2013-11-2711-21/+2541
| | | | | | including the test to read filter data. Tested: cmake and autotools - local linux