summaryrefslogtreecommitdiffstats
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r24985] reverted the r24984 update.Scot Breitenfeld2014-04-081-1/+0
|
* [svn-r24984] Added overload operatorZ to compare REALs for tests.Scot Breitenfeld2014-04-081-0/+1
| | | | Tested on jam (gfortran, (-r8))
* [svn-r24973] Description:Binh-Minh Ribler2014-04-071-0/+1
| | | | Added c++/test/tobject.cpp
* [svn-r24967] Maintenance: Reorganized and cleaned the code to remove ↵Elena Pourmal2014-04-061-0/+4
| | | | | | | | | | compiler warnings in the Fortran test code and examples. Platforms tested: Manual testing in place and using srcdir on jam, platypus, and emu with default and PGI, Intel and new GNU compilers. ifort compiler was also tested with -i8 and -r8 flags on jam. CMake tested on jam.
* [svn-r24933] Add file required by automakeAllen Byrne2014-03-311-0/+1
|
* [svn-r24926] Description:Binh-Minh Ribler2014-03-301-0/+1
| | | | Added c++/test/tdspl.cpp
* [svn-r24864] Description:Quincey Koziol2014-03-211-4/+0
| | | | | | | | | | | | | | | | | | Remove all traces of MPI-POSIX VFD and GPFS detection/code. Remove remaining traces of stream VFD. Remove testpar/t_posix_compliant test (it's not actually verifying anything). Clean up H5D__mpio_opt_possible() further. Moved environment variable that disables MPI collective operations into MPI-IO VFD (instead of it being in src/H5S.c). A few other small code cleanups. Tested on: Mac OSX/64 10.9.2 (amazon) w/parallel & serial
* [svn-r24824] HDFFV-8700 -Allen Byrne2014-03-181-0/+1
| | | | | | | | KitWare recommendations: Change CMake commands to lower case. Bump up CMake minimum versions. Split test file into separate file for h5repack test. Tested: local linux
* [svn-r24769] Description:Quincey Koziol2014-03-071-1/+0
| | | | | | | | | Check in Mohamad's changes to support collective I/O on point selections, along with some other minor cleanups. Tested on: Mac OSX/64 10.9.2 (amazon) w/parallel & serial (h5committest forthcoming)
* [svn-r24742] Synchronize Apple bundle packaging with latest changes ↵Allen Byrne2014-02-271-1/+5
| | | | discovered during hdf-java work.
* [svn-r24709] rename H5V to H5VM since H5V is needed in the fastforward ↵Mohamad Chaarawi2014-02-131-2/+2
| | | | | | | | | | | | project for view objects. The addition of view objects in the fastforward project is expected to be brough into the trunk sometimes in the future, which is why we need to make this change. Tested Manually on Jam and Ostrich. Tested with h5commitest - Koala with intel compilers failed, but nothing had to do with those changes. error on Koala: error while loading shared libraries: libirng.so
* [svn-r24703] Add Binary README.txt file generationAllen Byrne2014-02-131-0/+1
| | | | Tested: local linux cmake
* [svn-r24656] Correct packaging variables and use standard cpack module. ↵Allen Byrne2014-01-281-1/+0
| | | | Remove file.
* [svn-r24646] HDFFV-8640: Remove xlate_utility by fixing reference files to ↵Allen Byrne2014-01-271-1/+0
| | | | | | not add extra lines. Tested: cmake and autotools local linux
* [svn-r24487] HDFFV-8629: repack plugin_none test files.Allen Byrne2013-12-031-0/+3
| | | | CMake only until library updates approved.
* [svn-r24482] HDFFV-8635: remove test of whole file and just test dsets that ↵Allen Byrne2013-12-021-1/+0
| | | | | | have szip compression. Tested local linux with cmake and autotools
* [svn-r24472] remove line for file that does not existAllen Byrne2013-11-271-1/+0
|
* [svn-r24471] JAVA-1798: Add the testfiles for hdf-java and the h5dump tests ↵Allen Byrne2013-11-271-0/+8
| | | | | | including the test to read filter data. Tested: cmake and autotools - local linux
* [svn-r24408] Add compound integer tests filesAllen Byrne2013-11-061-0/+4
| | | | Tested: local linux cmake
* [svn-r24392] Cleanup testfiles from scripts. Update lists of files to be ↵Allen Byrne2013-11-011-1/+1
| | | | | | cleaned. CMake update to clean testfiles. Tested: local cmake, autools, and h5committest
* [svn-r24175] Description:Binh-Minh Ribler2013-09-201-0/+9
| | | | | | | | | | | | | | | Added the tutorial examples ./c++/examples/h5tutr_cmprss.cpp ./c++/examples/h5tutr_crtatt.cpp ./c++/examples/h5tutr_crtdat.cpp ./c++/examples/h5tutr_crtgrpar.cpp ./c++/examples/h5tutr_crtgrp.cpp ./c++/examples/h5tutr_crtgrpd.cpp ./c++/examples/h5tutr_extend.cpp ./c++/examples/h5tutr_rdwt.cpp ./c++/examples/h5tutr_subset.cpp Verified with bin/chkmanifest
* [svn-r24105] Correct filename extensionAllen Byrne2013-09-061-1/+1
|
* [svn-r24104] HDFFV-8345: add User Defined filters to h5repack.Allen Byrne2013-09-061-16/+21
| | | | | | Reviewed in H5T-61 Tested: local linux - cmake and autotools
* [svn-r24087] Rename the private H5RC (reference count) module to H5UC (Use ↵Mohamad Chaarawi2013-08-301-2/+2
| | | | | | | | | | | | 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.
* [svn-r24057] Add --superblock long name to parser and add tests for both ↵Allen Byrne2013-08-221-65/+68
| | | | | | --boot-block and --superblock. Tested: local linux
* [svn-r24050] HDFFV-8498: --minimum option was disabled by HDFFV-8214. ↵Allen Byrne2013-08-211-0/+1
| | | | | | 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
* [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-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-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.