summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r12265] Purpose:Albert Cheng2006-04-173-317/+9
| | | | | Removed reference and files for Installation of TFLOPS (machine retired) and special VFD of SRB and GASS, both of which have been retired too.
* [svn-r12263] Purpose: MaintenanceElena Pourmal2006-04-162-0/+83
| | | | | | | | | | Description: Added installation instructions (draft) for VMS system. Solution: Platforms tested: N/A Misc. update:
* [svn-r12262] Purpose: MaintenanceElena Pourmal2006-04-161-0/+1
| | | | | | | | | | Description: Added new H5HF* files to the list of the source files Solution: Platforms tested: Later, VMS server Misc. update:
* [svn-r12261] Purpose:Albert Cheng2006-04-161-15/+16
| | | | | | | | | | | | Improvement Description: Modified the warning messages from the Version mismatch checking to suggest the users to try recompiling or checking the shared lib setting. Platforms tested: Tested in heping only since it was just a simple text string changes. (I did moved the strings around a bit.)
* [svn-r12260] Purpose:Albert Cheng2006-04-152-8/+8
| | | | | | | | | Changed to production mode default on, debug mode default off to prepare for 1.8.0alpha0 release. Platforms tested: Tested in heping but only did the configure and compared the output with previous default output. The changes were pretty simple.
* [svn-r12259] Purpose:Quincey Koziol2006-04-152-3/+290
| | | | | | | | | | | | | Code checkpoint Description: Add more regression tests for odd insertion patterns Platforms tested: FreeBSD 4.11 (sleipnir) Linux 2.4 (heping) Linux 2.4/64 (mir) Solaris 2.9 (shanti)
* [svn-r12258] Purpose:Quincey Koziol2006-04-1518-4719/+5028
| | | | | | | | | | | | | | | | | | | Code checkpoint Description: Add in more fractal heap support for odd allocation patterns (entries that are too large for various block sizes, etc.) Broke out fractal heap code into more source code modules. Refactored fractal heap test to make it more understandable and maintainable for the long term. Platforms tested: FreeBSD 4.11 (sleipnir) Linux 2.4 (heping) Linux 2.4/64 (mir) Solaris 2.9 (shanti)
* [svn-r12257] Purpose:Quincey Koziol2006-04-151-29/+15
| | | | | | | | | Shrink skull & crossbones (how many times do you get to write _that_ in a CVS log message? :-) Description: Documented the --enable-group-revision configure option and found a smaller skull & crossbones to put in the release notes for it.
* [svn-r12256] Purpose: Bug fixElena Pourmal2006-04-151-5/+1
| | | | | | | | | | | | | | Description: "using std::count" statement caused the problems on copper and kelgia Solution: I believe this statement is not needed at all (will verify with more daily tests and Binh-Minh). Removed. Platforms tested: heping, mir with Intel compiler, copper with -q64, shanti (there is a known failure in tatrr test) Misc. update:
* [svn-r12255] Purpose: MaintenanceElena Pourmal2006-04-151-57/+70
| | | | | | | | | | | Description: Updated "Tested Platforms" section (based on 1.6.5) Added VMS support notice Solution: Platforms tested: N/A Misc. update:
* [svn-r12254] Purpose:Quincey Koziol2006-04-1424-216/+274
| | | | | | | | | | | | | | Anti-feature Description: Revert changes to H5G_stat_t struct, to make it compatible with the 1.6.x branch again. The information that was added to the H5G_stat_t struct will be reported through other API routines. Platforms tested: FreeBSD 4.11 (sleipnir) w/C++ Linux 2.4/64 (mir) w/C++ & Fortran Solaris 2.9 (shanti)
* [svn-r12253] Purpose: MaintenanceElena Pourmal2006-04-141-2/+2
| | | | | | | | | | | | | Description: Brought VMS changes back. My previous note about using std::count; should be in this log. C++ on VMS doesn't support "using std::count" Solution: IFDEF'ed with H5_VMS (until Binh-Minh has a chance to look into it and propose a different solution) Platforms tested: VMS server, heping Misc. update:
* [svn-r12252] Purpose: MaintenanceElena Pourmal2006-04-142-6/+7
| | | | | | | | | | | | | | | | Description: Brought VMS changes back (very minor): In tfile.cpp file some tests for open and creation should fail on UNIX, but this is not true on VMS since it has versioning of the files. In dsets.cpp std::count was used, but it is not available on VMS; also VMS didn't like "bogus" name for the filter function. Solution: Used H5_HAVE_FILE_VERSIONS and H5_VMS variables to control the tests; replaced "bogus" function with "filter_bogus" function Platforms tested: VMS server, heping Misc. update:
* [svn-r12251] Purpose: MaintenanceElena Pourmal2006-04-141-2/+12
| | | | | | | | | | Description: file_close and multi driver tests fail on VMS. Solution: IFDEF'ed them for now with !DEC directive. Platforms tested: VMS server, heping Misc. update:
* [svn-r12250] Purpose: MaintenanceElena Pourmal2006-04-141-0/+6
| | | | | | | | | | | Description: Added new VMS command files to run tests and examples for C, C++ and Fortran Solution: Platforms tested: Misc. update:
* [svn-r12249] Purpose: MaintenanceElena Pourmal2006-04-142-225/+253
| | | | | | | | | | Description: cleaned up make.com file; added command file to run the tests. Solution: Platforms tested: VMS server Misc. update:
* [svn-r12248] Purpose: MaintenanceElena Pourmal2006-04-142-16/+14
| | | | | | | | | | Description: cleaned up make.com file Solution: Platforms tested: VMS server Misc. update:
* [svn-r12247] Purpose: MaintenanceElena Pourmal2006-04-142-14/+32
| | | | | | | | | | Description: cleaned up make.com file; added command file to run tests Solution: Platforms tested: VMS server Misc. update:
* [svn-r12246] Purpose: MaintenanceElena Pourmal2006-04-142-80/+96
| | | | | | | | | | Description: Added file to run the examples; cleaned up make.com file Solution: Platforms tested: VMS server Misc. update:
* [svn-r12245] Purpose: MaintenanceElena Pourmal2006-04-142-31/+34
| | | | | | | | | | Description: Added file to run the tests; cleaned up make.com file Solution: Platforms tested: VMS server Misc. update:
* [svn-r12244] Purpose: MaintenanceElena Pourmal2006-04-142-11/+31
| | | | | | | | | | Description: Added file to run the tests Solution: Platforms tested: VMS server Misc. update:
* [svn-r12243] Purpose: MaintenanceElena Pourmal2006-04-141-12/+5
| | | | | | | | | | Description: Cleaned up the file Solution: Platforms tested: VMS server Misc. update:
* [svn-r12242] Purpose: MaintenanceElena Pourmal2006-04-142-45/+64
| | | | | | | | | | Description: Added new file to run examples Solution: Platforms tested: VMS server Misc. update:
* [svn-r12241] Purpose: MaintenanceElena Pourmal2006-04-141-16/+119
| | | | | | | | | | | | | | | Description: This command file defines all necessary compilation flags and builds all libraries, tests and examples. If you build in a particular directory, make sure you use the correct compilation flags since they are not defined in each individual command file (actually the line is still there but commented out). Solution: Platforms tested: VMS server Misc. update:
* [svn-r12240] Frank Baker2006-04-141-70/+102
| | | | | | | Purpose: Added 1.8.0-alpha1 "Supported Configuration Features Summary." Platforms tested: Viewed in vi; not tested.
* [svn-r12239] Purpose: UpdateRaymond Lu2006-04-141-1/+1
| | | | | | | Description: Mark hl/src/H5LTparse.h as undistributed. Platforms tested: ran bin/chkmanifest.
* [svn-r12238] Purpose:Fang Guo2006-04-131-1868/+1868
| | | | | | | | | | | Maintenance on Windows Description: Update all.sln Solution: Platforms tested: Misc. update:
* [svn-r12237] Purpose:Fang Guo2006-04-131-4/+0
| | | | | | | | | | | Maintenance on Windows Description: hl\src\H5HL_private.c was removed Solution: Platforms tested: Windows XP Misc. update:
* [svn-r12236] Purpose:Fang Guo2006-04-131-4/+0
| | | | | | | | | | | Maintenance on Windows Description: H5HL_private.c was removed Solution: Platforms tested: Windows XP Misc. update:
* [svn-r12235] Purpose:Pedro Vicente Nunes2006-04-132-8/+16
| | | | | | | | | | | | | | | | | bug fixes Description: some function calls had integer constants in the argument list; these caused size mismatches on some platforms (hsize_t expected) Solution: declared hsize_t variables or added casts Platforms tested: linux (heping) solaris Misc. update:
* [svn-r12234] Purpose:Pedro Vicente Nunes2006-04-131-88/+86
| | | | | | | | | | | | | removed some white space and add formatting Description: Solution: Platforms tested: linux Misc. update:
* [svn-r12233] Purpose: MaintenanceElena Pourmal2006-04-121-119/+82
| | | | | | | | | | | | | | | | Description: Some dumper tests suppose to fail; those tests cause make file to exit. Solution: For now I commented those tests to let other tests to run; output is saved in a file for examination. Next step will be to compare with the existing output. (Actually the next step will be to learn how to program functions in DCL to create a test script similar to UNIX one, but at least I finally figured out why the test script was exiting.) Platforms tested: VMS server Misc. update:
* [svn-r12231] Purpose:Pedro Vicente Nunes2006-04-122-57/+0
| | | | | | | | | | | | fix, forgot to cvs remove one file of the privious check in Description: Solution: Platforms tested: Misc. update:
* [svn-r12230] Purpose:James Laird2006-04-122-504/+537
| | | | | | | | | | | | | | | | | Configuration change Description: Stream-VFD is now disabled when parallel is enabled. Solution: Stream-VFD was causing trouble on some platforms when both it and parallel HDF5 were being used. This is a pretty odd use case, so we now disable stream vfd when parallel is being used. This required moving the test for the stream vfd after the test for parallel HDF5 in configure.in. Platforms tested: mir, modi4 (configure change only)
* [svn-r12229] Purpose:Pedro Vicente Nunes2006-04-12113-466/+740
| | | | | | | | | | | | | | | | | | | | | new feature Description: 1) separated the HL library into "public" and "private" header files, with the same caracteristics as the basic library 2) added the public headers to hdf5.h (with a conditional include macro, defined in configure.in) 3) added the path to HL in all Makefile.am 's , because of the inclusion in hdf5.h Solution: Platforms tested: linux 32, 64 AIX solaris with fortran and c++ (one packet table example fails) Misc. update:
* [svn-r12228] Purpose: MaintenanceElena Pourmal2006-04-121-1/+1
| | | | | | | | | | Description: Warning message about broken line was displayed while running make.com Solution: Replaced blank line with $ exit line. Platforms tested: VMS server; this change is local to VMS only Misc. update:
* [svn-r12227] Purpose:Albert Cheng2006-04-121-5/+5
| | | | | | | | | | | | | | | | | bug fix. Description: The MPE_Stop_log did not work in copper. It spewed out MPE errors and ended in infinite looping. Solution: Changed to a smaller test size to avoid generating huge MPE log files when MPE is configured in. Platforms tested: Copper (mpe) Misc. update:
* [svn-r12226] Purpose:Fang Guo2006-04-112-7/+17
| | | | | | | | | | | Maintenance on Windows Description: Add in information about hdf5_hl_fortran using intel fortran compiler. Solution: Platforms tested: Misc. update:
* [svn-r12225] Purpose:Fang Guo2006-04-111-2/+8
| | | | | | | | | | | | | | | Maintenance on Windows Description: hdf5_hl_fortran is a mixed language project. when building this project , the compiler will ask to choose one language as a main project. Missed this information in previous document. Need to ch Solution: Platforms tested: Misc. update:
* [svn-r12224] Purpose:Albert Cheng2006-04-111-0/+5
| | | | | | | | | | | | | | | | Bug fix. Description: When MPE is used, the test generates huge Clog files in /tmp that could fill up the disk (like in Copper.) Solution: Turned off MPE logging. Platforms tested: heping (pp) and copper(pp) Misc. update:
* [svn-r12223] Purpose:Fang Guo2006-04-111-1871/+1868
| | | | | | | | | | | Maintenance on Windows Description: libtestfortran.dsp was enabled by accident. Disable libtestfortran.dsp Solution: Platforms tested: Misc. update:
* [svn-r12222] Purpose:Fang Guo2006-04-111-1/+1
| | | | | | | | | | | | | Maintenance on Windows Description: Fix a echo error: when running lstest.bat, previously echo "h5dump ..." change it to "h5ls ..." Solution: Platforms tested: Misc. update:
* [svn-r12221] Purpose:Quincey Koziol2006-04-1044-23/+262
| | | | | | | | | | | | | | | "Hide" file format changes (for now) Description: Add ifdef's (controlled by the --enable-group-revision configure flag) to disable group revision changes to the file format, in order to allow alpha release to go ahead without releasing an unsupported version into the wild. Platforms tested: FreeBSD 4.11 (sleipnir) Linux 2.4 32-bit (heping) Linux 2.4 64-bit (mir) Solaris 2.9 (shanti)
* [svn-r12219] Purpose:Quincey Koziol2006-04-101-3/+0
| | | | | | | | | | | | | Code cleanup Description: Don't include empty public header files. Platforms tested: FreeBSD 4.11 (sleipnir) Linux 2.4 32-bit (heping) Linux 2.4 64-bit (mir) Solaris 2.9 (shanti)
* [svn-r12218] Purpose:Quincey Koziol2006-04-105-36/+2
| | | | | | | | | | | | | Code cleanup Description: Remove remnents of references to unimplemented H5S_COMPLEX dataspace. Platforms tested: FreeBSD 4.11 (sleipnir) Linux 2.4 32-bit (heping) Linux 2.4 64-bit (mir) Solaris 2.9 (shanti)
* [svn-r12217] Purpose:Quincey Koziol2006-04-101-4/+5
| | | | | | | | | | | | | | | | | Code cleanup Description: Tweak fortran test for alpha release to check for different file size (a size difference between the compact & "old" dense form). Platforms tested: FreeBSD 4.11 (sleipnir) Linux 2.4 32-bit (heping) Linux 2.4 64-bit (mir) Solaris 2.9 (shanti) Misc. update:
* [svn-r12216] Purpose:Quincey Koziol2006-04-102-0/+32
| | | | | | | | | | | | | | | | | Code cleanup Description: Clean up some runtime errors from unsupported C99 types on Solaris 2.9 by wrapping them with ifdef's. Platforms tested: FreeBSD 4.11 (sleipnir) Linux 2.4 32-bit (heping) Linux 2.4 64-bit (mir) Solaris 2.9 (shanti) Misc. update:
* [svn-r12215] Purpose:Quincey Koziol2006-04-102-33/+105
| | | | | | | | | | | | | | | Code cleanup Description: Add "--enable-group-revision" configure flag (defaulting to off). Also, "prettify" the configure summary a bit Platforms tested: FreeBSD 4.11 (sleipnir) Linux 2.4 32-bit (heping) Linux 2.4 64-bit (mir) Solaris 2.9 (shanti)
* [svn-r12214] Purpose:Quincey Koziol2006-04-101-5/+5
| | | | | | | | | | | | | Code cleanup Description: Don't install empty public header files. Platforms tested: FreeBSD 4.11 (sleipnir) Linux 2.4 32-bit (heping) Linux 2.4 64-bit (mir) Solaris 2.9 (shanti)
* [svn-r12213] Turned off copyright checking until what need copyright is decided.Albert Cheng2006-04-071-0/+3
|