Developers: jbridon

Login name:
jbridon
Total Commits:
236 (56.9%)
Lines of Code:
14,863 (71.2%)
Most Recent Commit:
2009-11-18 17:14
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for jbridon

Activity by Day of Week for jbridon

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 236 (100.0%) 14863 (100.0%) 62.9
Source/Shared/Shared.xcodeproj/ 11 (4.7%) 6560 (44.1%) 596.3
Source/Shared/ 95 (40.3%) 3182 (21.4%) 33.4
Source/ArduinoServer/ 12 (5.1%) 1909 (12.8%) 159.0
/ 8 (3.4%) 813 (5.5%) 101.6
Source/ArduinoClient/ 24 (10.2%) 633 (4.3%) 26.3
Source/ProjectionInterface/ 14 (5.9%) 428 (2.9%) 30.5
Source/ObserverInterface/ 20 (8.5%) 413 (2.8%) 20.6
Source/WaypointInterface/ 13 (5.5%) 402 (2.7%) 30.9
Source/CamVisionInterface/ 11 (4.7%) 261 (1.8%) 23.7
Source/ 11 (4.7%) 167 (1.1%) 15.1
Source/CollisionInterface/ 5 (2.1%) 33 (0.2%) 6.6
Source/RoadSelectInterface/ 4 (1.7%) 25 (0.2%) 6.2
Source/MainController/ 4 (1.7%) 19 (0.1%) 4.7
Source/LaserInterface/ 2 (0.8%) 18 (0.1%) 9.0
Resource/ 1 (0.4%) 0 (0.0%) 0.0
Minigrand10/ 1 (0.4%) 0 (0.0%) 0.0

Activity of jbridon

Most Recent Commits

jbridon 2009-11-18 17:13

Changed the class name to better fit the system's architecture.

26 lines of code changed in 8 files:

  • Source: makefile (+1 -1)
  • Source/CollisionInterface: CollisionInterface.cpp (+5 -5), CollisionInterface.h (+9 -7), Main.cpp (+1 -1)
  • Source/MainController: main.cpp (+1 -5), makefile (+1 -1)
  • Source/RoadSelectInterface: Main.cpp (new 7), makefile (+1 -1)
jbridon 2009-11-15 17:15 Rev.: 141

Major work on the makefile system.

40 lines of code changed in 15 files:

  • Source: makefile (+6 -3), makefile.cfg (+20 -6)
  • Source/ArduinoClient: makefile (+1 -2)
  • Source/CamVisionInterface: makefile (+1 -2)
  • Source/CollisionInterface: makefile (+1 -2)
  • Source/LaserInterface: makefile (+1 -2)
  • Source/MainController: makefile (-1)
  • Source/ObserverInterface: makefile (+2 -2)
  • Source/ProjectionInterface: ProjectionInterface.cpp (-3), ProjectionInterface.h (+3)
  • Source/RoadSelectInterface: makefile (-1)
  • Source/Shared: Utilities_Vision.cpp (+2 -2), Utilities_Vision.h (+1 -1), makefile (+1 -2)
  • Source/WaypointInterface: makefile (+1 -2)
jbridon 2009-11-08 14:32 Rev.: 120

Added sample image

0 lines of code changed in 1 file:

  • Resource: SamplePath1.jpg (new)
jbridon 2009-11-01 18:02 Rev.: 105

Worked on getting GPS / waypoint code close to running

108 lines of code changed in 3 files:

  • Source/WaypointInterface: WaypointInterface.cpp (+90 -6), WaypointInterface.h (+17 -1), makefile (+1 -1)
jbridon 2009-11-01 17:30 Rev.: 104

Worked on projection code review

8 lines of code changed in 2 files:

  • Source/ProjectionInterface: GetPerspective.cpp (+4 -2), makefile (+4 -4)
jbridon 2009-11-01 16:53 Rev.: 103

Resolved naming issue

183 lines of code changed in 2 files:

  • Source/ProjectionInterface: GetPerspective.cpp (new 183), get.cpp (del)
jbridon 2009-11-01 16:53 Rev.: 102

