summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* GLONASS channel is a per-message attribute in RTCM3 1011.Eric S. Raymond2011-04-131-4/+3
|
* Attempt to solve the prefix-RPATH problem.Eric S. Raymond2011-04-131-4/+7
|
* Interpret GLONASS channel numbers in RTCM3 correctly.Eric S. Raymond2011-04-123-16/+17
|
* Conjectural decode of RTCM3 message 1033.Eric S. Raymond2011-04-123-3/+34
|
* Partial decode of RTCM3 1033.Eric S. Raymond2011-04-121-2/+21
|
* Converted all tabs to spaces. mledford2011-04-121-130/+130
| | | | PEP-8 says never mix tabs and spaces. And spaces are preferred to tabs.
* Resolved broken Mac OS X build from recent SConstruct changes.mledford2011-04-121-2/+2
|
* Note that we got RTCM3 1006 along with 1005.Eric S. Raymond2011-04-121-9/+2
|
* RTCM3 1008 decodes correctly.Eric S. Raymond2011-04-121-3/+4
|
* Eliminate a splint waring and possible overflow.Eric S. Raymond2011-04-121-1/+1
|
* Avoid confusing splint with an autotools remnant.Eric S. Raymond2011-04-121-1/+1
|
* Banish a compiler warning.Eric S. Raymond2011-04-121-0/+4
|
* Fix a xonfiguration error that forced on fixed_port spped.Eric S. Raymond2011-04-121-3/+3
|
* RTCM3 message analysis for 1012 and 1013 is correct.Eric S. Raymond2011-04-123-7/+10
|
* RTCM3 1004 analysis is working.Eric S. Raymond2011-04-121-3/+2
|
* Fix up an RTCM3 field width.Eric S. Raymond2011-04-121-2/+2
|
* 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
| | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Fix tarballs to have a proper version prefix.Eric S. Raymond2011-04-121-2/+2
|
* Tell git to ignore the variable cache.Eric S. Raymond2011-04-111-0/+1
|
* Pseudoranges have two places of precision.Eric S. Raymond2011-04-111-10/+10
|
* Remove both .o and .os files on cleanup.Eric S. Raymond2011-04-111-0/+1
| | | | | This is in case when end up cleaning in the opposite mode (shared vs. non-shared) than we built in.
* Give up on configure-like options, return to scons-style persistent variables.Eric S. Raymond2011-04-113-116/+90
| | | | | | | There was lots of user demand for *persistent* configuration variables. While it is theoretically possible that I could have made this work with the configure-like options, the code would have beenn a fragile kluge. So, fall back in scons practive for command-line cinfiguration variables.
* M.1371 is now available as a free download.Eric S. Raymond2011-04-112-11/+20
|
* Bluez library is called libbluetooth.Michael Tatarinov2011-04-111-1/+1
| | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Decode of RTCM3 type 1005 is working.Eric S. Raymond2011-04-113-1/+2
|
* Fix a shift that was breaking sbits() on fields longer than 32 bits.Eric S. Raymond2011-04-111-1/+1
| | | | | I'm not sure why 1 needed to be a long constant 1LL here - you'd think it would be 64 bits naturally on a 64-bit machine - but it did.
* RTCM3 decoding, more progress.Eric S. Raymond2011-04-102-8/+29
|
* 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
| | | | | | | | | | | | | | | | | | accesses of GPSD (like in net_ntrip.c). This is required to have virtual hosts support working. Currently we still need to provide individual IP's for NTRIP casters, as not all software supports this header line." Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* | 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
| | | | ...by adding link flag '-undefined dynamic_lookup'
* 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
| | | | Also, go ahead and distribute the www and repo files.
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | This diff executes the foollowing steps: 1. Delete from the repo: configure.ac, autogen.sh, Makefile.am, do-tests (2129 lines). 2. Removed the kluge in SConstruct 3. Remove future.html reference to scons. 4. Revise INSTALLATION. 5. Edit the packaging files to warn that they need to use scons. 7. git rm -r libQgpsmm 8. Add a warning to devtools/sizes that it won't work until we add an option to build static. Also, the following were removed from .gitignore and the working directory: configure Makefile.in Makefile config.* aclocal.m4 py-compile ltmain.sh missing autom4te.cache depcomp install-sh stamp-h1 .libs .deps libtool ChangeLog m4. This is 90630 lines of stuff. All regression tests pass.
* 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
|