Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge from develop and apply HDFFV-8611 | Allen Byrne | 2017-05-24 | 41 | -1077/+1553 |
| | |||||
* | HDFFV-8611 add autotools test | Allen Byrne | 2017-05-24 | 1 | -1/+7 |
| | |||||
* | Remove obsolete function | Allen Byrne | 2017-05-24 | 1 | -35/+22 |
| | |||||
* | HDFFV-8611 change h5repack to save the root group creation order | Allen Byrne | 2017-05-24 | 12 | -588/+722 |
| | | | | | Added test and new arguments to control the the input file parsing. | ||||
* | HDFFV-9055 Correct file generator | Allen Byrne | 2017-05-18 | 6 | -3/+3 |
| | |||||
* | Move declaration before executable statement | Allen Byrne | 2017-05-17 | 1 | -1/+1 |
| | |||||
* | HDFFV-9055 regenerate file for 1.10 | Allen Byrne | 2017-05-17 | 1 | -0/+0 |
| | |||||
* | HDFFV-9055 add test files | Allen Byrne | 2017-05-17 | 5 | -7/+77 |
| | |||||
* | HDFFV-9055 Handle H5T_ARRAY types | Allen Byrne | 2017-05-17 | 1 | -257/+171 |
| | | | | | Create variables just for diff_array function Whitespace updates | ||||
* | HDFFV-10128 Fixed string length with no null fixed | Allen Byrne | 2017-05-17 | 1 | -41/+73 |
| | |||||
* | HDFFV-9995 Clarify help text | Allen Byrne | 2017-05-17 | 11 | -111/+144 |
| | |||||
* | HDFFV-10173 revert and add dynlib flags | Allen Byrne | 2017-04-25 | 4 | -12/+27 |
| | |||||
* | Merge cmake h5clear test changes | Allen Byrne | 2017-04-25 | 2 | -35/+92 |
| | |||||
* | Modifications based on review comments from pull request. | Vailin Choi | 2017-04-24 | 3 | -106/+116 |
| | | | | Made changes according to review comments and discussion with Allen. | ||||
* | Fix for DAILYTEST-259 h5clear test failure | Vailin Choi | 2017-04-24 | 8 | -40/+44 |
| | | | | | Deposit the test files in test/misc/testfiles for testh5clear.sh to use instead of depending on h5clear_gentest. Tested on kituo, osx1010test, quail, platypus and ostrich. | ||||
* | Update tool dyn lib | Allen Byrne | 2017-04-18 | 1 | -0/+1 |
| | |||||
* | HDFFV-10170 undo patch | Allen Byrne | 2017-04-18 | 2 | -2/+6 |
| | |||||
* | Add plugin options for libs | Allen Byrne | 2017-04-18 | 2 | -2/+4 |
| | |||||
* | HDFFV-10170 add missing endif | Allen Byrne | 2017-04-18 | 1 | -0/+1 |
| | |||||
* | Merge pull request #431 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 | Larry Knox | 2017-04-17 | 1 | -5/+1 |
|\ | | | | | | | | | | | | | | | * commit 'b67e626ba9095f35dd9a8f9e8ca906320f85914c': HDFFV-10173 remove hook for noinst libs HDFFV-10170 fix noinst for test libs HDFFV-10173 fix compile on VS2008 Due to HDFVIEW-19 add read VL as string function | ||||
| * | HDFFV-10173 remove hook for noinst libs | Allen Byrne | 2017-04-17 | 1 | -4/+0 |
| | | |||||
| * | HDFFV-10170 fix noinst for test libs | Allen Byrne | 2017-04-17 | 1 | -1/+1 |
| | | |||||
* | | Add new files in release_docs to MANIFEST. | lrknox | 2017-04-15 | 2 | -14/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Conflicts: README.txt c++/src/Makefile.in fortran/src/Makefile.in hl/c++/src/Makefile.in hl/fortran/src/Makefile.in hl/src/Makefile.in java/src/jni/Makefile.in release_docs/RELEASE.txt src/Makefile.in | ||||
* | | Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to ↵ | lrknox | 2017-04-14 | 18 | -0/+198 |
| | | | | | | | | | | | | | | | | | | hdf5_1_10_1 * commit '0d05cb607e5951f3a28a101be56ca194022a7fa1': Reverted addition of The HDF Group copyright headers to 3rd party CMake files for Java. Add Copyright headers to 90 files (mostly .cmake files) without Copyright headers. Add "Copyright by The HDF Group."" to copyright header. | ||||
* | | Change copyright headers to replace url referring to file to be removed | lrknox | 2017-04-14 | 159 | -954/+636 |
|/ | | | | | | | | and replace it with new url for COPYING file. Fix 2 lines in java error test expected output file where messages include line numbers changed by reducing the copyright header by 2 lines. | ||||
* | Merge bin/h5vers changes from develop. | lrknox | 2017-03-24 | 2 | -8/+9 |
| | | | | | Pull version from configure for version test in h5repack_plugin.sh.in Update version to 1.10.2-snap0 for hdf5_1_10 branch. | ||||
* | Merge pull request #361 in HDFFV/hdf5 from merge_h5clear_revert to develop | Quincey Koziol | 2017-03-23 | 1 | -15/+4 |
| | | | | | | * commit '46c9ab600de491657520897322b75659c3bdfb5f': Minor style cleanups Revert "Switch h5clear for cache images to use existing H5Pget_cache_image_config()" | ||||
* | Merge branch 'hdf5_1_10' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 ↵ | lrknox | 2017-03-20 | 2 | -8/+8 |
|\ | | | | | | | into hdf5_1_10 | ||||
| * | Change version for h5repack_plugin.sh.in and expected output ddl file for ↵ | lrknox | 2017-03-19 | 2 | -8/+8 |
| | | | | | | | | plugin_version_test. | ||||
* | | Use global variable for test command - update reference | Allen Byrne | 2017-03-20 | 2 | -8/+8 |
|/ | |||||
* | Switch from HDatoll to HDstrtoll, for Windows compatibility. | Quincey Koziol | 2017-03-16 | 1 | -1/+1 |
| | |||||
* | Final merge of page buffering branch to develop | Quincey Koziol | 2017-03-14 | 89 | -863/+1978 |
| | |||||
* | Correct result code for strings test | Allen Byrne | 2017-03-03 | 1 | -4/+4 |
| | |||||
* | Add extension to filename | Allen Byrne | 2017-03-03 | 1 | -4/+4 |
| | |||||
* | HDFFV-10128 fix string compare and add tests | Allen Byrne | 2017-03-03 | 10 | -60/+353 |
| | |||||
* | Merge pull request #321 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2017-03-02 | 17 | -177/+191 |
|\ | | | | | | | | | | | | | | | * commit 'f4dd30f41ccee7bcd97fba065573c5201cbcc743': Update CMake formatting Update CMake files and formatting HDFFV-10120 verify nozlib checking with tools tests cmake non-code typo | ||||
| * | Update CMake files and formatting | Allen Byrne | 2017-03-01 | 16 | -136/+137 |
| | | |||||
| * | HDFFV-10120 verify nozlib checking with tools tests | Allen Byrne | 2017-03-01 | 1 | -41/+54 |
| | | |||||
* | | Misc. small cleanups to sync against incoming page buffering changes. | Quincey Koziol | 2017-03-02 | 1 | -2/+1 |
|/ | |||||
* | Cleanups and normalizations against incoming page_buffering changes. | Quincey Koziol | 2017-02-20 | 2 | -68/+68 |
| | |||||
* | Fix parallel h5diff test comapare | Allen Byrne | 2017-02-14 | 1 | -4/+5 |
| | |||||
* | Set depends test dependency for parallel h5diff | Allen Byrne | 2017-02-14 | 1 | -0/+4 |
| | |||||
* | Clean up whitespace | Quincey Koziol | 2017-02-07 | 8 | -245/+218 |
| | |||||
* | HDFFV-9875 enable static pdb and cleanup exports | Allen Byrne | 2017-02-03 | 1 | -1/+1 |
| | |||||
* | HDFFV-9875 Fix target exports and add static tools pdb files | Allen Byrne | 2017-02-02 | 11 | -110/+126 |
| | |||||
* | HDFFV-10123 fix shared name | Allen Byrne | 2017-02-01 | 1 | -1/+1 |
| | |||||
* | HDFFV-10123 Add SHARED tools | Allen Byrne | 2017-02-01 | 4 | -11/+64 |
| | |||||
* | HDFFV-10046 add shared versions of tools for plugin filters | Allen Byrne | 2017-01-31 | 2 | -4/+23 |
| | |||||
* | HDFFV-10046 build a shared version of h5repack tool for plugins | Allen Byrne | 2017-01-31 | 1 | -2/+13 |
| | |||||
* | Additional minor changes from revise_chunks->develop. | Dana Robinson | 2017-01-27 | 3 | -14/+65 |
| |