summaryrefslogtreecommitdiff
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* Prevent compilation failure under gcc 4.5 and earlier.Eric S. Raymond2015-05-011-1/+2
* Convert scons format calls to use explicit postional argumentsJon Schlueter2015-05-011-2/+2
* Add guards to pep8/pylint to guard against format calls with no parameters in...Jon Schlueter2015-05-011-3/+6
* Add test_timespec to 'scons audit'Gary E. Miller2015-04-291-1/+2
* Add start of test_timespecGary E. Miller2015-04-281-9/+11
* Added shmclear Added shmclean production.Eric S. Raymond2015-04-281-0/+12
* # Work arount a minor bug in InstallSharedLib() link handlingEric S. Raymond2015-04-141-0/+3
* restore missing replacing-nmea.html, fix some links.Gary E. Miller2015-04-101-21/+36
* Fix a bunch of linksGary E. Miller2015-04-101-1/+1
* Add missing ntpshmmon.html pageGary E. Miller2015-04-101-1/+1
* 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