summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* More small steps towards working RTCM3 decoding.Eric S. Raymond2011-04-102-9/+3
* Steps towards analyzing RTCM3 correctly.Eric S. Raymond2011-04-102-41/+31
* Check in ASCII dumps made by inspectrtcm.Eric S. Raymond2011-04-103-0/+11497
* Merge branch 'master' of ssh://git.berlios.de/gitroot/gpsdmledford2011-04-101-2/+4
|\
| * Dirk wrote: "Could you add the header line "Host:" in the NTRIPDirk Stöcker2011-04-101-2/+4
* | 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-092-6/+4
* Make it possible to build static binaries with --disable-shared.Eric S. Raymond2011-04-092-6/+9
* 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-0916-2598/+39
* Move libQgpsmm/libQgpsmm_global.h into the main directory.Bernd Zeimetz2011-04-091-0/+0
* 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-085-22/+14
* Clean up after a test.Eric S. Raymond2011-04-081-6/+3
* NEWS is no longer generated and shouldn't be ignored by git.Eric S. Raymond2011-04-071-1/+0
* 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-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
* 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
* 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
* | | 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
* | Note the existence of the scons recipe.Eric S. Raymond2011-04-053-1/+8