summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Autotools reconfigure updateAllen Byrne2020-03-311-1/+3
|
* Merge changes from other branchesAllen Byrne2020-02-291-2/+2
|
* Ran bin/reconfigurebyrn2019-10-071-0/+3
|
* Add changes to Makefile.in files and four H5e*.h files from running ↵Larry Knox2019-08-281-4/+5
| | | | bin/reconfigur.
* Merge mostly CMake changes from develop and file cleanupAllen Byrne2019-08-062-12/+12
|
* Reconfigured autoconf filesdpopat2019-07-191-0/+1299
|
* Updated change for options to build tools & tests for 1_8Dhvanil Popat2019-07-162-0/+273
|
* Added options to build tools and tests for HDF5_ 1_8Dhvanil Popat2019-07-161-0/+399
|
* Correct a few typos.Larry Knox2018-07-241-5/+5
|
* Update bin release to match develop changes.Larry Knox2018-07-241-11/+13
|
* Update h5vers and release scripts for 1.8.19 branch, set version tolrknox2017-06-082-47/+286
| | | | | | | | 1.8.19-pre1. Note: changes to these scripts were brought from develop/hdf5_1_10 and modified for 1.8 version differences. Update HDF5 version to 1.8.20-snap0. Update HL .so number for added API function.
* Update text in COPYING files in subdirectories to match changes tolrknox2017-05-2414-94/+121
| | | | | | | | | copyright notices in source files. Update Copyright notices in acsite.m4 and bin/yodconfigure that were overlooked by chkcopyright. Remove broken and unnecessary urls from comments in hl/fortran/src/H5IMcc.c and hl/src/H5IM.c. Commit bin/reconfigure changes to generated files.
* Change copyright headers to replace url referring to file to belrknox2017-05-1629-174/+116
| | | | removed and replace it with new url for COPYING file.
* Added missing #ifdef __cplusplus macros to H5Epubgen.h.Dana Robinson2017-04-261-0/+12
| | | | Fixes HDFFV-9638.
* Added comment to file to address HDFFFV-8270lrknox2017-03-311-0/+15
|
* Add bin/compile, bin/depcomp and bin/missing which were changed to links by ↵lrknox2016-11-013-3/+1353
| | | | libtool.
* Rerun libtoolize with -cf, then reconfigure.lrknox2016-11-014-858/+11150
|
* Check in ltmain.sh and m4 files after running libtoolize with version 2.4.6.lrknox2016-11-011-9655/+1
|
* Merge branch 'hdf5_1_8_18' of ↵lrknox2016-11-013-16/+5
|\ | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_8_18
| * Clone directly into "current".lrknox2016-10-311-5/+4
| |
| * Translate svn co to git clone command.lrknox2016-10-312-11/+1
| | | | | | | | Remove unnecessary references to svn.
* | Update shared object file numbers according to changes in v1.8.18 release.lrknox2016-11-011-6/+6
|/ | | | | Update autotools and libtool versions. Run bin/reconfigure.
* Correct error in doc option of release script.lrknox2016-10-251-1/+1
|
* Translate SVN commands and references to GIT.lrknox2016-10-245-24/+27
|
* Restrict git commit hash in tar file names to first 7 characterslrknox2016-09-061-1/+1
| | | | with --short option.
* emoved .gitattributes and .gitignore, as the manual migration did notlrknox2016-08-301-5/+14
| | | | | | create them. Corrected bbrelease script to create new release version with revision hash.
* Translate svn commands to git commands for chkmanifest and bbreleaselrknox2016-08-302-10/+10
| | | | | | | | | | 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 interferedlrknox2016-08-301-0/+13
| | | | | | | | 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.
* [svn-r30288] Modify bin/chkmanifest for git instead of svn.Larry Knox2016-08-141-5/+7
| | | | Add .gitattributes and .gitignore files to MANIFEST for git repository.
* [svn-r28962] merged r28949 from trunk.Albert Cheng2016-01-221-0/+10
| | | | | | | | | HDFFV-9660: add an option to enable threadsafe feature in cmakehdf5 Tested: platypus. There are still something strange messages during the configure step. Waiting for Allen to response.
* [svn-r28854] Merged rr28853 from trunk.Albert Cheng2016-01-111-7/+16
| | | | | | | HDFFV-9649: cmakehdf5 needs a proper implementation to verify 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).
* [svn-r28682] Merged r28638 from trunk.Albert Cheng2015-12-161-261/+0
| | | | | | | | HDFFV-9273: cmakehdf5 --script failed in linux platypus Solution: remove --script option from cmakehdf5. Tested: platypus
* [svn-r28610] Merged r28563 from trunk.Albert Cheng2015-12-131-4/+25
| | | | | | | | | HDFFV-9612: added ability to run multiple make commands. Added --njobs option to special number of jobs (-j N) to allow multiple commands during build (cmamke) and testing (ctest). Tested: platypus.
* [svn-r28430] Final HDF5 1.8.16 release houskeeping:Larry Knox2015-11-201-0/+467
| | | | | | Add contents of HDF5 v1.8.16 RELEASE.txt to HISTORY-1_8.txt. Incremented LT_VERS_REVISION numbers for shared object versions for changing code on 1.8 branch. added rpm spec file hdf5-1.8.16-1-x86_64-szip.spec to bin/pkgscrpts.
* [svn-r28363] Merge r27836 & r28342 from Trunk.Albert Cheng2015-11-161-4/+53
| | | | | | | | | | | | | | | | | r27836: HDFFV-8932: added option --with-szlib to support szip library support. r28342: DAILYTEST-195: Osx1010test has culmulated a lot of mounted volumes from cmakehdf5 installation. Tried to find out what went wrong but all output files were deleted already. Added a verbose option to display all cmake process output in order to see what might have gone wrong. Default is on. Using --disable-verbose will turn it off. Tested: playtypus.
* [svn-r28096] Updated packaging scripts and moved them from bin to bin/pkgscrpts.Larry Knox2015-10-167-121/+289
| | | | | | Added shared library version numbers for each wrapper library file. Tested with h5committest.new.
* [svn-r28016] Undo r28009 changes.Albert Cheng2015-10-091-40/+20
| | | | Tested: jam.
* [svn-r28009] HDFFV-9536: Changed H5check_version() to use libtool shared ↵Albert Cheng2015-10-081-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.) 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 and Kituo.
* [svn-r27899] Modify bbrelease to use "Revision:" number from svn info, not ↵Larry Knox2015-09-281-1/+1
| | | | | | "Last Changed Rev:" number. Tested on jam
* [svn-r27714] Merge from 1.8 branch.Allen Byrne2015-09-091-1/+1
| | | | Add mod file changes from trunk
* [svn-r27685] Merge of r27572 from trunkDana Robinson2015-09-061-43/+0
| | | | | | | | | | Remove all VMS-specific code from the library. The exception is the VMS floating-point tests since those are special as VMS floats are odd. Those files will be considered separately. Fixes HDFFV-9495 Tested on: h5committest
* [svn-r27679] h5vers will now update the version string in ↵Larry Knox2015-09-041-1/+46
| | | | | | c++/src/cpp_doc_config. The version string appears int the web pages produced by doxygen. Tested h5committest
* [svn-r27282] Change generic directory in tarballs to hdfsrc.Larry Knox2015-06-251-4/+4
| | | | Remove some commented lines.
* [svn-r27279] Add temporary file to create tarballs for buildbot (and ↵Larry Knox2015-06-241-0/+394
| | | | possibly all) daily testing. When the behavior is acceptable, the changes should be merged into the regular release script as a --revision option.
* [svn-r27165] Merge 27133 & 27158 from trunk:Mohamad Chaarawi2015-06-081-1/+1
| | | | | | | | | - Add a new attribute function characterstic for format: * H5_ATTR_FORMAT(X,Y,Z) __attribute__((format(X, Y, Z))) - Rename UNUSED attribute characterstic to H5_ATTR_UNUSED. - Rename NORETURN attribute characterstic to H5_ATTR_NORETURN tested with h5committest.
* [svn-r26930] Added support for shared lib and zlib.Albert Cheng2015-04-271-5/+17
| | | | Tested: linux (jam), Mac (osx1010dev)
* [svn-r26927] Merged r26925-26926 from trunk.Albert Cheng2015-04-271-1/+36
| | | | | | | Added method to install the Mac OSX DMG file by line commands. Group all install method into a function call for easier maintenance. Tested: Linux (jam), Mac (osx1010dev)
* [svn-r26858] Merge r26857 from trunk.Albert Cheng2015-04-211-3/+5
| | | | | | | | | | | Bugs: The configure summary (libhdf5.settings) was missing from the configure output. Solution: Append the configure summary to the configure logfile if configure succeeds. Tested: hand ran cmakehdf5 in jam and inspected the logfile.
* [svn-r26784] Remove extra space.Larry Knox2015-04-121-1/+1
|
* [svn-r26783] Remove md5 from METHODS arguments for calling bin/release ↵Larry Knox2015-04-121-2/+2
| | | | | | script from snapshot script. md5 method was remove d and md5 checksums are always produced for all compression methods.