Directory Source/Shared/

Directory Created:
2009-09-29 17:08
Total Files:
15
Deleted Files:
2
Lines of Code:
2584

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

Lines of Code

Source/Shared/ Lines of Code

Developers

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

Most Recent Commits

abrockett 2010-02-04 15:53 Rev.: 148

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:

  • Source/Shared: ComponentTest.cpp (+47 -3)
jbridon 2009-11-15 17:15 Rev.: 141

Major work on the makefile system.

4 lines of code changed in 3 files:

  • Source/Shared: Utilities_Vision.cpp (+2 -2), Utilities_Vision.h (+1 -1), makefile (+1 -2)
abrockett 2009-11-12 09:43 Rev.: 128

Added Utilities_Vision.h/cpp to source control like I shoulda

135 lines of code changed in 2 files:

  • Source/Shared: Utilities_Vision.cpp (new 101), Utilities_Vision.h (new 34)
abrockett 2009-11-12 09:41 Rev.: 127

Moved SendImage, ReceiveImage to Utilities_Vision.h/cpp, changed BaseComponent to make everything jiffy

23 lines of code changed in 4 files:

  • Source/Shared: BaseComponent.h (+21 -16), Utilities.cpp (-23), Utilities.h (-3), makefile (+2 -2)
abrockett 2009-11-11 17:09 Rev.: 123

Move SendImage(IplImage* img) from CamVisionInterface to Utilities.h

26 lines of code changed in 2 files:

  • Source/Shared: Utilities.cpp (+23), Utilities.h (+3)
mjones 2009-11-08 13:55 Rev.: 115

Fixed small warning with Utilities

1 lines of code changed in 1 file:

  • Source/Shared: Utilities.cpp (+1 -1)
jbridon 2009-10-31 13:41 Rev.: 94

Added itoa(...) function to utilities

42 lines of code changed in 2 files:

  • Source/Shared: Utilities.cpp (+38), Utilities.h (+4)
estoekl 2009-10-30 17:43 Rev.: 90

Updated ObserverInterface as well as base component

5 lines of code changed in 2 files:

  • Source/Shared: BaseComponent.cpp (+3 -3), BaseComponent.h (+2 -2)
jbridon 2009-10-27 13:56 Rev.: 86

Slight changes to observer interface

4 lines of code changed in 2 files:

  • Source/Shared: BaseComponent.cpp (+3), ComponentTest.cpp (+1 -1)
jbridon 2009-10-27 13:49 Rev.: 85

Removed warning issues from BaseComponent

37 lines of code changed in 3 files:

  • Source/Shared: BaseComponent.cpp (+23 -2), BaseComponent.h (+13 -23), makefile (+1 -1)
mjones 2009-10-25 13:41 Rev.: 83

Updated the projection transform system

1 lines of code changed in 1 file:

  • Source/Shared: Utilities.h (+1 -1)
jbridon 2009-10-25 11:47 Rev.: 79

Added static hook for BaseComponent

8 lines of code changed in 2 files:

  • Source/Shared: BaseComponent.cpp (+5), BaseComponent.h (+3)
ems5311 2009-10-21 16:30 Rev.: 69

Resolved a bug in BaseComp.cpp

1 lines of code changed in 1 file:

  • Source/Shared: BaseComponent.cpp (+1 -1)
jbridon 2009-10-19 18:47 Rev.: 67

Update some documentation and update ObserverClient for better info on design.

11 lines of code changed in 1 file:

  • Source/Shared: BaseComponent.h (+11)
jbridon 2009-10-19 18:28 Rev.: 66

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:

  • Source/Shared: BaseComponent.cpp (+48 -10), BaseComponent.h (+5), ComponentTest.cpp (+16 -2), Utilities.cpp (+1 -1), Utilities.h (+1 -1)
jbridon 2009-10-19 17:08 Rev.: 65

Added time association with posted messages

69 lines of code changed in 4 files:

  • Source/Shared: BaseComponent.cpp (+21 -5), BaseComponent.h (+14 -5), Utilities.cpp (+31), Utilities.h (+3)
jbridon 2009-10-18 14:35 Rev.: 59

Updated cam vision to work with openGL in Linux

14 lines of code changed in 4 files:

  • Source/Shared: BaseComponent.cpp (+10 -9), BaseComponent.h (+1 -1), ComponentTest.cpp (+1 -1), Utilities.h (+2 -2)
jbridon 2009-10-18 12:48 Rev.: 58

Updated makefiles to a non-library based system. Sorry Addam :P

4 lines of code changed in 2 files:

  • Source/Shared: Utilities.h (+1), makefile (+3 -2)
mjones 2009-10-18 12:01 Rev.: 55

Updated for time performance output.

3 lines of code changed in 1 file:

  • Source/Shared: BaseComponent.cpp (+3 -10)
jbridon 2009-10-18 06:14 Rev.: 53

Added config file parsing capabilities for all components via BaseComponent

285 lines of code changed in 6 files:

  • Source/Shared: BaseComponent.cpp (+224 -8), BaseComponent.h (+38), ComponentTest.cpp (+15 -1), Queue.h (+2 -2), generatepi.cfg (new 3), makefile (+3 -1)
