Print

Print


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

  (Tim Jenness) smurf: Label axes in FFT output
   100.0% applications/smurf/libsmf/
  
  (Tim Jenness) ast: Version number now 5.3
   100.0% libraries/ast/
  
  (Tim Jenness) smurf: Revert to newer specwrite submodule
   100.0% applications/smurf/libacsis/
  
  (Tim Jenness) perl: We really still want perl5.10.1
   100.0% thirdparty/perlsys/perl/
  
  (David Berry) ast: Add some profiling tools to memory.c
   100.0% libraries/ast/
  
  (David Berry) ast: Allow some rounding error when checking for changes in ObsLon and Dut1
   100.0% libraries/ast/
  
  (Peter W. Draper) gaia: fix problem locating COMPRESSED_IMAGE string
    53.6% applications/gaia/gaia/library/
    15.4% applications/smurf/libacsis/
    15.4% thirdparty/eso/skycat/
    15.4% thirdparty/perlsys/perl/
  
  (Tim Jenness) smurf: Typo in error message
   100.0% applications/smurf/libsmf/
 

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

  commit 181fb45eaf1761edad230ba14142588dab302fbd
  Author: Tim Jenness <[log in to unmask]>
  Date:   Wed Sep 23 14:09:43 2009 -1000
  
      smurf: Label axes in FFT output
  
   applications/smurf/libsmf/smf_fft_data.c |    7 ++++++-
   1 files changed, 6 insertions(+), 1 deletions(-)
  
  commit 6de41143a50ec8264678a33033adbc2f82dbf435
  Author: Tim Jenness <[log in to unmask]>
  Date:   Wed Sep 23 13:29:14 2009 -1000
  
      ast: Version number now 5.3
  
   libraries/ast/component.xml |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit 01c79240a218169e6f30f2b86b329196e6f3ae2b
  Author: Tim Jenness <[log in to unmask]>
  Date:   Wed Sep 23 10:26:25 2009 -1000
  
      smurf: Revert to newer specwrite submodule
      
      Commit df65d3e0a975b450889e7c053102b2096e6e5db9 mistakenly
      moved us to an older version of the specwrite submodule.
  
   applications/smurf/libacsis/specwrite |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit 6a54359e85187594e8eb01152ba92cde41879cb8
  Author: Tim Jenness <[log in to unmask]>
  Date:   Wed Sep 23 09:09:37 2009 -1000
  
      perl: We really still want perl5.10.1
      
      Commit df65d3e0a975b450889e7c053102b2096e6e5db9 mistakenly reverted
      the perl version to perl5.10.0 so we now have to revert this
      back to the current version.
  
   thirdparty/perlsys/perl/perl |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit 45861e131708fda1c53857181da1050dadd0e7fd
  Author: David Berry <[log in to unmask]>
  Date:   Wed Sep 23 15:33:41 2009 +0100
  
      ast: Add some profiling tools to memory.c
      
      Allows timers to be added at specified points in the code. Provides a more understandable (by me) way for handling recursion than
      gprof et al.
  
   libraries/ast/memory.c |  412 +++++++++++++++++++++++++++++++++++++++++++++-
   libraries/ast/memory.h |   15 ++
   2 files changed, 426 insertions(+), 1 deletions(-)
  
  commit 5058b6669c9aaf229bdc27a8f7c5df590d31feda
  Author: David Berry <[log in to unmask]>
  Date:   Wed Sep 23 14:02:39 2009 +0100
  
      ast: Allow some rounding error when checking for changes in ObsLon and Dut1
      
      Allowing for rounding error reduces the number of times the expensive
      LAST calculation is performed, and so speeds up MAKECUBE and UNMAKECUBE
      (amongst other things).
  
   libraries/ast/skyframe.c |   12 ++++++++----
   1 files changed, 8 insertions(+), 4 deletions(-)
  
  commit df65d3e0a975b450889e7c053102b2096e6e5db9
  Author: Peter W. Draper <[log in to unmask]>
  Date:   Wed Sep 23 13:26:05 2009 +0100
  
      gaia: fix problem locating COMPRESSED_IMAGE string
  
   .../gaia/gaia/library/GaiaCubeHduChooser.tcl       |    2 +-
   applications/gaia/gaia/library/GaiaHduBrowser.tcl  |    2 +-
   applications/gaia/gaia/library/GaiaHduChooser.tcl  |    4 ++--
   applications/smurf/libacsis/specwrite              |    2 +-
   thirdparty/eso/skycat/skycat                       |    2 +-
   thirdparty/perlsys/perl/perl                       |    2 +-
   6 files changed, 7 insertions(+), 7 deletions(-)
  
  commit 7049518fbcca0c3ccf51e1acc024fcb51ac0932c
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Sep 22 21:21:29 2009 -1000
  
      smurf: Typo in error message
  
   applications/smurf/libsmf/smf_open_file.c |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)