summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update build instructions to remove some prerequisites.Eric S. Raymond2010-04-191-6/+7
|
* NEWS update.Eric S. Raymond2010-04-191-1/+3
|
* Ah, well...test_bits has to link libusb too.Eric S. Raymond2010-04-191-1/+1
|
* The bits tester needs bits module from libgpsd.la.Eric S. Raymond2010-04-191-1/+1
|
* NEWS update.Eric S. Raymond2010-04-191-2/+4
|
* Remove the IRC transcript about regression-test failures.Eric S. Raymond2010-04-191-17/+0
| | | | | I've established that this is purely a bug in the termination condition of the main loop inside gpsfake, and am working on that.
* Fix a packaging error that resulted in xgps being omitted from the tarball.Eric S. Raymond2010-04-192-2/+2
|
* Update installation instructions and the make recipe.Eric S. Raymond2010-04-192-34/+27
|
* Eliminate a lot of private copies of gps_tow for one global copy inGary E. Miller2010-04-188-39/+67
| | | | sesion->context.
* Add a regression test for correct behavior on EOF with empty buffer.Eric S. Raymond2010-04-182-8/+57
|
* Record sanooj's insight.Eric S. Raymond2010-04-181-0/+17
|
* Revert typo.Gary E. Miller2010-04-181-1/+1
|
* Merge branch 'master' of ssh://git.berlios.de/gitroot/gpsdGary E. Miller2010-04-186-57/+52
|\
| * Collect a win from the previous change; libusb is no longer linked everywhere.Eric S. Raymond2010-04-181-9/+9
| |
| * libgps.a splits in half, becomes libgps.a + libgpsd.aEric S. Raymond2010-04-185-47/+42
| | | | | | | | | | | | This is so client apps don't have to carrry around libusb and all the driver-level stuff. I finally caught on to one of the implications of shared libraries that had somewhow escaped me before.
| * Fix a call to the wrong mask dumper.Eric S. Raymond2010-04-181-1/+1
| |
* | Smoke out more private copies of gps_week and move into session->context. Gary E. Miller2010-04-187-7/+22
|/ | | | Prepare to do the same for Time of Week (tow).
* Separate out common code a little better.Eric S. Raymond2010-04-181-20/+25
|
* Add to NEWS, add foxtrot to the client-projects list, and fix website make.Eric S. Raymond2010-04-184-1/+9
|
* Refactor gps client class.Eric S. Raymond2010-04-181-96/+109
| | | | | | | | Part of it is now split into a parent gpscommon that just handles the socket-handling and line-buffering aspects. This will allow it to be reused for a better interface class. All regression tests pass.
* Merge branch 'master' of ssh://esr@git.berlios.de/gitroot/gpsdEric S. Raymond2010-04-183-151/+5
|\
| * dead code removalChris Kuethe2010-04-181-31/+0
| | | | | | | | | | | | 1) if this is debug, it should be in gpsd_report 2) if this is protocol IO, it should go in a json message 3) either way, we're not using this
| * remove unused nmea checksum calculatorChris Kuethe2010-04-181-16/+0
| |
| * file references unfunctions. correct soonest.Chris Kuethe2010-04-181-104/+5
| | | | | | | | superstar2_msg_navsol_ecef is no more. never was. go about your business
* | Merge branch 'master' of ssh://esr@git.berlios.de/gitroot/gpsdEric S. Raymond2010-04-1810-281/+14
|\ \ | |/
| * dead code removalChris Kuethe2010-04-181-18/+0
| |
| * isgps_parityok is a macro, delete functionChris Kuethe2010-04-181-11/+3
| | | | | | | | | | | | rearrange the comment a little to explain why we're using a macro to do this, rather than a function. no point in keeping a commented out function.
| * remove code that's been commented out for monthsChris Kuethe2010-04-181-7/+0
| |
| * unused variables that may get used soonChris Kuethe2010-04-181-1/+1
| |
| * rename #if 0 to be more descriptiveChris Kuethe2010-04-181-6/+5
| |
| * remove unused #if 0 codeChris Kuethe2010-04-181-6/+0
| |
| * remove some #if 0 codeChris Kuethe2010-04-181-18/+0
| |
| * use a more descriptive compilation conditionalChris Kuethe2010-04-181-1/+1
| |
| * use a more descriptive compilation conditionalChris Kuethe2010-04-181-1/+1
| |
| * remove commented-out development packet dumpsChris Kuethe2010-04-181-76/+1
| |
| * get rid the ancient itrax02 protocol "support"Chris Kuethe2010-04-181-133/+0
| | | | | | | | | | i seem to be the only gpsd user with any sort of itrax receiver, and it's itrax3.
| * can't use generic word handler on words[0]Chris Kuethe2010-04-181-3/+2
| | | | | | | | | | special-case the preamble check, undo inversion and shift data bits. the rest of the words can be properly parity checked.
* | Avoid emitting trailing comma without following member in a struct initializer.Eric S. Raymond2010-04-181-8/+10
|/ | | | Some compilers (suncc, clang) dislike these.
* test_float and test_trig were failing because they were wanting libusbJon Schlueter2010-04-181-2/+2
| | | | | remove link against libgps.la from test_float and test_trig since they don't need the dependancy
* Fix path to env used in regress-builder to use #!/usr/bin/env pythonJon Schlueter2010-04-181-1/+1
|
* Expand driver entries in regress-builderJon Schlueter2010-04-181-2/+11
|
* Merge branch 'master' of git://git.berlios.de/gpsdJon Schlueter2010-04-182-10/+10
|\
| * Merge branch 'master' of ssh://esr@git.berlios.de/gitroot/gpsdEric S. Raymond2010-04-181-3/+2
| |\
| * | Duh...actually set the right variable.Eric S. Raymond2010-04-181-2/+2
| | |
| * | Add explanatory comments.Eric S. Raymond2010-04-181-6/+6
| | |
| * | Merge branch 'master' of ssh://esr@git.berlios.de/gitroot/gpsdEric S. Raymond2010-04-182-23/+6
| |\ \
| * | | Avoid spurious link errors in the flock tests.Eric S. Raymond2010-04-181-2/+2
| | | |
* | | | regress-builder script cleanup to allow it to runJon Schlueter2010-04-181-5/+6
| |_|/ |/| | | | | | | | | | | removed reference to driver_weights fixed up a couple of malformed symbols preventing it from compiling
* | | update flocktest.ini to bring nog.yazug.com back onlineJon Schlueter2010-04-181-3/+2
| |/ |/|
* | change word dumps to LOG_IOChris Kuethe2010-04-171-2/+2
| |