summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Require python extensions to build pydoc.Bernd Zeimetz2010-04-201-1/+1
* Clean up linked python extensions to avoid build failures.Bernd Zeimetz2010-04-201-3/+6
* Python extensions should not be built by autotools.Bernd Zeimetz2010-04-201-5/+1
* Build python modules in build, link to gps.Bernd Zeimetz2010-04-201-4/+5
* Use setup.py to handle the Python shebangs.Bernd Zeimetz2010-04-201-4/+5
* Ah, well...test_bits has to link libusb too.Eric S. Raymond2010-04-191-1/+1
* The bits tester needs bits module from libgpsd.la.Eric S. Raymond2010-04-191-1/+1
* Update installation instructions and the make recipe.Eric S. Raymond2010-04-191-2/+2
* Collect a win from the previous change; libusb is no longer linked everywhere.Eric S. Raymond2010-04-181-9/+9
* libgps.a splits in half, becomes libgps.a + libgpsd.aEric S. Raymond2010-04-181-24/+29
* Add to NEWS, add foxtrot to the client-projects list, and fix website make.Eric S. Raymond2010-04-181-1/+1
* 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