summaryrefslogtreecommitdiff
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
...
* In the build recipe, set pkgconfigdir properly for Fredora systems.Eric S. Raymond2011-08-291-3/+7
* Update the release procedure.Eric S. Raymond2011-08-281-15/+0
* 3.2 development resumes.Eric S. Raymond2011-08-281-1/+1
* Version bump for 3.1 release. All regression tests and sanity checks pass.release-3.1Eric S. Raymond2011-08-281-4/+4
* Trivial build-recipe tweak to 'checkall' target.Eric S. Raymond2011-08-271-1/+6
* Detect that Fedora >= 13 doesn't implicit-link.Eric S. Raymond2011-08-271-8/+11
* Add a know for systems without implicit linking, and document it.Eric S. Raymond2011-08-271-1/+10
* Sigh. That didn't actually work... --unusednames eats an argument.Eric S. Raymond2011-08-271-3/+3
* Added xgpsspeed to the pychecker set.Eric S. Raymond2011-08-271-4/+4
* Add gegps to the pychecker set, and clean up one glitch pychecker revealed.Eric S. Raymond2011-08-261-3/+3
* Make the pychecker test clean up after itself.Eric S. Raymond2011-08-261-1/+3
* Slightly improved cleanup production.Eric S. Raymond2011-08-261-1/+1
* Attempt to solve mrd's problem with make dist.Eric S. Raymond2011-08-261-1/+1
* Also support freebsd > 7.Bernd Zeimetz2011-08-261-7/+7
* More FreeBSD port fixes.Eric S. Raymond2011-08-261-5/+8
* Doesn't make sense to do the JSON unit test if socket support isn't compiled in.Eric S. Raymond2011-08-261-1/+3
* Fix the static build.Eric S. Raymond2011-08-261-1/+2
* Work around a glitch in static building produced by a recent patch.Eric S. Raymond2011-08-261-1/+7
* Cleaner separation between libgps and libgpsd. All regression tests pass.Eric S. Raymond2011-08-251-3/+3
* gpsfake is now part of the pychecker set.Eric S. Raymond2011-08-251-1/+1
* Add gpscat to the pychecker set.Eric S. Raymond2011-08-251-1/+1
* Make pkgconfigdir separately customizable and tweak ncurses detection.Eric S. Raymond2011-08-251-12/+12
* libgps should itself be linked to libm, and clients doesn't need to specify -lm.Gleb Smirnoff2011-08-251-2/+2
* Darwin port fix for build recipe, from Kurt Schwehr.Eric S. Raymond2011-08-251-1/+11
* Don't assume that all linux-like systems have sys.platform=='linux'.Bernd Zeimetz2011-08-241-10/+9
* Suppress a warning.Eric S. Raymond2011-08-241-2/+3
* More FreeBSD port fixes in the build recipe.Eric S. Raymond2011-08-241-17/+26
* Enable parallel builds with explicit dependencies on libraries.Eric S. Raymond2011-08-241-5/+28
* First round of FreeBSD port changes.Eric S. Raymond2011-08-241-1/+6
* gpsprof is pychecker clean.Eric S. Raymond2011-08-231-1/+1
* gps library code is pychecker clean. All regression tests pass.Eric S. Raymond2011-08-231-1/+1
* Test the external environment.Eric S. Raymond2011-08-231-1/+1
* Let CCFLAGS in the environment override the debug and profiling scons variables.Eric S. Raymond2011-08-231-11/+12
* More cleanup of glitches found by pychecker.Eric S. Raymond2011-08-231-1/+1
* Add pychecker production for anity-checking Python code.Eric S. Raymond2011-08-231-1/+4
* Darwin port fix suggested by Kurt Schwehr.Eric S. Raymond2011-08-221-0/+1
* Version bump to 3.1~dev, commits are open again.Eric S. Raymond2011-08-191-1/+1
* Fix the tarball maker.Eric S. Raymond2011-08-191-1/+1
* This revision shipped as 3.0.release-3.0Eric S. Raymond2011-08-191-1/+1
* Update the release procedure. Re-enable valgrind.Eric S. Raymond2011-08-191-3/+6
* Avoid unnecessary rebuilds.Eric S. Raymond2011-08-181-1/+1
* Clean up symlinks produced by PostActions.Eric S. Raymond2011-08-181-0/+2
* Make local shared libraries with all forms of the link name.Eric S. Raymond2011-08-181-14/+20
* Guarantee that we build libraries before binaries.Eric S. Raymond2011-08-181-1/+5
* Give up on AIX support, lets us get rid of pre-action code.Eric S. Raymond2011-08-181-20/+0
* Use relative linking.Eric S. Raymond2011-08-181-3/+1
* Post-action fixups.Eric S. Raymond2011-08-181-5/+3
* Make a libfoo.x.y link as well.Eric S. Raymond2011-08-181-3/+5
* For libfoo.so.x.y.z, create both links libfoo.so and libfoo.so.xEric S. Raymond2011-08-181-14/+12
* Simplify and rename the shared-library installer.Eric S. Raymond2011-08-181-26/+16