Directory testprograms/TestSuite/

Total Files:
7
Deleted Files:
0
Lines of Code:
654

[root]/testprograms/TestSuite

Lines of Code

testprograms/TestSuite/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 16 (100.0%) 19 (100.0%) 1.1
ahumphrey 4 (25.0%) 12 (63.2%) 3.0
jas 12 (75.0%) 7 (36.8%) 0.5

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).

12 lines of code changed in 4 files:

  • testprograms/TestSuite: Suite.cc (+8 -8), Suite.h (+4 -4)
jas 2016-01-08 15:45 Rev.: 54640

Update copyright date to 2016.

7 lines of code changed in 12 files:

  • testprograms/TestSuite: Suite.cc (+1 -1), Suite.h (+1 -1), SuiteTree.cc (new), SuiteTree.h (+1 -1), Test.cc (new), Test.h (new), sub.mk (+1 -1)
Generated by StatSVN 0.7.0