]> Pileus Git - ~andy/rsl/log
~andy/rsl
9 years agoMerge branch 'master' into aweather aweather
Andy Spencer [Sun, 27 Apr 2014 23:24:57 +0000 (23:24 +0000)]
Merge branch 'master' into aweather

Conflicts:
Makefile.am
configure.in
data/wsr88d_locations.dat
doc/users_guide.html
src/nsig_to_radar.c
src/rsl.h
src/uf_to_radar.c
src/wsr88d.h

9 years agoRSL v1.44 master
Andy Spencer [Sun, 27 Apr 2014 23:05:57 +0000 (23:05 +0000)]
RSL v1.44

11 years agoFix out of bound due to null terminated string
Andy Spencer [Thu, 17 May 2012 07:34:24 +0000 (07:34 +0000)]
Fix out of bound due to null terminated string

11 years agoMerge branch 'master' into aweather
Andy Spencer [Thu, 17 May 2012 07:22:35 +0000 (07:22 +0000)]
Merge branch 'master' into aweather

Conflicts:
Makefile.am
configure.in
doc/users_guide.html
src/nsig.c
src/rsl.h
src/wsr88d.c
src/wsr88d.h

11 years agoRSL v1.43
Andy Spencer [Thu, 17 May 2012 07:04:05 +0000 (07:04 +0000)]
RSL v1.43

12 years agoMove build scripts to separate repository
Andy Spencer [Sun, 1 Jan 2012 21:04:22 +0000 (13:04 -0800)]
Move build scripts to separate repository

12 years agoUse AC_SEARCH_LIBS
Andy Spencer [Sun, 1 Jan 2012 02:11:24 +0000 (18:11 -0800)]
Use AC_SEARCH_LIBS

Also let autoconf set the default path, this might break things if there
are libraries that are in funny places and need to be searched.

12 years agoRelative build for non-win32
Andy Spencer [Thu, 29 Dec 2011 06:12:29 +0000 (06:12 +0000)]
Relative build for non-win32

This is needed for the Mac OS X packages

12 years agoChange /usr/share/rsl -> /usr/share/rsl1
Andy Spencer [Mon, 12 Sep 2011 00:08:38 +0000 (00:08 +0000)]
Change /usr/share/rsl -> /usr/share/rsl1

Best practice for installing multiple version of the library

12 years agoRevert binary mode for popen lug/aweather
Andy Spencer [Thu, 8 Sep 2011 07:27:24 +0000 (07:27 +0000)]
Revert binary mode for popen

Unlike fopen, popen only supports "r" and "w"

12 years agoAdd blank gzip version for Win32 win32/aweather
Andy Spencer [Mon, 29 Aug 2011 00:13:39 +0000 (00:13 +0000)]
Add blank gzip version for Win32

12 years agoOpen files in binary mode for Win32
Andy Spencer [Mon, 29 Aug 2011 00:03:22 +0000 (00:03 +0000)]
Open files in binary mode for Win32

12 years agoFix more warnings
Andy Spencer [Sun, 28 Aug 2011 22:17:23 +0000 (22:17 +0000)]
Fix more warnings

12 years agoChange RSL variables from static to extern
Andy Spencer [Sun, 28 Aug 2011 22:16:31 +0000 (22:16 +0000)]
Change RSL variables from static to extern

12 years agoBuild fixes for win32
Andy Spencer [Sun, 28 Aug 2011 21:58:30 +0000 (21:58 +0000)]
Build fixes for win32

Currently unsupported features:
  - fork, used by gzip decompression
  - rpc, used by lassen radar format

12 years agoMerge branch 'master' into aweather
Andy Spencer [Sun, 28 Aug 2011 20:24:04 +0000 (20:24 +0000)]
Merge branch 'master' into aweather

Conflicts:
Makefile.am
configure.in
src/rsl.h

12 years agoRSL v1.42 lug/master win32/master v1.42
Andy Spencer [Sun, 28 Aug 2011 20:21:40 +0000 (20:21 +0000)]
RSL v1.42

