summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update NEWS for 3.1 release.Eric S. Raymond2011-08-261-10/+11
* 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
* Make the sock_export=no build.Eric S. Raymond2011-08-264-16/+73
* More FreeBSD port fixes.Eric S. Raymond2011-08-261-5/+8
* Typo fix. No logic changes.Eric S. Raymond2011-08-261-3/+2
* Doesn't make sense to do the JSON unit test if socket support isn't compiled in.Eric S. Raymond2011-08-261-1/+3
* A step towards fixing the socket_export=no build.Eric S. Raymond2011-08-261-3/+13
* Documentation tweak.Eric S. Raymond2011-08-261-2/+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
* ckuethe confirms the OpenBSD build is good.Eric S. Raymond2011-08-261-5/+6
* Now that gpsd.h is safe to include in libgps, revert an earlier change.Eric S. Raymond2011-08-251-1/+1
* Typo fix.Eric S. Raymond2011-08-251-1/+1
* Fix the DBUS build.Eric S. Raymond2011-08-252-7/+2
* Remove a problematic DBUS header inclusiion that turns out not to be necessary.Eric S. Raymond2011-08-251-3/+0
* Dependency reduction. No logic changes. All regression tests pass.Eric S. Raymond2011-08-252-22/+21
* Cleaner separation between libgps and libgpsd. All regression tests pass.Eric S. Raymond2011-08-252-3/+8
* Remove an unneeded gpsd.h include.Eric S. Raymond2011-08-251-1/+1
* gpsfake is now part of the pychecker set.Eric S. Raymond2011-08-252-6/+6
* Add gpscat to the pychecker set.Eric S. Raymond2011-08-251-1/+1
* gpsfake doesn't require the signal module, remove unneeded importEric S. Raymond2011-08-251-1/+1
* Make pkgconfigdir separately customizable and tweak ncurses detection.Eric S. Raymond2011-08-251-12/+12
* Document Gleb Smirnoff's last patch.Eric S. Raymond2011-08-251-1/+2
* libgps should itself be linked to libm, and clients doesn't need to specify -lm.Gleb Smirnoff2011-08-251-2/+2
* Typo fix.Eric S. Raymond2011-08-251-1/+1
* Darwin port fix for build recipe, from Kurt Schwehr.Eric S. Raymond2011-08-251-1/+11
* ais_json.c no longer includes gpsd.h. May solve a FreeBSD port problem.Eric S. Raymond2011-08-242-3/+10
* setup.py is not called from SConstruct and not needed anymore.Bernd Zeimetz2011-08-241-100/+0
* 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-242-18/+27
* Fix problems with reconfigure=no and netfeed=no builds.Eric S. Raymond2011-08-247-8/+18
* Enable parallel builds with explicit dependencies on libraries.Eric S. Raymond2011-08-243-10/+31
* First round of FreeBSD port changes.Eric S. Raymond2011-08-241-1/+6
* Document a feature.Eric S. Raymond2011-08-231-1/+3
* Fix up fusercount() to work correctly.Eric S. Raymond2011-08-231-6/+4
* Now that fusecount() is working, it turns out to be dangerous. Disable it...Eric S. Raymond2011-08-231-5/+5
* gpsprof is pychecker clean.Eric S. Raymond2011-08-232-14/+12
* gps library code is pychecker clean. All regression tests pass.Eric S. Raymond2011-08-234-7/+11
* 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
* Fix some coding errors in fusercount().Eric S. Raymond2011-08-231-2/+3
* More cleanup of glitches found by pychecker.Eric S. Raymond2011-08-234-7/+8
* Add pychecker production for anity-checking Python code.Eric S. Raymond2011-08-233-11/+5
* Darwin port fix suggested by Kurt Schwehr.Eric S. Raymond2011-08-221-0/+1
* Comment typo fixes and compatibility info.Eric S. Raymond2011-08-221-1/+1
* Fix typo in log message.Gary E. Miller2011-08-221-1/+1
* Try to open the right chrony socket...Eric S. Raymond2011-08-221-13/+7