summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-11-225-3/+68
|\ | | | | | | stackable_vol
| * Add script and changes to wait for H5Tinit.cLarry Knox2018-11-145-3/+68
| | | | | | | | | | | | | | Add more sample batch scripts, specifically for sbatch, not for knl cross compile. Don't run parallel tests when no parallel test script is configured in HDF5options.cmake.
* | Switch switch remainder of API routines to use VOL callbacks.Quincey Koziol2018-11-101-0/+2
| |
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-11-061-2/+2
|\ \ | |/ | | | | stackable_vol
| * Update HDF5-Examples version to be included in CMake-* tar/zip files.hdftest2018-11-051-2/+2
| |
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-11-043-0/+76
|\ \ | |/ | | | | stackable_vol
| * Add script to run tests with sbatch when not cross compiling.Larry Knox2018-10-291-0/+28
| | | | | | | | Add new files to MANIFEST.
| * Add files and changes to cross compile with CrayLinuxEnvironment and runLarry Knox2018-10-292-0/+48
| | | | | | | | ctest tests with a batch job on knl compute nodes.
* | Correct error with parsing of "FUNC_ENTER_API_NOINIT"Quincey Koziol2018-10-271-1/+1
|/
* VOL FEATUREDana Robinson2018-10-101-0/+20
|
* Develop normalization with vol_integration.Dana Robinson2018-09-191-4/+4
| | | | | Mostly peripheral things like the tools and wrappers, with just enough core library code to support that.
* HDFFV-10552 fix version script (missed when 1.11 created)Allen Byrne2018-08-161-3/+3
|
* Update HDF5 examples to correct version.Larry Knox2018-07-241-2/+2
|
* Correct a few typos.Larry Knox2018-07-241-3/+3
|
* Update bine/release to create batch scripts and build-unix-sh, and toLarry Knox2018-07-241-33/+38
| | | | put files in a subdirectory.
* Add cmakehdf5 command line option to turn on shell script testing.Larry Knox2018-07-191-1/+9
| | | | Option is on by default but can be disabled with --disable-shell-testing.
* TRILAB-31 Working locallyAllen Byrne2018-07-161-0/+87
|
* Revert "Merge pull request #1116 in HDFFV/hdf5 from ↵hdftest2018-06-241-15/+7
| | | | | | | ~HDFTEST/hdf5_hft:hdf5_1_10 to develop" This reverts commit e9f476dad47ce593f13dacb77b1cc664d1f24e7b, reversing changes made to 2ff00b1b937ebe36ac6ddf590c16a4c27fc0b053.
* Clear RELEASE.txt after HDF5 1.10.2 releaselrknox2018-04-031-7/+15
| | | | | | Bring README.txt and INSTALL* updates from hdf5_1_10_2 branch to hdf5_1_10 branch. Bring bin/release changes to hdff5_1_10 branch.
* Merge branch 'develop' into hdf5_1_10M. Scot Breitenfeld2017-10-261-2/+2
|\
| * Add note to bin/release script with hint for situations where fileslrknox2017-09-261-0/+6
| | | | | | | | generated by autogen.sh are missing, causing chkmanifest to fail.
| * HDFFV-10284 Add VS2017 supportAllen Byrne2017-08-311-2/+2
| |
| * Major rework of H5PL package code before bringing VOL changesDana Robinson2017-07-141-2/+2
| | | | | | | | | | | | | | | | over. Brings coding standards in line with the rest of the library, enforces better software engineering principles, and makes everything more maintainable.
| * Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-2535-230/+154
| | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
| * Updated bin/trace to emit errors and reordered autogen.sh processingDana Robinson2017-04-251-1/+14
| | | | | | | | | | so that script failures leave the library in a non-compilable state, making it harder to ignore errors.
| * Remove extra space added by h5vers to version string in H5.java, whichlrknox2017-03-211-1/+1
| | | | | | | | then failed to match the pattern after the first run.
| * Remove incorrect " marks added to java files by bin/h5vers.lrknox2017-03-211-6/+6
| | | | | | | | Pull version from configure for version test in h5repack_plugin.sh.in
| * Extend h5vers to update version strings in java files and h5repacklrknox2017-03-201-5/+59
| | | | | | | | | | | | | | | | version test expected output file. Update version on develop branch to 1.11.0. Please enter the commit message for your changes. Lines starting
* | Merge pull request #686 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2017-10-051-0/+6
| | | | | | | | | | * commit 'fded10f0815f593301ac88d08d05343c8077746a': Add note to bin/release script with hint for situations where files generated by autogen.sh are missing, causing chkmanifest to fail.
* | Correct VS2017 referencesAllen Byrne2017-09-051-2/+2
| |
* | Updated bin/trace to emit errors and reordered autogen.sh processingDana Robinson2017-04-251-1/+14
| | | | | | | | | | so that script failures leave the library in a non-compilable state, making it harder to ignore errors.
* | Add new files in release_docs to MANIFEST.lrknox2017-04-152-13/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Change copyright headers to replace url referring to file to be removedlrknox2017-04-1433-217/+145
| | | | | | | | | | | | | | | | 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.
* | Update RELEASE.txt Remove "currently under development" from h5vers forlrknox2017-03-241-1/+1
| | | | | | | | HDF5Config.cmake that causes cmake not to find HDF5.
* | Merge bin/h5vers changes from develop.lrknox2017-03-241-5/+59
|/ | | | | Pull version from configure for version test in h5repack_plugin.sh.in Update version to 1.10.2-snap0 for hdf5_1_10 branch.
* output_filter.sh:lrknox2017-03-151-0/+15
| | | | | | | | | | | | | | | | | | | | Comment added to address HDFFV-8270. The sample ontput in the file's comments are not up-to-date with the scripts in the file that remove output unique to certain systems when running test scripts. This output doesn't match expected output files for the tests, causing them to fail. Ther output_filter.sh file removes such output. Currently we don't have access to these systems to update the comments. testflushrefresh.sh.in: flushrefresh and other SWMR tests have been failing occasionally but regularly since bringing them to the develop branch. The logs and debugging point to unexpected deletion of signal files as the point of failure, and John Mainzer suggests that two such tests running simultaneously in the same directory may lead to the operating system deleting the other test's signal file. Running the flushrefresh test in its own directory seems to solve the problem.
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-0/+2
|
* Make release script fail and return failing exit code when any of the steps ↵lrknox2017-02-211-5/+5
| | | | for creating the docs.tar file fails.
* h5vers:lrknox2017-02-212-14/+229
| | | | | | | | | | | | | | | | Added code to update version strings in config/cmake/scripts/HDF5config.cmake. release: Added options to create CMake tar.gz and zip files containing the HDF5 source and scripts to build and test HDF5 with cmake and ctest by running a single command. These were previously assembled manually. Added a call to h5vers to set the version being released where it occurs in files. In particular, the sub-release version string "currently under development" was not being removed from cpp_doc_config or HDF5config.cmake.
* Resolve missed conflicts.lrknox2017-02-171-8/+0
|
* Merge branch 'develop' of ↵lrknox2017-02-171-0/+8
|\ | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
| * Check in changes to snapshot script from hdfdts repository to copy inlrknox2017-02-131-116/+465
| | | | | | | | | | | | HDF5 develop branch. Most of the changes are for the switch from subversion to it repositories. This copy is not used for THG daily tests, but is available for testing on remote machines.
* | Remove references to SVN.lrknox2017-02-171-119/+433
|/
* Whitespace changes in bin/trace.Dana Robinson2017-02-071-53/+52
|
* Clean up whitespaceQuincey Koziol2017-02-071-1/+1
|
* Cache image feature and testingQuincey Koziol2017-01-291-0/+1
|
* AM_MAINTAINER_MODE should be set to "disable" for releases. Check tolrknox2016-12-231-0/+15
| | | | | see if it's enabled, and if it is, call switch_maint_mode -disable before creating release files, then set it back to enable afterward.
* Add --docver option to relesae on develop branch.lrknox2016-12-161-5/+20
|
* Adds a script to undo the action of autogen.sh. UsefulDana Robinson2016-11-081-0/+67
| | | | when git complains about Makefile.in clobbers, etc.
* Translate SVN commands and references to GIT.lrknox2016-10-241-3/+3
|