summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Fix some whitespace glitches found while experimenting with indent(1).Eric S. Raymond2009-11-171-0/+10
* Enable option to condition out C++ support in libgps.cEric S. Raymond2009-11-111-2/+26
* Yet Another attempt at getting all the code to build without an xslt processorChris Kuethe2009-11-101-1/+1
* Prevent setup.py from trying to install manpages... Eric S. Raymond2009-11-071-1/+2
* maskaudit goes to the main directory, since it's now part of the normal build.Eric S. Raymond2009-10-261-3/+4
* Packaging change requested by mrd; Eric S. Raymond2009-10-261-0/+3
* Ship jsongen.py so the build won't break.Eric S. Raymond2009-10-261-0/+1
* Fix makefile typo that interfered with "make dist".Eric S. Raymond2009-10-051-1/+1
* Add some debugging machinery - we can now dump set flags in a convenient form.Eric S. Raymond2009-09-291-1/+7
* More test-production fixes.Eric S. Raymond2009-09-211-3/+3
* Relativize a number of testfile creations properly.Eric S. Raymond2009-09-211-16/+16
* Integrate Chris's directory relativization for building Python extensions.Eric S. Raymond2009-09-191-4/+4
* Typo fix.Eric S. Raymond2009-09-181-1/+1
* Split libgpsd_core.c in half. Eric S. Raymond2009-09-151-0/+1
* Add and annotate more stuff to be splint-audited.Eric S. Raymond2009-09-111-0/+4
* Dyke out the remotegpsd code. Eric S. Raymond2009-09-101-1/+0
* Improve synthetic test load for AIS unit test. Eric S. Raymond2009-09-071-2/+5
* missing $srcdirChris Kuethe2009-09-061-1/+1
* Register some developer convenience scripts (not stuff to be shipped).Eric S. Raymond2009-09-061-1/+0
* Use $(srcdir) corrrectly. All regression tests pass.Eric S. Raymond2009-09-061-2/+2
* Reorganize, moving a rarely-used/semi-obsolescent stuff into subdirectories.Eric S. Raymond2009-09-041-1/+0
* Refactor so RTCM2 dumping is done with the other kinds in gpsd.c. Eric S. Raymond2009-09-041-1/+1
* Generated AIS parser code compiles. All tests pass.Eric S. Raymond2009-09-011-4/+11
* Arrange for double quotes in JSON string fields emitted by the daemon...Eric S. Raymond2009-08-311-1/+1
* Fix minor build bug introduced by previous commit.Eric S. Raymond2009-08-291-0/+1
* Write-lock gpsd.h when it's generated...Eric S. Raymond2009-08-291-1/+3
* Change the check file in the AIVDM regression test to use unscaled CSV.Eric S. Raymond2009-08-281-2/+2
* Start on client-side parsing of AIS JSON. All regression tests pass.Eric S. Raymond2009-08-281-1/+2
* RTCM2 JSON decoiding is verified and has a full regression test.Eric S. Raymond2009-08-281-2/+5
* Make a regression test clean up after itself better.Eric S. Raymond2009-08-281-1/+1
* Remove parser for Sager dump format.Eric S. Raymond2009-08-271-5/+0
* Fix a minor RTCM regression... Eric S. Raymond2009-08-271-10/+6
* Integrate RTCM2 JSON parsing into the build.Eric S. Raymond2009-08-271-0/+1
* Add check-string attributes to JSON parser.Eric S. Raymond2009-08-181-0/+4
* Major step towards GPSD-NG support in the client library.Eric S. Raymond2009-08-181-1/+2
* Reverse the breakout of gpsd_output.Eric S. Raymond2009-07-221-1/+1
* Refactor JSON handling so more code can be shared by client and daemon.Eric S. Raymond2009-07-211-1/+2
* Oncore driver for gpsmon, from Hakan JohanssonChris Kuethe2009-07-181-1/+2
* Rough oncore driver.Chris Kuethe2009-07-161-0/+1
* Get JSON parser unit test to the point where it will at least build.Eric S. Raymond2009-07-111-1/+1
* bump major version of libgpsd:Chris Kuethe2009-07-111-1/+1
* refactor the output routines.Chris Kuethe2009-07-111-1/+1
* Scratch JSON parser. No unit test yet, that gets built next.Eric S. Raymond2009-07-101-1/+8
* allow make dist to work againChris Kuethe2009-07-061-5/+5
* GPSD can now be a gpsd clientChris Kuethe2009-07-051-0/+1
* create a net_ namespace for gpsd-as-a-client protocols. currently these areChris Kuethe2009-07-041-3/+3
* Bye-bye gpsflash.Chris Kuethe2009-06-031-11/+1
* Include gpsd.hotplug.wrapper in EXTRA_DIST.Bernd Zeimetz2009-05-131-0/+1
* Include test_float and test_bits properly in the build machinery.Eric S. Raymond2009-03-261-3/+15
* Cleanup by Richard Hansen; make the multi-output hack less ugly.Eric S. Raymond2009-03-251-27/+23