summaryrefslogtreecommitdiff
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* Whoops, check for C11, not for not C11 in stdatomic.h test.Gary E. Miller2015-03-151-1/+1
* Add a test for C11 and check we have C11 before using stdatomic.hGary E. Miller2015-03-151-1/+18
* Check for __STDC_NO_ATOMICS__ before using stdatomic.hGary E. Miller2015-03-151-1/+1
* Make sure gpsd-config.h is idempotent.Eric S. Raymond2015-03-141-1/+3
* Commits are open for 3.15.Eric S. Raymond2015-03-141-1/+1
* Version bump for Pi Day release.release-3.14Eric S. Raymond2015-03-141-1/+1
* Added new "Introduction to Time Service" document.Eric S. Raymond2015-03-101-0/+1
* OS X fixed warns on -pthread,Gary E. Miller2015-03-091-1/+3
* OS X will not strip the dylibs, so do not try.Gary E. Miller2015-03-091-2/+2
* OS X, fix a duplicate defintion of clockid_t.Gary E. Miller2015-03-091-0/+2
* OS X, add OSMemoryBarrier() for memory_barrier() portability.Gary E. Miller2015-03-081-2/+6
* OS X can now compile clock_gettime.cGary E. Miller2015-03-081-3/+3
* OS X has no clock_gettime, but does have timespecGary E. Miller2015-03-081-0/+3
* Break timespec_str out of gpsutils.c.Eric S. Raymond2015-03-081-0/+1
* gpsd-report() -> gpsd_log()Eric S. Raymond2015-03-071-1/+1
* Revert "ntplib extraction requires libgpsd object format bump to 23."Eric S. Raymond2015-03-071-1/+1
* ntplib extraction requires libgpsd object format bump to 23.Eric S. Raymond2015-03-071-1/+1
* Begin factoring out ntplib.Eric S. Raymond2015-03-071-1/+2
* Add a warning if stdatomic.h is not found.Eric S. Raymond2015-03-061-0/+1
* SConstruct: correcting ntpshmmon buildKevin Baker2015-03-031-2/+2
* Fix extern "C" conditionals in SConstructBeat Bolli2015-03-021-0/+3
* The Bionic libeary now has getsid(2); our implementation can be removed.Eric S. Raymond2015-03-021-12/+1
* Tweak SCons to ignore another class of issues for pep8 complianceJon Schlueter2015-03-021-2/+2
* Use pselect unconditionally. We're assuming POSIX-2001.1 conformance.Eric S. Raymond2015-03-021-5/+0
* Complete port of clock_gettime(3) and teach gpsipe to use it.Eric S. Raymond2015-03-021-0/+4
* Implement POSIX clock_gettime(3) for systems that lack it (like Mac OS X).Eric S. Raymond2015-03-011-0/+9
* Assume POSIX-conformant termios.h.Eric S. Raymond2015-03-011-5/+0
* HAVE_BLUEZ -> ENABLE_BLUEZ. It's a feature flag, not a platform quirk.Eric S. Raymond2015-03-011-2/+2
* ntpshm.c -> ntpshmwrite.c; ntpmon -> ntpshmmon.Eric S. Raymond2015-02-271-7/+7
* Install ntpmon binary.Miroslav Lichvar2015-02-271-1/+2
* Commits are open for 3.14 development.Eric S. Raymond2015-02-261-1/+1
* Version bump for release 3.13.release-3.13Eric S. Raymond2015-02-261-1/+1
* memory_barrier() now uses a standardized C11 lockless-concurrency primitive.Eric S. Raymond2015-02-261-0/+5
* Pre-release splint/cppcheck/coverity cleanup. All regression tests pass.Eric S. Raymond2015-02-261-1/+2
* Document ntpmon.Eric S. Raymond2015-02-251-0/+1
* First crude but working version of ntpmon. Needs polishing and documentation.Eric S. Raymond2015-02-251-1/+4
* First cut at an interface for the read side of an NTP SHM connection.Eric S. Raymond2015-02-251-0/+1
* TOFF JSON message implemented and documented.Eric S. Raymond2015-02-231-1/+6
* Commits are open for next development cycle.Eric S. Raymond2015-02-221-1/+1
* Calibration HOWTO no longer exists.release-3.12Eric S. Raymond2015-02-221-1/+0
* Version bump for release 3.12.Eric S. Raymond2015-02-221-1/+1
* Add a couple of pylint error-suppression codes for newer versions.Eric S. Raymond2015-02-221-1/+1
* 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