summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [svn-r12282] Purpose:Albert Cheng2006-04-202-2/+2
| | | | | | | | | | | bug fix. Description: H5LTparse.h should not be installed. Removed it from the install header files list. Platforms tested: h5committested.
* [svn-r12281] Purpose:Albert Cheng2006-04-191-1/+1
| | | | | | | | | | | | | | Bug fix. Description: ./hl/src/H5LTparse.h was marked as DO_NOT_DISTRIBUTE by mistake. It should not be installed but must be present for building. Solution: Fixed. Platforms tested: Should work.
* [svn-r12280] Purpose:HDF Admin2006-04-191-1/+4
| | | | | | | | | | | | | | Bug fix. Description: It did not handle the case when version sub-release string is not empty. Solution: Fixed the sed substitution to remove the sub-release string too. Platforms tested: Heping.
* [svn-r12279] Purpose:James Laird2006-04-192-4/+5
| | | | | | | | | | | | | | | Bug fix Description: When variables were declared in for loops C++ compiler on Cray X1 scoped them oddly, leading to compilation errors. Solution: Moved variable declarations out of for loops (where they probably shouldn't have been anyway) to the beginning of the function. Platforms tested: mir, Cray X1 (minor change)
* [svn-r12278] Purpose: Maintenance after alpha0 releaseElena Pourmal2006-04-185-15/+15
| | | | | | | | | | Description: Ran bin/h5vers script to change version number to 1.8.0-alpha1 Solution: Platforms tested: heping Misc. update:
* [svn-r12276] Purpose: Maintenance/typo fix/1.8.0-alpha0 releaseElena Pourmal2006-04-189-56/+49
| | | | | | | | | | | | | | | | | | | | | | Description: Here is what I did: modified MANIFEST according Quincey's instructions to fix the problem exposed by bin/release (compilation fails because some header files were not included in the distribution) fixed small typo and modified include_HEADERS line in src/Makefile.am to address the problem exposed by bin/release ran bin/h5vers to change version number to 1.8.0-alpha0 ran bin/release to release tar ball to the ftp server Solution: Platforms tested: mir MANY,MANY,MANY times Misc. update:
* [svn-r12275] Purpose: MaintenanceElena Pourmal2006-04-181-5/+8
| | | | | | | | | | Description: Added that only IEEE floating-point is currently supported. Solution: Platforms tested: N/A Misc. update:
* [svn-r12274] Purpose: Maintenance/bug fixesElena Pourmal2006-04-183-4/+4
| | | | | | | | | | | Description: Several small typos were discovered during today's testing by Raymond Solution: Fixed Platforms tested: VMS server Misc. update:
* [svn-r12273] Purpose: MaintenanceElena Pourmal2006-04-181-0/+3257
| | | | | | | | | | | Description: Brought HISTORY.txt file from 1.6. branch to 1.7 in preparation for the 1.8.0-alpha0 release Solution: Platforms tested: Misc. update:
* [svn-r12272] Purpose:Fang Guo2006-04-181-0/+60
| | | | | | | | | | | | | | Update DLL project file Description: New source files are added, DLL project needs to be updated to reflect the change. Solution: Platforms tested: windows XP VS 6.0 C and C++ Misc. update:
* [svn-r12271] Purpose:Fang Guo2006-04-181-76/+136
| | | | | | | | | | | | | | update project file on windows Description: New files have been checked in, library project files have to be updated. Solution: Platforms tested: windows XP with 6.0 Misc. update:
* [svn-r12270] Purpose: Bug fix (it is quite serious, so I decided to check ↵Elena Pourmal2006-04-171-4/+4
| | | | | | | | | | | | | | | the fix in) Description: H5match_types uses reserved "INT" string and writes it to the H5H5fortran_types.f90 file. If application uses Fortran intrinsic INT and HDF5, compilation fails since it becomes redefined in H5H5fortran_types.f90. Solution: Rename INT to Fortran_INTEGER Platforms tested: copper, shanti, heping with g95 Misc. update:
* [svn-r12269] Purpose:James Laird2006-04-171-0/+3
| | | | | | | | Updated RELEASE.txt Description: Mentioned that Cray X1 has trouble with h5dumpxml.sh when a lone semicolon appears on the command line.
* [svn-r12268] Purpose:Albert Cheng2006-04-171-2/+0
| | | | Updated with removed files.
* [svn-r12267] Purpose:Albert Cheng2006-04-171-1/+1
| | | | Fixed a typo.
* [svn-r12266] Purpose:Albert Cheng2006-04-171-6/+25
| | | | | Removed TFLOP instructions since the machine has retired. Added Red Storm instructions.
* [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)