JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for STARDEV Archives


STARDEV Archives

STARDEV Archives


STARDEV@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

STARDEV Home

STARDEV Home

STARDEV  October 2009

STARDEV October 2009

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Recent repository commits

From:

Tim Jenness <[log in to unmask]>

Reply-To:

Starlink development <[log in to unmask]>

Date:

Sat, 17 Oct 2009 05:00:42 +0100

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (273 lines)

Commit summary from repository starlink
------------------------------------

  (Tim Jenness) smurf: Fix memory leak in calcnoise
  
  (Ed Chapin) smurf: makemap defaults MAXMEM to 80% of physical memory
    29.9% applications/smurf/libsmf/
    70.0% applications/smurf/libsmurf/
  
  (Ed Chapin) smurf: initialize memory buffer length in smf_model_create
   100.0% applications/smurf/libsmf/
  
  (Tim Jenness) smurf: Fix some compiler warnings
    75.9% applications/smurf/libsmf/
    24.0% applications/smurf/libsmurf/
  
  (Tim Jenness) smurf: Fix indexing into output group
   100.0% applications/smurf/libsmurf/
  
  (Tim Jenness) smurf: Map quality when mapping quality, not data...
   100.0% applications/smurf/libsmf/
  
  (David Berry) smurf: smurf_mon.c - Add expanded GRP groups to the history of output NDFs
   100.0% applications/smurf/
  
  (David Berry) ndg: Fix problems in ndg_endgh
   100.0% libraries/ndg/
  
  (David Berry) cupid: Record expanded GRP contents in output NDF history
   100.0% applications/cupid/
  
  (David Berry) ndg: Add C wrappers for NDG_BEGGH and NDG_ENDGH
   100.0% libraries/ndg/
  
  (David Berry) kaplibs: Register groups for inclusion in NDF default history
   100.0% libraries/kaplibs/kpg/
  
  (David Berry) ndg: Add facilities for recording group contents in NDF history
   100.0% libraries/ndg/
  
  (David Berry) ndf: Allow NDF_HPUT to append text to a previous history record.
   100.0% libraries/ndf/
  
  (Andy Gibb) smurf: use one_strlcpy rather than plain strlcpy
   100.0% applications/smurf/libsc2sim/
  
  (Andy Gibb) smurf: heatrun needs access to sc2store functions
   100.0% applications/smurf/libsc2sim/
  
  (David Berry) ndf: Add "default history text written" event type
   100.0% libraries/ndf/
  
  (David Berry) ast: Change kpg1_saxat to recognise Error as a component name
   100.0% libraries/kaplibs/kpg/
 