Fixing naming issue

0 lines of code changed in 2 files:

  • Source/ProjectionInterface: get.cpp (new), getperspective.cpp (del)
jbridon 2009-11-01 16:52 Rev.: 101

Code review of perspective tools

217 lines of code changed in 5 files:

  • Source/ProjectionInterface: ProjectionInterface.cpp (+64 -42), ProjectionInterface.h (+1 -1), doPerspective.cpp (del), getperspective.cpp (+150 -109), makefile (+2 -2)
jbridon 2009-10-31 15:59 Rev.: 98

Worked on GPS interfacing code; Designed the basic features

131 lines of code changed in 4 files:

  • Source/WaypointInterface: SamplePoints.gps (new 6), WaypointInterface.cpp (+98 -38), WaypointInterface.h (+26 -13), waypointinterface.cfg (new 1)
jbridon 2009-10-31 15:32 Rev.: 97

Added file support to arduino interface

9 lines of code changed in 3 files:

  • Source/ArduinoClient: ArduinoInterface.cpp (+6 -1), ArduinoInterface.h (+2 -1), arduinointerface.cfg (new 1)
jbridon 2009-10-31 14:41 Rev.: 96

Started work on waypoint interface

145 lines of code changed in 4 files:

  • Source/WaypointInterface: Main.cpp (new 25), WaypointInterface.cpp (new 69), WaypointInterface.h (new 49), makefile (+2 -2)
jbridon 2009-10-31 14:14 Rev.: 95

Finished the arduino interface

44 lines of code changed in 6 files:

  • Source/ArduinoClient: ArduinoClient.cpp (+5 -5), ArduinoClient.h (+2 -1), ArduinoInterface.cpp (+10 -7), ArduinoInterface.h (+1 -1), Main.cpp (new 25), makefile (+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)
jbridon 2009-10-31 12:55 Rev.: 93

Worked on the arduino interface

114 lines of code changed in 2 files:

  • Source/ArduinoClient: ArduinoInterface.cpp (+65 -1), ArduinoInterface.h (+49 -1)
jbridon 2009-10-31 12:06 Rev.: 92

Changed name of arduino base component interface

3 lines of code changed in 4 files:

  • Source/ArduinoClient: ArduinoInterface.cpp (new 2), ArduinoInterface.h (new 1), VehicleInterface.cpp (del), VehicleInterface.h (del)
jbridon 2009-10-31 12:05 Rev.: 91

Reviewed the Arduino client and server code; Fixed several bugs

315 lines of code changed in 9 files:

  • Source/ArduinoClient: ArduinoClient.cpp (+66 -87), ArduinoClient.h (+8 -7), VehicleInterface.cpp (new 2), VehicleInterface.h (new 1), makefile (+2 -2)
  • Source/ArduinoServer: ArduinoServer.pde (+95 -77), CommandConst.h (+25 -22), Commands.pde (+21 -16), Hardware.pde (+95 -89)
jbridon 2009-10-27 13:56 Rev.: 86

Slight changes to observer interface

6 lines of code changed in 3 files:

  • Source/ObserverInterface: ObserverInterface.cpp (+2 -2)
  • 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)
jbridon 2009-10-26 20:41 Rev.: 84

Major changes to makefile system, add makefiles are set.

268 lines of code changed in 17 files:

  • README_VisualStudio (del), license (del), makefile (del), readme (+84 -19)
  • Minigrand10: Minigrand10.sln (del)
  • Source: components.mk (del), makefile (new 18), makefile.cfg (new 45)
  • Source/ArduinoClient: makefile (new 17)
  • Source/CamVisionInterface: makefile (+1 -1)
  • Source/CollisionInterface: makefile (new 17)
  • Source/LaserInterface: makefile (new 17)
  • Source/MainController: makefile (new 17)
  • Source/ObserverInterface: makefile (+1 -1)
  • Source/ProjectionInterface: makefile (new 17)
  • Source/RoadSelectInterface: makefile (new 17)
  • Source/WaypointInterface: makefile (new 17)
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)

(37 more)

Generated by StatSVN 0.5.0