summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r13163] Snapshot version 1.6 release 6 (snap15)HDF Tester2007-01-2210-38/+38
|
* [svn-r13161] Purpose:Albert Cheng2007-01-211-4/+43
| | | | | | | | | | | | | | | | Upgrade. Description: svn version 1.4.x uses a different format of .svn/entries files as older versions like 1.3.x. chkmanifest could not parse the file correctly. Solution: Created different versions of entries file parsing according to svn version. There is also a bug in grep that matches ./configure with ./fortran/configure. Don't know how to or even possible to nullify the wildcard character effect of '.'. Added a ^ to mark beginning of line. At least it makes it the same length though it would still match with "X/configure". Hopefully this sort of error are easier to detect by human.
* [svn-r13142] Snapshot version 1.6 release 6 (snap14)HDF Tester2007-01-1410-38/+38
|
* [svn-r13124] Description:Quincey Koziol2007-01-091-2/+4
| | | | | | | Add extra protection for sanity checks, when assertions are enabled. Tested on: Linux/32 2.6 (chicago)
* [svn-r13118] Snapshot version 1.6 release 6 (snap13)HDF Tester2007-01-0810-38/+46
|
* [svn-r13114] Added a revision log for H5Sselect_valid().Christian Chilan2007-01-051-0/+3
|
* [svn-r13112] Added tests to verify that H5Sselect_valid() returns FAIL when ↵Christian Chilan2007-01-051-3/+24
| | | | dataspace is not valid, or when dataspace is valid but closed.
* [svn-r13111] Added a test to verify that current dataspace dimensions cannot ↵Christian Chilan2007-01-051-0/+15
| | | | be H5S_UNLIMITED.
* [svn-r13110] Changed error return value of H5Sselect_valid() from 0 to FAIL. Christian Chilan2007-01-051-2/+4
|
* [svn-r13109] Verifies that current dataspace dimensions are not equal to ↵Christian Chilan2007-01-051-1/+12
| | | | | | H5S_UNLIMITED. Checks performed in H5Screate_simple() and H5Sset_extent_simple().
* [svn-r13099] Description:Quincey Koziol2007-01-034-42/+49
| | | | | | | | Bug fix for possible file corruption when attribute is renamed with a longer name. Tested on: FreeBSD/32 6.1 (duty)
* [svn-r13097] Description:Quincey Koziol2007-01-023-1/+38
| | | | | | | Checkpoint changes for bug fix, to shift coding to another machine. Tested on: Linux/32 2.6 (chicago)
* [svn-r13091] Purpose: Adding new test fileBinh-Minh Ribler2007-01-011-0/+1
| | | | | Description: Added ./c++/test/tvlstr.cpp
* [svn-r13090] Purpose: Adding testBinh-Minh Ribler2007-01-014-3/+806
| | | | | | | | | | | | Description: Added variable-length string tests. Fixed typos in tattr.cpp. Platforms tested AIX 5.1 (copper) SunOS 5.8 64-bit (sol) HPUX 11.00 (kelgia) Linux 2.6 (kagiso)
* [svn-r13089] Purpose: MaintenanceBinh-Minh Ribler2007-01-014-6/+37
| | | | | | | | | | | | Description: Added overloaded method DataSet::vlenReclaim, that has better prototype. Fixed some typos. Platforms tested AIX 5.1 (copper) SunOS 5.8 64-bit (sol) HPUX 11.00 (kelgia) Linux 2.6 (kagiso)
* [svn-r13088] Snapshot version 1.6 release 6 (snap12)HDF Tester2006-12-2410-38/+38
|
* [svn-r13071] Fixed bug 738.MuQun Yang2006-12-181-0/+0
| | | | | In 1.6, H5_HAVE_VSNPRINTF is not defined. Instead H5_HAVE__VSNPRINTF is defined. Fixed to use H5_HAVE_VSNPRINTF as the macro.
* [svn-r13069] fix bug 738,MuQun Yang2006-12-181-1/+3
| | | | | | test HDF5 1.6 branch Update macro HDvsnprintf so that HDvsprintf can also be supported on windows. This has be already supported in 1.8.
* [svn-r13066] Snapshot version 1.6 release 6 (snap11)HDF Tester2006-12-1710-38/+38
|
* [svn-r13061] Purpose: Update Windows projectsBinh-Minh Ribler2006-12-141-0/+0
| | | | | | | | | | Description: Added the C++ test tattr.cpp to testhdf5_cpp and testhdf5_cppdll. Platform tested: Visual C++ 6.0 on Windows XP The last time I did this update was almost two years ago, I'm hoping that I didn't mess it up!
* [svn-r13060] Purpose: Code cleanupBinh-Minh Ribler2006-12-141-1/+1
| | | | | | | | | | | | | Description: Changed from off_t h5_get_file_size(...) to h5_stat_size_t h5_get_file_size(...) to fix compilation error on Windows. Platform tested: Linux 2.6 (kagiso) Visual 6.0 on Windows XP
* [svn-r13059] Purpose: Code cleanupBinh-Minh Ribler2006-12-131-2/+2
| | | | | | | | | Description: Changed from hsize_t to int for rank constants to fix errors on Windows. Platform tested: Linux 2.6 (kagiso) Visual 6.0 on Windows XP
* [svn-r13054] Purpose: Adding testBinh-Minh Ribler2006-12-121-0/+1
| | | | | Description: Added c++/test/tattr.cpp.
* [svn-r13053] Purpose: Adding testBinh-Minh Ribler2006-12-123-3/+1252
| | | | | | | | | | Description: Added tattr.cpp to c++/test. Platform tested: Linux 2.6 (kagiso) SunOS 5.8 64-bit (sol) AIX 5.1 (copper)
* [svn-r13049] Purpose: Fixed user reported bug (cont.)Binh-Minh Ribler2006-12-121-1/+1
| | | | | | | | | Description: Missed this file from last checkin that changed DataSet::vlenReclaim to static. Platforms tested: Linux 2.6 (kagiso) - again just to be sure
* [svn-r13043] Updated for the new SVN server location.HDF Tester2006-12-111-1/+1
|
* [svn-r13040] Purpose: Fixed user reported bugBinh-Minh Ribler2006-12-113-7/+10
| | | | | | | | | | | | | | | | | Description: In Attribute::read, H5Aread malloc's memory for the read data buffer, so Attribute::read shouldn't allocate the buffer, but needs to deallocate with HDfree. Fixed a typo in H5StrType.cpp, should pass PredType::C_S1 to "copy" instead of H5T_C_S1. Also changed DataSet::vlenReclaim to static. Platforms tested: AIX 5.1 (copper) Linux 2.6 (kagiso) SunOS 5.8 64-bit (sol)
* [svn-r13014] Snapshot version 1.6 release 6 (snap10)HDF Tester2006-12-0310-38/+42
|
* [svn-r12996] Entered known problem of new versions of g95 does not work with ↵HDF Tester2006-11-291-0/+4
| | | | v1.6.5.
* [svn-r12981] Replaced the word cvs with source.HDF Admin2006-11-271-1/+1
|
* [svn-r12978] Cleanup.Albert Cheng2006-11-271-18/+9
| | | | | | | Removed all old references to cvs commands. Tested: Will be tested by the daily tests.
* [svn-r12969] Bug fix.Albert Cheng2006-11-226-42/+43
| | | | | | | | | | | | | | Description: h5_get_file_size() was coded to return 0 if failed but file size can be 0. Changed the failure return value to -1 which is allowed by the returned type of off_t which is a signed type. Also changed the checking code of the stat call to just == 0 since that is how it is defined. Test: Could test it in heping only. Both Sol and Copper failed to compiled due to error in the Direct IO VFD code.
* [svn-r12968] Cleanup.Albert Cheng2006-11-221-22/+0
| | | | h5_mpi_get_file_size() is no longer used. Removed the code.
* [svn-r12962] Upgrade.Albert Cheng2006-11-211-1/+1
| | | | | | | Change AIX to use C99 standard by default. Tested: Copper.
* [svn-r12960] Upgrade.Albert Cheng2006-11-211-2/+3
| | | | | | | | | 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-r12948] Snapshot version 1.6 release 6 (snap9)HDF Admin2006-11-1910-38/+38
|
* [svn-r12925] Purpose:Albert Cheng2006-11-161-1/+1
| | | | | | | | | Documentation. Added a line to identify this configure file is for the IBM BG/L platform. Test: Just a comment. No test needed.
* [svn-r12916] Description:Elena Pourmal2006-11-151-2/+2
| | | | | | | When mpif90 based on g95 was used, special flag H5_G5 was not set up to compile C stubs. Fixed. Platforms tested: heping with gcc and g95 based MPI I/O
* [svn-r12912] Pedro Vicente Nunes2006-11-141-160/+142
| | | | An attribute was not being closed in H5IMlink_palette
* [svn-r12889] Description: Elena Pourmal2006-11-117-1006/+2770
| | | | | | | | | Brought back changes from 1.8 branch to fix g95 problem and to eliminate compilation warnings on many platforms. Platforms tested: heping with f95, pgf90, and g95 sol
* [svn-r12837] Frank Baker2006-10-311-1/+1
| | | | | | | | | | Description: Correct input file, via doxygen, that creates the C++ reference manual paragraph that pointed to a now-removed release_docs/ file. Original file was release_docs/INSTALL_Windows_withcpp.txt; current file is release_docs/INSTALL_Windows.txt. Tested: Trivial change; not tested.
* [svn-r12818] Purpose: Minor fixBinh-Minh Ribler2006-10-261-2/+1
| | | | | | | | | Description: Added (long) to a verify_val call. Platforms tested: Linux 2.6 (kagiso) - very minor, and Kent will test it on Windows, because that was where it was complained about.
* [svn-r12810] Purpose:Albert Cheng2006-10-251-1/+3
| | | | | | | | | | | | | | Bug fix. Description: H5FD_get_vfd_handle() would return okay even if an VFD did not have the get_vfd_handle callback function defined. Solution: Return failure if get_vfd_handle function is not defined. Tested: in heping and copper.
* [svn-r12800] Snapshot version 1.6 release 6 (snap8)HDF Admin2006-10-2210-38/+38
|
* [svn-r12798] Purpose: Fixed typoBinh-Minh Ribler2006-10-221-3/+0
| | | | | | | | Description: Removed a leftover prototype. Platform tested: Linux 2.6 (kagiso) - very minor
* [svn-r12782] Purpose: Adding testBinh-Minh Ribler2006-10-191-0/+1
| | | | | Description: Added trefer.cpp to c++/test.
* [svn-r12781] Purpose: Adding testBinh-Minh Ribler2006-10-191-1/+1
| | | | | | | | | Description: Added trefer.cpp to c++/test. Platform tested: AIX 5.1 (copper) HPUX 11.00 (kelgia)
* [svn-r12780] Purpose: Adding testBinh-Minh Ribler2006-10-192-1/+303
| | | | | | | | | | | Description: Wrappers of H5Rcreate had incorrect prototypes. Fixed and added object reference tests. Platform tested: Linux 2.4 (heping) AIX 5.1 (copper) HPUX 11.00 (kelgia)
* [svn-r12779] Purpose: Fixing bugBinh-Minh Ribler2006-10-1911-122/+260
| | | | | | | | | | | | | | | | | | | | | | | | | Description: Wrappers of H5Rcreate had incorrect prototypes. Solution: Added these overloaded functions for H5Rcreate wrapper to IdComponent: void reference(void* ref, const char* name, DataSpace& dataspace, H5R_type_t ref_type = H5R_DATASET_REGION) const; void reference(void* ref, const char* name) const; void reference(void* ref, const H5std_string& name) const; Added these overloaded functions for H5Rdereference: void dereference(IdComponent& obj, void* ref); DataSet(IdComponent& obj, void* ref); Group(IdComponent& obj, void* ref); DataType(IdComponent& obj, void* ref); The incorrect wrappers will be removed after announcing. Platform tested: Linux 2.4 (heping) AIX 5.1 (copper) HPUX 11.00 (kelgia)
* [svn-r12757] Frank Baker2006-10-123-34/+46
| | | | | | | | | | | | Description: Fixed several small directly-reported bugs (i.e., not in Bugzilla). Minor copy edits and format errors fixed in these function entries: H5Iget_name H5Pset_chunk H5Tenum_nameof H5Tenum_valueof H5Pset_deflate: Corrected 'level' parameter type (to uint). HTML coding format cleanup thoroughout the above functions. Tested: Firefox