summaryrefslogtreecommitdiff
path: root/devtools/sizes
Commit message (Collapse)AuthorAgeFilesLines
* Fixes scons post-cleanup in devtools/sizes.Fred Wright2016-04-161-1/+1
| | | | | | | | | 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.
* Fixes more devtools programs for Python 3.Fred Wright2016-04-141-4/+18
| | | | | | | | | | | | | | 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.
* Fix bug reported on the dev list resulting from NTPSHMSEGS > MAX_DEVICES * 2.Eric S. Raymond2015-01-241-1/+1
| | | | | | As a side effect, simplify configuration slightly. All regression tests pass.
* First xut at JSON passthrough code.Eric S. Raymond2011-06-141-0/+1
| | | | Not turned in by default yet; it interferes with RTCM2 decoding.
* Yet more code slimming. All regression tests pass, code splints clean.Eric S. Raymond2011-06-111-1/+2
|
* More code slimming.Eric S. Raymond2011-06-111-4/+5
|
* Code slimming.Eric S. Raymond2011-06-111-1/+1
|
* sizes needed rebuilding for scons.Eric S. Raymond2011-06-101-0/+2
|
* Give up on configure-like options, return to scons-style persistent variables.Eric S. Raymond2011-04-111-33/+33
| | | | | | | 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.
* Fix bug in handling of numeric config options.Eric S. Raymond2011-04-091-1/+1
|
* Make it possible to build static binaries with --disable-shared.Eric S. Raymond2011-04-091-4/+1
|
* Shoot the autotools build through the head, putting it out of our misery.Eric S. Raymond2011-04-091-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Squeeze out some more code in the fixed-port-speed case.Eric S. Raymond2011-03-291-2/+4
|
* Add the sizes tool for looking at normal and minimal build sizes.Eric S. Raymond2011-03-291-0/+73