Allen Byrne
145f1ce9e3
[svn-r24104] HDFFV-8345: add User Defined filters to h5repack.
...
Reviewed in H5T-61
Tested: local linux - cmake and autotools
2013-09-06 10:15:50 -05:00
Mohamad Chaarawi
a3e0aecb22
[svn-r24087] Rename the private H5RC (reference count) module to H5UC (Use Count).
...
This is needed to avoid a conflict with the Read Context object to be
introduced in another Project.
No impact on users, since this is a private module, and low for
developers as the RC module use is very sparse in the library.
Tested with h5committest.
2013-08-30 12:05:42 -05:00
Allen Byrne
e86655bbf4
[svn-r24057] Add --superblock long name to parser and add tests for both --boot-block and --superblock.
...
Tested: local linux
2013-08-22 14:57:31 -05:00
Allen Byrne
8c14af82c6
[svn-r24050] HDFFV-8498: --minimum option was disabled by HDFFV-8214. Reverted code change and changed default to 0 from 1024. Changed limit test to use h5dump to compare repacked file instead of h5diff.
...
Tested local linux with CMake
2013-08-21 15:59:49 -05:00
Allen Byrne
c502d81a8c
[svn-r24029] Move TESTS to seperate file to allow easier editing by all developers.
...
Tested: local linux
2013-08-19 16:49:44 -05:00
Allen Byrne
b6f7e6e79c
[svn-r24007] Update configure to support 64-bit cygwin
...
Tested: cygwin
2013-08-13 15:29:09 -05:00
Allen Byrne
5d0b400f69
[svn-r23996] HDFFV-7989: Add any_path option to search the file for paths. New test added, scripts updated, help text updated.
...
Tested: local linux
2013-08-12 16:58:31 -05:00
Allen Byrne
f1bb1129f3
[svn-r23979] Correct Packaging var names.
2013-08-09 09:55:22 -05:00
Allen Byrne
111a57ca26
[svn-r23978] Add Bundle and plist file. Update script file add icon
2013-08-08 16:25:32 -05:00
Vailin Choi
bdeb1f6c43
[svn-r23977] Update MANIFEST for previous checkin #23976 .
...
h5committested.
2013-08-08 16:04:52 -05:00
Allen Byrne
1b6d1ca4f0
[svn-r23845] HDFFV-8394: Add Optional Examples source packaging option.
...
Tested: local linux
2013-06-28 10:37:41 -05:00
Allen Byrne
308106c0e9
[svn-r23829] HDFFV-8134: allow exclusion of attributes. This implements the technique and creates a test. Help changes will be added after trunk tests pass the test cycle.
...
Tested: local linux
2013-06-26 16:04:20 -05:00
Allen Byrne
6ca79dd149
[svn-r23753] HDFFV-8461: Add Windows /MT support
...
This adds the UserMacros.cmake Windows /MT support file.
Tested: local linux
2013-06-11 14:03:34 -05:00
Allen Byrne
feb14ea872
[svn-r23745] HDFFV-8461: Add Windows /MT support
...
This adds the UserMacros.cmake support needed.
2013-06-10 12:46:48 -05:00
Allen Byrne
f0a9b781f3
[svn-r23740] HDFFV-8447: subsetting broke data output file option.
...
Reviewed in H5T-59, tested local linux
2013-06-07 13:39:54 -05:00
Albert Cheng
7d0aded13a
[svn-r23662] Bug fix: HDFFV-8236
...
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.
2013-05-02 07:50:08 -05:00
Raymond Lu
bada3f7a86
[svn-r23656] Issue 8380 H5Zunregister caused seg fault: I added some 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.
2013-04-29 14:23:04 -05:00
Allen Byrne
3c79c08dbe
[svn-r23649] Correct file reference in pack list
...
Rename and update CMake docs.
2013-04-29 09:18:34 -05:00
Albert Cheng
613c5e8046
[svn-r23638] Removed INSTALL_MinGW because,
...
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).)
2013-04-26 18:02:57 -05:00
Quincey Koziol
8277409a9b
[svn-r23549] Description:
...
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)
2013-04-04 15:57:59 -05:00
Raymond Lu
46b63fe7d8
[svn-r23515] I added test/dynlib3.c.
2013-04-01 18:38:40 -05:00
Raymond Lu
6c974c824d
[svn-r23495] ported revisions 23433:23494 from the trunk
2013-03-29 18:13:05 -05:00
Raymond Lu
5b12b8e122
[svn-r23465] I moved dynlib1.c to test/ directory and revised the 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.
2013-03-27 10:39:16 -05:00
Elena Pourmal
01765e3079
[svn-r23437] Removed duplicated line in the MANIFEST file (exposed by the daily tests)
2013-03-23 10:40:50 -05:00
Raymond Lu
8ffd55478e
[svn-r23432] I added a new macro HDF5_PLUGIN_PRELOAD to skip plugin loading during data reading.
...
Tested on koala and jam.
2013-03-22 16:39:53 -05:00
Allen Byrne
59a9d9a0c6
[svn-r23403] Refactor windows code:
...
windows uses ';' as path separator
windows default path is different
windows find files needs '*.*'
2013-03-20 13:21:28 -05:00
Allen Byrne
7c70c816f5
[svn-r23399] Add missing CMakeLists.txt file
2013-03-20 09:26:04 -05:00
Quincey Koziol
af9a3abb3d
[svn-r23380] Description:
...
Review & cleanup code.
2013-03-18 23:22:34 -05:00
Raymond Lu
08359be858
[svn-r23347] ported revision 23248:23346 from the trunk
2013-03-13 17:34:23 -05:00
Raymond Lu
55822485c6
[svn-r23346] First commit for DESY project. It has the basic functionality of loading dynamically filter libraries and a simple test for it.
...
Tested on koala.
2013-03-13 14:35:26 -05:00
Peter Cao
4cb3d328ca
[svn-r23207] add the new test file to the list.
2013-01-30 16:09:56 -05:00
Allen Byrne
5650be2d1a
[svn-r23193] Rename ddl export file and force file write on copy for windows.
...
Tested: local linux
2013-01-23 08:48:54 -05:00
Allen Byrne
ff421d9424
[svn-r23190] HDFFV-8285: Add suppress ddl option.
...
Tested: local linux
2013-01-22 15:43:12 -05:00
Allen Byrne
c80e3a0d13
[svn-r23168] HDFFV-8169: String binary dump testfiles
2013-01-16 13:35:48 -05:00
Allen Byrne
2a7ae0367b
[svn-r23163] HDFFV-8285: H5dump suppress ddl option testfile additions
2013-01-15 09:31:24 -05:00
Raymond Lu
3a7b11863a
[svn-r23152] I took out the obsolete function H5PSIwrite_chunk and its related test and performance test.
...
Tested on koala.
2013-01-11 16:34:31 -05:00
Raymond Lu
81bcd314a9
[svn-r23147] ported revisions 23081:23145 from the trunk
2013-01-09 15:23:07 -05:00
Raymond Lu
6050e78143
[svn-r23097] I changed H5Dopen to H5Dopen2 in test/dectris_tst.c and 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.
2012-12-13 11:13:43 -05:00
Raymond Lu
fc9ed51a3a
[svn-r23087] I updated MANIFEST to include the new files hl/src/H5DO.c, H5DOpublic.h, H5DOprivate.h. I included H5DOpublic.h into hl/src/hdf5_hl.h.
...
Tested on koala.
2012-12-10 14:08:30 -05:00
Raymond Lu
b7e1b629e9
[svn-r23081] ported revisions 22987 to 23080 from the trunk
2012-12-06 11:02:01 -05:00
Raymond Lu
0cf58a4755
[svn-r22987] ported revisions from 22742 to 22986 from the trunk
2012-10-29 13:59:05 -05:00
Allen Byrne
1f8fb63581
[svn-r22709] HDFFV-8129: reconfigured on jam, Remove overloading of autotools TESTS var, rename configure.in to configure.ac, convert test scripts from hard *.sh to configure managed *sh.in files.
...
Tested: h5committest
2012-08-23 11:07:43 -05:00
Jonathan Kim
231fc4d781
[svn-r22684] Purpose:
...
Address HDFFV-7942 - h5diff: incorrect result for comparing attribute data with different type size in same class
Description:
When comparing attribute data values with same type class but different size, the result was incorrect. It was due to the size difference and got truncated.
Fixed to match up the smaller type size to big type size like what dataset does.
Tested:
jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windows (32-LE cmake), cmake (jam)
2012-08-15 11:04:26 -05:00
Allen Byrne
b5ef63b550
[svn-r22599] FinHDF5 should be generated during build.
2012-07-24 09:10:05 -05:00
Allen Byrne
4a6f93f895
[svn-r22588] HDFFV-721: h5dump supplies input for h5import
...
Tested: local linux with cmake
jam with configure
2012-07-19 14:53:17 -05:00
Allen Byrne
a947f3b755
[svn-r22568] fix another typo - due to wrong edit state!
2012-07-12 16:50:26 -05:00
Allen Byrne
210d04b05f
[svn-r22567] HDFFV-7784: add attributes to the list of file contents option for h5dump. This is accomplished by adding an optional value to the option (-n)
...
Created test and reference files.
Tested: local linux with cmake
2012-07-12 15:30:30 -05:00
Allen Byrne
1942f47bcf
[svn-r22566] correct typo of new files names
2012-07-12 11:51:30 -05:00
Allen Byrne
b54b3fcf29
[svn-r22563] HDFFV-8095: index order of links wrong
...
Create setters for indexing options in h5trav.c to be set before the obj table is created.
Revert h5trav_print to remove now duplicated parameters.
Added test and testfiles.
Tested: local linux with cmake
2012-07-12 10:38:44 -05:00
Allen Byrne
fa28c69b55
[svn-r22561] Add errfile to list.
...
Create missing errfile, edit ddl file for test only on linux (not using cmake).
2012-07-12 08:52:31 -05:00