summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't lose the RPATH when building gpsd.Beat Bolli2011-04-071-3/+5
|
* Initialize htmlbuilder.Beat Bolli2011-04-071-2/+1
| | | | | | This makes the build work on machines without xsltproc and xmlto. Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* 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-064-7/+13
|
* Add const qualifiers to some arguments never modified.Eric S. Raymond2011-04-063-6/+7
|
* Cache the xsltproc test in scons.Eric S. Raymond2011-04-061-32/+39
| | | | This way we only pay for the test format once instead of on every build.
* Unsafe to assume that you can build from DocBook just because you have xsltproc.Eric S. Raymond2011-04-061-9/+27
| | | | This was a failed attempt at optimization.
* 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
|
* With -pthread, the compiler gets pickier about having the header included.Eric S. Raymond2011-04-051-0/+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-054-29/+41
| |\
| * | 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
| | | | | | | | | | | | | | | Also set -O0 for debug builds and -O2 for normal builds. Don't strip debug/profiling builds on install.
* | | 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
| | | | | | | | Also, fix a glitch in the configuration of ncurses.
* | Compute absolute Python path for scons substiutitions.Eric S. Raymond2011-04-051-2/+10
| |
* | Note the existence of the scons recipe.Eric S. Raymond2011-04-053-1/+8
| |
* | 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
|
* Begining of installation productions.Eric S. Raymond2011-04-051-5/+19
|
* Experimental pydoc builder for scons.Eric S. Raymond2011-04-041-1/+12
|
* Simplify website generators.Eric S. Raymond2011-04-041-8/+6
|
* Website productions in scons recipe.Eric S. Raymond2011-04-041-5/+50
|
* Add AIVDM regression testing to scons recipe.Eric S. Raymond2011-04-041-3/+23
|
* RTCM regression testing in the scons recipe.Eric S. Raymond2011-04-041-2/+22
|
* Merge yazug's checkall change with my added regression-test options.Eric S. Raymond2011-04-042-74/+78
|\
| * Refactor Splint constructs to tabalize itJon Schlueter2011-04-041-29/+27
| |
| * add checkall and regress-all AliasesJon Schlueter2011-04-041-0/+4
| |
| * whitespace cleanup SConscriptJon Schlueter2011-04-041-6/+6
| |
| * whitespace cleanup in gpsd.h-tailJon Schlueter2011-04-041-39/+39
| |
* | Add several regression tests to the scons recipe.Eric S. Raymond2011-04-041-10/+78
| |