summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r12988] Description:Quincey Koziol2006-11-279-21/+36
| | | | | | | | | General cleanups, in preparation for adding some attribute-tracking fields to the object header prefix. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r12987] Description:Quincey Koziol2006-11-276-10/+10
| | | | | | | | | Clear up some confusion for the internal H5V_log2_gen() routine, so it always takes a 64-bit value as a parameter. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r12986] remove and insert these files, somehow their end of line ↵Pedro Vicente Nunes2006-11-273-0/+1060
| | | | terminator is not correct
* [svn-r12985] Pedro Vicente Nunes2006-11-273-1060/+0
| | | | remove and insert these files, somehow their end of line terminator is not correct
* [svn-r12984] Pedro Vicente Nunes2006-11-2726-248/+331
| | | | | | | Added a relative error formula to deal with floating point uncertainty in the comparison of floats and double types. Added new tests for this feature to the file generator program and to the shell script
* [svn-r12983] Description:Quincey Koziol2006-11-273-142/+68
| | | | | | | | | Merge H5Pget/set_create_tracking / H5Pget/set_create_index routines into H5Pget/set_creation_order. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r12982] Replaced the word cvs with source.HDF Admin2006-11-271-1/+1
|
* [svn-r12980] Pedro Vicente Nunes2006-11-2719-19/+19
| | | | | changed the usage message relative to the relative error formula to a more common and easy to understand form | (b-a) / a |
* [svn-r12979] Cleanup.Albert Cheng2006-11-271-20/+10
| | | | | | | Removed all old references to cvs commands. Tested: Will be tested by the daily tests.
* [svn-r12977] Description:Quincey Koziol2006-11-279-124/+815
| | | | | | | | Added H5Gget_info[_by_idx] routines and deprecated H5Gget_num_objs routine. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r12976] Description:Quincey Koziol2006-11-2710-126/+330
| | | | | | | | | | | Add # of attributes to the object info struct and deprecate H5Aget_num_attrs(). Tested on: FreeBSd/32 4.11 (sleipnir) Linux/32 2.4 (heping) Linux/64 2.4 (mir) AIX/32 5.? (copper)
* [svn-r12975] Description:Quincey Koziol2006-11-275-53/+54
| | | | | | | Cosmetic changes from running bin/reconfigure... Tested on: None - very minor..
* [svn-r12974] Description:Quincey Koziol2006-11-274-10/+501
| | | | | | | | | | | Add H5Oget_info() and H5Oget_info_by_idx() API routines & tests Tested on: FreeBSD/32 4.11 (sleipnir) Linux/32 2.4 (heping) Linux/64 2.4 (mir) Mac OS X/32 10.4.8 (amazon) AIX/32 5.? (copper)
* [svn-r12973] Description:Quincey Koziol2006-11-2518-504/+607
| | | | | | | | | | | | | | | Finish removing library's internal code that uses H5G_get_objinfo() and retarget it at either getting the link information or the object information, as appropriate. (Still need to add user-level tests for H5Oget_info(), but since several internal components of the library depend on the internal version, it appears to be working correctly). Tested on: FreeBSD/32 4.11 (sleipnir) Linux/322.4 (heping) Linux/64 2.4 (mir) AIX/32 5.? (copper) Mac OS X/32 10.4.8 (amazon)
* [svn-r12972] Description:Quincey Koziol2006-11-222-17/+21
| | | | | | | | Move the definition of the typedef for uint64_t from H5private.h to H5public.h (to fix Windows builds) Tested on: None - just eyeballed.
* [svn-r12971] Description:Quincey Koziol2006-11-221-1/+1
| | | | | | | Remove extra comma in enum that caused failure on AIX. Tested on: None - just eyeballed - very trivial
* [svn-r12970] Used escape character for backslash (oops!) in windows path ↵James Laird2006-11-221-1/+1
| | | | | | name on UNIX. Tested on copper.
* [svn-r12967] Cleanup.Albert Cheng2006-11-221-43/+0
| | | | | | | The h5_mpi_get_file_size() is no longer used. The unused code caused some compiling warning messages. Removed the whole routine. Tested in heping pp mode.
* [svn-r12966] Fixed an missing parameter in a printf call in io_mode_confusion.Albert Cheng2006-11-221-1/+1
| | | | Tested in heping pp.
* [svn-r12965] Removed the warning message of extend_file not having protocol ↵Albert Cheng2006-11-211-1/+2
| | | | | | | | by making it static. Test: Heping.
* [svn-r12964] Update windows project files for the library.MuQun Yang2006-11-216-162/+293
| | | | | Update batch files for h5repack test,needs big efforts. Update batch file to test hdf5 library.
* [svn-r12963] Description:Quincey Koziol2006-11-2117-83/+298
| | | | | | | | | | Refactor internal code that retrieves the object's type to use the new H5O_type_t (which only definitions for object types, instead of links as well) instead of the older H5G_obj_t (which included links, etc.) Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r12961] Upgrade.Albert Cheng2006-11-211-2/+2
| | | | | | | | | Change AIX to use C99 standard by default. Also removed -DSTDC as its need is unknown. Also added a line to identify this is for IBM AIX platforms. Tested: Copper.
* [svn-r12959] Description:Quincey Koziol2006-11-211-5/+34
| | | | | | | | Add struct definition for H5O_info_t, for review by others. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r12958] Description:Quincey Koziol2006-11-211-3/+0
| | | | | | | Remove redundant memset for calloc'ed buffer. Tested on: Linux/32 2.6 (chicago)
* [svn-r12957] Clean up some purify warnings in the code by making sure thatJames Laird2006-11-213-1/+9
| | | | | | memory is always initialized. Tested on heping, kagiso, and juniper.
* [svn-r12956] Description:Quincey Koziol2006-11-212-2/+521
| | | | | | | | | Add tests for H5Oopen_by_idx() (in a rare fit of superlative coding I apparently got the implementation complete correct in my earlier checkin :-) Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r12955] Description:Quincey Koziol2006-11-214-7/+28
| | | | | | | | Finish implementing H5Oopen_by_idx() (still needs tests) Tested on: Linux/32 2.4 (chicago) Linux/64 2.4 (chicago2)
* [svn-r12954] Description:Quincey Koziol2006-11-218-104/+418
| | | | | | | | Initial refactoring to prepare for H5Oopen_by_idx() API support. Tested on: Linux/32 2.4 (chicago) Linux/64 2.4 (chicago2)
* [svn-r12953] h5repack code revision, avoid one unnecessary call to file ↵Pedro Vicente Nunes2006-11-202-336/+351
| | | | open/close in the cheking of objects when there are none requested by the user
* [svn-r12952] Description:Quincey Koziol2006-11-206-184/+725
| | | | | | | | | | Add tests for H5Literate(), in all combinations. Sweep up a few minor issues with H5Literate() that the tests exposed. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r12951] Fixed error on copper in 64-bit. Was using size_t when I ↵James Laird2006-11-202-5/+5
| | | | | | | | | should have been using unsigned. Tested on copper; minor change. Currently testing on juniper.
* [svn-r12950] Pedro Vicente Nunes2006-11-201-27/+2
| | | | | do not call H5Ocopy only when there is a user request for filters/layout
* [svn-r12949] Description:Quincey Koziol2006-11-2028-493/+936
| | | | | | | | | | | | | | | | Finish implementation of H5Literate() [still needs real tests] Clean up datatype macro warnings a bit more. Unify iterator callback macros and put up in public header file, with the iterator directions. Tested on: Mac OS X/32 10.4.8 (amazon) FreeBSD/32 4.11 (sleipnir) Linux/32 2.4 (heping) Linux/64 2.4 (mir) AIX/32 5.? (copper)
* [svn-r12947] update h5repack project files on windows.MuQun Yang2006-11-193-32/+7
| | | | It is very hard to maintain the frequent changed h5repack tool on windows.
* [svn-r12946] Update testhdf5 project filesMuQun Yang2006-11-192-0/+30
|
* [svn-r12945] update windows DLL.MuQun Yang2006-11-191-6/+66
|
* [svn-r12944] Update windows project files for static libraryMuQun Yang2006-11-191-0/+64
|
* [svn-r12943] Description:Elena Pourmal2006-11-192-3/+2
| | | | | | | Fixed MANIFEST files for daily tests failure and updated VMS make.com file Platforms tested: bin/chkmanifest on heping and VMS server
* [svn-r12942] Description:Quincey Koziol2006-11-187-580/+532
| | | | | | | | | | | Fix H5Rget_name() routine with dataset region references and merge tests into getname test. Tested on: FreeBSD/32 4.11 (sleipnir) Linux/32 2.4 (heping) Linux/64 2.4 (mir) AIX/32 5.? (copper)
* [svn-r12941] Description:Quincey Koziol2006-11-173-2/+3
| | | | | | | | | | Clean up warnings assigned to me from today's meeting - still need to tackle the datatype conversion ones... Tested on: FreeBSD/32 4.11 (sleipnir) Linux/32 2.4 (heping) Linux/64 2.4 (mir)
* [svn-r12940] Description:Quincey Koziol2006-11-179-104/+186
| | | | | | | Add some more types to tracing script and regenerate TRACE macros, etc. Tested on: Linux/32 2.4 (heping)
* [svn-r12939] Description:Elena Pourmal2006-11-171-2/+8
| | | | Removed all but one warnings for h5stat on Linux (heping)
* [svn-r12938] Description:Quincey Koziol2006-11-1710-1783/+1941
| | | | | | | | | | | | | | | | | Add src/H5Oalloc.c file forgotten in previous object header checkin Break out more object header routines into separate file (debugging routines this time). Fix "//" style comment in recent ISOHM source changes. Fix 'size_t' vs. 'unsigned' problem (visible in 64-bit testing) in recent ISOHM test changes. Tested on: FreeBSD/32 4.11 (sleipnir) Linux/32 2.4 (heping) Linux/64 2.4 (mir)
* [svn-r12937] Deleted H5SMpublic.h file, since information in it has been ↵James Laird2006-11-173-28/+2
| | | | | | | | | | moved to H5Opublic.h. Updated Makefile.am, reconfigured. Tested on kagiso.
* [svn-r12936] Pedro Vicente Nunes2006-11-174-341/+339
| | | | make h5repacktst clean a big file which name was changed to "h5repack_big_out.h5", do not use H5Ocopy only when the original DCPL has filters or a request is made for such, more code cleaning
* [svn-r12935] Added list-to-btree conversion, changed SOHM apis, and pushed ↵James Laird2006-11-1722-366/+557
| | | | | | | | | | | SOHM table version and size information into the superblock to eliminate a read when loading it. This is a file format change, and hopefully the last one (knock on wood). Tested on kagiso and Windows (mostly just a SOHM change).
* [svn-r12934] Description:Elena Pourmal2006-11-171-7/+20
| | | | | | | Added return value to the main function to fix daily tests problem on sol that I cannot reproduce. Platforms tested: sol, heping
* [svn-r12933] Description:Quincey Koziol2006-11-175-669/+608
| | | | | | | | | | | Finish migrating "object copy" supporting routines into src/H5Ocopy. Clean up a few minor errors _en passant_ Tested on: FreeBSD/32 4.11 (sleipnir) Linux/32 2.4 (heping) Linux/64 2.4 (mir)
* [svn-r12932] Description:Quincey Koziol2006-11-1720-253/+473
| | | | | | | | | | | | Basic support for H5Literate() routine. Still needs to be fleshed out and refactored to simplify. Also, needs tests. :-) Tested on: FreeBSD/32 4.11 (sleipnir) Linux/32 2.4 (heping) Linux/64 2.4 (mir) AIX/32 5.? (copper) Mac OS X/32 10.4.8 (amazon)