Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r23753] HDFFV-8461: Add Windows /MT support | Allen Byrne | 2013-06-11 | 1 | -0/+3 |
| | | | | | | This adds the UserMacros.cmake Windows /MT support file. Tested: local linux | ||||
* | [svn-r23745] HDFFV-8461: Add Windows /MT support | Allen Byrne | 2013-06-10 | 1 | -0/+1 |
| | | | | This adds the UserMacros.cmake support needed. | ||||
* | [svn-r23740] HDFFV-8447: subsetting broke data output file option. | Allen Byrne | 2013-06-07 | 1 | -0/+2 |
| | | | | Reviewed in H5T-59, tested local linux | ||||
* | [svn-r23662] Bug fix: HDFFV-8236 | Albert Cheng | 2013-05-02 | 1 | -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 Lu | 2013-04-29 | 1 | -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 list | Allen Byrne | 2013-04-29 | 1 | -3/+3 |
| | | | | Rename and update CMake docs. | ||||
* | [svn-r23638] Removed INSTALL_MinGW because, | Albert Cheng | 2013-04-26 | 1 | -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 Koziol | 2013-04-04 | 1 | -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 Lu | 2013-04-01 | 1 | -0/+1 |
| | |||||
* | [svn-r23495] ported revisions 23433:23494 from the trunk | Raymond Lu | 2013-03-29 | 1 | -0/+1 |
| | |||||
* | [svn-r23465] I moved dynlib1.c to test/ directory and revised the ↵ | Raymond Lu | 2013-03-27 | 1 | -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 Pourmal | 2013-03-23 | 1 | -1/+0 |
| | | | | daily tests) | ||||
* | [svn-r23432] I added a new macro HDF5_PLUGIN_PRELOAD to skip plugin loading ↵ | Raymond Lu | 2013-03-22 | 1 | -0/+1 |
| | | | | | | during data reading. Tested on koala and jam. | ||||
* | [svn-r23403] Refactor windows code: | Allen Byrne | 2013-03-20 | 1 | -1/+0 |
| | | | | | | windows uses ';' as path separator windows default path is different windows find files needs '*.*' | ||||
* | [svn-r23399] Add missing CMakeLists.txt file | Allen Byrne | 2013-03-20 | 1 | -0/+1 |
| | |||||
* | [svn-r23380] Description: | Quincey Koziol | 2013-03-19 | 1 | -3/+2 |
| | | | | Review & cleanup code. | ||||
* | [svn-r23347] ported revision 23248:23346 from the trunk | Raymond Lu | 2013-03-13 | 1 | -8/+13 |
| | |||||
* | [svn-r23346] First commit for DESY project. It has the basic functionality ↵ | Raymond Lu | 2013-03-13 | 1 | -0/+10 |
| | | | | | | of loading dynamically filter libraries and a simple test for it. Tested on koala. | ||||
* | [svn-r23207] add the new test file to the list. | Peter Cao | 2013-01-30 | 1 | -0/+2 |
| | |||||
* | [svn-r23193] Rename ddl export file and force file write on copy for windows. | Allen Byrne | 2013-01-23 | 1 | -1/+1 |
| | | | | Tested: local linux | ||||
* | [svn-r23190] HDFFV-8285: Add suppress ddl option. | Allen Byrne | 2013-01-22 | 1 | -0/+3 |
| | | | | Tested: local linux | ||||
* | [svn-r23168] HDFFV-8169: String binary dump testfiles | Allen Byrne | 2013-01-16 | 1 | -0/+2 |
| | |||||
* | [svn-r23163] HDFFV-8285: H5dump suppress ddl option testfile additions | Allen Byrne | 2013-01-15 | 1 | -0/+9 |
| | |||||
* | [svn-r23152] I took out the obsolete function H5PSIwrite_chunk and its ↵ | Raymond Lu | 2013-01-11 | 1 | -2/+0 |
| | | | | | | related test and performance test. Tested on koala. | ||||
* | [svn-r23147] ported revisions 23081:23145 from the trunk | Raymond Lu | 2013-01-09 | 1 | -14/+24 |
| | |||||
* | [svn-r23097] I changed H5Dopen to H5Dopen2 in test/dectris_tst.c and ↵ | Raymond Lu | 2012-12-13 | 1 | -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 Lu | 2012-12-10 | 1 | -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 trunk | Raymond Lu | 2012-12-06 | 1 | -3/+3 |
| | |||||
* | [svn-r22987] ported revisions from 22742 to 22986 from the trunk | Raymond Lu | 2012-10-29 | 1 | -411/+44 |
| | |||||
* | [svn-r22709] HDFFV-8129: reconfigured on jam, Remove overloading of ↵ | Allen Byrne | 2012-08-23 | 1 | -7/+7 |
| | | | | | | autotools TESTS var, rename configure.in to configure.ac, convert test scripts from hard *.sh to configure managed *sh.in files. Tested: h5committest | ||||
* | [svn-r22684] Purpose: | Jonathan Kim | 2012-08-15 | 1 | -0/+1 |
| | | | | | | | | | | | | 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) | ||||
* | [svn-r22599] FinHDF5 should be generated during build. | Allen Byrne | 2012-07-24 | 1 | -1/+1 |
| | |||||
* | [svn-r22588] HDFFV-721: h5dump supplies input for h5import | Allen Byrne | 2012-07-19 | 1 | -0/+8 |
| | | | | | Tested: local linux with cmake jam with configure | ||||
* | [svn-r22568] fix another typo - due to wrong edit state! | Allen Byrne | 2012-07-12 | 1 | -1/+1 |
| | |||||
* | [svn-r22567] HDFFV-7784: add attributes to the list of file contents option ↵ | Allen Byrne | 2012-07-12 | 1 | -0/+2 |
| | | | | | | | | for h5dump. This is accomplished by adding an optional value to the option (-n) Created test and reference files. Tested: local linux with cmake | ||||
* | [svn-r22566] correct typo of new files names | Allen Byrne | 2012-07-12 | 1 | -2/+2 |
| | |||||
* | [svn-r22563] HDFFV-8095: index order of links wrong | Allen Byrne | 2012-07-12 | 1 | -0/+4 |
| | | | | | | | | 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 | ||||
* | [svn-r22561] Add errfile to list. | Allen Byrne | 2012-07-12 | 1 | -0/+1 |
| | | | | Create missing errfile, edit ddl file for test only on linux (not using cmake). | ||||
* | [svn-r22557] Add missing test file | Allen Byrne | 2012-07-11 | 1 | -0/+1 |
| | |||||
* | [svn-r22556] HDFFV-7936: added error files in h5dump folder and adjusted ↵ | Allen Byrne | 2012-07-11 | 1 | -0/+34 |
| | | | | | | | scripts to compare error files. Tested: local linux with cmake, jam with make check | ||||
* | [svn-r22548] added test for "-w0" option | Allen Byrne | 2012-07-10 | 1 | -0/+2 |
| | | | | Tested: local linux | ||||
* | [svn-r22544] Add test to verify use of named datatypes | Allen Byrne | 2012-07-10 | 1 | -0/+2 |
| | | | | | HDFFV-2687 Tested: local linux with cmake | ||||
* | [svn-r22531] HDFFV-5942: sort options with contents option | Allen Byrne | 2012-07-09 | 1 | -0/+2 |
| | | | | | | | Added static local variables in h5trav to hold the index_by and index_order values. Defaults are set. H5dump only use of the trav_print function, added two parameters and passed in the sort_by and sort_order variables. Tested: local linux | ||||
* | [svn-r22516] Add new testfiles for h5dump with eight varieties of ints and ↵ | Allen Byrne | 2012-07-05 | 1 | -0/+4 |
| | | | | | | used in an Attribute and Compound datatypes. Tested: local linux using CMake | ||||
* | [svn-r22506] HDFFV-7782: resolve names of tests files with tests - added two ↵ | Allen Byrne | 2012-07-02 | 1 | -29/+31 |
| | | | | | | copies of references files and adjusted CMake and linux test script. Tested: local linux w/ CMake | ||||
* | [svn-r22499] Add seconf new file! | Allen Byrne | 2012-06-27 | 1 | -0/+1 |
| | |||||
* | [svn-r22497] Added new file | Allen Byrne | 2012-06-27 | 1 | -0/+1 |
| | |||||
* | [svn-r22444] (1) fix for making MEM_GHEAP as MEM_DRAW | Vailin Choi | 2012-06-07 | 1 | -0/+1 |
| | | | | | | | (2) fix to extend into the aggregator based on threshold (3) fix for the "flavor" logging problem (4) fix for test failures due to the above fixes (5) bug fix for h5stat when h5stat against a non-existing file | ||||
* | [svn-r22431] Extension is cpp! | Allen Byrne | 2012-06-04 | 1 | -1/+1 |
| | |||||
* | [svn-r22430] CMake and configure synchronization effort. CMake added most ↵ | Allen Byrne | 2012-06-04 | 1 | -0/+2 |
| | | | | | | | | tests and options: DEBUGPKG not addressed. Still needed: compiler wrapper scripts Tested: local linux(cmake) and h5committest |