Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Don't lose the RPATH when building gpsd. | Beat Bolli | 2011-04-07 | 1 | -3/+5 | |
| | ||||||
* | Initialize htmlbuilder. | Beat Bolli | 2011-04-07 | 1 | -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. Raymond | 2011-04-06 | 1 | -1/+2 | |
| | ||||||
* | Implemented DESTDIR. | Eric S. Raymond | 2011-04-06 | 1 | -1/+7 | |
| | ||||||
* | asciidoc may not be present. Cope. | Eric S. Raymond | 2011-04-06 | 1 | -5/+7 | |
| | ||||||
* | Use stamp file to avoid redundant builds of python parts. | Eric S. Raymond | 2011-04-06 | 1 | -3/+7 | |
| | ||||||
* | splint cleanup. | Eric S. Raymond | 2011-04-06 | 4 | -7/+13 | |
| | ||||||
* | Add const qualifiers to some arguments never modified. | Eric S. Raymond | 2011-04-06 | 3 | -6/+7 | |
| | ||||||
* | Cache the xsltproc test in scons. | Eric S. Raymond | 2011-04-06 | 1 | -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. Raymond | 2011-04-06 | 1 | -9/+27 | |
| | | | | This was a failed attempt at optimization. | |||||
* | Correct a help string. | Eric S. Raymond | 2011-04-05 | 1 | -1/+1 | |
| | ||||||
* | Survive not having either xmlto or xsltproc. | Eric S. Raymond | 2011-04-05 | 1 | -7/+8 | |
| | ||||||
* | Improve an explanatory comment. | Eric S. Raymond | 2011-04-05 | 1 | -7/+15 | |
| | ||||||
* | Remove unneeded declaration. | Eric S. Raymond | 2011-04-05 | 1 | -1/+1 | |
| | ||||||
* | The actually effective way to force -pthread. | Eric S. Raymond | 2011-04-05 | 1 | -1/+1 | |
| | ||||||
* | With -pthread, the compiler gets pickier about having the header included. | Eric S. Raymond | 2011-04-05 | 1 | -0/+1 | |
| | ||||||
* | Use -pthread instead of trying to link libpthreads, for OpenBSD portability. | Eric S. Raymond | 2011-04-05 | 1 | -11/+4 | |
| | ||||||
* | Merge branch 'master' of ssh://git.berlios.de/gitroot/gpsd | Eric S. Raymond | 2011-04-05 | 1 | -10/+34 | |
|\ | ||||||
| * | Merge branch 'master' of git.berlios.de:/gitroot/gpsd | Bernd Zeimetz | 2011-04-05 | 4 | -29/+41 | |
| |\ | ||||||
| * | | Check if chrpath is available, remove RPATH from binaries if so. | Bernd Zeimetz | 2011-04-05 | 1 | -1/+14 | |
| | | | ||||||
| * | | Support debug=1 and profiling=1 (instead of --profiling). | Bernd Zeimetz | 2011-04-05 | 1 | -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. Raymond | 2011-04-05 | 1 | -41/+47 | |
| |/ |/| | ||||||
* | | Remove one obstacle to an scons -Y build. | Eric S. Raymond | 2011-04-05 | 1 | -17/+10 | |
| | | ||||||
* | | A kluge requires a kluge. | Eric S. Raymond | 2011-04-05 | 1 | -1/+2 | |
| | | ||||||
* | | Improve an explanatory comment. | Eric S. Raymond | 2011-04-05 | 1 | -1/+3 | |
| | | ||||||
* | | More portable way of crocking the library load path. | Eric S. Raymond | 2011-04-05 | 1 | -6/+3 | |
| | | | | | | | | Also, fix a glitch in the configuration of ncurses. | |||||
* | | Compute absolute Python path for scons substiutitions. | Eric S. Raymond | 2011-04-05 | 1 | -2/+10 | |
| | | ||||||
* | | Note the existence of the scons recipe. | Eric S. Raymond | 2011-04-05 | 3 | -1/+8 | |
| | | ||||||
* | | Add a production in the scons recipe to dump the version, setup.py needs it. | Eric S. Raymond | 2011-04-05 | 1 | -1/+5 | |
|/ | ||||||
* | C++ build into libraries from scons is working. | Eric S. Raymond | 2011-04-05 | 1 | -4/+1 | |
| | ||||||
* | In scons, reorganize computation of default and document important targets. | Eric S. Raymond | 2011-04-05 | 1 | -9/+23 | |
| | ||||||
* | Improve behavior on -c. | Eric S. Raymond | 2011-04-05 | 1 | -9/+10 | |
| | ||||||
* | Implement a check target. | Eric S. Raymond | 2011-04-05 | 1 | -9/+6 | |
| | ||||||
* | Python modules build from scons. All regression tests pass. | Eric S. Raymond | 2011-04-05 | 1 | -15/+62 | |
| | ||||||
* | Wrap up scons installation/uninstallation. | Eric S. Raymond | 2011-04-05 | 1 | -1/+3 | |
| | ||||||
* | In scons, uninstallation. | Eric S. Raymond | 2011-04-05 | 1 | -2/+15 | |
| | ||||||
* | Install libraries and manual pages from scons. | Eric S. Raymond | 2011-04-05 | 1 | -8/+12 | |
| | ||||||
* | In scons, interpret --prefix in an autotools-like way. | Eric S. Raymond | 2011-04-05 | 1 | -12/+41 | |
| | ||||||
* | Begining of installation productions. | Eric S. Raymond | 2011-04-05 | 1 | -5/+19 | |
| | ||||||
* | Experimental pydoc builder for scons. | Eric S. Raymond | 2011-04-04 | 1 | -1/+12 | |
| | ||||||
* | Simplify website generators. | Eric S. Raymond | 2011-04-04 | 1 | -8/+6 | |
| | ||||||
* | Website productions in scons recipe. | Eric S. Raymond | 2011-04-04 | 1 | -5/+50 | |
| | ||||||
* | Add AIVDM regression testing to scons recipe. | Eric S. Raymond | 2011-04-04 | 1 | -3/+23 | |
| | ||||||
* | RTCM regression testing in the scons recipe. | Eric S. Raymond | 2011-04-04 | 1 | -2/+22 | |
| | ||||||
* | Merge yazug's checkall change with my added regression-test options. | Eric S. Raymond | 2011-04-04 | 2 | -74/+78 | |
|\ | ||||||
| * | Refactor Splint constructs to tabalize it | Jon Schlueter | 2011-04-04 | 1 | -29/+27 | |
| | | ||||||
| * | add checkall and regress-all Aliases | Jon Schlueter | 2011-04-04 | 1 | -0/+4 | |
| | | ||||||
| * | whitespace cleanup SConscript | Jon Schlueter | 2011-04-04 | 1 | -6/+6 | |
| | | ||||||
| * | whitespace cleanup in gpsd.h-tail | Jon Schlueter | 2011-04-04 | 1 | -39/+39 | |
| | | ||||||
* | | Add several regression tests to the scons recipe. | Eric S. Raymond | 2011-04-04 | 1 | -10/+78 | |
| | |