summaryrefslogtreecommitdiff
path: root/www
Commit message (Collapse)AuthorAgeFilesLines
* Shoot the autotools build through the head, putting it out of our misery.Eric S. Raymond2011-04-091-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | This diff executes the foollowing steps: 1. Delete from the repo: configure.ac, autogen.sh, Makefile.am, do-tests (2129 lines). 2. Removed the kluge in SConstruct 3. Remove future.html reference to scons. 4. Revise INSTALLATION. 5. Edit the packaging files to warn that they need to use scons. 7. git rm -r libQgpsmm 8. Add a warning to devtools/sizes that it won't work until we add an option to build static. Also, the following were removed from .gitignore and the working directory: configure Makefile.in Makefile config.* aclocal.m4 py-compile ltmain.sh missing autom4te.cache depcomp install-sh stamp-h1 .libs .deps libtool ChangeLog m4. This is 90630 lines of stuff. All regression tests pass.
* Update the release procedure to include checking scan-build results.Eric S. Raymond2011-03-291-7/+6
|
* Add a scan-build run to the release procedure.Eric S. Raymond2011-03-291-4/+10
|
* Split the JSON protocol dcumentation out of gpsd(8).Eric S. Raymond2011-03-282-1/+5
| | | | Also, fully document the DBUS and shared-memory interfaces.
* Describe the shared-memory export.Eric S. Raymond2011-03-271-5/+48
|
* Add note on GPSTether.Eric S. Raymond2011-03-261-1/+5
|
* Startlingly, memcpy() is *less* of a problem for the seqlock than I thought.Eric S. Raymond2011-03-261-5/+0
|
* A Java binding is in early development.Eric S. Raymond2011-03-261-0/+4
|
* Remove obsolete caveat.Eric S. Raymond2011-03-261-6/+1
|
* Plant warnings about odd memcpy() implementations.Eric S. Raymond2011-03-261-0/+5
|
* Documentation improvement.Eric S. Raymond2011-03-241-1/+6
|
* Document the unpack() method in C and Python APIs.Eric S. Raymond2011-03-241-1/+3
| | | | | | | | We're not bumping the minor API number because the C library has had this all along. Alas, it can't be made to fit the RAII model of the C++ binding. All regression tests pass.
* Add a build-from-tarball test for the standard release sequence.Eric S. Raymond2011-03-221-5/+9
|
* Sync the Python and C++ bindings to the C one. Document it properly.Eric S. Raymond2011-03-181-1/+3
|
* In the client API, take the data buffer out of the gpsdata_t structure.Eric S. Raymond2011-03-181-2/+2
| | | | | | | | | | | | | | | | | | tz has shown me that we had a point of brittleness where the size of the client's data buffer was exposed in gps_data_t. Solution: move it (and the data-waiting count) to the client's private-data member. Requires a new but trivial client-library entry point to get the buffer pointer when a client needs it. Had to be done before API Version 5 froze, or we'd have been stuck breaking a shipped API again. No implications for the daemon or other tools, as this buffer is never used there. (Except it gets rid of several K of never-used static buffer space in the daemon, which is a good thing.) All regression tests pass. Code splints clean. cgps (the only place the API fix matters in our code) live-tests correctly.
* An upstream-bug complaint can be nuked because libgps:gpsd_report() is no more.Eric S. Raymond2011-03-151-10/+0
|
* More doc updates.Eric S. Raymond2011-03-151-4/+4
| | | | | We're not killing the library-side support for old protocol as fast as originally planned.
* Take gps_poll() off the near-term agenda for the C binding.Eric S. Raymond2011-03-151-10/+1
| | | | | | We might do this someday, but getting the parsing right is going to be a large and nasty job in any fixed-extent language. Best not to gate 3.0 on it.
* Telnet addition to troubleshooting pageCharles Curley2011-03-151-1/+27
| | | | | | | This is pursuant to discussion with TJ <jordan.trevor@gmail.com> and reflects a contribution from him. Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Small markup fixes.Eric S. Raymond2011-03-141-1/+0
|
* Specify coverage of the AIVDM document.Eric S. Raymond2011-03-131-4/+11
|
* Finished WMO weather-report variant.Eric S. Raymond2011-03-131-27/+76
|
* More entries for the WMO observation-report table.Eric S. Raymond2011-03-121-41/+90
| | | | Documentation-only change.
* Describe how to be carefuln about wait timeouts.Eric S. Raymond2011-03-091-3/+9
|
* Documentation update.Eric S. Raymond2011-03-091-7/+8
|
* More POLL_NONBLOCK elimination and an example update.Eric S. Raymond2011-03-091-1/+1
|
* Android directions.Eric S. Raymond2011-03-061-0/+4
|
* spellchecking in troubleshooting.htmlJon Schlueter2011-03-051-2/+2
|
* spellchecking in references.htmlJon Schlueter2011-03-051-7/+7
|
* spellchecking in protocol-transition.txtJon Schlueter2011-03-051-1/+1
|
* spellchecking in protocol-evolution.txtJon Schlueter2011-03-051-1/+1
|
* spellchecking index.html.inJon Schlueter2011-03-051-3/+3
|
* spellchecking hall-of-shame.htmlJon Schlueter2011-03-051-1/+1
|
* spellchecking of gypsy.htmlJon Schlueter2011-03-051-2/+2
|
* spellchecking gps-hacking.htmlJon Schlueter2011-03-051-4/+4
|
* spellchecking in excellence.htmlJon Schlueter2011-03-051-2/+2
|
* spellchecking in client-howto.txtJon Schlueter2011-03-051-7/+7
|
* whitespace cleanup in client-howto.txtJon Schlueter2011-03-051-19/+19
|
* whitespace cleanup on bt.htmlJon Schlueter2011-03-051-6/+6
|
* spellchecking on bt.htmlJon Schlueter2011-03-051-1/+1
|
* spellchecking and bad tag fix in upstream-bugs.htmlJon Schlueter2011-03-051-4/+4
|
* spellchecking in faq.htmlJon Schlueter2011-03-051-4/+4
|
* whitespace cleanup in faq.htmlJon Schlueter2011-03-051-15/+15
|
* whitespace cleanup writing-a-driver.xmlJon Schlueter2011-03-051-25/+25
|
* spellchecking in writing-a-driver.xmlJon Schlueter2011-03-051-2/+3
|
* spellchecking and catching all of the same spelling mistakes in other filesJon Schlueter2011-03-052-2/+2
| | | | gpsd.xml gone through
* Fold the rtcm-104(5) manual page into the gpsd(8), now that it's JSON-only.Eric S. Raymond2011-02-231-3/+0
| | | | No code changes. All regression tests pass.
* Check the WMO variant of the weather report.Eric S. Raymond2011-02-181-0/+51
|
* One variant of weather observation report.Eric S. Raymond2011-02-171-0/+86
|
* Minor patches for AIVDM.txt from Kurt Schwehr.Eric S. Raymond2011-02-171-7/+7
|