summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Comment the Python related rules and definitions.Bernd Zeimetz2010-04-233-0/+23
|
* Rename stamp-python-modules to stamp-python.Bernd Zeimetz2010-04-221-9/+9
| | | | | We install scripts and data files, too, so the name is not really appropriate anymore.
* libgpsd needs to be linked against libgps.Bernd Zeimetz2010-04-221-1/+1
|
* Typo fix.Eric S. Raymond2010-04-221-1/+1
|
* MAKE is needed when setup.py is running the clean command.Bernd Zeimetz2010-04-221-1/+1
|
* Back off the last change to gps.fake.py to make regressions pass again.Eric S. Raymond2010-04-221-6/+29
| | | | | Matters were confused by some build-system breakage, but putting the end-of-line padding back in seems to fix things.
* Revert last patch on layering of plot data.Gary E. Miller2010-04-221-3/+9
| | | | | Add EP (50%) of altitude data. My Python is pathetic, feel free to improve.
* In gpsprof, put CEP on top of the individual fixes.Gary E. Miller2010-04-221-2/+2
| | | | | That way when plotting a large number of fixes the CEP does not get covered up.
* Return the length of the data in read().Bernd Zeimetz2010-04-221-1/+1
| | | | | The legth of the remaining data might be 0 if the data in the buffer ends with \n.
* gps.py: Make next() work at all.Bernd Zeimetz2010-04-221-24/+4
| | | | | | The next function contained a code copy from __json_unpack, was buggy in general and did not support oldstyle connections. The current implementation should have the same function for newstyle connections.
* There are utf8 chars in the file, so let Python handle them.Bernd Zeimetz2010-04-221-0/+1
|
* Rebuild Python modules and programs when they change.Bernd Zeimetz2010-04-221-1/+1
|
* regress_driver needs the Python modules to run.Bernd Zeimetz2010-04-221-3/+3
|
* Make verbose mode of gps.py actually work.Bernd Zeimetz2010-04-221-2/+8
|
* __set_device__ is define in next(), not in the class.Bernd Zeimetz2010-04-221-1/+1
|
* gps.py takes -v as option, not -w.Bernd Zeimetz2010-04-221-1/+1
|
* Use --root on setup.py install only with DESTDIR.Bernd Zeimetz2010-04-221-1/+5
| | | | | An empty --root option unfortunately has the effect that . is assumed instead. So don't use --root when DESTDIR is not defined.
* Another ciabot.py update.Eric S. Raymond2010-04-211-26/+23
|
* Typo fix.Eric S. Raymond2010-04-211-2/+3
|
* Missing \n in some debug statements.Gary E. Miller2010-04-211-3/+3
| | | | Signed-off-by: Gary E. Miller <gem@rellim.com>
* Patch to make gpsprof use the same -D as the other gpsd helper programs. Gary E. Miller2010-04-212-4/+8
| | | | | | With man page update. Signed-off-by: Gary E. Miller <gem@rellim.com>
* Incorporate latest version of CIA hook.Eric S. Raymond2010-04-211-61/+97
|
* Document gpsprof -v, allow > 1 level of verbosity with -vv and -vvvv. Gary E. Miller2010-04-211-3/+3
| | | | | Probably should use the -D X syntax but my Python is not that good.
* Clear DOPs only when we get a skyview report.Eric S. Raymond2010-04-2052-2086/+2179
| | | | | | | | | | | | | | | This solves the disappearing epx/epy bug on SiRFs, but it was actually a systemic problem that affected several drivers. Navigation solution messages were clearing DOPs, making it impossible for the error modeller to compute estimates. New logic: Clear DOPs only when we get a skyview report. They'll be regenerated by our visibility-matrix calculation when the skyview sentence is analyzed. If a sentence from the device supplies a DOP between the time the visibility calculation is done and when the next fix is reported, it will override our computed value. This might change later! This change required a regression-test rebuild.
* Merge branch 'master' of ssh://esr@git.berlios.de/gitroot/gpsdEric S. Raymond2010-04-201-1/+4
|\
| * Ckean up Garmin driver. Gary E. Miller2010-04-201-1/+4
| | | | | | | | Another private copy of gps_tow saved in session->context->gps_tow
* | No more write padding in gpsfake. either.Eric S. Raymond2010-04-201-10/+0
| | | | | | | | All regression tests pass.
* | gpsfake no longer relies on timeouts. All regression tests pass.Eric S. Raymond2010-04-201-19/+6
| |
* | Actually shut the daemon down when quit-on-quiesce requires it.Eric S. Raymond2010-04-201-9/+12
| |
* | regress-driver reports elapsed time.Eric S. Raymond2010-04-201-4/+19
| |
* | Typo fix. All regression tests pass, codebase splints clean.Eric S. Raymond2010-04-201-2/+1
| |
* | Give gpsfake a way to prepare gpsd for graceful shutdown.Eric S. Raymond2010-04-203-3/+68
|/
* Version bump to 2.95~dev, commits are open.Eric S. Raymond2010-04-201-1/+1
|
* About to do snap rekease to fix packaging issues.release-2.94Eric S. Raymond2010-04-202-2/+2
|
* Splint and cppcheck cleanup. All regression tests pass.Eric S. Raymond2010-04-2011-34/+39
|
* setup.py: fix version detection.Bernd Zeimetz2010-04-201-1/+1
|
* Fix PATH in regress-driver.Bernd Zeimetz2010-04-201-2/+8
| | | | | We need to have the build directory in $PATH to find the new gpsd in case there is one in $PATH somewhere else in the system.
* Require python extensions to build pydoc.Bernd Zeimetz2010-04-201-1/+1
|
* Clean up linked python extensions to avoid build failures.Bernd Zeimetz2010-04-201-3/+6
| | | | Also refactor the setup.py call a bit.
* Python extensions should not be built by autotools.Bernd Zeimetz2010-04-201-5/+1
|
* Enhancing setup.py.Bernd Zeimetz2010-04-201-4/+17
|
* Remove python3.0 from the supported version.Bernd Zeimetz2010-04-201-1/+1
| | | | A short test-build run into various syntax errors.
* Build python modules in build, link to gps.Bernd Zeimetz2010-04-201-4/+5
|
* Make setup.py compatible to python3.1.Bernd Zeimetz2010-04-201-4/+4
|
* Make some tests in configure.ac compatible to python3.1Bernd Zeimetz2010-04-201-3/+3
|
* Define build and scriptdir for setup.py in configure.ac.Bernd Zeimetz2010-04-201-0/+5
|
* Make some print statements compatible with python3.1.Bernd Zeimetz2010-04-201-2/+2
|
* s/xgps/xgpsspeed/ within error messages in configure.Bernd Zeimetz2010-04-201-3/+3
|
* Use setup.py to handle the Python shebangs.Bernd Zeimetz2010-04-206-10/+11
|
* Note that pygtk is required, and some other updates.Eric S. Raymond2010-04-191-9/+12
|