summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Fix lat commit and make it portable thanks to autofoo.Bernd Zeimetz2011-03-131-2/+2
* Add check_programs target to build test_*.Bernd Zeimetz2011-03-131-1/+6
* Remove outdated comment.Eric S. Raymond2011-03-121-4/+0
* Repair 'make dist' so build from tarball works again.Eric S. Raymond2011-03-121-0/+1
* Use $(LIBM) consistently ratcher than -lm.Eric S. Raymond2011-03-111-16/+16
* Build system simplification.Eric S. Raymond2011-03-111-13/+2
* Better workaroudn for autotools uglyness.Bernd Zeimetz2011-03-101-2/+3
* Party reverting the Python related changes from Makefile.am.Bernd Zeimetz2011-03-101-20/+13
* Fix out-of-src-directory builds for python.Bernd Zeimetz2011-03-091-13/+20
* Fix out-of-src-directory builds for libQgpsmm.Bernd Zeimetz2011-03-091-0/+1
* Very very ugly workaround to depend ensure that gpsd.h exists.Bernd Zeimetz2011-03-091-0/+3
* 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