summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* test_float and test_trig were failing because they were wanting libusbJon Schlueter2010-04-181-2/+2
* Change the name of the internal gps.client module to gps.clienthelpers.Eric S. Raymond2010-04-171-1/+1
* test: Fix GNU makeism concerning exporting variables in Makefile.M Joonas Pihlaja2010-04-171-7/+8
* libusb seems to need to be linked eveywhere, even where main doesn't call it.Eric S. Raymond2010-04-171-6/+6
* libusb support lands in the Garmin driver.Eric S. Raymond2010-04-161-8/+8
* Fix a broken tag exporter in Makefile.am. No code changes.release-2.93Eric S. Raymond2010-04-161-1/+1
* Remove dead productions.Eric S. Raymond2010-04-161-11/+1
* Document an autotools crock.Eric S. Raymond2010-04-161-0/+3
* Make Python clean up after itself better.Eric S. Raymond2010-04-151-1/+1
* Merge branch 'master' of git.berlios.de:/gitroot/gpsdBernd Zeimetz2010-04-161-21/+48
|\
| * Typo fix.Eric S. Raymond2010-04-141-1/+1
| * Don't try to indent xgpsspeed.c and friends.Eric S. Raymond2010-04-141-1/+2
| * Splint-clean gpxlogger.Eric S. Raymond2010-04-141-4/+5
| * Add another indenting control.Eric S. Raymond2010-04-141-0/+1
| * Undo some indent meddling with splint comments.Eric S. Raymond2010-04-131-0/+5
| * Must defer replacing until later.Eric S. Raymond2010-04-131-1/+0
| * Beating autotools into submission.Eric S. Raymond2010-04-131-3/+3
| * More indent option twiddling.Eric S. Raymond2010-04-131-5/+5
| * Switch to long indent options in hopes that, e.g., -ncs won't be ignored.Eric S. Raymond2010-04-131-2/+11
| * Attempt to undo some of indent's messing about.Eric S. Raymond2010-04-131-1/+7
| * Try to make indent approximate the house style more closely.Eric S. Raymond2010-04-131-4/+2
| * Forgot two generated files, there.Eric S. Raymond2010-04-131-2/+2
| * Up-gun the indent production preparatory to experimenting with it again.Eric S. Raymond2010-04-131-1/+1
| * Another minor autotools tweak, not required for productuin builds yet.Eric S. Raymond2010-04-131-2/+3
| * Cleaner libusb configuration with correct include path.Eric S. Raymond2010-04-131-1/+2
| * Checkpoint first cut an gpsnon support for TNT. Not yet working.Eric S. Raymond2010-04-111-1/+1
| * gpsdecode depends on rtcm2, rtcm3 and aivdmChris Kuethe2010-04-101-3/+2
| * Make the client library and daemon use different sets of state-flag masks.Eric S. Raymond2010-04-091-6/+12
* | regress-driver: Use setup.py build directory.Bernd Zeimetz2010-04-161-0/+1
* | Use --root=$(DESTDIR) as option to setup.py install.Bernd Zeimetz2010-04-161-1/+1
* | Use setup.py to install python scripts.Bernd Zeimetz2010-04-161-1/+0
|/
* Update Mick Durkin's internals tour and make it part of the website material.Eric S. Raymond2010-04-061-1/+5
* Add a production for experimenting with pydoc.Eric S. Raymond2010-04-051-4/+13
* Get rid of www/Makefile. That stuff is done from Makefile.am now.Eric S. Raymond2010-04-051-13/+61
* Don't force -t, output from these often goes to a logfile.Eric S. Raymond2010-04-041-3/+3
* Concurrency-proofing.Eric S. Raymond2010-04-021-11/+11
* Use /tmp consistently for the regression tests.Eric S. Raymond2010-04-021-10/+10
* A permissions kluge is gone; the testregress driver no longer writes there.Eric S. Raymond2010-04-021-7/+1
* Note that not all check_PROGRAMS are run.Greg Troxel2010-03-311-0/+1
* Remove spurious TESTBINS definition.Greg Troxel2010-03-311-7/+1
* Make test directory writable.Greg Troxel2010-03-311-1/+7
* Improve 'make dist' portability.Greg Troxel2010-03-311-3/+7
* Add do-tests to distribution.Greg Troxel2010-03-311-0/+1
* I fail. Last commit caused "make check" to have recursive fits.Eric S. Raymond2010-03-311-1/+1
* In the wake of Greg's fix, re-merge "make check" with "make testregress".Eric S. Raymond2010-03-311-2/+2
* Change make check to use a test program.Greg Troxel2010-03-311-6/+15
* Separate "make testregress" from "make check" again.Eric S. Raymond2010-03-311-4/+2
* Simplification.Eric S. Raymond2010-03-311-4/+2
* Fix more path dependenciesJon Schlueter2010-03-301-3/+3
* Split out some functions from gpsd_json.c that are used by libgps.Eric S. Raymond2010-03-301-0/+1