summaryrefslogtreecommitdiffstats
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* HDFFV-10321 Merge from 1.8Allen Byrne2017-11-021-0/+6
|
* HDFFV-10297 merge from developAllen Byrne2017-10-191-15/+16
|
* Update list of tools test filesAllen Byrne2017-10-111-2/+8
|
* HDFFV-10297 merge from developAllen Byrne2017-10-111-8/+5
| | | Also cleaned up some other non-merged changes
* Added C2Cppfunction_map.mhtBinh-Minh Ribler2017-10-041-0/+1
|
* Merge pull request #655 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_8 to ↵Vailin Choi2017-09-131-0/+2
|\ | | | | | | | | | | | | | | | | | | | | hdf5_1_8 * commit 'b15011a59af9e70eb06865234f8f0dacab34aa0f': Fix for HDFFV-9947 Fix to return error when encoding dataspace selection exceeds 32 bit integer limit. Add info for release notes Fix for daily test failure Fix for the compilation error from the PGI compiler. Modifications based on comments from pull request review (1) Remove unnecessary asserts (2) Add code to insert bad offset values to the test file in gen_bad_offset.c Fix for HDFFV-10216 segfault in H5G_node_cmp3 with corrupt h5 file Fix H5HL_offset_into() to return error when offset exceeds heap data block size. Also fix other places that call this routine to detect error return.
| * Fix for HDFFV-10216 segfault in H5G_node_cmp3 with corrupt h5 fileVailin Choi2017-09-061-0/+2
| | | | | | | | | | Fix H5HL_offset_into() to return error when offset exceeds heap data block size. Also fix other places that call this routine to detect error return.
* | HDFFV-9774 Add enable-error-stack to h5diffAllen Byrne2017-09-061-0/+12
|/
* HDFFV-10188 merge fix and tests from developAllen Byrne2017-08-231-0/+4
|
* HDFFV-10256 correct len of string copy to the len of esc stringAllen Byrne2017-08-021-0/+2
| | | Merge from develop
* HDFFV-10246 Fix vl string compareAllen Byrne2017-07-261-0/+1
|
* Change file nameAllen Byrne2017-06-051-1/+1
|
* Merge pull request #543 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2017-05-261-0/+1
|\ | | | | | | | | | | | | | | | | * commit 'c13e0835f70b3ba9d9d706d772b5fa0f2a534cbf': Add missing creation order flag set Update usage reference file for test Remove unavailable argument Add missing variable HDFFV-8611 preserve creation order for root group
| * HDFFV-8611 preserve creation order for root groupAllen Byrne2017-05-241-0/+1
| |
* | Merge branch 'hdf5_1_8' of ↵lrknox2017-05-201-2/+7
|\ \ | |/ | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_8
| * Tools merge from develop-1.10Allen Byrne2017-05-171-2/+7
| |
* | Change copyright headers to replace url referring to file to belrknox2017-05-161-6/+4
|/ | | | removed and replace it with new url for COPYING file.
* Add H5Lexists wrappersBinh-Minh Ribler2017-05-131-0/+2
| | | | | | | | | | | Description: Added wrappers H5Location::exists() for H5Lexists. Added new class LinkAccPropList to be used by H5Location::exists() Rearranged source files in Makefile.am Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* HDFFV-10143 Fix initial issues from reviewAllen Byrne2017-03-301-0/+1
| | | | | | Fixed Conflicts: MANIFEST test/plugin.c
* HDFFV-10138 merge app framework to examplesAllen Byrne2017-03-141-0/+3
|
* HDFFV-10128 new files addedAllen Byrne2017-03-061-0/+6
|
* Update with new and removed filesAllen Byrne2017-01-191-1/+6
|
* HDFFV-9994 port changes from develop.Allen Byrne2017-01-181-0/+7
| | | CMake folder changes brought up to standard.
* Add new test file for UD filtersAllen Byrne2016-10-191-0/+3
|
* HDFFV-9991: Remove unneeded fileAllen Byrne2016-10-041-1/+0
|
* Add new test file to MANIFESTAllen Byrne2016-10-031-0/+1
|
* HDFFV-9974: Correct parsing of UD filter parameters.Allen Byrne2016-09-271-0/+1
| | | | | Verified by user, who reported issue. merge from https://bitbucket.hdfgroup.org/projects/HDFFV/repos/hdf5/commits/b947f7e911e498f5455a78836a6f82a042dd5b33
* emoved .gitattributes and .gitignore, as the manual migration did notlrknox2016-08-301-2/+0
| | | | | | create them. Corrected bbrelease script to create new release version with revision hash.
* [svn-r30288] Modify bin/chkmanifest for git instead of svn.Larry Knox2016-08-141-0/+2
| | | | Add .gitattributes and .gitignore files to MANIFEST for git repository.
* [svn-r30178] Add missing test source and remove obsolete fileAllen Byrne2016-07-121-0/+1
|
* [svn-r30170] HDFFV-9946: condense cygwin autotools config files to a single ↵Allen Byrne2016-07-121-6/+7
| | | | file. Avoid getpwuid function for cygwin.
* [svn-r29691] Description:Binh-Minh Ribler2016-04-131-0/+1
| | | | Added ./hl/test/test_packet_vlen.c
* [svn-r29309] HDFFV-9698, HDFFV-9241, HDFFV-9570: Merge fixes from trunk for ↵Allen Byrne2016-03-071-0/+7
| | | | subsetting index, default fill value display, and optional arg crash. Also some minor compiler warnings fixes.
* [svn-r28992] HDFFV-9639: double-free fix.Allen Byrne2016-01-271-0/+2
|
* [svn-r28926] Purpose: Fix user reported problemBinh-Minh Ribler2016-01-181-0/+1
| | | | | | | | | | | | | | | | | Description: User Adam Rosenberger reported a failure when using the member function AbstractDs::getArrayType(). This problem was caused by missing initialization of the ArrayType's members in some cases. Solution: - Added ArrayType::setArrayInfo() to retrieve rank and dimensions of an array and store them in memory for easy access. - Re-factored a few functions to use the new function. - We'll give him 1.8.16 patch Merged from trunk r28905 Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* [svn-r28435] Add RPM HDF5 1.8.16 spec file to MANIFEST.Larry Knox2015-11-211-0/+1
|
* [svn-r28097] Correct MANIFEST fileLarry Knox2015-10-161-4/+5
|
* [svn-r28096] Updated packaging scripts and moved them from bin to bin/pkgscrpts.Larry Knox2015-10-161-12/+12
| | | | | | Added shared library version numbers for each wrapper library file. Tested with h5committest.new.
* [svn-r27992] Description:Binh-Minh Ribler2015-10-071-0/+2
| | | | Added c++/src/H5OcreatProp.[h/cpp]
* [svn-r27975] Update to new style usage for scripts,Allen Byrne2015-10-061-0/+4
| | | | add cmake scripts
* [svn-r27735] Fixed MANIFESTDana Robinson2015-09-101-1/+0
| | | | Tested on: bin/chkmanifest
* [svn-r27680] Merge of r27675, 27641, and 27645 from trunkDana Robinson2015-09-041-8/+1
| | | | | | | | | | | | - Changes AC_CONFIG_HEADER to AC_CONFIG_HEADERS - Removes nsl and socket library checks on Solaris (no longer needed) - Removes obsolete and/or unmaintained configuration files from config/ Fixes HDFFV-9284, HDFFV-9118, HDFFV-9116 Tested on: h5committest
* [svn-r27644] Merge of r27642 from trunkDana Robinson2015-09-011-2/+0
| | | | | | | | | | Removed comments from MANIFEST regarding distributing the gen_* files in test/. These files will remain distributable since they are needed if a user specifies --enable-build-all. Fixes HDFFV-8236 Tested on: jam (bin/chkmanifest only)
* [svn-r27532] Merge of CMake dual-binary changes from CMake branch to 1.8Allen Byrne2015-08-191-0/+1
| | | | Tested: local linux (CMake branch has been tested on Windows)
* [svn-r27514] Description:Binh-Minh Ribler2015-08-171-1/+0
| | | | Accidentally duplicated the line in the previous commit.
* [svn-r27513] Description:Binh-Minh Ribler2015-08-171-0/+2
| | | | Added ./c++/src/footer.html
* [svn-r27347] remove reference to file removed from cmake_ext_modAllen Byrne2015-07-081-2/+1
|
* [svn-r27279] Add temporary file to create tarballs for buildbot (and ↵Larry Knox2015-06-241-0/+1
| | | | possibly all) daily testing. When the behavior is acceptable, the changes should be merged into the regular release script as a --revision option.
* [svn-r27274] HDFFV-9327: Compiler flags for non-windows.Allen Byrne2015-06-241-4/+5
| | | | Merge from trunk
* [svn-r27253] Move packed bits files to subfolderAllen Byrne2015-06-191-57/+57
|