summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* flock framework checkpoint.Eric S. Raymond2010-04-041-2/+2
|
* First version of flock-test framework.Eric S. Raymond2010-04-011-0/+2
| | | | flock-test works, executing flockdriver which is a just a test stub.
* Add the GPSD Client HOWTO to the documentation.Eric S. Raymond2010-03-301-0/+1
|
* Add test_trig to ignore list.Greg Troxel2010-03-291-0/+1
|
* Make git ignore Emacs backup files.Eric S. Raymond2010-03-231-0/+1
|
* Clean up some ignores.Eric S. Raymond2010-03-181-2/+1
|
* Set up more file ignores for generated files.Eric S. Raymond2010-03-171-0/+31
|
* Exclude various sorts of object files in git status.Eric S. Raymond2009-09-121-0/+4
|
* .html files in main directory are generated, but some in www are not. Eric S. Raymond2009-09-071-1/+1
| | | | Wildcarding works slightly differently in .gitignore, it seems.
* Copy the svn:ignore property from the svn repository.Eric S. Raymond2009-09-061-0/+61