[root]/PROBE_SET
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 468 (100.0%) | 15021 (100.0%) | 32.0 |
foerster | 154 (32.9%) | 10690 (71.2%) | 69.4 |
westram | 312 (66.7%) | 4330 (28.8%) | 13.8 |
epruesse | 1 (0.2%) | 1 (0.0%) | 1.0 |
baderk | 1 (0.2%) | 0 (0.0%) | 0.0 |
* remove trailing whitespace from c source.
4 lines of code changed in 4 files:
* rename {{{CPP_OBJECTS}}} -> {{{OBJECTS}}}.
3 lines of code changed in 1 file:
* full update from child 'fix' into 'trunk'
- improve target 'cleanRelinkable'
- fix crash in inotify file tracker (occurred when moving a tracked file)
- minor tweaks for fts
* adds: log:branches/fix@18131:18139
4 lines of code changed in 1 file:
* reintegrates 'mix' into 'trunk'
* prepare arb for hybrid svn/git use (central svn + local git)
* adds: log:branches/mix@17631:17633
1 lines of code changed in 1 file:
* reintegrates 'gcc' into 'trunk'
- mostly cosmetics changes
* adds: log:branches/gcc@16655,16741:16743,16752:16765
18 lines of code changed in 7 files:
* partial merge from 'gcc' into 'trunk'
- use {{{nullptr}}} in Cxx11 (with backward compatibility)
* adds: log:branches/gcc@16683:16740,16744:16746,16751
77 lines of code changed in 14 files:
* reintegrates 'cover' into 'trunk'
- fixes compilation with COVERAGE
* ARB perl module failed to load (since [13739])
* linking executables broken (apparently since [14038])
* adds: log:branches/cover@16213:16222
1 lines of code changed in 1 file:
* rename only
7 lines of code changed in 5 files:
* reintegrates 'warnings' into 'trunk'
- activate additional warnings (gcc 5.x++)
- Cxx11-forward final (classes+methods)
- fix tag problems caused by using preprocessor
* adds: log:branches/warnings@15486:15489,15491:15501,15506:15512
4 lines of code changed in 3 files:
* remove {{{virtual}}} if {{{OVERRIDE}}} is present
- OVERRIDE implies 'implicit virtual' (if code compiles as C++11 <- tested on build server!)
32 lines of code changed in 3 files:
* reintegrates 'fixres' into 'trunk'
- fixes #715
* adds: log:branches/fixres@15127:15175
3 lines of code changed in 1 file:
* partial merge from 'fix' into 'trunk'
- default_copyability++
* adds: log:branches/fix@15072,15077:15081
0 lines of code changed in 1 file:
* reintegrates 'fixwarn' into 'trunk'
* adds: log:branches/fixwarn@14815:14832
225 lines of code changed in 10 files:
* change link order to avoid runtime error
{{{
ASan runtime does not come first in initial library list
}}}
* (temp) disable failing asan-checks: vptr,alignment,null,bounds (introduced by gcc 5.x)
12 lines of code changed in 1 file:
* reintegrates 'vectorize' into 'trunk'
- adds vectorization check for gcc 4.9.x / NDEBUG compile
* adds:
- log:branches/vectorize@13428:13442
1 lines of code changed in 1 file:
* reintegrates 'gcc' into 'trunk'
- implements #569 (!AddressSanitizer)
* adds:
- log:branches/gcc@12995,12997:13000,13004,13007:13009,13015,13017:13018
1 lines of code changed in 1 file:
- un-dummy-fied transaction (renames only)
5 lines of code changed in 4 files:
* use arb_assert code
15 lines of code changed in 2 files:
* prototype for GBK_terminate differed between arb_core.h and arb_msg.h
9 lines of code changed in 1 file:
* fixed unused private members reported by clang
* turned off 'unused private members'-warnings (2 of 3 were false positives)
4 lines of code changed in 1 file:
* use cflags before cxxflags
1 lines of code changed in 1 file:
* renamed include variables
1 lines of code changed in 1 file:
* made A_CC and A_CXX consistent
- A_CXX previously contained cxxflags
- cxxflags are now passed down and used separately
1 lines of code changed in 1 file:
- renamed
* ACC -> A_CC
* CPP -> A_CXX (misleading atm, since it contains c++flags)
1 lines of code changed in 1 file:
- document mechanism used by ARB to export variables to submakefiles
- document most important variables
1 lines of code changed in 1 file:
* changed dynamic value-initializations into default-initializations
- i believe/know they were used with ignorance of [http://stackoverflow.com/questions/620137/do-the-parentheses-after-the-type-name-make-a-difference-with-new?answertab=active#tab-top ctor-behavior].
2 lines of code changed in 1 file:
- effect of [9574] (comments only)
1 lines of code changed in 1 file:
* use explicit override
- renamed PS_BitSet_Fast::get/set to Get/Set (like in PS_BitSet).
* methods did not overload.
* untested - undo changeset if problems arise
* removed virtual from memberfunctions only occurring once (globally)
50 lines of code changed in 3 files:
- explicit override destructors of classes derived from virtual base classes
- skipped directories WINDOW and PROBE (should be done in branches gtk and ptsfix)
2 lines of code changed in 2 files:
- updated depends for [9520]
25 lines of code changed in 1 file:
- reintegrated branch 'cxx11'
3 lines of code changed in 1 file:
* leave(s) -> leaf(s)
2 lines of code changed in 2 files:
* fixed cppcheck warnings
149 lines of code changed in 16 files:
* guided by clang static checker:
- fix or at least comment many assigned but never used values
30 lines of code changed in 2 files:
* comments cleanup
6 lines of code changed in 1 file:
remove LIBLINK
1 lines of code changed in 1 file:
- cppchecked (1.53)
4 lines of code changed in 1 file:
* removed dead code
(partly reverted by [8316])
2 lines of code changed in 1 file:
* splitted pseudo-module ps_pg_tree_functions.cxx into two headers
* some functions inline instead of static
131 lines of code changed in 8 files:
* moved much code into static scope
(partly reverted by [8310])
74 lines of code changed in 8 files:
(131 more)