| Commit message (Expand) | Author | Age | Files | Lines |
* | Version bump to 3.0~dev. Commits can resume. | Eric S. Raymond | 2011-03-21 | 1 | -1/+1 |
* | Version bump and news update for 2.96 release.release-2.96 | Eric S. Raymond | 2011-03-21 | 1 | -1/+1 |
* | Rearrange and update option listings. | Eric S. Raymond | 2011-03-10 | 1 | -9/+17 |
* | Two options needed to enabled once, now they need to be disabled. | Wolfram Sang | 2011-02-22 | 1 | -3/+3 |
* | More autotools modernization. | Michael Tatarinov | 2011-02-02 | 1 | -2/+3 |
* | Modernize the autotools initialization. | Eric S. Raymond | 2011-02-02 | 1 | -2/+2 |
* | Most of the way to out-of-directory builds. | Eric S. Raymond | 2011-01-28 | 1 | -3/+2 |
* | More excision of unneeded configure tests. | Eric S. Raymond | 2011-01-25 | 1 | -33/+0 |
* | Remove more stuff made unnecessary by ANSI/POSIX assumptions. | Eric S. Raymond | 2011-01-25 | 1 | -3/+0 |
* | Remove unneeded configuration checks. All regression tests pass. | Eric S. Raymond | 2011-01-25 | 1 | -32/+0 |
* | We no longer rely on long long to be 64 bits. | Eric S. Raymond | 2011-01-25 | 1 | -5/+0 |
* | Quiet down the OpenBSD build. | Eric S. Raymond | 2011-01-13 | 1 | -4/+4 |
* | Eliminate RAW_ENABLE, it's no longer needed. | Eric S. Raymond | 2011-01-13 | 1 | -14/+0 |
* | Allow use of Python 2.7. | Eric S. Raymond | 2011-01-10 | 1 | -1/+1 |
* | Factor out our implementation of daemon(3) and use it as a fallback... | Eric S. Raymond | 2010-12-17 | 1 | -0/+3 |
* | Replace a FIONREAD call with select(2). | Eric S. Raymond | 2010-12-14 | 1 | -2/+0 |
* | The difference between curses.h and ncurses shouldn't matter to gpsd. | Eric S. Raymond | 2010-12-14 | 1 | -5/+0 |
* | Temporatily restore a header check removed in last commit. | Eric S. Raymond | 2010-12-14 | 1 | -0/+2 |
* | Remove endian.h, it was not portable. | Gary E. Miller | 2010-12-14 | 1 | -2/+0 |
* | We were checking for sys/modem.h and never needed it. | Eric S. Raymond | 2010-12-14 | 1 | -1/+1 |
* | More configure simplification. | Eric S. Raymond | 2010-12-14 | 1 | -3/+1 |
* | Because we're taking SuS seriously we can simplify the configuration machinery. | Eric S. Raymond | 2010-12-14 | 1 | -8/+1 |
* | When PPS is built, try to use, but do not require, librt. | Gary E. Miller | 2010-12-11 | 1 | -0/+4 |
* | Looks for timepps.h in the right place. | Gary E. Miller | 2010-12-10 | 1 | -2/+2 |
* | Revert "Another attempt at getting portable endianness in Garmin driver." | Gary E. Miller | 2010-12-08 | 1 | -0/+1 |
* | Revert "Yet another try at endianness portability." | Gary E. Miller | 2010-12-08 | 1 | -0/+1 |
* | Yet another try at endianness portability. | Gary E. Miller | 2010-12-08 | 1 | -1/+0 |
* | Another attempt at getting portable endianness in Garmin driver. | Gary E. Miller | 2010-12-08 | 1 | -1/+0 |
* | Find {,sys/}endian.h via autoconf. | Greg Troxel | 2010-12-06 | 1 | -0/+1 |
* | Somehow the geostar bit got lost | Chris Kuethe | 2010-12-02 | 1 | -0/+15 |
* | Enable much stricter compilation warnings | Eric S. Raymond | 2010-09-16 | 1 | -2/+4 |
* | Make the hotplug wrapper work when USBAUTO is not set. | Miroslav Lichvar | 2010-09-15 | 1 | -0/+1 |
* | More kernel_pps. Fine tune the config for another required header. | Gary E. Miller | 2010-07-31 | 1 | -0/+2 |
* | Kernel PPS compiles, mostly there, but it does not work yet. | Gary E. Miller | 2010-07-20 | 1 | -2/+1 |
* | Finally have the right header and can get a valid PPS handle. | Gary E. Miller | 2010-07-20 | 1 | -0/+1 |
* | Grr, get the right PPS header to use. | Gary E. Miller | 2010-07-20 | 1 | -1/+1 |
* | Use the proper include file for kernel PPS. | Gary E. Miller | 2010-07-20 | 1 | -1/+1 |
* | Embryonic support for linux kernel PPS. | Gary E. Miller | 2010-07-20 | 1 | -0/+1 |
* | Bump maximum channel count to 32. | Eric S. Raymond | 2010-07-13 | 1 | -1/+1 |
* | External release 2.95.release-2.95 | Eric S. Raymond | 2010-07-13 | 1 | -1/+1 |
* | This patch has the changes needed for RPM packaging. | Michael R. Davis | 2010-07-12 | 1 | -1/+1 |
* | fix configure test for libusb | Graham Gower | 2010-07-06 | 1 | -23/+5 |
* | Configuration machinery for enabling BluZ support. | Eric S. Raymond | 2010-06-18 | 1 | -0/+21 |
* | Fix website build in the xsltproc case. | Eric S. Raymond | 2010-06-03 | 1 | -0/+1 |
* | Fix check for xsltproc. | Bernd Zeimetz | 2010-05-17 | 1 | -1/+1 |
* | Refactor check for QT, adding --disable-libQgpsmm as option. | Bernd Zeimetz | 2010-05-16 | 1 | -19/+39 |
* | Remove useless 'enabling x11' message from configure. | Bernd Zeimetz | 2010-05-10 | 1 | -1/+0 |
* | Check for QT4 using pkgconfig. | Bernd Zeimetz | 2010-05-10 | 1 | -13/+17 |
* | Merge branch 'new-xgpsspeed' | Bernd Zeimetz | 2010-05-10 | 1 | -64/+0 |
|\ |
|
| * | Replacing xgpsspeed with the new version written in Python. | Bernd Zeimetz | 2010-05-10 | 1 | -64/+0 |