summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* cheapfloats -> nofloats. All regression tests pass...Eric S. Raymond2014-09-062-7/+7
* Fix incorrect comment.Eric S. Raymond2014-09-061-1/+1
* NEWS, build.txt: remove trailing whitespaceBeat Bolli2014-09-062-30/+30
* NEWS, build.txt: typo fixesBeat Bolli2014-09-062-3/+3
* Ignore Windows objects and binariesMatt2014-09-061-0/+3
* Document the new 'minimal' option.Eric S. Raymond2014-09-062-11/+17
* Build and regressions now work with minimal either on or off.Eric S. Raymond2014-09-062-56/+66
* Minimal option requires conditionalization of some code.Eric S. Raymond2014-09-065-8/+37
* 'minimal' option is half-implemented; it does the right thing in scons, but...Eric S. Raymond2014-09-061-1/+7
* In SConstruct, 'strip' becomes 'nostrip' and the sense is inverted.Eric S. Raymond2014-09-062-6/+5
* Handle lack of TIOCEXCL and TIOCNXCL on cygwinMatt2014-09-061-0/+4
* Silence another compiler warning under cygwin/gcc4.9Matt2014-09-061-1/+1
* nmea option renamed to nmea0183.Eric S. Raymond2014-09-062-7/+9
* Added notes on Android.Eric S. Raymond2014-09-061-2/+46
* #ifdef out some functions that are unused when we don't have libusbMatt2014-09-051-2/+6
* Remove a qualifying comment left over from the old polling interface.Eric S. Raymond2014-09-051-16/+2
* Complete wrapping of ntpshm_latch function in #ifdef NTPSHM_ENABLESimon Dawson2014-09-042-0/+4
* Fix off-by-one typeSanjeev Gupta2014-09-041-1/+1
* Fix broken link anchorSanjeev Gupta2014-09-041-1/+1
* Minor reformattingSanjeev Gupta2014-09-041-4/+10
* Proofread documentation, typos, style changes onlySanjeev Gupta2014-09-041-3/+3
* History update.Eric S. Raymond2014-08-311-0/+2
* Add a note to the Time Service HOWTO about the GR-601-W.Eric S. Raymond2014-08-311-6/+13
* Added a list of supported platforms to build.txt.Eric S. Raymond2014-08-311-4/+21
* Add -lgps to gpsdlib build line, for toolchains with weak linkers.Eric S. Raymond2014-08-311-1/+1
* Conditionalise -pthread optionMatt2014-08-311-1/+3
* gittip -> gratipay.Eric S. Raymond2014-08-292-5/+5
* Type 25 and 26 improvements required a rebuild of the AIS regression tests.Eric S. Raymond2014-08-293-12/+12
* Add some warnings about SiRF-IV flakiness, and remove a related TO-DO item.Eric S. Raymond2014-08-295-12/+18
* Appease the compiler.Eric S. Raymond2014-08-291-1/+1
* Document new feature.Eric S. Raymond2014-08-291-2/+2
* Properly handle addressed versions of AIS Type 25 and 26. Untested, alas.Eric S. Raymond2014-08-292-14/+11
* Wrote code and test for a function to left-shift bit arrays).Eric S. Raymond2014-08-293-0/+47
* Appease the compiler.Eric S. Raymond2014-08-281-1/+1
* Typo fix.Eric S. Raymond2014-08-281-4/+4
* Force on qt if libQgpsmm is on.Greg Troxel2014-08-281-1/+4
* Default libQgpsmm to False to match qt.Greg Troxel2014-08-281-2/+2
* Detangle qt being usable and whether we want it.Greg Troxel2014-08-281-1/+3
* Build qt based on qt variable.Greg Troxel2014-08-281-1/+1
* Add to the support list.Eric S. Raymond2014-08-281-1/+1
* Documentation typo fixes.Eric S. Raymond2014-08-282-3/+3
* Exit from gps_sock_mainloop() if connection to gpsd is lostDaniel Willmann2014-08-281-2/+6
* Add removal of config.log to clean production.Eric S. Raymond2014-08-281-1/+1
* splint/cppcheck cleanuo after the gpsd_report change.Eric S. Raymond2014-08-278-25/+29
* Clean up duplicarive code in gpsmon.Eric S. Raymond2014-08-271-12/+1
* Now that the transition is done we can restore the gpsd_report name.Eric S. Raymond2014-08-2734-1056/+1056
* Reverse linkage of gpsd_report() is abolished. All regression tests pass.Eric S. Raymond2014-08-278-162/+53
* All gpsd_reportcalls are gone. Only the unused definitins are left.Eric S. Raymond2014-08-277-72/+74
* More gpsd_report removal. All regression tests pass.Eric S. Raymond2014-08-275-28/+32
* The big leap. Most instances of gpsd_report are replaced...Eric S. Raymond2014-08-2729-941/+941