summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27826] Modify bbrelease to add autogen.sh to the source tarball.Larry Knox2015-09-181-0/+1
|
* [svn-r27819] bbrelease is a modified copy of the release script, which ↵Larry Knox2015-09-171-1/+9
| | | | | | checks for the "configure" file to verify that it is in the top level HDF5 directory. bbrelease creates a tar file for buildbot testing, and since configure is no longer checked in, the script failed. configure.ac should always be present in the top level source directory, even before running autogen.sh, so it should be a workable substitute for the verification. Tested with h5committest.
* [svn-r27775] Undo of r27655Dana Robinson2015-09-1416-12/+12
| | | | | | | | Removes .pl extension from Perl scripts. This may be returned in the future, but it's best to keep the script names unchanged while we merge with the trunk. Tested on: h5committest
* [svn-r27655] Add .pl extension to Perl scripts in bin (part of HDFFV-9513)Dana Robinson2015-09-0116-12/+12
| | | | | | | This makes things easier on Windows, where we will have to run Perl scripts as a part of CMake. Tested on: jam
* [svn-r27638] Merged r27500-27631 from trunk.Dana Robinson2015-09-012-44/+1
|\
| * [svn-r27624] Update bin/bbrelease to handle changed output of 'svn info' ↵Larry Knox2015-08-311-1/+1
| | | | | | | | | | | | with svn version 1.8. Change to experimental release script bbrelease for buildbot to eliminate extra line in version output.
| * [svn-r27572] Removed VMS-specific code from the library.Dana Robinson2015-08-241-43/+0
| | | | | | | | | | | | | | | | | | The only remaining code consists of a few floating-point tests that rely on pre-generated and checked-in VMS files. These have been left alone, even though they will not be possible to recreate, since testing VMS float behavior is still important. Tested on: h5committest
* | [svn-r27507] Merge of r27237-27500 from the trunk.Dana Robinson2015-08-142-1/+395
|\ \ | |/ | | | | | | | | | | | | Tested w/ h5committest NOTES: - The manifest may still be messed up. - Cmake fails since the dual binary work needs to be merged with this repo's CMake externals.
| * [svn-r27475] Updated h5vers to remove redundant version information for ↵Larry Knox2015-08-061-1/+1
| | | | | | | | | | | | doxygen web pages. Also added "" around version string to prevent elimination of spaces in the string. H5committested.
| * [svn-r27283] Change generic directory in tarballs to hdfsrc.Larry Knox2015-06-251-4/+4
| | | | | | | | Remove some commented lines.
| * [svn-r27280] 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-r27222] Merge of r27035-27221 from the trunk.Dana Robinson2015-06-171-1/+1
|\ \ | |/ | | | | | | | | Tested on 64-bit linux VM: Serial: C++ and Fortran 2003 Parallel: Fortran
| * [svn-r27158] missed rename if UNUSED to H5_ATTR_UNUSED in trace script.Mohamad Chaarawi2015-06-071-1/+1
| |
* | [svn-r27038] Merge of r26393-27031 from the trunk.Dana Robinson2015-05-074-20/+140
|\ \ | |/ | | | | Tested on 64-bit linux VM w/ C++ and Fortran 2003
| * [svn-r26929] Added support for shared lib and zlib.Albert Cheng2015-04-271-5/+17
| | | | | | | | Tested: linux (jam), Mac (osx1010dev)
| * [svn-r26926] Fixed previous typo in the installation of DMG file.Albert Cheng2015-04-271-1/+1
| | | | | | | | Tested: osx1010dev
| * [svn-r26925] Added method to install the Mac OSX DMG file by line commands.Albert Cheng2015-04-271-1/+36
| | | | | | | | | | | | Group all install method into a function call for easier maintenance. Tested: Linux (jam, platypus), Mac (osx1010dev)
| * [svn-r26857] Bugs:Albert Cheng2015-04-211-3/+5
| | | | | | | | | | | | | | | | | | | | 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-r26840] configureLarry Knox2015-04-171-1/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configure.ac hl/src/H5LTparse.c hl/src/H5LTparse.h Address HDFFV-9010: configure issue with gcc 4.9.2 "-l ". Change default to disable_shared on CYGWIN. release_docs/INSTALL_Cygwin.txt release_docs/RELEASE.txt Update for changed default and no CYGWIN szip binary. c++/src/cpp_doc_config bin/h5vers AddressHDFFV-9010: Add cpp_doc_config to h5vers Tested with h5committest, on CYGWIN.
| * [svn-r26782] Remove md5 from METHODS arguments for calling bin/release ↵Larry Knox2015-04-121-2/+2
| | | | | | | | script from snapshot script. md5 method was removed and md5 checksums are always produced for all compression methods.
| * [svn-r26712] Bug fix: cmakehdf5 broken because zlib is no longer configure ↵Albert Cheng2015-04-021-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | in by default. That broke the testings as some testfiles have zlib compressed datasets. Added options control to enable the linking of zlib external libarary by default and turn off the szip library linking as szip library may not be avaiable. This matches the established settings. Tested: run cmakehdf5 by hand in jam and platypus. Also tested in wren but it failed in the testing stage. Also tried "cmakehdf5 --script" in jam. It failed.
| * [svn-r26675] HDFFV-9201: Create md5s for bzip, gzip and zip filesAlbert Cheng2015-03-311-11/+15
| | | | | | | | | | | | An md5 checksum is produced for each archive created and stored in the md5 file Tested: jam by hand.
| * [svn-r26671] Since cmake always redoes everything from start, I change the ↵Albert Cheng2015-03-311-1/+1
| | | | | | | | | | | | | | | | logfiles to start fresh everytime. Tested: platypus
| * [svn-r26662] added option to configure support for fortran2003 API.Albert Cheng2015-03-301-1/+12
| | | | | | | | | | | | | | --enable-fortran2003 | --disable-fortran2003: enable or disable fortran2003 API. Default is off. Tested: by hand in platypus.
| * [svn-r26505] Merge r26435 from autotools_rework branch.Jerome Soumagne2015-03-202-70/+0
| | | | | | | | | | | | | | Remove DEFAULT_LIBS from configure.ac and irix6.x config file which was using it. Remove references to IRIX/irix* platform.
| * [svn-r26428] Merge of r26424 from the autotools_rework branch.Dana Robinson2015-03-111-5/+7
| | | | | | | | | | | | Made the chkmanifest script a little more sh-friendly. Tested: Manually on jam by modifying svn-controlled files
| * [svn-r26427] Revert of r26426Dana Robinson2015-03-111-7/+5
| | | | | | | | | | The repository wasn't clean when I made some changes so untested code was committed.
| * [svn-r26426] Merge of r26424 from the autotools_rework branch.Dana Robinson2015-03-111-5/+7
| | | | | | | | | | | | Made the chkmanifest script a little more sh-friendly. Tested: Manually on jam by modifying svn-controlled files
| * [svn-r26351] Adds warning prevention pragmas, etc. to flex- and ↵Dana Robinson2015-03-041-0/+31
| | | | | | | | | | | | | | | | bison-generated code. Fixes: HDFFV-9149 Tested on: jam w/ gcc 4.1 and koala w/ gcc 4.9
* | [svn-r26435] Remove DEFAULT_LIBS from configure.ac and irix6.x config file whichJerome Soumagne2015-03-112-70/+0
| | | | | | | | | | | | was using it. Remove references to IRIX/irix* platform.
* | [svn-r26424] Made the chkmanifest script a little more sh-friendly.Dana Robinson2015-03-111-5/+7
| | | | | | | | | | Tested on: Manually on local Linux by modifying svn-controlled files.
* | [svn-r26350] Merge of r26273-26348 from the trunk.Dana Robinson2015-03-043-15/+10
|\ \ | |/ | | | | Tested on: h5committest
| * [svn-r26348] Updates bin/chkmanifest to correctly handle the seven ↵Dana Robinson2015-03-031-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | Subversion status columns that are output by svn stat. Previously, the script assumed that they would all be blank for newly- added files. This is not always true when merging. Part of: HDFFV-8895 Tested on: jam (bin/chkmanifest only)
| * [svn-r26338] Remove references to vms and vms files to be updated by this ↵Larry Knox2015-03-021-11/+3
| | | | | | | | | | | | script. VMS has been removed from HDF5 code. Tested on jam.
| * [svn-r26324] Fixes another bug in bin/trace that prevents adding TRACE ↵Dana Robinson2015-02-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | macros to API calls that use a FUNC_ENTER macro that does not include parentheses. This does not affect any source code at this time. Part of: HDFFV-9141 Tested on: jam (bin/trace behavior only)
| * [svn-r26311] Merged r26266-7 from features/autotools_reworkDana Robinson2015-02-261-90/+46
| | | | | | | | | | | | | | | | | | Updates the bin/chkmanifest script so that it parses the output of svn commands instead of hacking at the .svn/entries file. This will make the script more future-proof and allows it to work with current Subversion repositories. Tested on: jam (bin/chkmanifest only)
* | [svn-r26274] Merge of r26096 to r26271 from trunk.Dana Robinson2015-02-222-4/+5
|\ \ | |/ | | | | | | Tested on: jam - serial: C++/Fortran parallel: Fortran
| * [svn-r26249] Removed warnings about NO TRACE from bin/trace script.Dana Robinson2015-02-201-6/+5
| | | | | | | | | | | | Fixes: HDFFV-9098 Tested on: jam (bin/trace only - causes no source changes)
| * [svn-r26246] Corrects a regular expression in the bin/trace Perl script that ↵Dana Robinson2015-02-201-3/+4
| | | | | | | | | | | | | | | | | | | | did not match API calls which return a pointer. Fixes: HDFFV-9141 Tested on: h5committest
| * [svn-r26208] Update cmake minimumsAllen Byrne2015-02-181-1/+1
| |
* | [svn-r26267] Added comments to the bin/chkmanifest script.Dana Robinson2015-02-211-3/+15
| | | | | | | | Fixed an issue with missing 'svn ls' code.
* | [svn-r26266] Updated bin/chkmanifest to use 'svn stat' and 'svn ls' insteadDana Robinson2015-02-211-90/+34
| | | | | | | | | | of hacking at the .svn/entries file that changes format all the time.
* | [svn-r26229] Removed NO TRACE notifications from bin/trace script.Dana Robinson2015-02-191-6/+5
| | | | | | | | | | | | Fixes: HDFFV-9098 Tested on: 64-bit linux VM (autogen only)
* | [svn-r26227] Removed bin/compile, which is a generated file.Dana Robinson2015-02-192-214/+0
| | | | | | | | | | | | | | | | Removed bin/mkinstalldirs which is both generated and obsolete. Part of: HDFFV-9067 Tested on: 64-bit linux VM
* | [svn-r26145] Removed bin/reconfigure.Dana Robinson2015-02-071-154/+0
| | | | | | | | | | The autogen.sh script seems to work in enough places and for enough people to warrant removing bin/reconfigure.
* | [svn-r26136] Updated autogen.sh to run flex and bison, replacing the ↵Dana Robinson2015-02-061-65/+0
| | | | | | | | | | | | | | | | | | | | | | (incomplete) bin/genltanalyze script, which has been deleted. Also removed the generated hl/src/H5LTparse.c/h and H5LTanalyze.c files. Part of: HDFFV-9120 Tested on: Local Ubuntu VM
* | [svn-r26129] Removed some additional generated files that were triggering ↵Dana Robinson2015-02-053-883/+0
| | | | | | | | | | | | | | | | | | | | autotools re-builds, which would fail due to incorrect autotools versions. Part of: HDFFV-9120 Tested on: jam
* | [svn-r26128] - Removed libtool generated/copied files.Dana Robinson2015-02-054-13359/+0
| | | | | | | | | | | | | | | | | | | | | | - Modified autogen.sh to run libtoolize. NOTE: OS-X often uses glibtoolize. This will be fixed soon. - Addational helpful output added to autogen.sh. Part of HDFFV-9120 Tested on: 64-bit Linux VM
* | [svn-r26095] Added executable property to distdep.Dana Robinson2015-02-021-0/+0
| |
* | [svn-r26090] Added an autogen.sh script.Dana Robinson2015-01-311-0/+2
|/ | | | | | | | | Note that bin/reconfigure still exists. It will be removed at a later date. Part of HDFFV-9114 Tested on: jam