Skip to content
Snippets Groups Projects
  1. May 31, 2006
    • Marcel Loose's avatar
      BugID: 714 · 17940823
      Marcel Loose authored
      The correct return type of the STL find algorithm is string::size_type, not
      size_t. However, when using the default allocator for string (which we usually
      do, don't we?), string::size_type is defined as size_t. So, I was not that far
      off base.
      17940823
    • zwart's avatar
      BugID: 719 · 841ec37e
      zwart authored
      Fixed bug in log messages
      841ec37e
    • zwart's avatar
      BugID: 719 · ff472d10
      zwart authored
      Fixed order of dimensions in DH_RSP
      ff472d10
    • zwart's avatar
      BugID: 719 · eb623f16
      zwart authored
      Added timer outputs if OLAP_CS1_TIMINGS is defined
      
      Fixed a bug in incorrect joining of the threads.
      eb623f16
    • zwart's avatar
      BugID: 719 · 7147fdad
      zwart authored
      Fixed bug in RoundRobin
      7147fdad
    • zwart's avatar
      BugID: 719 · 5d1c9ed5
      zwart authored
      Create accessor for Selector
      5d1c9ed5
    • Arthur Coolen's avatar
      BugID: 604 · a633d384
      Arthur Coolen authored
      changed erreneous component name
      a633d384
    • zwart's avatar
      BugID: 719 · 5c32e901
      zwart authored
      Limit the number of concurrent connections
      5c32e901
    • zwart's avatar
      BugID: 719 · 6e5fc56a
      zwart authored
      Added semaphore for incoming connections. This way the user can control the maximum incoming connection that are communicating simultaneously.
      6e5fc56a
  2. May 30, 2006
    • Marcel Loose's avatar
      BugID: 687 · fd60e78c
      Marcel Loose authored
      Updated code. It now works with the latest version of the LCS/AMC branch
      `LCS-AMC-Bug697-task-branch'.
      fd60e78c
    • pompert's avatar
      701 · 3323f43d
      pompert authored
      Additions:
      -Further implemented the plot panels to include (slowly working) slots and popupmenus
      3323f43d
    • John Romein's avatar
      BugID: 225 · 0735c17a
      John Romein authored
      Removed BG/L barrier.
      0735c17a
    • John Romein's avatar
      BugID: 225 · 47c32a83
      John Romein authored
      Print receive, compute, send, and idle start times.
      47c32a83
    • Marcel Loose's avatar
      BugID: 730 · 8814290f
      Marcel Loose authored
      Added /opt/lofar/external to search path.
      8814290f
    • John Romein's avatar
      BugID: 225 · c7a84168
      John Romein authored
      Added _add_correlations, which may be needed in the future.
      c7a84168
    • Arthur Coolen's avatar
      BugID:604 · aa610f20
      Arthur Coolen authored
      Added RMI interface (java part)
      aa610f20
    • Ruud Overeem's avatar
      BugID: 664 · e1014090
      Ruud Overeem authored
      Added missing semicolons.
      e1014090
    • Arthur Coolen's avatar
      BugID:604 · 6e173eb6
      Arthur Coolen authored
      Moved all tablemodels to new model directory
      6e173eb6
    • Ger van Diepen's avatar
      BugID: 729 · 96f9e9ed
      Ger van Diepen authored
      Added make target pkgclean
      Added rub option -noupdas
      96f9e9ed
  3. May 29, 2006
  4. May 26, 2006
  5. May 24, 2006
    • wierenga's avatar
      BugID: 646 · 4e3b40e9
      wierenga authored
      Fix some minor bugs in the RegisterState class. Now the state of all
      registers is properly reported.
      4e3b40e9
    • pompert's avatar
      BugID: 701 · 8150f367
      pompert authored
      Additions:
      -Initial versions of support classes to help implement the SAS/OTB ParmDB plotter
      8150f367
    • pompert's avatar
      BugID: 701 · 052d3dbf
      pompert authored
      Additions:
      -modifyPlot/updateData methods throughout the structure to support altering a plot's dataset and meta information.
      Mods:
      -Sync with source code
      Removals:
      -PlotGroup is deemed SAS/OTB specific and therefore no longer fits in the generic plotter project.
      052d3dbf
    • pompert's avatar
      BugID: 701 · 6bb2b88f
      pompert authored
      Additions:
      -modifyPlot/updateData methods throughout the structure to support altering a plot's dataset and meta information. PlotSGTImpl will be able to handle this in a future version.
      Mods:
      -None
      Removals:
      -PlotGroup is deemed SAS/OTB specific and therefore no longer fits in the generic plotter project.
      6bb2b88f
Loading