12 years agoRemove edge/libetor functions
Andy Spencer [Sun, 28 Aug 2011 20:18:51 +0000 (20:18 +0000)]
Remove edge/libetor functions

12 years agoMerge branch 'master' into aweather
Andy Spencer [Fri, 24 Jun 2011 06:02:58 +0000 (06:02 +0000)]
Merge branch 'master' into aweather

Conflicts:
Makefile.am
configure.ac
data/wsr88d_locations.dat
src/gzip.c
src/rsl.h
src/wsr88d_m31.c

12 years agoRSL v1.41 v1.41
Andy Spencer [Thu, 23 Jun 2011 03:23:37 +0000 (03:23 +0000)]
RSL v1.41

12 years agoFix more errors
Andy Spencer [Sun, 19 Jun 2011 01:24:45 +0000 (01:24 +0000)]
Fix more errors

- Add return types
- Remove unused variables

12 years agoVersion bump and dist updates
Andy Spencer [Sat, 18 Jun 2011 23:27:26 +0000 (23:27 +0000)]
Version bump and dist updates

12 years agoAdd new stations to wsr88d_locations.dat
Andy Spencer [Fri, 17 Jun 2011 05:15:39 +0000 (05:15 +0000)]
Add new stations to wsr88d_locations.dat

12 years agoCleanup autotools files
Andy Spencer [Wed, 8 Jun 2011 15:37:07 +0000 (15:37 +0000)]
Cleanup autotools files

12 years agoCleanup directory structure
Andy Spencer [Wed, 8 Jun 2011 14:37:36 +0000 (14:37 +0000)]
Cleanup directory structure

12 years agoFix bad reference to .libs directory
Andy Spencer [Wed, 8 Jun 2011 14:32:30 +0000 (14:32 +0000)]
Fix bad reference to .libs directory

13 years agoPass pointers instead of copying all the ray data
Andy Spencer [Thu, 3 Feb 2011 07:21:01 +0000 (07:21 +0000)]
Pass pointers instead of copying all the ray data

13 years agoSupport 2 byte data
Andy Spencer [Thu, 3 Feb 2011 06:25:37 +0000 (06:25 +0000)]
Support 2 byte data

13 years agoAdd type strings for message 31 format
Andy Spencer [Wed, 28 Oct 2009 01:39:39 +0000 (01:39 +0000)]
Add type strings for message 31 format

13 years agoUpdate automake files
Andy Spencer [Wed, 11 Nov 2009 09:45:30 +0000 (09:45 +0000)]
Update automake files

13 years agoFix lots of unused-result warnings
Andy Spencer [Wed, 2 Feb 2011 06:50:58 +0000 (06:50 +0000)]
Fix lots of unused-result warnings

13 years agoFix compiler warnings
Andy Spencer [Wed, 28 Oct 2009 01:37:37 +0000 (01:37 +0000)]
Fix compiler warnings

13 years agoFix shift/reduce numbers
Andy Spencer [Wed, 28 Oct 2009 01:47:59 +0000 (01:47 +0000)]
Fix shift/reduce numbers

13 years agoAdd autogen.sh
Andy Spencer [Wed, 28 Oct 2009 01:42:48 +0000 (01:42 +0000)]
Add autogen.sh

13 years agoChanges from Bart (2011-02-01)
Andy Spencer [Wed, 2 Feb 2011 03:57:21 +0000 (03:57 +0000)]
Changes from Bart (2011-02-01)

14 years agoVimrc tab settings
Andy Spencer [Wed, 11 Nov 2009 20:46:09 +0000 (20:46 +0000)]
Vimrc tab settings

14 years agoAdd more gitignore
Andy Spencer [Wed, 28 Oct 2009 01:55:42 +0000 (01:55 +0000)]
Add more gitignore

14 years agoChanges from Bart (2009-10-28)
Andy Spencer [Wed, 28 Oct 2009 01:55:27 +0000 (01:55 +0000)]
Changes from Bart (2009-10-28)

14 years agoInitial import v1.40
Andy Spencer [Wed, 28 Oct 2009 01:36:10 +0000 (01:36 +0000)]
Initial import