summaryrefslogtreecommitdiff
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* Tell asciidoc to make html5.Gary E. Miller2015-04-101-1/+1
* Remove call to pydoc; "scons www/" diesSanjeev Gupta2015-04-101-11/+12
* asciidoc was unhappy with the way Gary tried to set some revision dates. Fixed.Eric S. Raymond2015-04-101-1/+1
* Remove generated source file gpsd_config.h when cleaning sconsSanjeev Gupta2015-04-031-1/+2
* Suppress a useless scons warning.Eric S. Raymond2015-04-011-5/+6
* No more need for fragile setting ogf LD_LIBRARY_PATH.Eric S. Raymond2015-03-311-1/+0
* Documentation update.Eric S. Raymond2015-03-311-10/+10
* Binaries no longer require RPATH hacking.Eric S. Raymond2015-03-311-6/+0
* Eliminate chrpath as a build dependencyEric S. Raymond2015-03-311-57/+30
* Repair the sconsclean production.Eric S. Raymond2015-03-311-2/+2
* Make scons -c clean web files.Eric S. Raymond2015-03-311-10/+6
* ppsthread.[ch] and timespec_str.c are now fully detached from the rest of GPSD.Eric S. Raymond2015-03-311-2/+1
* Add a suppression required by pylint 1.4.3.Eric S. Raymond2015-03-301-1/+1
* Write scan-build suppressions to it runs clean.Eric S. Raymond2015-03-301-2/+3
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-47/+2
* Beat the splint beast into submission.Eric S. Raymond2015-03-291-1/+1
* 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