summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r13758] Description:Quincey Koziol2007-05-161-1/+1
| | | | | | | Change "long long" to "long_long", to make VS6 happy. Tested on: None, just eyeballed since it's easy
* [svn-r13757] Pedro Vicente Nunes2007-05-164-49/+111
| | | | | | | | | | | h5repack and h5diff hyperslab I/O changed the limit on which hyperslab I/O is done from 1GB to 128MB h5repack currently tests this feature by defining a dataset with dimensions of 128MB + 1byte (the datum being 1 byte integer), in which a 1Kb hyperslab was written. tested: linux there were some errors in running the tests, but these were in the library, due to a recent check-in that will be fixed shortly (at least we hope :-) )
* [svn-r13754] VMS port:Elena Pourmal2007-05-153-3/+9
| | | | | | | | Updated command files; added "extern "C"" for HDremove_all function. Platforms tested: VMS server; kagiso - very minor and affects only VMS
* [svn-r13753] Description:Quincey Koziol2007-05-1450-1360/+2615
| | | | | | | | | | | | | Check in "unique, but sharable" optimization to ISOHM code, which allows object header messages that are only used in one object to remain in the sole user's header, but migrates messages that are used in more than one header into the ISOHM heap. Tested on: Mac OS X/32 10.4.9 (amazon) FreeBSD/32 6.2 (duty) Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r13752] Added an include to the ohdr testfile generator code to fix an ↵Scott Wegner2007-05-142-1/+5
| | | | | | | | issue with Visual Studio. I've also turned this project on by default in Windows. Tested: VS6 on WinXP kagiso
* [svn-r13751] Description:Quincey Koziol2007-05-141-2/+2
| | | | | | | | | Reduce the number of warnings when free lists are disabled. Tested on: Mac OS X /32 10.4.9 (amazon) Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r13750] Description:Quincey Koziol2007-05-1411-17/+45
| | | | | | | | | Various minor cleanups found while working on the "unique, but sharable" ISOHM changes. Tested on: Mac OS X/32 10.4.9 (amazon) FreeBSD/32 6.2 (duty)
* [svn-r13747] Description:Quincey Koziol2007-05-101-63/+65
| | | | | | | | | | Fix H5O_msg_iterate() and H5O_link() to protect cache entries with better permissions. Tested on: Mac OS X/32 10.4.9 (amazon) FreeBSD/32 6.2 (duty) FreeBSD/64 6.2 (liberty)
* [svn-r13745] Description:Quincey Koziol2007-05-1016-570/+384
| | | | | | | | | | | | Take further advantage of the readers/writer locking in the metadata cache and push the locking of the local heap up to the routines which call B-tree routines, which should drastically lower the number of metadata cache protect/ unprotect calls. Tested on: Mac OS X/32 10.4.9 (amazon) Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r13744] Description:Quincey Koziol2007-05-102-115/+68
| | | | | | | | | | | | | | | Initial changes to take advantage of readers/writer locking on metadata cache entries. Reduce the # of protect/unprotect pairs during B-tree iteration by holding reader lock on B-tree and symbol table nodes while iteration occurs. This also has the benefit of preventing an iteration callback from modifying the B-tree being iterated over (which would probably confuse the B-tree iteration code terribly) Tested on: Mac OS X/32 10.4.9 (amazon) Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r13743] Description:Quincey Koziol2007-05-103-90/+201
| | | | | | | | | | | Don't delete chunks from the dataset's B-tree while we are iterating over the B-tree, when reducing the size of the dataset's dataspace with H5Dset_extent(). Tested on: Mac OS X/32 2.6 (amazon) Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r13742] Description:Quincey Koziol2007-05-101-5/+28
| | | | | | | | | Avoid copying attribute in a few iteration situations. Tested on: Mac OS X/32 10.4.9 (amazon) Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r13741] Description:Quincey Koziol2007-05-102-16/+22
| | | | | | | | | Minor formatting & warning reduction code cleanups Tested on: Mac OS X/32 10.4.9 (amazon) Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r13736] Bug fix.Albert Cheng2007-05-071-2/+5
| | | | | | | | | | | | QSC's mpi implementation does not do collection I/O correctly. Need to turn some collective support off. Tested platform: LANL QSC. -This line, and those below, will be ignored-- M config/dec-osf5.x
* [svn-r13734] Added new source files (from rev. 13721) to Windows project files.Scott Wegner2007-05-055-91/+241
| | | | | | | Note: ohdr_gentst currently fails on Windows, and is disabled by default. I'm working with Quincy to get this fixed. Tested: VS6 on WinXP
* [svn-r13733] Changed more parallel debugging info. to a more standard way by ↵MuQun Yang2007-05-041-33/+52
| | | | | | using H5DEBUG. Have tested at linux to make sure the change won't cause any compiling errors or testing errors.
* [svn-r13730] Remove debug information inside H5Dmpio.c when enable-debug is ↵MuQun Yang2007-05-031-48/+71
| | | | | | | | turned on. More code will be cleaned up tomorrow. Since only debugging information is removed, I tested this only at kagiso(linux mpich). Kent
* [svn-r13726] Add H5P_reset_external_file_test to the header file.Peter Cao2007-05-021-0/+1
|
* [svn-r13722] Description:Quincey Koziol2007-05-021-1/+1
| | | | | | | | Fix typo that causes non-Purified build to fail. Tested: FreeBSD/32 6.2 (duty) FreeBSD/64 6.2 (liberty)
* [svn-r13721] Description:Quincey Koziol2007-05-0119-329/+696
| | | | | | | | | | | | | Add "fail if unknown" and "mark if unknown" flags to object header messages. This gives the library a clean way to tell older libraries that a message should not be just ignored if it's unknown, but that other actions should occur. Tested on: Mac OS X/32 10.4.9 (amazon) FreeBSD/32 6.2 (duty) FreeBSD/64 6.2 (liberty) Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r13720] Pedro Vicente Nunes2007-05-011-1/+1
| | | | | | | | Bug fix The parsing routine -b was not correctly affecting one of the variables that sets the binary output Tested linux
* [svn-r13718] Pedro Vicente Nunes2007-05-011-0/+3
| | | | | | | | | added entries - Fortran interfaces for the Image, Table and Lite APIs. PVN - 2007/5/1 - New HDF5 Dimension Scale API (H5DS) allows dimension scales to be created in an HDF5 file and associated with specific datasets. PVN - 2007/5/1
* [svn-r13717] Description:Quincey Koziol2007-05-012-4/+6
| | | | | | | | Clean up some formatting, comments and error messages. Tested on: Mac OS X/32 10.4.9 (amazon) Too minor to require h5committest
* [svn-r13716] updated the help message of the --enable-debug to reflect its ↵Albert Cheng2007-05-012-27/+29
| | | | | | default now depends on the setting of --enable-production.
* [svn-r13714] Fix memory leak on objcopy.c testPeter Cao2007-04-302-0/+53
| | | | | H5Premove(dcpl, H5D_CRT_EXT_FILE_LIST_NAME) causes memory leak. Use new function H5P_reset_external_file_test(dcpl) instead.
* [svn-r13713] Updated MANIFEST for previous revision.Scott Wegner2007-04-301-1/+0
|
* [svn-r13712] Various changes made to bring Windows example tests up to date.Scott Wegner2007-04-306-120/+68
| | | | | Tested: VS 2005 on Win XP
* [svn-r13711] Description:Quincey Koziol2007-04-302-158/+239
| | | | | | | | Reduce size of fill value message in default setting case (since it can't be eliminated). Tested on: Mac OS X/32 10.4.9 (amazon)
* [svn-r13710] Added Fortran dependencies to Windows project files, and ↵Scott Wegner2007-04-303-140/+174
| | | | | | | updated documentation to reflect changes. Tested: Visual Studio 2005 on WinXP
* [svn-r13707] Changed the TODAY format to include weekday, matching the one ↵Albert Cheng2007-04-291-1/+1
| | | | | | | | | used by DailyHDF5Test script. Tested: Tested the new format works in all NCSA machines.
* [svn-r13705] Change to getname.c so that when tests query the name of a ↵Christian Chilan2007-04-271-20/+20
| | | | dereferenced object, they do not expect the name length to count the null terminator.
* [svn-r13704] Change to H5G_get_refobj_name so that H5I_get_name returns the ↵Christian Chilan2007-04-271-1/+1
| | | | length of the name of a dereferenced object without counting the null terminator. Tested on smirom, copper, and cobalt.
* [svn-r13703] Feature:Albert Cheng2007-04-272-3/+21
| | | | | | | | Change --enable-debug default to no if producton is enabled. Platform tested: kagiso just doing configure with various combinations of option and varified the output.
* [svn-r13702] Added new example that uses H5Gcreate2 and H5Lexists calls Elena Pourmal2007-04-252-0/+114
| | | | Platforms tested: Linux 2.6 RedHat in Chicago; no access to other machines
* [svn-r13701] Deleted .html versions of Windows documentation, as we have ↵Scott Wegner2007-04-246-8355/+0
| | | | | | decided to maintain only .txt versions in the source package. Step-by-step instructions for Windows will eventually be made available on the public website. Updated MANIFEST to reflect changes.
* [svn-r13700] Updated the copyright generated by the program to the THG notice.Albert Cheng2007-04-241-2/+3
| | | | | Tested: kagiso (no committed test since it is trivial.)
* [svn-r13698] Description:Quincey Koziol2007-04-241-12/+0
| | | | | Remove warning notice about file format (file format actually OK for the beta release)
* [svn-r13697] Fixed error in check_unprotect_ro_dirty_err() in cache.c. ↵John Mainzer2007-04-241-4/+6
| | | | | | | | | Basic problem was a failure to clean up properly after a test. I reproduced the failure on Phoenix before fixing it. As the error was relatively straight forward, I tested fix on Phoenix only.
* [svn-r13696] Various updates to Windows documentation.Scott Wegner2007-04-233-38/+30
| | | | Mostly just correcting typos, no testing needed.
* [svn-r13694] 1. changed the HDlseek to be lseek64 and HDfseek to be fseeko ↵Raymond Lu2007-04-232-6/+66
| | | | | | | | | if available, to support big files. 2. added a check in test/big.c to make sure the system supports big file. Tested on smirom because already tested the same changes for v1.6 on liberty, smirom, copper, and sol.
* [svn-r13692] Snapshot version 1.8 release 0 (beta1post0)HDF Tester2007-04-235-16/+16
|
* [svn-r13691] Description:Quincey Koziol2007-04-211-0/+2
| | | | | | | Comment out cache test until John can take a look at it. Tested on: FreeBSD/32 6.2 (duty)
* [svn-r13690] Description:Quincey Koziol2007-04-1914-61/+28
| | | | | | | | | | | | | Fully enable readers/writer locking in metadata cache and correct errors in cache clients which were modifying a cache entry while only holding a read lock on it. Tested on: Mac OS X/32 10.4.9 (amazon) Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2) FreeBSD/32 6.2 (duty) FreeBSD/64 6.2 (liberty)
* [svn-r13688] purpose:Albert Cheng2007-04-191-3/+3
| | | | | | | | | | | bug fix (760) Description: The two h5fc myprog.c libmylib.a tests work now. Changed them from SKIP to test again. Tested platforms: kagiso.
* [svn-r13687] Improvement.Albert Cheng2007-04-181-3/+8
| | | | | | | | Added a clarification the environment variables dumping is BEFORE command option parsing. Also added a dumping AFTER the option parsing. Tested: Just eyeballed since it is trival. Let daily tests runs to test it.
* [svn-r13685] Description:Quincey Koziol2007-04-185-16/+16
| | | | Update the version string to "1.8.0-beta1post0"
* [svn-r13683] Description:hdf5-1_8_0-beta1Quincey Koziol2007-04-185-16/+16
| | | | | Change the release string for the beta1 release, so the tag in subversion is correct.
* [svn-r13682] Description:Quincey Koziol2007-04-184-19/+25
| | | | Run bin/reconfigure to update infrastructure files/information.
* [svn-r13681] Description:Quincey Koziol2007-04-181-1/+3
| | | | Note that the "Platforms tested" section is slightly out of date.
* [svn-r13680] Updated with known problems concerning DOE machines.Albert Cheng2007-04-181-0/+7
|