| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Description:
Applied the typo fixes from user's report.
The previous pull request couldn't be merged because it was too old,
and it was too complicated for me to resolve conflicts.
Platform tested:
Linux/64 (jelly) - very minor
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
so that script failures leave the library in a non-compilable state,
making it harder to ignore errors.
|
|
|
|
|
|
|
| |
- autogen.sh now exits on unknown arguments
Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1
autotools serial
|
|
|
|
|
|
|
|
|
| |
This was giving a lot of users headaches and the parser code rarely
changes. There is now a new script (bin/genparser) which can be
run as needed.
Tested on: Ubuntu 15.10 (x86_64 Linux 4.2.0)
gcc 5.2.1, flex 2.5.39, bison 3.0.2
|
|
|
|
|
|
| |
hard-coded version checks.
Tested on: jam
|
|
|
|
|
|
| |
H5LTparse.c
- this is needed when running autogen on a couple of HPC machines.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Removed the long options, which are not supported under
the getopts builtin.
- Correctly labeled the autogen.sh script as requiring bash
(via the #!). We may need to remove the bash constructs
before the 1.10 release and revert to sh.
- The help output is now correct.
Tested on: local linux
|
|
|
|
|
|
| |
flex/bison.
Tested on: local linux
|
|
|
|
|
|
| |
instead of symlinks.
Tested on: local linux
|
|
|
|
|
|
| |
The files in the m4 directory were not getting picked up on some platforms.
Tested on: jam
|
|
|
|
| |
Tested on: jam (too minor for h5committest)
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
This makes things easier on Windows, where we will have to run
Perl scripts as a part of CMake.
Tested on: jam
|
|
|
|
|
|
|
|
|
|
| |
from the trunk.
Fixes: HDFFV-9149
Tested on: jam
- examined gcc 4.9.2 output for warnings
- ran 'make check' in hl directory
|
|
|
|
|
|
|
| |
and then fall back to libtoolize if not found.
Tested on OS X 10.10.2 (Yosemite) with Xcode 6.1.1 and autotools
installed via Brew
|
|
|
|
|
|
| |
Fixes: HDFFV-9098
Tested on: 64-bit linux VM (autogen only)
|
|
|
|
|
|
| |
that causes a circular dependency issue.
Tested on: 64-bit linux VM (autogen only - just a comment change)
|
|
|
|
|
|
|
|
| |
Remove generated header file from repository, and add section to
autogen.sh that generates it.
Tested on:
Mac OSX/64 10.10.2 (amazon)
|
|
|
|
|
|
|
|
|
|
| |
--add-missing;
it's not a replacement.
Part of HDFFV-9114
Tested on jam with the -p option
|
|
|
|
|
|
| |
Part of HDFFV-9114
Tested on: Cygwin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
when available. Also added the --copy option to to libtoolize
so files are copied and not symlinked.
Part of HDFFV-9114
Tested on jam.
- autogen.sh -p
- configure (out-of-source)
- Modified configure.ac
- Re-run autogen.sh -p
- Re-run configure
- make
Without the fix, make fails when it notes out-of-date autotools
files and re-runs the tools, picking up jam's elderly versions.
With the fix, make succeeds.
|
|
|
|
| |
Tested on: jam w/ Fortran and C++
|
|
|
|
|
|
|
|
|
| |
installing the autotools via a package manager like Homebrew since
they are not installed with XCode.
Part of: HDFFV-9114
Tested on: OS-X 10.10.2 (Yosemite) with XCode 6.1.1
|
|
|
|
|
|
|
|
|
|
|
| |
(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
|
|
|
|
|
|
|
|
|
|
| |
the -s option from autogen.sh. Removed several generated H5E
files from version control as well as H5version.h since these
will always be regenerated.
Part of: HDFFV-9120
Tested on: Local Ubuntu VM
|
|
|
|
|
|
|
|
| |
not found. Allows reconfiguration on OS-X.
Part of: HDFFV-9120
Untested since we have no suitable OS-X machines
|
|
|
|
|
|
|
|
|
|
| |
autotools
re-builds, which would fail due to incorrect autotools versions.
Part of: HDFFV-9120
Tested on: jam
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
Part of HDFFV-9114
Tested on: jam
|
|
Note that bin/reconfigure still exists. It will be removed at a later
date.
Part of HDFFV-9114
Tested on: jam
|