summaryrefslogtreecommitdiffstats
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r24044] Merging r23833 through r24043 from trunk.Mohamad Chaarawi2013-08-211-0/+55
|\
| * [svn-r24029] Move TESTS to seperate file to allow easier editing by all ↵Allen Byrne2013-08-191-0/+29
| | | | | | | | | | | | developers. Tested: local linux
| * [svn-r24007] Update configure to support 64-bit cygwinAllen Byrne2013-08-131-0/+1
| | | | | | | | Tested: cygwin
| * [svn-r23996] HDFFV-7989: Add any_path option to search the file for paths. ↵Allen Byrne2013-08-121-0/+2
| | | | | | | | | | | | New test added, scripts updated, help text updated. Tested: local linux
| * [svn-r23979] Correct Packaging var names.Allen Byrne2013-08-091-0/+1
| |
| * [svn-r23978] Add Bundle and plist file. Update script file add iconAllen Byrne2013-08-081-0/+1
| |
| * [svn-r23977] Update MANIFEST for previous checkin #23976.Vailin Choi2013-08-081-0/+17
| | | | | | | | h5committested.
| * [svn-r23845] HDFFV-8394: Add Optional Examples source packaging option.Allen Byrne2013-06-281-0/+4
| | | | | | | | Tested: local linux
* | [svn-r23834] merge from trunk up to r23833.Mohamad Chaarawi2013-06-271-0/+8
|\ \ | |/ | | | | Fixed several conflicts, mostly because calling API routines internally was removed from several places in the trunk.
| * [svn-r23829] HDFFV-8134: allow exclusion of attributes. This implements the ↵Allen Byrne2013-06-261-0/+2
| | | | | | | | | | | | technique and creates a test. Help changes will be added after trunk tests pass the test cycle. Tested: local linux
| * [svn-r23753] HDFFV-8461: Add Windows /MT supportAllen Byrne2013-06-111-0/+3
| | | | | | | | | | | | This adds the UserMacros.cmake Windows /MT support file. Tested: local linux
| * [svn-r23745] HDFFV-8461: Add Windows /MT supportAllen Byrne2013-06-101-0/+1
| | | | | | | | This adds the UserMacros.cmake support needed.
| * [svn-r23740] HDFFV-8447: subsetting broke data output file option.Allen Byrne2013-06-071-0/+2
| | | | | | | | Reviewed in H5T-59, tested local linux
* | [svn-r23694] merge from trunkMohamad Chaarawi2013-05-101-28/+40
|\ \ | |/
| * [svn-r23662] Bug fix: HDFFV-8236Albert Cheng2013-05-021-24/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | Some files are not distributed when release tarball is created by bin/release according to MANIFEST. But --enable-build-all compiles them in test/. Solution: Distributed those missing files for now. Need to resolve if these files should be distributed or not. And if not, fix --enable-build-all NOT to compile them. Tested: use bin/release to generate the tarball and run --enable-build-all with it. Error is gone and all passed.
| * [svn-r23656] Issue 8380 H5Zunregister caused seg fault: I added some ↵Raymond Lu2013-04-291-0/+1
| | | | | | | | | | | | | | | | | | protection measures: 1. If any opened object uses the filter, let it fail. 2. Flush all opened files to push any cached data to files. Tested with h5committest.
| * [svn-r23649] Correct file reference in pack listAllen Byrne2013-04-291-3/+3
| | | | | | | | Rename and update CMake docs.
| * [svn-r23638] Removed INSTALL_MinGW because, Albert Cheng2013-04-261-1/+0
| | | | | | | | | | | | | | | | | | 1. The file states that: NOTE: We are no longer actively supporting MinGW as of 1.8.5. 2. It is not tested for v1.8.11. 3. If we ever supports it again, it can be "restored" from previous release (e.g. v1.8.10).)
| * [svn-r23549] Description:Quincey Koziol2013-04-041-1/+1
| | | | | | | | | | | | | | | | More misc. cleanups, but main change is to make an "extern" header file for the plugin interface. Tested on: Mac OSX/64 10.8.3 (amazon)
| * [svn-r23515] I added test/dynlib3.c.Raymond Lu2013-04-011-0/+1
| |
| * [svn-r23495] ported revisions 23433:23494 from the trunkRaymond Lu2013-03-291-0/+1
| |
| * [svn-r23465] I moved dynlib1.c to test/ directory and revised the ↵Raymond Lu2013-03-271-4/+1
| | | | | | | | | | | | | | | | Makefile.am in test/. I added the condition to skip plugin.c test when the library is built for static. Tested on jam, koala, and emu.
| * [svn-r23437] Removed duplicated line in the MANIFEST file (exposed by the ↵Elena Pourmal2013-03-231-1/+0
| | | | | | | | daily tests)
| * [svn-r23432] I added a new macro HDF5_PLUGIN_PRELOAD to skip plugin loading ↵Raymond Lu2013-03-221-0/+1
| | | | | | | | | | | | during data reading. Tested on koala and jam.
| * [svn-r23403] Refactor windows code:Allen Byrne2013-03-201-1/+0
| | | | | | | | | | | | windows uses ';' as path separator windows default path is different windows find files needs '*.*'
| * [svn-r23399] Add missing CMakeLists.txt fileAllen Byrne2013-03-201-0/+1
| |
| * [svn-r23380] Description:Quincey Koziol2013-03-191-3/+2
| | | | | | | | Review & cleanup code.
| * [svn-r23347] ported revision 23248:23346 from the trunkRaymond Lu2013-03-131-8/+13
| |
| * [svn-r23346] First commit for DESY project. It has the basic functionality ↵Raymond Lu2013-03-131-0/+10
| | | | | | | | | | | | of loading dynamically filter libraries and a simple test for it. Tested on koala.
* | [svn-r23473] Update the VOL plugin callbacks with better async I/O support:Mohamad Chaarawi2013-03-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - change hid_t req in callbacks to void **req - change all callbacks to accept dxpl_ids (except dataset write and read which already do) - update all the private and public VL routines to accept a dxpl_id and event queue id - Add an async class for the VOL plugin with cancel, test, and wait request operations - add the external VOL log plugin test to the examples directory NOTE that async operations are still not provided by the HDF5 API, so all event queue IDs and requests passed to all plugins are NULL for now. Tested on jam.
* | [svn-r23443] merged from trunkMohamad Chaarawi2013-03-251-8/+15
|\ \
| * | [svn-r23293] Fix for HDFFV-8268: Fortran wrapper for H5Fget_file_image function.Scot Breitenfeld2013-02-181-0/+3
| | | | | | | | | | | | Tested: (jam, gnu,intel compilers)
| * | [svn-r23287] Correct file namesAllen Byrne2013-02-151-6/+6
| | |
| * | [svn-r23286] HDFFV-8311: Correct test dependencyAllen Byrne2013-02-151-8/+10
| |/ | | | | | | Tested: local linux
| * [svn-r23207] add the new test file to the list.Peter Cao2013-01-301-0/+2
| |
* | [svn-r23200] Merging r23179 through r23199 from trunkMohamad Chaarawi2013-01-241-1/+4
|\ \ | |/
| * [svn-r23193] Rename ddl export file and force file write on copy for windows.Allen Byrne2013-01-231-1/+1
| | | | | | | | Tested: local linux
| * [svn-r23190] HDFFV-8285: Add suppress ddl option.Allen Byrne2013-01-221-0/+3
| | | | | | | | Tested: local linux
* | [svn-r23179] trunk mergeMohamad Chaarawi2013-01-181-14/+40
|\ \ | |/
| * [svn-r23168] HDFFV-8169: String binary dump testfilesAllen Byrne2013-01-161-0/+2
| |
| * [svn-r23163] HDFFV-8285: H5dump suppress ddl option testfile additionsAllen Byrne2013-01-151-0/+9
| |
| * [svn-r23152] I took out the obsolete function H5PSIwrite_chunk and its ↵Raymond Lu2013-01-111-2/+0
| | | | | | | | | | | | related test and performance test. Tested on koala.
| * [svn-r23147] ported revisions 23081:23145 from the trunkRaymond Lu2013-01-091-14/+24
| |
| * [svn-r23097] I changed H5Dopen to H5Dopen2 in test/dectris_tst.c and ↵Raymond Lu2012-12-131-0/+3
| | | | | | | | | | | | | | | | | | | | hl/test/test_dset_opt.c. I added hl/test/dectris_hl_perf.c perform/dectris_perf.c test/dectris_tst.c Tested on koala.
| * [svn-r23087] I updated MANIFEST to include the new files hl/src/H5DO.c, ↵Raymond Lu2012-12-101-0/+4
| | | | | | | | | | | | H5DOpublic.h, H5DOprivate.h. I included H5DOpublic.h into hl/src/hdf5_hl.h. Tested on koala.
| * [svn-r23081] ported revisions 22987 to 23080 from the trunkRaymond Lu2012-12-061-3/+3
| |
| * [svn-r22987] ported revisions from 22742 to 22986 from the trunkRaymond Lu2012-10-291-411/+44
| |
* | [svn-r23060] merge from trunkMohamad Chaarawi2012-11-271-3/+3
|\ \
| * | [svn-r23057] HDFFV-8265: create .def file during configureAllen Byrne2012-11-271-2/+1
| | | | | | | | | | | | Tested: windows
| * | [svn-r23052] Description:Scot Breitenfeld2012-11-261-1/+0
| | | | | | | | | | | | | | | Removed example grpit.f90 which used undocumented/obsolete APIs, The equivalent and up-to-date example to transverse through a file would be the example h5ex_g_traverse_F03.f90 in hdf5-examples.