| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- 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
|