- May 31, 2006
-
-
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.
-
zwart authored
Fixed bug in log messages
-
zwart authored
Fixed order of dimensions in DH_RSP
-
zwart authored
Added timer outputs if OLAP_CS1_TIMINGS is defined Fixed a bug in incorrect joining of the threads.
-
zwart authored
Fixed bug in RoundRobin
-
zwart authored
Create accessor for Selector
-
Arthur Coolen authored
changed erreneous component name
-
zwart authored
Limit the number of concurrent connections
-
zwart authored
Added semaphore for incoming connections. This way the user can control the maximum incoming connection that are communicating simultaneously.
-
- May 30, 2006
-
-
Marcel Loose authored
Updated code. It now works with the latest version of the LCS/AMC branch `LCS-AMC-Bug697-task-branch'.
-
pompert authored
Additions: -Further implemented the plot panels to include (slowly working) slots and popupmenus
-
John Romein authored
Removed BG/L barrier.
-
John Romein authored
Print receive, compute, send, and idle start times.
-
Marcel Loose authored
Added /opt/lofar/external to search path.
-
John Romein authored
Added _add_correlations, which may be needed in the future.
-
Arthur Coolen authored
Added RMI interface (java part)
-
Ruud Overeem authored
Added missing semicolons.
-
Arthur Coolen authored
Moved all tablemodels to new model directory
-
Ger van Diepen authored
Added make target pkgclean Added rub option -noupdas
-
- May 29, 2006
-
-
pompert authored
Additions: - None Mods: -First calls to helper classes for using plot slots.
-
pompert authored
Additions: - Further implemented the helper classes that will handle the plot slots.
-
Ruud Overeem authored
Builing against head.
-
Ger van Diepen authored
Added LOFAR_CHECKTOOL
-
Ruud Overeem authored
Using ParameterSet from ACC/APS iso GCF. GCF/ParameterSet is obsolete.
-
Ruud Overeem authored
Building against head.
-
Ruud Overeem authored
Build against head.
-
Ruud Overeem authored
Built against head.
-
Ruud Overeem authored
Need head of LCS/Transport.
-
Ruud Overeem authored
Need HEAD of LCS/Common for FileLocator classes.
-
Ruud Overeem authored
Journal with MAC changes for CS1
-
Ruud Overeem authored
Merge MAC-CS1-branch with HEAD. See MAC/Journal for changes.
-
Ruud Overeem authored
Merge MAC-CS1-branch with HEAD.
-
Arthur Coolen authored
Changes for BBS panels
-
pompert authored
Removed PlotGroup instance variable as it is no longer present in the Plotter package
-
- May 26, 2006
-
-
John Romein authored
Copy itsOptions in copy constructor
-
John Romein authored
argv is not const
-
- May 24, 2006
-
-
wierenga authored
Fix some minor bugs in the RegisterState class. Now the state of all registers is properly reported.
-
pompert authored
Additions: -Initial versions of support classes to help implement the SAS/OTB ParmDB plotter
-
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.
-
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.
-