jbridon 2009-10-11 16:20 Rev.: 49

Moved from STL map to custom dictionary structures. Needs to be validated.

672 lines of code changed in 7 files:

  • Source/Shared: BaseComponent.cpp (+35 -21), BaseComponent.h (+8 -3), Dictionary.h (new 283), List.h (new 102), Queue.h (new 126), Stack.h (new 118), Utilities.h (-10)
stsalyuk 2009-10-11 13:31 Rev.: 47

adding IPC support for windows

11 lines of code changed in 2 files:

  • Source/Shared: Utilities.cpp (+2 -1), Utilities.h (+9 -3)
stsalyuk 2009-10-11 13:31 Rev.: 46

removing map.h from includes

1 lines of code changed in 1 file:

  • Source/Shared: BaseComponent.h (+1 -1)
stsalyuk 2009-10-11 13:30 Rev.: 45

updating c++ include and link settings

11 lines of code changed in 1 file:

  • Source/Shared: Shared.vcproj (+11 -11)
jbridon 2009-10-11 13:07 Rev.: 40

Added CamVision xcode project

1 lines of code changed in 1 file:

  • Source/Shared: makefile (+1 -1)
jbridon 2009-10-09 16:02 Rev.: 38

Updated source doc

2 lines of code changed in 1 file:

  • Source/Shared: BaseComponent.h (+2 -2)
jbridon 2009-10-08 18:41 Rev.: 37

Documentation updated

4 lines of code changed in 1 file:

  • Source/Shared: BaseComponent.h (+4 -1)
jbridon 2009-10-08 18:38 Rev.: 36

Fixed destructor call issue, though the main wrapper needs to be written.

24 lines of code changed in 3 files:

  • Source/Shared: BaseComponent.cpp (+16 -2), BaseComponent.h (+6 -4), ComponentTest.cpp (+2 -2)
jbridon 2009-10-08 18:26 Rev.: 35

Fixed queue length issue

15 lines of code changed in 3 files:

  • Source/Shared: BaseComponent.cpp (+5 -1), BaseComponent.h (+9 -4), ComponentTest.cpp (+1 -1)
jbridon 2009-10-08 18:09 Rev.: 34

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:

  • Source/Shared: BaseComponent.cpp (+45 -23), BaseComponent.h (+18 -14), ComponentTest.cpp (+53 -32)
jbridon 2009-10-08 16:44 Rev.: 33

Worked on getting base component updated

148 lines of code changed in 2 files:

  • Source/Shared: BaseComponent.cpp (+119 -100), BaseComponent.h (+29 -35)
abrockett 2009-10-07 17:07 Rev.: 32

Added module level makefile in Shared

16 lines of code changed in 1 file:

  • Source/Shared: makefile (new 16)
jbridon 2009-10-06 20:05 Rev.: 31

Continued work on ComponentTest. Working on buffering input.

164 lines of code changed in 2 files:

  • Source/Shared: BaseComponent.cpp (+131 -15), BaseComponent.h (+33 -3)
jbridon 2009-10-06 18:25 Rev.: 30

Continued work on ComponentTest. Working on buffering input.

72 lines of code changed in 3 files:

  • Source/Shared: BaseComponent.cpp (+47 -21), BaseComponent.h (+20 -7), ComponentTest.cpp (+5 -7)
jbridon 2009-10-06 16:31 Rev.: 29

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:

  • Source/Shared: BaseComponent.cpp (+44 -22), BaseComponent.h (+12 -10), ComponentTest.cpp (+68 -11)
jbridon 2009-10-06 14:25 Rev.: 28

Have the base component partially working.

54 lines of code changed in 3 files:

  • Source/Shared: BaseComponent.cpp (+9 -3), BaseComponent.h (+3 -3), ComponentTest.cpp (+42 -141)
jbridon 2009-10-06 13:52 Rev.: 27

Removed Communications class from design

5 lines of code changed in 3 files:

  • Source/Shared: BaseComponent.cpp (+5 -1), Communication.cpp (del), Communication.h (del)
jbridon 2009-10-06 13:50 Rev.: 26

Migrated code from communications into BaseComponent

291 lines of code changed in 5 files:

  • Source/Shared: BaseComponent.cpp (+91 -18), BaseComponent.h (+36 -11), Communication.cpp (+24 -14), Communication.h (+1 -30), ComponentTest.cpp (+139 -10)
jbridon 2009-10-05 19:41 Rev.: 24

Middle of working out communications

158 lines of code changed in 5 files:

  • Source/Shared: Communication.cpp (+73 -11), Communication.h (+34 -5), ComponentTest.cpp (+33 -1), Utilities.cpp (+7 -2), Utilities.h (+11 -3)
jbridon 2009-10-05 15:21 Rev.: 23

Added XCode support for shared dir

67 lines of code changed in 5 files:

  • Source/Shared: BaseComponent.cpp (-1), BaseComponent.h (+1 -1), Communication.cpp (+32), Communication.h (+10 -26), ComponentTest.cpp (new 24)

(8 more)

Generated by StatSVN 0.5.0