Activity

From 01/29/2012 to 02/27/2012

02/27/2012

03:52 PM Revision 351 (cca): Updated test environment
anordman
03:28 PM Revision 350 (cca): Fixed spread test config
anordman

02/25/2012

04:12 PM Feature #898 (Resolved): Implement reset mechanism in component lifecycle
Applied in changeset r349. Anonymous
02:57 PM Feature #898 (Resolved): Implement reset mechanism in component lifecycle
Implement reset mechanism in component lifecycle, required in a downstream project for resource node components. Anonymous
04:11 PM Revision 349 (cca): Empty all input ports (buffers) on reset
fixes #898 anordman
04:00 PM Feature #899 (Resolved): Purge buffers of input ports
Applied in changeset r348. Anonymous
03:34 PM Feature #899 (Resolved): Purge buffers of input ports
For resetting logic in components we need to be able to empty the buffers of the input ports to get the components in... Anonymous
03:57 PM Revision 348 (cca): Implemented and tested purgin (emptying) of buffers
fixes #899 anordman
03:37 PM Revision 347 (cca): Implemented and tested reset state transitions in components
* Needs purging of the component`s input buffers in order to be complete reset
#refs 898
#refs 899
anordman
02:26 PM Revision 346 (cca): amarsi-fixes #219
anordman
01:24 PM Revision 345 (cca): Missed to include nemobench include dirs
anordman

02/24/2012

05:56 PM Revision 344 (cca): Synchronized access of single latest item through mutex
anordman
05:55 PM Revision 343 (cca): Synchronized access through mutex
anordman

02/23/2012

06:01 PM Revision 342 (cca): * More benchmarking
* Minor performance tweak anordman
05:26 PM Revision 341 (cca): Marked tryGet method in buffer deprecated
anordman
05:16 PM Revision 340 (cca): Benchmarking buffers
anordman
05:07 PM Revision 339 (cca): Buffers now only provide one get method (tryGet now deprecated)
* Waiting until new item arrives breaks with CCA managed processing anordman
03:52 PM Revision 338 (cca): * Static declarations for degtorad and radtodeg mappings
* More constness where allowed anordman

02/22/2012

06:59 PM Revision 337 (cca): Performance improvement on DTO splitting based on benchmarks
anordman
06:56 PM Revision 336 (cca): Changed semantics of Constructor with one numeric value
* Formerly: interpreted as dimensionality
* Is now: Interpreted as desired initial value of a one-dimensional DTO
anordman
06:39 PM Revision 335 (cca): Some benchmarks for ContainingDoubles DTOs
anordman
01:50 PM Revision 334 (cca): Introduced Benchmarking
* First small benchmark example for DTO splitting anordman

02/20/2012

07:40 PM Revision 333 (cca): project settings
C. Emmerich
12:08 PM Revision 332 (cca): just some Ptr correctness
C. Emmerich
11:43 AM Revision 331 (cca): Minor, documentation
anordman

02/17/2012

11:44 AM Revision 330 (cca): Minor change, documentation
anordman

02/16/2012

06:43 PM Revision 329 (cca): Component info now also displaying port scopes
anordman
02:32 PM Revision 328 (cca): minor change
anordman
02:18 PM Revision 327 (cca): minor change
anordman
02:13 PM Revision 326 (cca): Handling of not configured nodes
anordman
02:07 PM Revision 325 (cca): Handling of not configured nodes
anordman
02:00 PM Revision 324 (cca): Now using split() and merge() methods from DTOs inside Splitter and Collecto...
anordman
01:55 PM Revision 323 (cca): We don`t need to throw an exception here, logging an error is enough
anordman
11:26 AM Revision 322 (cca): Fixed splitter and collector
Added splitter and collector tests anordman
11:00 AM Revision 321 (cca): Fixed CMake config
anordman
10:49 AM Tasks #884 (Resolved): Split cca and cca-rt libraries
Applied in changeset r318. Anonymous
10:47 AM Revision 320 (cca): Fixed rt library extension
anordman
10:45 AM Revision 319 (cca): Real-Time tests if rt extension is built
anordman
10:40 AM Revision 318 (cca): Extracted real-time stuff from main cca library
* Executables depending on cca-rt now need to explicitly link CCA_RT_LIBRARIES also
fixes #884
anordman

02/15/2012

