summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
|
* Translate svn commands and references to git.lrknox2016-10-243-9/+9
|
* Correct typo: add ' 'lrknox2016-10-011-1/+1
|
* Snapshot release: increment version.lrknox2016-10-011-1/+1
|
* Restrict git commit hash in tar file names to first 7 characters withlrknox2016-09-061-1/+1
| | | | --short option.
* Removed -p option from invocation of autogen.sh by h5vers script tolrknox2016-09-021-3/+3
| | | | allow running h5vers on machines without /usr/hdf/bin/AUTOTOOLS.
* dd bin/pkgscrpts directory with scripts to package deployed unix binarieslrknox2016-09-024-0/+932
| | | | into tarfiles.
* Merge pull request #4 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8Larry Knox2016-08-311-5/+14
| | | | | | | * commit '5aee5213190f145b5a734f5dc76a67c82f7d6b82': emoved .gitattributes and .gitignore, as the manual migration did not create them. Corrected bbrelease script to create new release version with revision hash. Translate svn commands to git commands for chkmanifest and bbrelease scripts with source in git repository. Removed the -p option from the command to run autogen.sh. It interfered with running chkmanifest on a machine with the correct autotools versions but without access to /usr/hdf/bin/AUTOTOOLS. The autogen.sh script says the option is for HDF group use only and is likely to be removed. The same effect can be achieved by adding /usr/hdf/bin/AUTOTOOLS to the beginning of PATH. Removed the -p option from the command to run autogen.sh. It interfered with running chkmanifest on a machine with the correct autotools versions but without access to /usr/hdf/bin/AUTOTOOLS. The autogen.sh script says the option is for HDF group use only and is likely to be removed. The same effect can be achieved by adding /usr/hdf/bin/AUTOTOOLS to the beginning of PATH.
* Removed the -p option from the command to run autogen.sh. It interferedlrknox2016-08-301-2/+2
| | | | | | | | with running chkmanifest on a machine with the correct autotools versions but without access to /usr/hdf/bin/AUTOTOOLS. The autogen.sh script says the option is for HDF group use only and is likely to be removed. The same effect can be achieved by adding /usr/hdf/bin/AUTOTOOLS to the beginning of PATH.
* Translate svn commands to git commands for chkmanifest and bbreleaselrknox2016-08-292-13/+15
| | | | scripts with source in git repository.
* [svn-r29531] Normalization w/ revise_chunks in preparation for big merge.Dana Robinson2016-03-231-1/+1
| | | | | | | hl and bin directories Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial w/ Java, Fortran, & C++
* [svn-r29379] Add individual LT_VERS_* variables for wrapper libraries: c++, ↵Larry Knox2016-03-091-7/+11
| | | | | | | | | | | | | | | | fortran, java, hl, hl/c++, hl/fortran to so that the shared object version numbers can be incremented independently. Disabled auto-increment of shared object version numbers by h5vers. Files modified: config/lt_vers.am java/src/jni/Makefile.am hl/src/Makefile.am hl/c++/src/Makefile.am hl/fortran/src/Makefile.am c++/src/Makefile.am bin/h5vers fortran/src/Makefile.am
* [svn-r29350] Revert h5check_version change to check LT_VERS_XXXX numbers ↵Larry Knox2016-03-081-40/+20
| | | | | | | | | | | | | | | | | rather than HDF5 library version numbers. Svn revisions reverted: 29341, 29326 Branch features/h5check_version was created for further development. Files changed test/tcheck_version.c test/testcheck_version.sh.in src/H5public.h src/H5.c config/lt_vers.am bin/h5vers Tested with h5committest.new
* [svn-r29326] HDFFV-9536: Changed H5check_version() to use libtool shared ↵Albert Cheng2016-03-071-20/+40
| | | | | | | | | | | | | | | | | | | | | | | | library version numbers instead of the library version numbers. bin/h5vers: Changed to copy the shared lib version from lt_vers.am to H5public.h (Thanks to Larry who made the changes.) config/lt_vers.am: cosmetic change, nothing material. src/H5public.h: Changed by bin/h5vers. src/H5.c: Changed H5check_version() to use shared library version for compatibility checking. test/tcheck_version.c: test/testcheck_version.sh.in: Changed to use shared library version numbers instead of the HDF5 library version numbers for testing. Tested: tested in Jam (C only), platypus and osx1010dev (enable fortran and C++).
* [svn-r28949] HDFFV-9660: add an option to enable threadsafe feature in cmakehdf5Albert Cheng2016-01-211-0/+10
| | | | | | | Tested: platypus. There are still something strange messages during the configure step. Waiting for Allen to response.
* [svn-r28881] Merged r28880 from revise_chunks. Adds a script to flip maint mode.Dana Robinson2016-01-131-0/+83
| | | | Tested on: linux VM
* [svn-r28853] HDFFV-9649: cmakehdf5 needs a proper implementation to verify ↵Albert Cheng2016-01-111-2/+11
| | | | | | | | | the installation images created for Mac OSX. The current implementation for Mac OSX platform is a kludge that sometimes left behind mounted volumes. Temporary screen out the checking of installtion_check step (so that daily test may pass). Tested: by hand running cmakehdf5 in platypus and osx1010test.
* [svn-r28841] indentations were messed up by some previous commit.Albert Cheng2016-01-071-111/+111
| | | | | | Restored them to more readable spacing. No code change. Test: visual inspection.
* [svn-r28788] Added extern C block to H5Epubgen.h (via bin/make_err).Dana Robinson2016-01-041-0/+12
| | | | | Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
* [svn-r28638] HDFFV-9273: cmakehdf5 --script failed in linux platypusAlbert Cheng2015-12-141-266/+0
| | | | | | Solution: remove --script option from cmakehdf5. Tested: platypus
* [svn-r28565] Normalization of bin/trace with revise_chunks in preparationDana Robinson2015-12-111-0/+4
| | | | | | | for merge. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) bin/trace run only
* [svn-r28563] HDFFV-9612: added ability to run multiple make commands.Albert Cheng2015-12-101-3/+18
| | | | | | | Added --njobs option to special number of jobs (-j N) to allow multiple commands during build (cmamke) and testing (ctest). Tested: platypus.
* [svn-r28553] Merge of r28436 from revise_chunks. Cleans up warnings exposedDana Robinson2015-12-101-1/+3
| | | | | | | by gcc 5.2 in the flex/bison code. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
* [svn-r28393] HDFFV-9573: bin/h5vers failure, claiming reconfigure failed.Albert Cheng2015-11-181-3/+3
| | | | | | | | bin/reconfigure is replaced by autogen.sh. Fixed h5vers to call autogen.sh instead. Tested: Jam
* [svn-r28388] HDFFV-9573: bin/chkmanifest did not like the missing generated ↵Albert Cheng2015-11-181-0/+16
| | | | | | | | file. Changed bin/chkmanifest to generate the files if configure is missing. Tested: jam
* [svn-r28371] Update script mode order of commandsAllen Byrne2015-11-171-135/+140
|