summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Build and news housekeeping.Eric S. Raymond2013-05-171-0/+1
|
* Don't ignore a nonexistent binary.Eric S. Raymond2013-05-161-1/+0
|
* Add gps2udp to .gitignore.Reinhard Arlt2013-05-131-0/+1
|
* Documentation cleanup for gps2udp.Eric S. Raymond2013-05-011-0/+1
|
* Fully integrate the gpsinit(8) man page.Eric S. Raymond2013-04-301-0/+1
|
* ignore new libQgpsmm.prl fileMike Frysinger2012-10-231-0/+1
| | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Ignore Eclipse project files.ukyg9e5r6k7gubiekd62012-09-071-0/+2
| | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Add a little monitor program to veriy that PPS is coming off a device.Eric S. Raymond2012-02-271-0/+1
|
* Ignore another generated file.Eric S. Raymond2011-10-251-0/+1
|
* Replace pps_on_cts with pps_pin for more flexibility.Eric S. Raymond2011-10-051-0/+1
| | | | | | | Yes, we had a user request for this - a guy using a Jackson Labs rubidium-oscillator clock whose easy alternatives are RTS and RI. All regression tests pass. Code splints clean.
* Templatize the hardware-reporting CGI.Eric S. Raymond2011-10-021-0/+1
|
* Clean more Berlios URls off web pages and docs.Eric S. Raymond2011-10-011-0/+1
|
* Factor out or remove URLs. No code changes yet except in gpsd.php (now .in).Eric S. Raymond2011-10-011-0/+4
| | | | This was the easy part. Remaining removals will require more decisions.
* Ignore the experimental clockwatcher binary.Eric S. Raymond2011-09-251-0/+1
|
* More installation-document updates.Eric S. Raymond2011-09-251-0/+1
|
* Ignore a generated file.Eric S. Raymond2011-08-191-1/+1
|
* Experimental gpsdctl, first cut.Eric S. Raymond2011-06-251-0/+1
|
* Fixes for the Maidehead locator code, and a better regression test.Eric S. Raymond2011-05-061-1/+0
|
* Maidenhead locator regression test.Eric S. Raymond2011-05-061-0/+1
|
* add *.egg-info to .gitignore.Bernd Zeimetz2011-05-041-0/+1
|
* Ignore OS X .dylib filesBeat Bolli2011-04-151-1/+1
|
* Ignore shared libraries with names in POSIX format.Eric S. Raymond2011-04-141-0/+1
|
* Tell git to ignore the variable cache.Eric S. Raymond2011-04-111-0/+1
|
* Shoot the autotools build through the head, putting it out of our misery.Eric S. Raymond2011-04-091-18/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* NEWS is no longer generated and shouldn't be ignored by git.Eric S. Raymond2011-04-071-1/+0
|
* Follow up on a rename.Eric S. Raymond2011-04-041-1/+1
|
* Break the libgps test code our of libgps_core.c.Eric S. Raymond2011-04-031-0/+1
|
* Make git ignore both shared and static libs.Eric S. Raymond2011-04-031-1/+2
|
* Sneak up on making the generated sources properly.Eric S. Raymond2011-04-011-1/+0
|
* Library checks are working in scons recipe.Eric S. Raymond2011-04-011-0/+2
|
* Ignore the SCons database thing.Eric S. Raymond2011-03-301-0/+2
|
* Hide vim .swp tmp filesJon Schlueter2011-03-031-0/+1
|
* Fold the rtcm-104(5) manual page into the gpsd(8), now that it's JSON-only.Eric S. Raymond2011-02-231-2/+0
| | | | No code changes. All regression tests pass.
* Rebuilding of timebase constants is now completely automated.Eric S. Raymond2011-01-201-1/+1
| | | | All regression tests pass.
* Generate coefficients for least-squares fit into the C code.Eric S. Raymond2011-01-191-0/+1
|
* Keep leapcheck.i in the repo so we can rebuild without net.Eric S. Raymond2011-01-181-1/+0
|
* Refactor the rollover check. All regression tests pass.Eric S. Raymond2011-01-171-1/+1
|
* Detect week-counter overruns using the leap second.Eric S. Raymond2011-01-151-1/+3
|
* add m4 to the .gitignore listJon Schlueter2010-12-231-0/+1
|
* Stop ignoring *.log files, it's too confusing.Eric S. Raymond2010-07-131-1/+0
|
* add tags and .kdbrc.* files to .gitignoreJon Schlueter2010-05-241-0/+2
|
* Minor fixes to make the libQgpsmm build work on all platforms.Bernd Zeimetz2010-05-161-1/+1
|
* Add test_qgpsmm to .gitignore.Bernd Zeimetz2010-05-151-0/+1
|
* Update .gitignore.Bernd Zeimetz2010-05-141-2/+0
|
* Add various python/qt build output files to .gitignore.Bernd Zeimetz2010-05-141-1/+11
|
* Replacing xgpsspeed with the new version written in Python.Bernd Zeimetz2010-05-101-1/+0
|
* Upload website content only when it is newer than last upload.Eric S. Raymond2010-04-261-0/+1
|
* Make the client library and daemon use different sets of state-flag masks.Eric S. Raymond2010-04-091-1/+2
| | | | | | | | | | | | | | | | | Large patch, no actual executable code changes except in three debug dumpers. Breaks up the *_SET status macros so the client side continues to use them, but the daemon uses a similarly-named set with an _IS suffix. This frees up two mask bits in both sets - the client side no longer needs to have REPORT_SET and CLEAR_SET bits, and the daemon side no longer needs to have VERSION_SET and POLICY_SET. The only actual code change is that the maskdump.c module, generated by maskaudit.py, splits in half - one child now dumps client-side flags, the other daemon-side flags. One other function call in a debug dumper in libgps_core.c changes. All regression tests pass.
* Update Mick Durkin's internals tour and make it part of the website material.Eric S. Raymond2010-04-061-0/+2
|
* Get rid of www/Makefile. That stuff is done from Makefile.am now.Eric S. Raymond2010-04-051-1/+14
|