Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
8d45ab79
Commit
8d45ab79
authored
19 years ago
by
Marcel Loose
Browse files
Options
Downloads
Patches
Plain Diff
BugID: 327
Merged relevant changes of the 2.1 release branch into the main development line.
parent
dfa18a82
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
LCS/Transport/ChangeLog
+130
-0
130 additions, 0 deletions
LCS/Transport/ChangeLog
LCS/Transport/NEWS
+22
-0
22 additions, 0 deletions
LCS/Transport/NEWS
LCS/Transport/configure.in
+1
-1
1 addition, 1 deletion
LCS/Transport/configure.in
with
153 additions
and
1 deletion
LCS/Transport/ChangeLog
+
130
−
0
View file @
8d45ab79
2005-08-16 12:40 zwart
* src/: TH_Socket.cc, TH_Socket.h: BugID: 272
Added argument to constructor that determines if the socket is
made in the constructor. MPI-CEPFrame applications can use this
argument to postpone the creation of the socket until
TH_Socket::init() is called.
2005-08-01 11:48 zwart
* test/ExampleEthernet.cc: BugID: 238
Included an empty main. Now ExampleEthernet compiles for fakebgl
2005-08-01 11:46 zwart
* test/ExampleEthernet.cc: BugID: 238
Disabled raw ethernet test on BGL
2005-07-28 11:27 diepen
* src/: DataHolder.cc, DataHolder.h: BugID: 147 Removed implicit
call to createDataBlock; use DBGASSERT where applicable
2005-07-25 15:04 zwart
* test/: DH_Ethernet.cc, DH_Ethernet.h, ExampleEthernet.cc,
Makefile.am: BugID: 195
Ported ExampleEthernet to the new libTransport
2005-07-25 14:00 diepen
* src/DataHolder.cc: BugID: 147 Also test of itsData in
resizeBuffer
2005-07-22 11:42 diepen
* src/: DataHolder.cc, DataHolder.h: BugID: 147 Improved by calling
createDataBlock if not done yet
2005-07-22 11:30 diepen
* src/DataHolder.cc: BugID: 147 Assert that itsData is set
2005-07-05 15:37 loose
* src/TH_Socket.cc: %[PR: 174]%
Added assertion for OK status of data socket in the TH_Socket
constructor. Otherwise, we might erroneously assume that socket
creation was successful.
2005-07-05 15:32 loose
* test/ExampleSocket.run: %[PR: 174]%
Run script now correctly returns a non-zero return status.
2005-06-27 15:50 loose
* configure.in: %[ER: 0]%
Merged changes on LCS-Transport-2_0-release-branch with main
development line.
2005-06-27 15:45 loose
* src/Makefile.am: %[PR: 173]%
Moved CyclicBuffer stuff to CEP/CEPFrame, because it uses
threads.
2005-06-24 17:21 loose
* src/: CyclicBuffer.h, Lock.h: %[PR: 173]%
Re-added CyclicBufferTest to CEP/CEPFrame. Solved the dead-lock;
it turns out it probably is a bug in the NPTL, not in our code.
2005-06-24 15:42 lofar
* configure.in: changed lofar_INTERNAL entry
2005-06-24 11:57 loose
* configure.in: %[ER: 0]%
Prepare for release 2.0 Fixed incorrect usage of lofar_INTERNAL
macro.
2005-06-23 16:01 loose
* INSTALL: %[ER: 0]%
Prepare for release 2.0
2005-06-23 15:11 loose
* src/: CyclicBuffer.cc, CyclicBuffer.h, Lock.h, Makefile.am: %[ER:
0]%
Preparation for release 2.0. Moved CyclicBuffer stuff to
CEP/CEPFrame, because it uses threads.
2005-06-17 17:24 loose
* AUTHORS, COPYING, ChangeLog, NEWS, README: %[ER: 0]%
Prepare for release 2.0
2005-06-17 16:46 meijeren
* NEWS, README: %[ER: 0]% Added some more info.
2005-06-17 14:33 loose
* AUTHORS, INSTALL: %[ER: 0]%
Prepare for release 2.0
2005-06-17 12:23 loose
* AUTHORS, COPYING, ChangeLog, INSTALL, NEWS, README, configure.in:
%[ER: 0]%
Prepare for release 2.0
2005-06-15 13:57 overeem
2005-06-15 13:57 overeem
* test/ExampleSocket.cc: %[ER:231]% Deleting Listener Socket after
* test/ExampleSocket.cc: %[ER:231]% Deleting Listener Socket after
...
...
This diff is collapsed.
Click to expand it.
LCS/Transport/NEWS
+
22
−
0
View file @
8d45ab79
LCS/Transport: Version 2.1, date: 2005/09/05
============================================
This version of the LCS/Transport library incorporates some bug-fixes to source
code and tests. The CyclicBuffer and Lock classes have been moved to CEP/CEPFrame.
The following Bugs have been fixed
----------------------------------
BugID 147 : Transport : Missing null-pointer check in DataHolder::putExtra()
BugID 238 : Transport : ExampleEthernet fails to compile for gnu_fakebgl
BugID 272 : Transport : TH_Socket opening socket in constructor
Added argument to constructor that determines if the socket is made
in the constructor. MPI-CEPFrame applications can use this argument
to postpone the creation of the socket until TH_Socket::init() is
called.
LCS/Transport: Version 2.0, date: 2005/06/17
LCS/Transport: Version 2.0, date: 2005/06/17
============================================
============================================
...
...
This diff is collapsed.
Click to expand it.
LCS/Transport/configure.in
+
1
−
1
View file @
8d45ab79
...
@@ -5,7 +5,7 @@ AC_INIT
...
@@ -5,7 +5,7 @@ AC_INIT
dnl AC_CONFIG_AUX_DIR(config)
dnl AC_CONFIG_AUX_DIR(config)
dnl AM_CONFIG_HEADER(config/config.h)
dnl AM_CONFIG_HEADER(config/config.h)
AM_CONFIG_HEADER(config.h)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(Transport, 2.
0
, no-define)
AM_INIT_AUTOMAKE(Transport, 2.
1
, no-define)
dnl
dnl
dnl Initialize for LOFAR (may set compilers)
dnl Initialize for LOFAR (may set compilers)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment