summaryrefslogtreecommitdiff
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* Feature removal - delete last remnants of old pre-JSON protocol from libgps.Eric S. Raymond2015-02-221-1/+0
* Move a couple of build options to where they fit better in the list.Eric S. Raymond2015-02-221-2/+2
* Deprecated libQgpsmm config option involved.Eric S. Raymond2015-02-201-5/+0
* monitor_nmea.c -> monitor_nmea0183.cEric S. Raymond2015-02-201-1/+1
* SCons bug fix for minimal=on build was brokenJon Schlueter2015-02-181-0/+1
* Repair the logic for setting a non-default SHM export segment.Eric S. Raymond2015-02-161-7/+2
* In the build, clean up shared-library linknames properly.Eric S. Raymond2015-02-151-1/+1
* In SConstruct, repair the DBUS build.Eric S. Raymond2015-02-151-8/+8
* Remove duplicate inclusion of -lm from build.Eric S. Raymond2015-02-151-3/+0
* Be more explicit about what SConstruct does when we turn off features.Eric S. Raymond2015-02-151-0/+4
* Tweak SConstruct so WRITE_PAD in the environment is passed in.Eric S. Raymond2015-02-141-0/+1
* Foil an attempt by SCons to be overly helpfulEric S. Raymond2015-02-141-2/+5
* Fixup scons audit for pythonJon Schlueter2015-02-131-1/+10
* Make test rebuild work more like tests.Eric S. Raymond2015-02-121-2/+2
* SConstruct execution environment != the build variable listEric S. Raymond2015-02-121-5/+5
* Use $SRCDIR for gpsctl -R.Eric S. Raymond2015-02-101-1/+1
* In SConstruct, set a non-default GPSD_SHM_KEY value for the tests.Eric S. Raymond2015-02-091-0/+5
* Add -R option to gpsctl to remove SHM export segment, use in SConstruct.Eric S. Raymond2015-02-091-2/+2
* Clean up the GPSD shared-memory segment, and document why.Eric S. Raymond2015-02-041-2/+5
* Codebase no longer requires -dGNU_SOURCE.Eric S. Raymond2015-02-011-3/+0
* Remove the failed adaptive-delay experiment.Eric S. Raymond2015-01-291-1/+0
* Implement and document the buzzkill option.Eric S. Raymond2015-01-261-0/+1
* build system cleanup of duplicate CFLAGS entriesJon Schlueter2015-01-261-2/+4
* Use full path to gpsfake, avoiding installed versions.Greg Troxel2015-01-251-1/+1
* Default qt build on again, since we've merged a header guard patch.Eric S. Raymond2015-01-251-3/+3
* pylint cleanup. All regression tests pass.Eric S. Raymond2015-01-251-1/+1
* Dump platform ID and delay parameters before doing test runs.Eric S. Raymond2015-01-251-1/+1
* Fix bug reported on the dev list resulting from NTPSHMSEGS > MAX_DEVICES * 2.Eric S. Raymond2015-01-241-2/+2
* Guard includes of termios.h with #ifdef HAVE_TERMIOS_HMatt2015-01-231-0/+5
* Include sys/types.h when checking for sys/timepps.h.Greg Troxel2015-01-161-1/+1
* The particular Navcom binary protocol we support is called NCT.Eric S. Raymond2015-01-101-1/+1
* Fix a misnamed test.Eric S. Raymond2014-09-281-7/+7
* GNU libc timegm() turns out to be buggy when DST is on (glibc-2.19).Eric S. Raymond2014-09-281-2/+1
* Add scons check for gmtimeMatt2014-09-271-1/+1
* Do the right thing if we're not using glibc - use local timegm().Eric S. Raymond2014-09-251-0/+1
* Integrate a matrix-algebra regression test.Eric S. Raymond2014-09-201-1/+7
* Work on unit test for matrix inversion.Eric S. Raymond2014-09-201-1/+3
* Begin factoring out matrix algebra so it can be unit-tested.Eric S. Raymond2014-09-201-0/+1
* Don't pass -Wmissing-prototypes to cxxukyg9e5r6k7gubiekd62014-09-071-1/+4
* cheapfloats -> nofloats. All regression tests pass...Eric S. Raymond2014-09-061-1/+1
* Build and regressions now work with minimal either on or off.Eric S. Raymond2014-09-061-56/+64
* Minimal option requires conditionalization of some code.Eric S. Raymond2014-09-061-0/+3
* 'minimal' option is half-implemented; it does the right thing in scons, but...Eric S. Raymond2014-09-061-1/+7
* In SConstruct, 'strip' becomes 'nostrip' and the sense is inverted.Eric S. Raymond2014-09-061-5/+4
* nmea option renamed to nmea0183.Eric S. Raymond2014-09-061-1/+1
* Add -lgps to gpsdlib build line, for toolchains with weak linkers.Eric S. Raymond2014-08-311-1/+1
* Conditionalise -pthread optionMatt2014-08-311-1/+3
* gittip -> gratipay.Eric S. Raymond2014-08-291-3/+3
* Force on qt if libQgpsmm is on.Greg Troxel2014-08-281-1/+4
* Default libQgpsmm to False to match qt.Greg Troxel2014-08-281-2/+2