summaryrefslogtreecommitdiff
path: root/devtools/sizes
Commit message (Collapse)AuthorAgeFilesLines
* 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