summaryrefslogtreecommitdiff
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* Clean up most spint errors. All regression tests pass.Eric S. Raymond2015-03-281-1/+1
* On OS X have splint +skip-sys-headersGary E. Miller2015-03-261-0/+3
* Explicitly force splint to only use our splintrc fileGary E. Miller2015-03-261-1/+2
* Remove homebrewed VersionedSharedLibraryInstall()...Eric S. Raymond2015-03-261-26/+1
* Guarding building test_json on required componentsJon Schlueter2015-03-261-4/+12
* Remove homebrewed VersionedSharedLibrary() in favor of 2.3.0 SharedLibrary().Eric S. Raymond2015-03-261-61/+8
* scons minimal=on check now passesJon Schlueter2015-03-251-11/+20
* Fix broken install on scons qt=noJon Schlueter2015-03-251-2/+2
* add .gcda objects to the clean targetJon Schlueter2015-03-251-1/+1
* Fixing broken test_json and test_libgpsJon Schlueter2015-03-251-2/+2
* Add missed flags for compiling compiled_gpsd Static LibraryJon Schlueter2015-03-251-1/+1
* Scons qt shared library tweakingJon Schlueter2015-03-251-4/+14
* restore adding rtlibs to test_json and test_libgps that got lostJon Schlueter2015-03-251-2/+3
* Use SharedObject and StaticObject explicitly.Eric S. Raymond2015-03-251-4/+6
* Get static build of test programs right this time.Eric S. Raymond2015-03-241-9/+13
* Revert "Really force static linking of test programs."Eric S. Raymond2015-03-241-9/+7
* Revert "Add stack protection to compile."Gary E. Miller2015-03-241-2/+1
* Fix comment on when -lrt is needed.Gary E. Miller2015-03-241-1/+1
* test_json needs -lrt on Debian Wheezy (old glibc)Gary E. Miller2015-03-241-1/+1
* test_libgps need -lrt on Debian WheezyGary E. Miller2015-03-241-1/+1
* Add stack protection to compile.Gary E. Miller2015-03-241-1/+2
* Really force static linking of test programs.Eric S. Raymond2015-03-241-7/+9
* Build simplification: remove unneeded -lm.Eric S. Raymond2015-03-241-3/+3
* This fixes the build on my Raspberry running Debian 7 with glibc 2.13.Beat Bolli2015-03-231-1/+1
* --clean contrib/ppscheckGary E. Miller2015-03-231-1/+1
* scons --clean now removes all lib.*a files too.Gary E. Miller2015-03-231-1/+1
* Make distclean remove old libraries and eggs.Gary E. Miller2015-03-231-1/+1
* Build simplification: remove some unneeded flags.Eric S. Raymond2015-03-231-1/+1
* Build simplification: make binaries depend on static libgpsd.Eric S. Raymond2015-03-231-10/+13
* Buiild simplification: change variable names for clarity.Eric S. Raymond2015-03-231-15/+15
* Build simplification: always build test programs locally and statically.Eric S. Raymond2015-03-231-18/+25
* Build simplification: remove an unnecessary environment clone.Eric S. Raymond2015-03-231-3/+1
* Build simplification - stop installing libgpsd in system space.Eric S. Raymond2015-03-231-12/+3
* Apply Hal Murray's magic to use new dtags when dynamic-linking.Eric S. Raymond2015-03-221-2/+2
* Revert "Force static linking when chrpath=no."Eric S. Raymond2015-03-221-3/+3
* Force static linking when chrpath=no.Eric S. Raymond2015-03-201-3/+3
* 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