summaryrefslogtreecommitdiff
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* 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
* Yest another try at getting the soname right.Eric S. Raymond2011-08-181-1/+1
* Bug fix, got two operations in the wrong order leading to confusion.Eric S. Raymond2011-08-181-1/+1
* Slightly better soname fixup.Eric S. Raymond2011-08-181-1/+1
* Attempted soname fixup.Eric S. Raymond2011-08-181-1/+1
* Change soname format form libname.x.y.z to libname.xEric S. Raymond2011-08-171-1/+4
* Declare the leapsecond cache precious so it won't be deleted before rebuild.Eric S. Raymond2011-08-171-3/+6
* Attempt to fix rpath handling.Eric S. Raymond2011-08-171-10/+10
* Another try at fixing libdir installation.Eric S. Raymond2011-08-171-2/+2
* Refactor the installation codeo avoid suspect assignmnents.Eric S. Raymond2011-08-171-15/+16
* Make it obvious if one of the chrpath arguments is empty.Eric S. Raymond2011-08-171-2/+2
* OK, previous commit was rong. sysconfdir is required for C code.Eric S. Raymond2011-08-131-2/+2
* sysconfdir isn't actually used, so don't compute it.Eric S. Raymond2011-08-131-2/+3
* Declare chrpath as a build dependency.Eric S. Raymond2011-08-131-0/+3
* Improved rpath editing.Eric S. Raymond2011-08-121-2/+4
* Detect chrpath correctly.Eric S. Raymond2011-08-121-1/+1
* Enable another gcc error messsabe and fix a warning.Eric S. Raymond2011-08-111-1/+1
* Typo fixes and scan-build cleanup.Eric S. Raymond2011-08-111-2/+1
* Cleanup and explanation.Eric S. Raymond2011-08-091-5/+4