summaryrefslogtreecommitdiffstats
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r17707] Description:Binh-Minh Ribler2009-10-211-0/+1
| | | | Added c++/test/tlinks.cpp
* [svn-r17558] New feature(Bug 230):Albert Cheng2009-09-301-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Embed the content of libhdf5.settings into the hdf5 executables so that an "orphaned" executables can display (via the Unix strings command, for example) the library settings used to build the executables. configure.in: Added the --disable-embedded-libinfo option to disable this feature. configure: src/H5config.h.in: fortran/configure c++/configure Generated by autotools like automake. src/H5detect.c: Implement insert_libhdf5_settings() to insert the contents of libhdf5.settings into the library as an extern string variable so that it is included in all HDF5 executable. test/Makefile.in: Added test scripts testlibinfo.sh and testcheck_version.sh, test program tcheck_version. Needed to introduce $PROGS so that tcheck_version is built but not run automatically. test/testlibinfo.sh.in: A new test added to verify the library information is indeed included in the executables. H5.c: added code to print the embedded library information when there is a library versions mis-match occurs. This ensures the library information string is included in the executable. Also modifies the code so that the Library mismatch warning string is included only once in the executable. H5private.h: Added a global reference to the libinfo string variable to prepare for possible stage 3 implementation of a public API. New test: (Bug ID 1656): Add new tests (tcheck_version, testcheck_version.sh) to verify H5check_version() does issue warnings and abort accordingly. Changed H5check_version() to suppress the warning message totally if $HDF5_DISABLE_VERSION_CHECK is 2 or higher. (Old behavior treated 3 or higher the same as 1, that is to print a warning and allows the program to continue. MANIFEST: updated with the newly added files. Tested: h5committest passed. Also passed jam in serial mode, --enable-static-exec, --disable-embedded-libinfo.
* [svn-r17525] Description:Quincey Koziol2009-09-241-0/+2
| | | | | | | | | | | Add backward compatibility test to make certain that the 1.6 library handles encountering a file with a fixed array chunk index gracefully. Also, remove the (generated) testh5ls.sh at 'make distclean' Tested on: FreeBSD/32 6.3 (duty) w/production (too minor to require h5committest)
* [svn-r17299] Description:Frank Baker2009-08-041-0/+2
| | | | | | | Add new PDF files: ./doc/html/PSandPDF/HDF5_UG_r166.pdf ./doc/html/PSandPDF/HDF5_RM_r166.pdf Tested: chkmanifest
* [svn-r17292] Updated for newly added files.Albert Cheng2009-08-011-0/+2
| | | | Tested by bin/chkmanifest.
* [svn-r17118] Description:Frank Baker2009-06-261-157/+0
| | | | | Remove old version of "HDF5 Tutorial" from doc repositories; this document is maintained idependently.
* [svn-r16923] Changed file names family_v1.7_0000[0-3].h5 to ↵Raymond Lu2009-05-051-4/+4
| | | | | | family_v1.8_0000[0-3].h5 from last round commit. No test needed.
* [svn-r16535] have 2 expected outputs for 2 h5ls runs depending if run on a ↵Pedro Vicente Nunes2009-03-021-3/+5
| | | | | | | big or little endian machine. Configure.in was modified to export a variable carrying endianess information to testh5ls.sh. This script then compares the current run with 2 expected outputs, one for a big-endian machine (linew was used to generate the output), other for little endian (jam was used to generate the output) the way h5ls prints types, it starts searching for NATIVE types first. One solution would be h5ls not to detect these native types, using for example the same print datatype function that h5dump does, that would make the output look the same on all platforms ("32-bit little-endian integer" would be printed instead). Drawback, this "native" information would not be available. Other solution is to have not one but 2 expected outputs and make the shell script detect the endianess and compare with one output or other tested: h5committest
* [svn-r16491] #1368 (E1) h5diff: implement "not comparable" messages. ↵Pedro Vicente Nunes2009-02-181-0/+8
| | | | | | | | Implemented RFC. The new option is <-c, --compare List objects that are not comparable> added some test cases and new test files for output tested: h5committest
* [svn-r16468] Purpose:Mike McGreevy2009-02-111-0/+321
| | | | | | | | | | | | Reference Manual Breakout Description: Pulled functions out of reference manual .html files into individual files per function, sorted into subdirectories. The files are included into index files via php redirects, so the browser presentation of the information has not changed, but maintenance on said files should prove to be a bit easier.
* [svn-r16317] Print a message ofPedro Vicente Nunes2009-01-141-0/+3
| | | | | | | | | Storage: information not available When displaying storage information for VL and dataset region types Added 2 shell runs that display this information #818 Tested: windows, linux
* [svn-r15916] Bug fix: #933Albert Cheng2008-10-211-1/+0
| | | | | | | The information of libhdf5_fortran.settings are all included in libhdf5.settings now. Remove it from the source. Tested: kagiso with fortran and C++.
* [svn-r15885] make h5repack have its own testfiles folderPedro Vicente Nunes2008-10-151-16/+19
| | | | tested: linux
* [svn-r15883] have h5diff have its own testfiles folderPedro Vicente Nunes2008-10-151-76/+75
| | | | tested: linux
* [svn-r15874] Eliminate -c option and make that behavior the default and ↵Pedro Vicente Nunes2008-10-151-1/+0
| | | | | | return 2 instead of -1 on error status Tested: windows, linux
* [svn-r15839] Update manifest.Neil Fortner2008-10-121-0/+1
|
* [svn-r15724] Bug fix #1281Pedro Vicente Nunes2008-09-291-1/+3
| | | | | | | | | | The TEXTFPE was described in the usage (read floats in scientific notation) but was not implemeneted. Solution: remove TEXTFPE from the help system and have the TEXTFPE input type do the same thing as TEXTPF currently does to support backwards compatibility (the format read for both TEXTFPE and TEXTPF is %f) added a test tested: windows, linux, solaris
* [svn-r15722] Added a file with user block data to be used by the h5repack ↵Pedro Vicente Nunes2008-09-291-1/+1
| | | | windows shell script only Note: for the unix shell script this file is not used
* [svn-r15710] The GASS and SRB VFD have been retired and removed from theAlbert Cheng2008-09-271-10/+0
| | | | | | | | HDF5 library. The Dependencies files are generated by "make depend". Tested: h5committest, also serial in Kagiso is tested.
* [svn-r15647] Added h5perf extensions for 2D testing to v16.Christian Chilan2008-09-171-0/+3
| | | | Tested on kagiso, cobalt, and abe.
* [svn-r15444] new test file for h5diffPedro Vicente Nunes2008-08-071-0/+1
|
* [svn-r15135] Purpose:Albert Cheng2008-06-041-0/+1
| | | | | | | | | | | | | | bug fixes. Description: Added code to create an empty hdf5 (named h5diff_empty.h5) in order to test if h5diff compares correctly an empty hdf5 vs. a non-empty one. Tested: Tested in kagiso of h5diffgentest itself. Verified by h5dump that h5diff_empty.h5 was indeed empty. Then "h5diff h5diff_empty.h5 h5diff_basic1.h5" returned 0 (should have returned non-zero).
* [svn-r14938] Pedro Vicente Nunes2008-05-061-0/+2
| | | | | | | | | | | | | | | | | | Add a test for the floating point user defined printf format Usage is -m T, --format=T Where T - is a string containing the floating point format, e.g '%.3f' The test consists of writing a number with 7 fractional digits (default precision display of %f is 6 digits) and have the 7 digits displayed with -m %.7f fpformat.h5 Tested: windows, linux, solaris Note: the output file was generated in linux, it may be possible that platforms other than the ones tested have a different representation of the number
* [svn-r14715] update manifest with new and deleted files and add mention to ↵Pedro Vicente Nunes2008-03-101-1/+7
| | | | | | | h5dump bug fix - Fixed h5dump regarding the display of array indices and block selections in subsetting. PVN 2008/03/10
* [svn-r14678] Purpose: Update MANIFESTBinh-Minh Ribler2008-02-261-1/+0
| | | | | | | | Description: Removed ./c++/examples/testexamples.sh Platforms tested: Not needed.
* [svn-r14637] Added newer for file timestamp comparison. It is used by the ↵Albert Cheng2008-02-221-0/+1
| | | | | | | non-repeat test. Updated MANIFEST for this new file.
* [svn-r14628] updatePedro Vicente Nunes2008-02-201-2/+0
|
* [svn-r14612] manifest update with 3 new files for h5import last check inPedro Vicente Nunes2008-02-191-0/+3
|
* [svn-r14560] remove one source filePedro Vicente Nunes2008-02-121-1/+0
|
* [svn-r14546] txtin32.txt and txtin16.txt actually contain the same data, so ↵Pedro Vicente Nunes2008-02-111-1/+0
| | | | | | just use one of them and remove the other from svn tested: linux, solaris
* [svn-r14543] some of the generated text input files were dynamically ↵Pedro Vicente Nunes2008-02-111-5/+2
| | | | | | | | | | generated by h5importtest on each test run, others were in svn and used from that location (don't know why the difference) per windows developer (SW) request made all the used text input files to be in svn the binary files are obviously dynamically generated by h5importtest on each run tested: linux, solaris
* [svn-r14501] renamed the h5import test files to have the extensionsPedro Vicente Nunes2008-02-061-32/+36
| | | | | | | | | | | | | | text input files = .txt binary input files = .bin configuration files = .conf hdf5 files = .h5 besides that in very test the files have the same name except extension. For example TOOLTEST txtin16.txt -c $srcdir/testfiles/txtin16.conf -o txtin16.h5 The convention for the test name is for example, for "txtin16" "txt" for text then "in16" means integer 16 size Tested: linux, solaris
* [svn-r14497] remove mention to removed filePedro Vicente Nunes2008-02-051-1/+0
|
* [svn-r14494] #971 (B2) h5import bug on Windows w/binary datasets. CLOSED. ↵Pedro Vicente Nunes2008-02-051-0/+5
| | | | | | fread in windows needs a binary file to be open with "rb" instead of "r" otherwise it terminates execution if an end of file character is found on the input file. Besides that the binary file generated needs to be open with "wb" , otherwise an end of line character is read twice. FOR 1.6 ONLY (To do for 1.8) tested: windows, linux, solaris
* [svn-r14403] Description:Quincey Koziol2008-01-131-0/+1
| | | | | | | | | | | | | | | | | | | | | Add work-around to allow reading files that were produced with a buggy earlier version of the library, which could create objects with the wrong object header message count. There is now a configure flag "--enable-strict-format-checks" which triggers a failure on reading a file with this sort of corruption (when enabled) and allows the object to be read (when disabled). The default value for the "strict-format-checks" flag is yes when the "debug" flag is enabled and no when the "debug" flag is disabled. Note that if strict format checks are disabled (allowing objects with this particular kind of corruption to be read) and the file is opened with write access, the library will re-write the object header for the corrupt object with the correct # of object header messages. This closes bugzilla bug #1010. Tested on: Linux/32 2.6 (kagiso) FreeBSD/64 6.2 (liberty)
* [svn-r14391] Updated for adding test/tcoords.c.Raymond Lu2008-01-101-0/+1
|
* [svn-r14323] Removed ./test/tarray.c by mistake in the last commit.Albert Cheng2007-12-061-0/+1
| | | | Fixed it.
* [svn-r14322] Description:Albert Cheng2007-12-061-4/+0
| | | | | | | Removed the stream-vfd from the basic library code. Platforms tested: Kagiso (serial and parallel).
* [svn-r14107] Lable the three files just added as "DO NOT DISTRIBUTE".Frank Baker2007-08-231-3/+3
|
* [svn-r14106] Add 3 new files that are used in the documentation ↵Frank Baker2007-08-231-0/+3
| | | | PDF-generating process.
* [svn-r14077] Purpose: Minor Windows documentation updatesScott Wegner2007-08-131-1/+1
| | | | | | | | Description: Made simple changes to Windows documentation, mostly correcting supported compilers. Tested: chkmanifest
* [svn-r14053] Maintenance for 1.6.6: missed some files in the previous check-in.Elena Pourmal2007-08-071-1/+0
| | | | Tested with bin/chkmanifest
* [svn-r14052] Maintenance for 1.6.6: after talking to Albert more config ↵Elena Pourmal2007-08-071-12/+0
| | | | files have been removed
* [svn-r14050] Maintenance fro 1.6.6: deleted old HP files and renamed ↵Elena Pourmal2007-08-071-6/+2
| | | | i686-darwin8.8.2 to i686-apple
* [svn-r14049] Description:Frank Baker2007-08-071-1/+0
| | | | | | | | | Removing release_docs/INSTALL_codewarrior.txt as Code Warrior is not supported in this release. Testing: Visual inspection. The removed file is a release_docs/ text file and the change in MANIFEST is the removal of that filename.
* [svn-r14046] Maintenance fro 1.6.6 release: removed obsolete INSTALL files ↵Elena Pourmal2007-08-071-2/+0
| | | | and updated MANIFEST
* [svn-r13959] Pedro Vicente Nunes2007-07-091-1/+1
| | | | | | remove a file that does not need to be in svn, since it is generated in the h5repack test program tested: linux
* [svn-r13891] Purpose: Added ./c++/src/H5cxx_config.h.in file to manifest.Mike McGreevy2007-06-201-0/+1
|
* [svn-r13792] Add t_filter_read.c to MANIFEST.Christian Chilan2007-05-221-0/+1
|
* [svn-r13765] Pedro Vicente Nunes2007-05-181-2/+3
| | | | new file for the h5dump binary test, h5import configuration file