| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
I'd missed that there were two places doing cleaning. This applies
the same fix to the second as was previouly applied to the first.
TESTED:
Ran and verified that the .sconf_temp directory is no longer left
around.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes the aivdmtable, regressdiff, sizes, and striplog programs
to work with Python 3. The "striplog" program didn't require any
actual changes, but it still adds the usual compatibility comment and
future import.
In the case of "sizes", it also adjusts the scons cleanup pattern to
include the temporary directory, and adds explicit checking (with an
exception) for build failures.
TESTED:
Ran all four programs with both Python 2 and Python 3.
|
|
|
|
|
|
| |
As a side effect, simplify configuration slightly.
All regression tests pass.
|
|
|
|
| |
Not turned in by default yet; it interferes with RTCM2 decoding.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
There was lots of user demand for *persistent* configuration variables.
While it is theoretically possible that I could have made this work with
the configure-like options, the code would have beenn a fragile kluge.
So, fall back in scons practive for command-line cinfiguration variables.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This diff executes the foollowing steps:
1. Delete from the repo: configure.ac, autogen.sh, Makefile.am, do-tests
(2129 lines).
2. Removed the kluge in SConstruct
3. Remove future.html reference to scons.
4. Revise INSTALLATION.
5. Edit the packaging files to warn that they need to use scons.
7. git rm -r libQgpsmm
8. Add a warning to devtools/sizes that it won't work until we add an
option to build static.
Also, the following were removed from .gitignore and the working
directory: configure Makefile.in Makefile config.* aclocal.m4
py-compile ltmain.sh missing autom4te.cache depcomp install-sh
stamp-h1 .libs .deps libtool ChangeLog m4. This is 90630 lines of stuff.
All regression tests pass.
|
| |
|
|
|