summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* gitignore: remove unneeded un-ignores.Gary E. Miller2019-04-241-5/+0
|
* Android: Build gpsdAdam Serbinski2019-04-241-0/+3
| | | | | Signed-off-by: Adam Serbinski <adam@serbinski.com> Signed-off-by: Gary E. Miller <gem@rellim.com>
* Android: build client libraries for AOSPAdam Serbinski2019-04-241-0/+2
| | | | | | | | | | | | This is not intended for use by the Android NDK. This will enable the building of libgps.so as part of an AOSP system build, which ultimately can be used in the creation of GPS clients in the form of a system daemon, in particular, a GNSS HAL. Signed-off-by: Adam Serbinski <adam@serbinski.com> Signed-off-by: Gary E. Miller <gem@rellim.com>
* deg_to_s(): Fix bad conversion. Add test cases.Gary E. Miller2019-02-211-0/+1
| | | | Bug and test case by: Stephen Moshier <steve@moshier.net>
* gpsdctl.html: Dont keep a copy of generated html in git.Gary E. Miller2018-12-281-4/+5
| | | | Also a bit of sorting in gitignore.
* PPP-howto: Add a Precise Point Positioning (PPP) HowtoGary E. Miller2018-11-291-0/+2
|
* git: ignore new target gpsrinexGary E. Miller2018-11-101-8/+9
|
* clock_test: better integrate into git and scons.Gary E. Miller2018-06-131-0/+1
| | | | | | Have git ignore the built binary. Allow scons to build, and clean, clock_test
* No more need to gitignore gpsd.hRobert Norris2017-03-171-1/+0
| | | | | | It is no longer an auto generated file. Signed-off-by: Fred Wright <fw@fwright.net>
* Separate gpxlogger man pageRobert Norris2017-03-171-0/+2
| | | | | | | | | | | | | | As a more stand-alone application, shift gpxlogger help into it's own dedicated man page. This also aids the separate distribution of a Windows version of gpxlogger, where the .html version of help can be supplied. TESTED: 'scons build-all www' generates current man pages and the new versions of gpxlogger.1 and gpxlogger.html Signed-off-by: Fred Wright <fw@fwright.net>
* Adds missing ppscheck.html to .gitignore.Fred Wright2017-03-031-0/+1
|
* Make ppcheck a full fledged program, with man page.Gary E. Miller2016-07-281-0/+1
| | | | | This tool makes it easy for the newbie to unambiguous verify that his GPS has PPS.
* Adds support for Python coveraging.Fred Wright2016-03-151-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | This extends the "coveraging" option to apply coveraging to any Python programs executed during the build. It adds a new option "python_coverage" to allow configuring the command to be used for applying coveraging to Python programs, with a default value of "coverage run" (which is typically appropriate, provided that the coverage package is installed). Setting this to the null string disables Python coveraging. If "python_coverage" has its default value and parallel builds are enabled, "--parallel-mode" is automatically appended to the coverage command. If a non-default coverage command is used, it's the user's responsibility to handle parallelism appropriately. Note that this does not apply coveraging to generated Python code. This also adds the coverage result files to .gitignore, including the C coverage files which weren't there previously. TESTED: Ran "scons check" as well as sample cases of regress-driver -b and -v, both with and without coveraging. Also verified that it works with the full path to the tool supplied as the python_coverage option.
* Add start of test_timespecGary E. Miller2015-04-281-8/+9
|
* Ignore two generated files.Gary E. Miller2015-04-101-11/+13
|
* Tell git to ignore tmp* filesGary E. Miller2015-03-261-0/+1
|
* Cleanup .gitignore : gpscat gpsprof gpsfake not build targetsSanjeev Gupta2015-03-181-3/+0
|
* Cleanup .gitingnore : xgps is not a build targetSanjeev Gupta2015-03-181-1/+0
|
* ell git to ignore *.bak filesGary E. Miller2015-03-101-0/+1
|
* Added new "Introduction to Time Service" document.Eric S. Raymond2015-03-101-1/+1
| | | | Also, clreaned up after a recent change to the internals document.
* Ignore nohup.out file. Prevent mistakes...Gary E. Miller2015-03-091-0/+2
|
* Followup on ntpmon name change.Eric S. Raymond2015-02-281-1/+1
|
* Make ntpmon autoconfigure and do subsecond polling.Eric S. Raymond2015-02-251-0/+1
|
* Document ntpmon.Eric S. Raymond2015-02-251-0/+1
|
* Add BUILD.* and CHECK.* to .gitignoreGreg Troxel2015-01-301-0/+3
| | | | (These are produced by devtools/do-build.)
* add .gcno to .gitignoreJon Schlueter2015-01-071-0/+1
|
* add test_mktime to .gitignoreJon Schlueter2015-01-071-0/+1
|
* Work on unit test for matrix inversion.Eric S. Raymond2014-09-201-0/+1
|
* Ignore Windows objects and binariesMatt2014-09-061-0/+3
| | | | | | | | Ignore *.exe, *.obj and *.dll, these being the customary Windows filename extensions for binaries, object files and shared objects respectively. (This is work towards a Ctgwin and, eventually, mingw port.)
* Add a useful ignore.Eric S. Raymond2014-08-181-0/+1
|
* Templatize the control file, obeying DRY.Eric S. Raymond2013-11-241-0/+1
|
* Ignore some new generated files.Eric S. Raymond2013-11-181-0/+2
|
* Cease ignoring an obsolete file.Eric S. Raymond2013-11-011-1/+0
|
* 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
|