summaryrefslogtreecommitdiff
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Speed the build up, and get out of the way of --srcdir.Eric S. Raymond2011-04-051-41/+47
| |/ |/|
* | Remove one obstacle to an scons -Y build.Eric S. Raymond2011-04-051-17/+10
* | A kluge requires a kluge.Eric S. Raymond2011-04-051-1/+2
* | Improve an explanatory comment.Eric S. Raymond2011-04-051-1/+3
* | More portable way of crocking the library load path.Eric S. Raymond2011-04-051-6/+3
* | Compute absolute Python path for scons substiutitions.Eric S. Raymond2011-04-051-2/+10
* | Add a production in the scons recipe to dump the version, setup.py needs it.Eric S. Raymond2011-04-051-1/+5
|/
* C++ build into libraries from scons is working.Eric S. Raymond2011-04-051-4/+1
* In scons, reorganize computation of default and document important targets.Eric S. Raymond2011-04-051-9/+23
* Improve behavior on -c.Eric S. Raymond2011-04-051-9/+10
* Implement a check target.Eric S. Raymond2011-04-051-9/+6
* Python modules build from scons. All regression tests pass.Eric S. Raymond2011-04-051-15/+62
* Wrap up scons installation/uninstallation.Eric S. Raymond2011-04-051-1/+3
* In scons, uninstallation.Eric S. Raymond2011-04-051-2/+15
* Install libraries and manual pages from scons.Eric S. Raymond2011-04-051-8/+12
* In scons, interpret --prefix in an autotools-like way.Eric S. Raymond2011-04-051-12/+41