Commits from repository starlink
-----------------------------

  commit c287467cdcaf5485bacb6d9b69c8eab82ac16abf
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Oct 16 14:40:59 2009 -1000
  
      smurf: Fix memory leak in calcnoise
  
   applications/smurf/libsmurf/smurf_calcnoise.c |    1 +
   1 files changed, 1 insertions(+), 0 deletions(-)
  
  commit f43c4b9108df843af739fe0716e82190da4335f4
  Author: Ed Chapin <[log in to unmask]>
  Date:   Fri Oct 16 16:52:02 2009 -0700
  
      smurf: makemap defaults MAXMEM to 80% of physical memory
  
   applications/smurf/libsmf/smf.h.source        |    3 +-
   applications/smurf/libsmf/smf_calc_mmapsize.c |    2 +-
   applications/smurf/libsmf/smf_get_freemem.c   |   13 ++++++++-
   applications/smurf/libsmurf/smurf_makemap.c   |   31 ++++++++++++++--------
   4 files changed, 34 insertions(+), 15 deletions(-)
  
  commit 7af523580ba7fc8ac6a6b3dd1086c599f752bc01
  Author: Ed Chapin <[log in to unmask]>
  Date:   Fri Oct 16 14:30:00 2009 -0700
  
      smurf: initialize memory buffer length in smf_model_create
  
   applications/smurf/libsmf/smf_model_create.c |    6 +++++-
   1 files changed, 5 insertions(+), 1 deletions(-)
  
  commit b8138e5b7b0aa25b275b1285767fbe12d55018d9
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Oct 16 11:11:57 2009 -1000
  
      smurf: Fix some compiler warnings
      
      I have been using clang, but it doesn't seem to be as picky
      as gcc-4.2.
  
   applications/smurf/libsmf/smf.h.source            |   10 ++++----
   applications/smurf/libsmf/smf_calc_covar.c        |   16 ++++++------
   applications/smurf/libsmf/smf_calcmodel_ast.c     |    2 +-
   applications/smurf/libsmf/smf_calcmodel_dks.c     |    3 +-
   applications/smurf/libsmf/smf_calcmodel_ext.c     |    3 +-
   applications/smurf/libsmf/smf_calcmodel_flt.c     |    3 +-
   applications/smurf/libsmf/smf_calcmodel_gai.c     |    3 +-
   applications/smurf/libsmf/smf_close_file.c        |    3 --
   applications/smurf/libsmf/smf_concat_smfGroup.c   |    1 -
   applications/smurf/libsmf/smf_detmaskx.cgen       |    2 +-
   applications/smurf/libsmf/smf_dream_getgrid.c     |    5 ----
   applications/smurf/libsmf/smf_dream_setjig.c      |    2 +-
   applications/smurf/libsmf/smf_dump_smfData.c      |    3 +-
   applications/smurf/libsmf/smf_filter_fromkeymap.c |    1 -
   applications/smurf/libsmf/smf_fit_poly.c          |   12 +---------
   applications/smurf/libsmf/smf_grp_related.c       |   22 +++++++++---------
   applications/smurf/libsmf/smf_history_add.c       |    1 -
   applications/smurf/libsmf/smf_history_read.c      |    2 +-
   applications/smurf/libsmf/smf_map_or_malloc.c     |    2 +-
   applications/smurf/libsmf/smf_map_spikes.c        |    5 +--
   applications/smurf/libsmf/smf_model_create.c      |    2 -
   applications/smurf/libsmf/smf_ndf_sbnd.c          |    4 +-
   applications/smurf/libsmf/smf_open_model.c        |    4 ---
   applications/smurf/libsmf/smf_open_ndfname.c      |    2 -
   applications/smurf/libsmf/smf_scanfit.c           |   14 +----------
   applications/smurf/libsmf/smf_store_image.c       |    2 -
   applications/smurf/libsmf/smf_threads.c           |    6 ++--
   applications/smurf/libsmurf/smurf_calcnoise.c     |   11 +-------
   applications/smurf/libsmurf/smurf_makemap.c       |    2 +-
   applications/smurf/libsmurf/smurf_sc2concat.c     |    1 -
   applications/smurf/libsmurf/smurf_sc2fft.c        |    4 +--
   applications/smurf/libsmurf/smurf_smurfhelp.c     |    1 +
   applications/smurf/libsmurf/smurf_stackframes.c   |   23 ++++++++++---------
   33 files changed, 65 insertions(+), 112 deletions(-)
  
  commit 41a197ca04dbe02c16ec6cef6003b2e893b2fce8
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Oct 16 11:05:04 2009 -1000
  
      smurf: Fix indexing into output group
  
   applications/smurf/libsmurf/smurf_calcnoise.c |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit 7a94ed1a144cfff2a17cf098e0efbc25c246bd87
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Oct 16 11:01:41 2009 -1000
  
      smurf: Map quality when mapping quality, not data...
      
      Luckily this routine is not actually used.
  
   applications/smurf/libsmf/smf_ndf_sbnd.c |    4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)
  
  commit 82dd69c82dfb25523f239834a94a9b74f989e5d8
  Author: David Berry <[log in to unmask]>
  Date:   Fri Oct 16 18:49:58 2009 +0100
  
      smurf: smurf_mon.c - Add expanded GRP groups to the history of output NDFs
  
   applications/smurf/smurf_mon.c |   15 +++++++++++++++
   1 files changed, 15 insertions(+), 0 deletions(-)
  
  commit 5cc1f10ccb21e40458bb2abbaeee4e0908a9a8a4
  Author: David Berry <[log in to unmask]>
  Date:   Fri Oct 16 18:41:51 2009 +0100
  
      ndg: Fix problems in ndg_endgh
  
   libraries/ndg/ndg_endgh.f |   16 +++++++++-------
   1 files changed, 9 insertions(+), 7 deletions(-)
  
  commit e113bfb1e93a9bc0b1b3651c73caad2df6964ccc
  Author: David Berry <[log in to unmask]>
  Date:   Fri Oct 16 18:27:56 2009 +0100
  
      cupid: Record expanded GRP contents in output NDF history
  
   applications/cupid/cupid_mon.c |   11 +++++++++++
   1 files changed, 11 insertions(+), 0 deletions(-)
  
  commit 5a89b93e8168619a91c0408558a8d9457041447a
  Author: David Berry <[log in to unmask]>
  Date:   Fri Oct 16 18:16:07 2009 +0100
  
      ndg: Add C wrappers for NDG_BEGGH and NDG_ENDGH
  
   libraries/ndg/ndg.c |   19 +++++++++++++++++++
   libraries/ndg/ndg.h |    2 ++
   2 files changed, 21 insertions(+), 0 deletions(-)
  
  commit 3603d3cd5bc781e019844e96151268c694030621
  Author: David Berry <[log in to unmask]>
  Date:   Fri Oct 16 18:12:33 2009 +0100
  
      kaplibs: Register groups for inclusion in NDF default history
  
   libraries/kaplibs/kpg/kpg1_gtgrp.f |    5 +++++
   libraries/kaplibs/kpg/kpg1_rgndf.f |    5 +++++
   2 files changed, 10 insertions(+), 0 deletions(-)
  
  commit 6570932b0672b039d5168ef3e77aafda38bbf3d6
  Author: David Berry <[log in to unmask]>
  Date:   Fri Oct 16 18:04:59 2009 +0100
  
      ndg: Add facilities for recording group contents in NDF history
      
      To use these facilities, create a "GRP NDF history" block using NDG_BEGGH
      and NDG_ENDGH. Within this block, call NDG_ADDGH to register one or more
      GRP groups. When NDG_ENDGH is called, the contents of the registered groups
      (as they existed when NDG_ADDGH was called) will be formatted and appended
      to the current history record in each NDF to which default history information
      was written during the course of the GRP NDF history block.
  
   libraries/ndg/Makefile.am  |    3 +-
   libraries/ndg/ndg1_hndlr.f |   21 +++-
   libraries/ndg/ndg_addgh.f  |  118 +++++++++++++++++++
   libraries/ndg/ndg_beggh.f  |   96 +++++++++++++++
   libraries/ndg/ndg_endgh.f  |  265 ++++++++++++++++++++++++++++++++++++++++++
   5 files changed, 499 insertions(+), 4 deletions(-)
  
  commit 75694d2af02a772c43a1ea1d250efa1969e3e760
  Author: David Berry <[log in to unmask]>
  Date:   Fri Oct 16 18:00:45 2009 +0100
  
      ndf: Allow NDF_HPUT to append text to a previous history record.
  
   libraries/ndf/Makefile.am  |    2 +-
   libraries/ndf/ndf1_hfwrt.f |   31 ++++++++---
   libraries/ndf/ndf1_htlen.f |  129 ++++++++++++++++++++++++++++++++++++++++++
   libraries/ndf/ndf1_hwrt.f  |   40 +++++++++----
   libraries/ndf/ndf_hput.f   |   16 ++++-
   5 files changed, 195 insertions(+), 23 deletions(-)
  
  commit 9ab5d3ac36b7dee6ffbdb0b0d781cec2ad2ba144
  Author: Andy Gibb <[log in to unmask]>
  Date:   Fri Oct 16 09:20:46 2009 -0700
  
      smurf: use one_strlcpy rather than plain strlcpy
  
   applications/smurf/libsc2sim/sc2sim_getsimpar.c |    7 +++++--
   1 files changed, 5 insertions(+), 2 deletions(-)
  
  commit e74c7ceac9dd936caa8a046f58cebd5a11e36390
  Author: Andy Gibb <[log in to unmask]>
  Date:   Fri Oct 16 09:16:55 2009 -0700
  
      smurf: heatrun needs access to sc2store functions
      
      Also remove unused curtok variable.
  
   applications/smurf/libsc2sim/sc2sim_heatrun.c |   11 +++++++++--
   1 files changed, 9 insertions(+), 2 deletions(-)
  
  commit 37cdc65a5de9b79a9bd75373e066095514cf9d0c
  Author: David Berry <[log in to unmask]>
  Date:   Fri Oct 16 10:19:10 2009 +0100
  
      ndf: Add "default history text written" event type
  
   libraries/ndf/ndf1_dmap.f  |    4 +++-
   libraries/ndf/ndf1_hwdef.f |   13 +++++++++++++
   libraries/ndf/ndf_hndlr.c  |   17 ++++++++++++-----
   3 files changed, 28 insertions(+), 6 deletions(-)
  
  commit e533b2be57a4e96a3e245a76e8b79a4aa605807b
  Author: David Berry <[log in to unmask]>
  Date:   Fri Oct 16 08:34:15 2009 +0100
  
      ast: Change kpg1_saxat to recognise Error as a component name
  
   libraries/kaplibs/kpg/kpg1_saxat.f |   30 ++++++++++++++++++------------
   1 files changed, 18 insertions(+), 12 deletions(-)

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

December 2023
January 2023
December 2022
July 2022
June 2022
April 2022
March 2022
December 2021
October 2021
July 2021
April 2021
January 2021
October 2020
September 2020
August 2020
May 2020
November 2019
October 2019
July 2019
June 2019
February 2019
January 2019
December 2018
November 2018
August 2018
July 2018
May 2018
April 2018
March 2018
February 2018
December 2017
October 2017
August 2017
July 2017
May 2017
April 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
October 2015
September 2015
August 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004
May 2004
April 2004
March 2004
February 2004
January 2004
2004
April 2003
2003


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager