| Source path: svn/ corelib/ branches/ users/ chryswoods/ src/ libs/ Siren/ stream.h |
|
|
|
|
Change log
I've been working on SireCluster, having designed most of the network message transmission layer (which integrates encryption using SireSec), and abstracting away the actual network protocol (so all MPI is now restricted to just mpi/mpicluster.cpp). I've also sorted out how to run all MPI from a single thread, so that it should work with older MPI imlpementations (which are not thread safe, which don't have C++ bindings ...
| Go to: |
Sign in to write a code review
Older revisions
r1126
by chryswoods
on Dec 6, 2009
Diff
SireBase and SireMaths now both compile and link and the tests (those that have been written) run via sirentest. ...
r1125
by chryswoods
on Dec 6, 2009
Diff
I've nearly finished porting SireBase over to Siren. I've just got to finish Properties, CombineProperties and LinkToProperty. ...
r1124
by chryswoods
on Dec 6, 2009
Diff
I'm making good progress working through porting SireBase to Siren. I've decided that container types will not inherit from Siren::Object or Siren::Primitive (as ...