summaryrefslogtreecommitdiff
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* Indentation fix for Arch Linux configuration.Eric S. Raymond2012-01-101-2/+2
* Arch linux doesn't have implicit linking.Eric S. Raymond2012-01-101-1/+4
* Attempt build fix for ckuethe.Eric S. Raymond2012-01-101-0/+2
* respect PKG_CONFIG in the build envMike Frysinger2011-12-141-4/+5
* always link against local librariesMike Frysinger2011-11-211-1/+1
* use DESTDIR with udev installMike Frysinger2011-11-211-3/+4
* Fixing the handling of libdir and friends.Bernd Zeimetz2011-11-181-10/+13
* Don't use DESTDIR when calculating the installation RPATH.Eric S. Raymond2011-11-111-1/+3
* Only set RPATH if we are building shared libraries.Bernd Zeimetz2011-11-111-2/+4
* Merge branch 'master' of git.sv.gnu.org:/srv/git/gpsdEric S. Raymond2011-11-111-5/+6
|\
| * Don't recreate leapseconds.cache for non-dev builds.Bernd Zeimetz2011-11-111-4/+5
| * Better filenames, the last version worked but looked a bit messy.Bernd Zeimetz2011-11-101-1/+1
| * Integrate Python so_ext into temp filename for python*-dbg builds.Bernd Zeimetz2011-11-101-1/+1
* | Import Python modules only once.Beat Bolli2011-11-101-3/+0
* | Run chrpath only if building shared libraries.Beat Bolli2011-11-101-2/+2
|/
* SConstruct: Use gpsd_version as revision for releases.Bernd Zeimetz2011-11-101-5/+8
* Refactor snomae version building and create QT .pc/.prl files.Bernd Zeimetz2011-11-011-21/+28
* Don't cache python extension build file names.Bernd Zeimetz2011-11-011-2/+7
* The commands mudule is deprecated.Bernd Zeimetz2011-11-011-3/+17
* Increment dev version.Eric S. Raymond2011-10-311-1/+1
* Fall back to static linking rather than bombing out when chrpath isn't there.Eric S. Raymond2011-10-301-9/+9
* Begin to refactor and simplify SConstruct, using 2.x.x constructs.Eric S. Raymond2011-10-291-3/+3
* 3.3~dev commits are open.Eric S. Raymond2011-10-291-2/+3
* Version bump for 3.3 releae. All regression tests and audits pass.release-3.3Eric S. Raymond2011-10-291-1/+1
* Repair the shipping production.Eric S. Raymond2011-10-291-1/+1
* Oh, good, chrpath 0.14 has shipped and has a permanent home.Eric S. Raymond2011-10-291-5/+1
* Crap out sooner if chrpath is not present.Eric S. Raymond2011-10-291-17/+17
* Minor refactoring of build recipe.Eric S. Raymond2011-10-291-11/+14
* More Python sanity checking.Eric S. Raymond2011-10-281-1/+1
* Take pychecker out of the normal audits. Can't make it shut up...Eric S. Raymond2011-10-281-1/+2
* More release machinery simplification.Eric S. Raymond2011-10-261-7/+17
* Bypass Savannah's broken mirroring system.Eric S. Raymond2011-10-261-1/+1
* Finally I think we can get rid of the expliccit "rm -f revision.h".Eric S. Raymond2011-10-261-5/+6
* More documentation polishing.Eric S. Raymond2011-10-261-2/+3
* Still trying to bulletproof the release procedure.Eric S. Raymond2011-10-261-3/+4
* Exit on missing chrpath. And more release refactoring.Eric S. Raymond2011-10-261-4/+18
* Make upload_web available to be used by the release maker.Eric S. Raymond2011-10-261-5/+6
* Streamline the release procedure.Eric S. Raymond2011-10-261-6/+8
* Er. *Actually* bump the version number. :-)Eric S. Raymond2011-10-261-1/+1
* Release is shipped, bump version string.Eric S. Raymond2011-10-251-1/+1
* HOSTNAME seems no longer to be required in the build environment.release-3.2Eric S. Raymond2011-10-251-1/+0
* Allow gpg to run from within scons.Eric S. Raymond2011-10-251-13/+10
* No need to import LD_LIBRARY_PATH NOW, as we require chrpath.Eric S. Raymond2011-10-251-2/+8
* Version bump, pychecker fixes and installation-procedure tweaks.Eric S. Raymond2011-10-251-1/+1
* Don't include the web pages in the distribution tarball.Eric S. Raymond2011-10-251-2/+2
* The chrpath utility has become a build prerequisite, alas.Eric S. Raymond2011-10-251-23/+8
* Ensure that gpsd_json.html is included in webupload.Eric S. Raymond2011-10-251-2/+2
* GPS monitor for Garmin Serial binary protocol.Michael Tatarinov2011-10-241-0/+1
* Changes to enable RPM build on Fedora.Eric S. Raymond2011-10-221-1/+1
* Used clock_gettime() instead of gettimeofday() if possible.Michael Tatarinov2011-10-201-6/+8