Skip to content
Snippets Groups Projects
  1. Dec 26, 2006
    • Ruud Overeem's avatar
      BugID: 679 · 3e151cd3
      Ruud Overeem authored
      Modification for better support of the PVSS database.
      3e151cd3
  2. Dec 22, 2006
    • Marcel Loose's avatar
      BugID: 686 · d59b9c01
      Marcel Loose authored
      Added a --with-libs option. This was needed, because the new lofar_external.m4
      macro will reorder the LDFLAGS. This reordering caused problems when libraries
      were specified as --with-ldflags in one of the variant files.
      d59b9c01
    • Joris van Zwieten's avatar
      BugID: 987 · ba92fcbc
      Joris van Zwieten authored
      - API change: get_step() and get_solve_arguments() now return only parset related columns.
      ba92fcbc
    • John Romein's avatar
      BugID: 225 · e98ceaae
      John Romein authored
      Put extensions after baseFileName
      e98ceaae
    • Joris van Zwieten's avatar
      BugID: 987 · cf29ba47
      Joris van Zwieten authored
      - API change: add_step should be considered private. Always use one of add_{predict, subtract, correct, solve}_step().
        This will ensure database consistency.
      cf29ba47
    • Joris van Zwieten's avatar
      BugID: 987 · f3b0517e
      Joris van Zwieten authored
      - changed API: add_solve_arguments -> add_solve_step, so API ensures consistency (i.e.
        with the change it is harder to add a solve step without solve arguments.
      f3b0517e
    • Joris van Zwieten's avatar
      BugID: 987 · c3718da6
      Joris van Zwieten authored
      - API change: names of the columns returned by e.g. get_step() now match the names in the parset precisely.
      c3718da6
    • John Romein's avatar
      BugID: 225 · 415870ce
      John Romein authored
      Support for several types of transport holders between InputSection and
      BGL_Processing, and BGL_Processing and Storage.
      415870ce
    • John Romein's avatar
      BugID: 225 · 66b0b368
      John Romein authored
      Not necessary anymore
      66b0b368
    • Marcel Loose's avatar
      BugID: 686 · ab4fa3f2
      Marcel Loose authored
      Indirect package dependencies will now be derived by inspecting the contents
      of the directory config/<pkg-name> in the install directory for all packages
      mentioned in the current configure.in file.
      
      The directory `config/<pkg-name>' contains the following files:
        pkgext         : list of all packages that the package <pkg-name> depends on.
        pkgextcppflags : preprocessor flags passed when <pkg-name> was built.
        pkgextcxxflags : C++ compiler flags passed when <pkg-name> was built.
        pkgextldflags  : linker flags passed when <pkg-name> was built.
      
      The preprocessor flags (CPPFLAGS) and the linker flags (LDFLAGS) will be
      concatenated, but the C++ compiler flags (CXXFLAGS) not. So, for example, when
      one of the header files of LCS/Common includes a Boost header file, the
      required -I<path> will be added to config/Common/pkgextcppflags. As a result,
      when you include this specific Common header file, you do not have to specify
      in your configure.in file anymore that you (indirectly) depend on Boost.
      ab4fa3f2
    • Arthur Coolen's avatar
      BugID: 998 · f03ec152
      Arthur Coolen authored
      changed boardnames and subrack numbering
      f03ec152
  3. Dec 21, 2006
    • wierenga's avatar
      BugID: 985 · e7b79aa7
      wierenga authored
      First complete implementation of new specification for LANE output settings.
      Needs testing.
      e7b79aa7
    • wierenga's avatar
      BugID: 337 · ff91fd6d
      wierenga authored
      New config variable to ignore errors in HBA communication. When HBA_IGNORE_RESULT is
      set to 1 then when the returned i2c result does not match the expected result this
      is silently ignored. This is mainly used for testing.
      ff91fd6d
    • Marcel Loose's avatar
      BugID: 992 · da6a45b7
      Marcel Loose authored
      Improved makeSubset(). It now only scans the part of the parameter set where
      keys starting with baseKey might be present.
      da6a45b7
    • wierenga's avatar
      BugID: 999 · 6381c1d5
      wierenga authored
      Add timeout to time_pps_fetch call to prevent lock-up when PPS is not connected
      on serial port /dev/pps0
      6381c1d5
    • wierenga's avatar
      BugID: 337 · beeb7839
      wierenga authored
      Tuning of delays (PROTOCOL_C_WAIT) to try to get HBA communication via i2c working
      towards the HBA tile. So far without success.
      beeb7839
    • Marcel Loose's avatar
      BugID: 992 · 0ee8cd0e
      Marcel Loose authored
      ParameterSets can now be constructed with optional case-insensitive keys. The
      trick is to use a third template parameter for the std::map<> that is used to
      store the key/value pairs: a functor for doing either case sensitive or case
      insensitive comparison. The ParameterSet constructor now takes an optional
      boolean argument indicating whether keys should be treated case sensitive or
      not. The makeSubset() member function will also take key case sensitivity into
      account.
      0ee8cd0e
    • Marcel Loose's avatar
      BugID: 992 · 6dd24e6b
      Marcel Loose authored
      ParameterSets can now be constructed with optional case-insensitive keys. The
      trick is to use a third template parameter for the std::map<> that is used to
      store the key/value pairs: a functor for doing either case sensitive or case
      insensitive comparison. The ParameterSet constructor now takes an optional
      boolean argument indicating whether keys should be treated case sensitive or
      not. The makeSubset() member function will also take key case sensitivity into
      account.
      6dd24e6b
  4. Dec 20, 2006
    • Arthur Coolen's avatar
      BugID: 998 · 8690b770
      Arthur Coolen authored
      Added new screens for Observation Details and Overview
      Changes to other existing panels for CS1 after testing
      8690b770
    • Arthur Coolen's avatar
      BugID: 998 · 17a4e09b
      Arthur Coolen authored
      Added more Trace and debug statements to Ordina scripts
      17a4e09b
    • Arthur Coolen's avatar
      BugID: 998 · 9883fa6d
      Arthur Coolen authored
      minor changes to setup scripts
      9883fa6d
  5. Dec 18, 2006
    • Marcel Loose's avatar
      BugID: 686 · ab4dc7bb
      Marcel Loose authored
      Indirect package dependencies will now be derived by inspecting the contents
      of the directory config/<pkg-name> in the install directory for all packages
      mentioned in the current configure.in file.
      ab4dc7bb
    • Marcel Loose's avatar
      BugID: 686 · 79f9f85e
      Marcel Loose authored
      Remove all file(s) pkgext*.
      79f9f85e
    • Marcel Loose's avatar
      BugID: 686 · 2df1c2e8
      Marcel Loose authored
      Always execute the script, even when the file $filnm in missing in $libdir.
      File $filnm_diff must also be removed before entering the search loop.
      2df1c2e8
    • Marcel Loose's avatar
      BugID: 686 · beff85da
      Marcel Loose authored
      Indirect package dependencies will now be derived by inspecting the contents
      of the directory config/<pkg-name> in the install directory for all packages
      mentioned in the current configure.in file.
      
      The directory `config/<pkg-name>' contains the following files:
        pkgext         : list of all packages that the package <pkg-name> depends on.
        pkgextcppflags : preprocessor flags passed when <pkg-name> was built.
        pkgextcxxflags : C++ compiler flags passed when <pkg-name> was built.
        pkgextldflags  : linker flags passed when <pkg-name> was built.
      
      The preprocessor flags (CPPFLAGS) and the linker flags (LDFLAGS) will be
      concatenated, but the C++ compiler flags (CXXFLAGS) not. So, for example, when
      one of the header files of LCS/Common includes a Boost header file, the
      required -I<path> will be added to config/Common/pkgextcppflags. As a result,
      when you include this specific Common header file, you do not have to specify
      in your configure.in file anymore that you (indirectly) depend on Boost.
      beff85da
    • Marcel Loose's avatar
      BugID: 61 · 87a050b2
      Marcel Loose authored
      Removal of #include <Common/StringUtil.h> from LofarLogge.rh caused so much
      trouble, that I decided it was not worth the trouble to keep this change, so I
      reverted the change.
      87a050b2
    • John Romein's avatar
      BugID: 225 · 7a68b75e
      John Romein authored
      CS1.parset determines whether InputSection and BGLProc, and BGLProc and Storage
      should really connect.
      7a68b75e
    • Ruud Overeem's avatar
      BugID: 800 · 77b5357f
      Ruud Overeem authored
      77b5357f
  6. Dec 16, 2006
    • Ruud Overeem's avatar
      BugID:800 · f070317c
      Ruud Overeem authored
      Extended PVSS propertySet with a couple of fields.
      f070317c
    • Ruud Overeem's avatar
      BugID: 801 · 3f320135
      Ruud Overeem authored
      Extended PVSS propertySet with a couple of fields.
      3f320135
    • Ruud Overeem's avatar
      BugID: 797 · 7881b1cb
      Ruud Overeem authored
      Extended PVSS propertySet with a couple of fields.
      7881b1cb
    • Ruud Overeem's avatar
      BugID: 679 · 72ea9ac3
      Ruud Overeem authored
      Added 'compactedArrayString' function that recognizes ascending ranges in array
      and replaces them with xx..yy.
      72ea9ac3
  7. Dec 15, 2006
    • Marcel Loose's avatar
      BugID: 61 · 6c60ff7c
      Marcel Loose authored
      Added #include of StringUtil.h whenever required (e.g., when tracing macros
      are enabled).
      6c60ff7c
    • Ruud Overeem's avatar
      BugID: 996 · 87b57f28
      Ruud Overeem authored
      Array elements are released from leading and trailing spaces before they are
      added to the result-vector in the 'split' function..
      87b57f28
    • Marcel Loose's avatar
      BugID: 992 · ef01dd63
      Marcel Loose authored
      Added StringUtil::Compare functor for doing case insensitive string comparison.
      ef01dd63
    • Marcel Loose's avatar
      BugID: 61 · fa851636
      Marcel Loose authored
      Removed #include of StringUtil.h from LofarLogger.h; it is not needed.
      fa851636
    • Marcel Loose's avatar
      BugID: 61 · 5ff481fc
      Marcel Loose authored
      Added check HAVE_BOOST to avoid inclusion of non-existing header file(s).
      5ff481fc
    • Marcel Loose's avatar
      BugID: 61 · 77be6664
      Marcel Loose authored
      Removed #include of StringUtil.h from LofarLogger.h; it is not needed.
      77be6664
  8. Dec 14, 2006
    • Joris van Zwieten's avatar
      BugID: 964 · d3c993bc
      Joris van Zwieten authored
      - Forgot to modify the call to the constructor to comply with the new constructor
        of MeqStatUVW.
      d3c993bc
    • John Romein's avatar
      BugID: 225 · 221d61f9
      John Romein authored
      Use BGL_Connection to achieve higher bandwidth.
      221d61f9
Loading