Directory StandAlone/tools/graphview/

Total Files:
8
Deleted Files:
0
Lines of Code:
1637

[root]/StandAlone/tools/graphview

Lines of Code

StandAlone/tools/graphview/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 22 (100.0%) 33 (100.0%) 1.5
ahumphrey 6 (27.3%) 13 (39.4%) 2.1
jas 14 (63.6%) 12 (36.4%) 0.8
dav 2 (9.1%) 8 (24.2%) 4.0

Most Recent Commits

ahumphrey 2016-06-13 11:46 Rev.: 55440

Replace usage of NULL macro (type int) with nullptr (pointer literal of type: nullptr_t).

nullptr is implicitly convertible and comparable to any pointer type or pointer-to-member type, but is not implicitly comparable to integral types, except that it is convertible to bool (explicitly).

13 lines of code changed in 6 files:

  • StandAlone/tools/graphview: DaVinci.cc (+2 -2), GV_TaskGraph.cc (new), graphview.cc (+6 -6)
dav 2016-03-28 17:49 Rev.: 55135

Link in PIDX for static builds.

8 lines of code changed in 2 files:

  • StandAlone/tools/graphview: sub.mk (new)
jas 2016-03-15 18:24 Rev.: 55024

Move non-conflicting classes that were in SCIRun namespace to Uintah namespace.

4 lines of code changed in 2 files:

  • StandAlone/tools/graphview: DaVinci.cc (+4 -5), GV_TaskGraph.cc (-1)
jas 2016-01-08 15:45 Rev.: 54640

Update copyright date to 2016.

8 lines of code changed in 12 files:

  • StandAlone/tools/graphview: DaVinci.cc (+1 -1), DaVinci.h (+1 -1), Event.h (+1 -1), GV_TaskGraph.cc (+1 -1), GV_TaskGraph.h (+1 -1), graphview.cc (+1 -1), graphview.h (+1 -1), sub.mk (+1 -1)
Generated by StatSVN 0.7.0