summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Forward-port Python utilities to run polyglot under either Python 2 or 3.Eric S. Raymond2016-03-2214-160/+186
* Comment out a build breaker until the patch defining it lands.Eric S. Raymond2016-03-221-1/+1
* Add some lines about systemd/bootup.Bernd Zeimetz2016-03-221-0/+13
* Don't claim to be able to deliver a 3D fix in UBX timing mode.Eric S. Raymond2016-03-202-2/+3
* Retroactive NEWS addition (for v3.15).Fred Wright2016-03-181-1/+2
* Correct crossbuild example, from a clean git cloneSanjeev2016-03-171-1/+6
* Minor typoSanjeev2016-03-171-1/+1
* Document changes to minimal build by Rob NorrisSanjeev2016-03-171-0/+13
* Tighten up a validity test in the UBX driver.Eric S. Raymond2016-03-171-1/+3
* Enable building only libgps by making gpsd and gpsdclients optional.Rob Norris2016-03-171-2/+9
* Rename compiled_gpsdlib to static_gpsdlib since it's always statically built.Rob Norris2016-03-171-2/+2
* Restore building with minimal=TrueRob Norris2016-03-171-1/+1
* state_last_tio was never set, so edge detection not working.Haakan Johansson2016-03-161-0/+2
* Resync POLL documentation with reality.Eric S. Raymond2016-03-161-2/+2
* Switches parallel regression tests from UDP to TCP.Fred Wright2016-03-151-2/+3
* Removes build-time dependency on 'python2'.Fred Wright2016-03-152-6/+3
* Improves coverage testing of fake.py.Fred Wright2016-03-151-1/+13
* Adds support for Python coveraging.Fred Wright2016-03-154-5/+43
* Minor spell and wording.Haakan Johansson2016-03-152-2/+2
* cycle and duration became long long in ebb1d9da, use %lld.Haakan Johansson2016-03-151-3/+3
* stash doesn't need to be an exposed configuration knob...Eric S. Raymond2016-03-152-1/+3
* Minor doc fixes, and paragraph about parallel builds/tests.Fred Wright2016-03-152-5/+12
* Explain bug #47351: Building with ncurses on NetBSD doesn't work.Eric S. Raymond2016-03-151-0/+17
* Fixes Qt5 build on OSX.Fred Wright2016-03-081-8/+12
* Fixes cleaning of Qt objects.Fred Wright2016-03-081-10/+14
* Move declarations of libgps_debug related functions and definitions.Rob Norris2016-03-084-15/+20
* Remove duplicate <sys/socket.h> include.Rob Norris2016-03-081-1/+0
* Shift libgps_dbus inclusion of syslog.h only if dbus is being used.Rob Norris2016-03-071-1/+1
* Add missing steps to build gpsd.Gary E. Miller2016-03-071-1/+6
* Removes now-redundant 'test-noclean' target.Fred Wright2016-03-071-1/+0
* Reworks "clean" to be more "sconsy".Fred Wright2016-03-071-22/+19
* Disables ncurses when library not found.Fred Wright2016-03-071-2/+5
* Fixes building with ncurses on FreeBSD (#47349).Fred Wright2016-03-071-2/+8
* Fixes dbusflags for some platforms.Fred Wright2016-03-071-2/+2
* Fixes install breakage from commit 79800e8.Fred Wright2016-03-071-1/+1
* Ensure memory is freed in gps library client on dbus failures.Rob Norris2016-03-051-0/+4
* Adds 'build-tests' and 'build-all' targets.Fred Wright2016-03-031-1/+2
* Makes gpsfake -T take -S into account.Fred Wright2016-03-032-9/+14
* Adds test name to regress-driver success message in single -q mode.Fred Wright2016-03-031-1/+6
* Removing testcleanJon Schlueter2016-03-031-1/+1
* Revert recent change to preserve test autocleanupJon Schlueter2016-03-031-2/+1
* ntpshmwrite.c is only used by libgpsd and not a dependency of libgpsRob Norris2016-02-291-1/+1
* Ensure the test_gpsmm program compilesRob Norris2016-02-291-1/+1
* Adjust scons check behaviorJon Schlueter2016-02-291-1/+2
* Eliminates spurious gpsd errors with gpsfake in TCP mode.Fred Wright2016-02-291-1/+6
* Makes testclean more complete and effective.Fred Wright2016-02-291-1/+5
* Adds 'test-nondaemon' and 'test-noclean' targets.Fred Wright2016-02-291-4/+8
* Parallelizes gps-regress and gps-makeregress.Fred Wright2016-02-291-9/+29
* Adds -q (quiet) option to regress-driver.Fred Wright2016-02-291-5/+8
* Makes fake.py's TCP and UDP port assignments parallel-compatible.Fred Wright2016-02-291-15/+22