summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Implement and document RTCM2.3 message type 14. All regression tests pass.Eric S. Raymond2011-02-281-1/+1
* Inline a header that is only used once. No code changes.Eric S. Raymond2011-02-281-1/+1
* Alas, PRI64 macros choke splint.Eric S. Raymond2011-02-261-2/+1
* Fold the rtcm-104(5) manual page into the gpsd(8), now that it's JSON-only.Eric S. Raymond2011-02-231-3/+1
* Remove all support for RTCM2 Sager dump format.Eric S. Raymond2011-02-231-1/+1
* Typo fixes.Eric S. Raymond2011-02-171-2/+1
* Cosmetic fixes.Eric S. Raymond2011-02-171-8/+9
* Improved building of the hardware page.Eric S. Raymond2011-02-171-1/+1
* More autotools modernization.Michael Tatarinov2011-02-021-9/+9
* Make sure version is always present for setup.py.Eric S. Raymond2011-02-021-2/+2
* Address bug #13345: python module installed in wrong location on 64 bit systems.Eric S. Raymond2011-01-281-1/+1
* Build timebase.h correctly out of directory.Eric S. Raymond2011-01-281-3/+3
* Another step towards out-of-directory builds.Eric S. Raymond2011-01-281-6/+6
* Most of the way to out-of-directory builds.Eric S. Raymond2011-01-281-7/+7
* Rebuilding of timebase constants is now completely automated.Eric S. Raymond2011-01-201-6/+5
* Clean up the naming and data flow around generation of leapcheck.h.Eric S. Raymond2011-01-191-6/+8
* Generate coefficients for least-squares fit into the C code.Eric S. Raymond2011-01-191-3/+6
* Keep leapcheck.i in the repo so we can rebuild without net.Eric S. Raymond2011-01-181-4/+3
* Enable building even if we can't reach USNO leap-second history.Eric S. Raymond2011-01-171-1/+1
* More refactoring of rollover checking.Eric S. Raymond2011-01-171-1/+1
* Refactor the rollover check. All regression tests pass.Eric S. Raymond2011-01-171-5/+5
* Detect week-counter overruns using the leap second.Eric S. Raymond2011-01-151-1/+7
* Undo a previous commit to unbreak the DBUS build.Eric S. Raymond2011-01-141-3/+3
* Eliminate RAW_ENABLE, it's no longer needed.Eric S. Raymond2011-01-131-1/+1
* More deheader testing. All regressions pass, codebase splints clean.Eric S. Raymond2011-01-131-2/+3
* Warning cleanups.Eric S. Raymond2011-01-131-1/+1
* More mud wrestling with autotools.Eric S. Raymond2011-01-121-5/+8
* Add device activation/deactivation hookPaul Fertser2011-01-111-2/+2
* Polish and better document the udev/hotplug code.Eric S. Raymond2010-12-281-1/+1
* Conform to current udev naming conventions.Eric S. Raymond2010-12-281-2/+2
* Typo fixes.Eric S. Raymond2010-12-261-2/+2
* More header portability audting with a new version of deheader.Eric S. Raymond2010-12-221-1/+1
* Remove a -DBINARY_ENABLE that was screwing up deheader test compilations.Eric S. Raymond2010-12-221-2/+2
* Remove -MULTIOUT_RECOVER_DELETED from Makefile.amBernd Zeimetz2010-12-181-22/+7
* Link test_bits with bits.o instead of libgpsd.Greg Troxel2010-12-181-1/+1
* Remove a remnant reference to gpsd_report.c.Eric S. Raymond2010-12-171-1/+0
* Attempt a better fix for libQgpsmm not linking properly.Eric S. Raymond2010-12-171-1/+1
* Factor out our implementation of daemon(3) and use it as a fallback...Eric S. Raymond2010-12-171-0/+4
* Abolish gpsd_report.c. No more hardwired logging from the client libraries.Eric S. Raymond2010-12-161-1/+0
* Noise reduction.Eric S. Raymond2010-12-161-1/+1
* Version-stamp the SHA sum file.Eric S. Raymond2010-12-161-2/+2
* Work around a splint bug.Eric S. Raymond2010-12-151-2/+4
* Trying to isolate a splint error. No code changes.Eric S. Raymond2010-12-151-2/+4
* We can't use the Python -B option, it's not back portable to 2.5.Eric S. Raymond2010-12-151-1/+1
* Pass MAKE variable to setup.py.Greg Troxel2010-12-141-2/+2
* Wow, I totally baked the geostar import...Chris Kuethe2010-12-111-0/+1
* Merge branch 'master' of ssh://git.berlios.de/gitroot/gpsdEric S. Raymond2010-12-111-1/+1
|\
| * When PPS is built, try to use, but do not require, librt.Gary E. Miller2010-12-111-1/+1
* | Code splints clean except for endiabbess stuff in driver_garmin.c.Eric S. Raymond2010-12-081-0/+1
|/
* Merge branch 'master' of ssh://git.berlios.de/gitroot/gpsdEric S. Raymond2010-12-061-3/+6
|\