
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 42 (100.0%) | 637 (100.0%) | 15.1 |
| anj | 20 (47.6%) | 320 (50.2%) | 16.0 |
| jhill | 12 (28.6%) | 173 (27.2%) | 14.4 |
| jba | 9 (21.4%) | 136 (21.4%) | 15.1 |
| lange | 1 (2.4%) | 8 (1.3%) | 8.0 |
back out cmath change
0 lines of code changed in 1 file:
attempting to fix std namespace issues with sun compiler
10 lines of code changed in 1 file:
attempting to fix std namespace issues with sun compiler
4 lines of code changed in 1 file:
Sync with R3.14 branch, lots of little things...
47 lines of code changed in 1 file:
Removed epicsList and test program; not used or maintained.
0 lines of code changed in 3 files:
merged in R3.14.7 changes
2 lines of code changed in 1 file:
merged in R3,.14 branch changes
13 lines of code changed in 1 file:
added array capabilities
56 lines of code changed in 1 file:
fixed inappropriate use of const
2 lines of code changed in 1 file:
Updated license comments.
55 lines of code changed in 6 files:
Fixed HPUX errors (typename)
8 lines of code changed in 1 file:
added reset()
11 lines of code changed in 1 file:
changed file name
74 lines of code changed in 2 files:
installed
0 lines of code changed in 1 file:
MSVC can't handle partial template specializations (swap<T>), so removed
removed swap<epicsList<T>> and renamed epicsSwap<epicsList<T>> to
epicsListSwap<T>
1 lines of code changed in 1 file:
Changed template so it takes an exception object as argument, not a
char* to use as the argument to the exception object. This may end
up copying the object, but it's now completely flexible (an exception
class must be copy-constructable anyhow).
25 lines of code changed in 1 file:
Using epicsAlgorithm.h
14 lines of code changed in 2 files:
Added epicsAlgorithm.h header containing epicsMin, epicsMax & epicsSwap.
27 lines of code changed in 1 file:
Removed epicsCppStd.h and STD_ macro - not required.
8 lines of code changed in 3 files:
Changes because MSVC doesn't support anywhere near standard C++. Yuck. - ANJ
81 lines of code changed in 3 files:
(4 more)