[root]/Source/Shared
Shared.xcodeproj
(1 files, 239 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 120 (100.0%) | 3680 (100.0%) | 30.6 |
| jbridon | 95 (79.2%) | 3182 (86.5%) | 33.4 |
| abrockett | 10 (8.3%) | 247 (6.7%) | 24.7 |
| stsalyuk | 9 (7.5%) | 240 (6.5%) | 26.6 |
| mjones | 3 (2.5%) | 5 (0.1%) | 1.6 |
| estoekl | 2 (1.7%) | 5 (0.1%) | 2.5 |
| ems5311 | 1 (0.8%) | 1 (0.0%) | 1.0 |
Added code to test Multipage messaging. Behavior is non-deterministic, but consistantly doesn't work. Please read over my commit though, its possible (though unlikely) that the error is on my side.
47 lines of code changed in 1 file:
Major work on the makefile system.
4 lines of code changed in 3 files:
Added Utilities_Vision.h/cpp to source control like I shoulda
135 lines of code changed in 2 files:
Moved SendImage, ReceiveImage to Utilities_Vision.h/cpp, changed BaseComponent to make everything jiffy
23 lines of code changed in 4 files:
Move SendImage(IplImage* img) from CamVisionInterface to Utilities.h
26 lines of code changed in 2 files:
Fixed small warning with Utilities
1 lines of code changed in 1 file:
Added itoa(...) function to utilities
42 lines of code changed in 2 files:
Updated ObserverInterface as well as base component
5 lines of code changed in 2 files:
Slight changes to observer interface
4 lines of code changed in 2 files:
Removed warning issues from BaseComponent
37 lines of code changed in 3 files:
Updated the projection transform system
1 lines of code changed in 1 file:
Added static hook for BaseComponent
8 lines of code changed in 2 files:
Resolved a bug in BaseComp.cpp
1 lines of code changed in 1 file:
Update some documentation and update ObserverClient for better info on design.
11 lines of code changed in 1 file:
Added timestamping to BaseComponent. Added get time function to utilities. Added all performance checks that output now from all components
71 lines of code changed in 5 files:
Added time association with posted messages
69 lines of code changed in 4 files:
Updated cam vision to work with openGL in Linux
14 lines of code changed in 4 files:
Updated makefiles to a non-library based system. Sorry Addam :P
4 lines of code changed in 2 files:
Updated for time performance output.
3 lines of code changed in 1 file:
Added config file parsing capabilities for all components via BaseComponent
285 lines of code changed in 6 files:
Moved from STL map to custom dictionary structures. Needs to be validated.
672 lines of code changed in 7 files:
adding IPC support for windows
11 lines of code changed in 2 files:
removing map.h from includes
1 lines of code changed in 1 file:
updating c++ include and link settings
11 lines of code changed in 1 file:
Added CamVision xcode project
1 lines of code changed in 1 file:
Updated source doc
2 lines of code changed in 1 file:
Documentation updated
4 lines of code changed in 1 file:
Fixed destructor call issue, though the main wrapper needs to be written.
24 lines of code changed in 3 files:
Fixed queue length issue
15 lines of code changed in 3 files:
First official release of BaseComponent to the dev. team. Certain issues such as multi-paging is not yet tested, as well as CMU IPC queue lengths seem to be too big
116 lines of code changed in 3 files:
Worked on getting base component updated
148 lines of code changed in 2 files:
Added module level makefile in Shared
16 lines of code changed in 1 file:
Continued work on ComponentTest. Working on buffering input.
164 lines of code changed in 2 files:
Continued work on ComponentTest. Working on buffering input.
72 lines of code changed in 3 files:
Resolved several performance issues. Completed most code within BaseComponent. Found an issue with queue lengths and data loss
124 lines of code changed in 3 files:
Have the base component partially working.
54 lines of code changed in 3 files:
Removed Communications class from design
5 lines of code changed in 3 files:
Migrated code from communications into BaseComponent
291 lines of code changed in 5 files:
Middle of working out communications
158 lines of code changed in 5 files:
Added XCode support for shared dir
67 lines of code changed in 5 files:
(8 more)