summaryrefslogtreecommitdiff
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* Attempt to solve the prefix-RPATH problem.Eric S. Raymond2011-04-131-4/+7
* Converted all tabs to spaces. mledford2011-04-121-130/+130
* Resolved broken Mac OS X build from recent SConstruct changes.mledford2011-04-121-2/+2
* Avoid confusing splint with an autotools remnant.Eric S. Raymond2011-04-121-1/+1
* Fix a xonfiguration error that forced on fixed_port spped.Eric S. Raymond2011-04-121-3/+3
* Tweak the installation production.Eric S. Raymond2011-04-121-14/+8
* Build shared libraries with the soname field set.Eric S. Raymond2011-04-121-13/+111
* Correct the computation of a file stem name.Eric S. Raymond2011-04-121-1/+1
* Install Qt binding under its full name, too.Eric S. Raymond2011-04-121-4/+6
* Create shared libraries with fullname first.Eric S. Raymond2011-04-121-5/+7
* ldconfig is not a supported tool.Eric S. Raymond2011-04-121-3/+0
* Repair the RPM builder.Michael R. Davis2011-04-121-1/+1
* Fix tarballs to have a proper version prefix.Eric S. Raymond2011-04-121-2/+2
* Remove both .o and .os files on cleanup.Eric S. Raymond2011-04-111-0/+1
* Give up on configure-like options, return to scons-style persistent variables.Eric S. Raymond2011-04-111-79/+53
* Bluez library is called libbluetooth.Michael Tatarinov2011-04-111-1/+1
* Adds an additional check to only add Mac OS X link flag when building as shared.mledford2011-04-101-3/+5
* Resolved build system producing undefined symbols on Mac OS X...mledford2011-04-101-1/+7
* Typo fix.Eric S. Raymond2011-04-101-1/+1
* Ensure that the RPM spec is in the tarball.Eric S. Raymond2011-04-101-2/+3
* Fix bug in handling of numeric config options.Eric S. Raymond2011-04-091-5/+3
* Make it possible to build static binaries with --disable-shared.Eric S. Raymond2011-04-091-2/+8
* Cleaning should not clobber the leaposeconds cache.Eric S. Raymond2011-04-091-2/+2
* Shoot the autotools build through the head, putting it out of our misery.Eric S. Raymond2011-04-091-10/+2
* Qt binding build is working.Eric S. Raymond2011-04-091-3/+12
* Force building of Qt object files with g++.Eric S. Raymond2011-04-081-0/+1
* Solve the clash-of-objects problem with the Qt build.Eric S. Raymond2011-04-081-5/+13
* Don't clone the environment until after the configuration is finalized.Eric S. Raymond2011-04-081-4/+6
* First cut at libQgpsnmm build. Doesn't quite work yet...Eric S. Raymond2011-04-081-5/+31
* Remove a header that no longer fits the way we've organized the export APIs.Eric S. Raymond2011-04-081-1/+2
* Clean up after a test.Eric S. Raymond2011-04-081-6/+3
* Don't lose the RPATH when building gpsd.Beat Bolli2011-04-071-3/+5
* Initialize htmlbuilder.Beat Bolli2011-04-071-2/+1
* Comment improvement and fix.Eric S. Raymond2011-04-061-1/+2
* Implemented DESTDIR.Eric S. Raymond2011-04-061-1/+7
* asciidoc may not be present. Cope.Eric S. Raymond2011-04-061-5/+7
* Use stamp file to avoid redundant builds of python parts.Eric S. Raymond2011-04-061-3/+7
* splint cleanup.Eric S. Raymond2011-04-061-1/+3
* Cache the xsltproc test in scons.Eric S. Raymond2011-04-061-32/+39
* Unsafe to assume that you can build from DocBook just because you have xsltproc.Eric S. Raymond2011-04-061-9/+27
* Correct a help string.Eric S. Raymond2011-04-051-1/+1
* Survive not having either xmlto or xsltproc.Eric S. Raymond2011-04-051-7/+8
* Improve an explanatory comment.Eric S. Raymond2011-04-051-7/+15
* Remove unneeded declaration.Eric S. Raymond2011-04-051-1/+1
* The actually effective way to force -pthread.Eric S. Raymond2011-04-051-1/+1
* Use -pthread instead of trying to link libpthreads, for OpenBSD portability.Eric S. Raymond2011-04-051-11/+4
* Merge branch 'master' of ssh://git.berlios.de/gitroot/gpsdEric S. Raymond2011-04-051-10/+34
|\
| * Merge branch 'master' of git.berlios.de:/gitroot/gpsdBernd Zeimetz2011-04-051-28/+33
| |\
| * | Check if chrpath is available, remove RPATH from binaries if so.Bernd Zeimetz2011-04-051-1/+14
| * | Support debug=1 and profiling=1 (instead of --profiling).Bernd Zeimetz2011-04-051-9/+22