08:13 PM Tasks #884 (Resolved): Split cca and cca-rt libraries
Split cca and cca-rt libraries. If not split up, every binary linked with libcca would require root privileges (for r... Anonymous
08:12 PM Revision 317 (cca): copied ContainingDoubles from RCI
C. Emmerich
07:45 PM Revision 316 (cca): RSB and Spread config for running tests
anordman
07:33 PM Revision 315 (cca): Implemented and tested DTO merging and splitting
* Templated methods in ContainingDoubles base class
* Merging takes several one- or multi-dimensional DTOs
* Splittin...
anordman
07:15 PM Revision 314 (cca): Try another spread port
anordman
07:14 PM Revision 313 (cca): Cleaned up tests (only spread if necessary for tests)
anordman
07:08 PM Revision 312 (cca): Cleaned up component tests (only spread if necessary for tests)
anordman
07:08 PM Revision 311 (cca): Preparations for DTO merging and splitting
refs #882
refs #869
anordman
03:40 PM Revision 310 (cca): More convenient logger output
anordman
03:34 PM Revision 309 (cca): More convenient logger output
Fixed configuration handling on incoming events if component is not fully configured yet anordman

02/14/2012

06:24 PM Revision 308 (cca): Infrastructure for RTBeat, not working yet
refs #879 anordman
06:09 PM Bug #872 (Resolved): Input-driven components start processing before ready
Applied in changeset r306. Anonymous
06:09 PM Revision 307 (cca): * Some configuration for integrating an RT beat
* Cleanup
refs #879
anordman
06:06 PM Revision 306 (cca): * More verbose and better handling of unconfigured nodes
* Nodes can from now on only process if they are fully configured (e.g. all portsm processing strategy)
* Some testin...
anordman
05:20 PM Feature #879 (New): RTBeat
Provide RealTime-Beat, extending Beat-Baseclass and therefore providing the same interface. Anonymous

02/10/2012

03:33 PM Bug #872 (Resolved): Input-driven components start processing before ready
Input-driven components start processing before ready, when input scopes are already busy.
E.g. Collector component ...
Anonymous
03:30 PM Bug #871 (Resolved): PortConfiguration is wrong
Applied in changeset r305. Anonymous
03:10 PM Bug #871 (Resolved): PortConfiguration is wrong
PortConfiguration is wrong, always configuring RSB informers and listeners to listen/publish on spread *and* inproces... Anonymous
03:30 PM Revision 305 (cca): PortConfiguration now properly enabling/disabling rsb transports
fixes #871 anordman
02:50 PM Tasks #870 (Resolved): Recheck processing strategies
Fixed one bug in PortTriggered processing strategy, added tests to ensure desired behaviour. Anonymous
02:06 PM Tasks #870 (Resolved): Recheck processing strategies
Processing strategies @timed@ and @moderate@ somehow produced doubled processing rate. When incoming data arrived eve... Anonymous
02:43 PM Revision 304 (cca): Cleanup
anordman
02:42 PM Revision 303 (cca): Minor change, buffer naming
anordman
02:38 PM Revision 302 (cca): Fixing PortTriggered processing to only react on *new* items
refs #870 anordman

02/09/2012

07:07 PM Revision 301 (cca): More integration testing to test interplay between running beat and timed cca...
anordman
07:05 PM Revision 300 (cca): Logging (mostly trace logging)
anordman
07:05 PM Revision 299 (cca): Logging
anordman
06:08 PM Revision 298 (cca): Split up test-cases in seperate tests
Added integrational test to test interplay between beat and components with TimedProcessingStrategy anordman
05:36 PM Revision 297 (cca): Tested more samplerates for TimedProcessingStrategy (due to downstream issue)
anordman
10:49 AM Feature #868 (Resolved): State Changing
Handle State Changing in Components and external Triggering. Anonymous

02/08/2012

03:38 PM Revision 296 (cca): synchronized DataTransferObject with RCI
C. Emmerich
11:56 AM Revision 295 (cca): Enable super pedantic compiler warnings
anordman

02/07/2012

03:33 PM Revision 294 (cca): Deleted eclipse setiings from repository. Sorry if that crashes local configu...
anordman

02/06/2012

07:55 PM Revision 293 (cca): Inlining stream operator for DTOs (to remove a lot of warnings)
anordman
07:33 PM Bug #855 (Resolved): Fix stream operator for DTOs
Fix stream operator for DTOs.
/homes/anordman/dev/amarsi/RCI/src/cca/dto/DataTransferObject.h:109: warning: ‘std:...
Anonymous
06:07 PM Revision 292 (cca): We don`t do mocking yet, so removed this ugly 3rd-party dependency
anordman
02:53 PM Revision 291 (cca): Adapted to changes in ComponentInfo DTO
anordman
02:52 PM Revision 290 (cca): Some DTO refactoring (especially those containing double values)
anordman
02:51 PM Revision 289 (cca): Fixed Nemo Transformation. Still not dimension-independent yet
anordman

02/02/2012

06:02 PM Revision 288 (cca): Improved component info
Kicked some warnings anordman

02/01/2012

08:30 PM Bug #839 (New): Report error/throw exception if missing converter
Report error/throw exception if missing converter. Right now just saw RSB warning. Anonymous
04:15 PM Revision 287 (cca): Fixed include
anordman
03:59 PM Revision 286 (cca): Fixed include
anordman

01/30/2012

03:18 PM Revision 285 (cca): Draft for generic NemoMath Transformation Component
anordman
 

Also available in: Atom