Directory PROBE_SET/

Directory Created:
2002-06-04 14:41
Total Files:
32
Deleted Files:
4
Lines of Code:
6865

[root]/PROBE_SET

Lines of Code

PROBE_SET/ Lines of Code

Developers

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

Most Recent Commits

westram 2021-09-15 13:52 Rev.: 18730


* remove trailing whitespace from c source.

4 lines of code changed in 4 files:

  • PROBE_SET: ps_bitmap.hxx (+1 -1), ps_bitset.hxx (+1 -1), ps_detect_weak_differences.cxx (+1 -1), ps_filebuffer.cxx (+1 -1)
westram 2021-09-15 13:39 Rev.: 18725


* rename {{{CPP_OBJECTS}}} -> {{{OBJECTS}}}.

3 lines of code changed in 1 file:

  • PROBE_SET: Makefile (+3 -3)
westram 2019-10-03 10:08 Rev.: 18140


* 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:

  • PROBE_SET: Makefile (+4 -2)
westram 2019-03-04 15:22 Rev.: 17634


* 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:

  • PROBE_SET: .gitignore (new 1)
westram 2017-11-28 19:22 Rev.: 16766


* reintegrates 'gcc' into 'trunk'
- mostly cosmetics changes
* adds: log:branches/gcc@16655,16741:16743,16752:16765

18 lines of code changed in 7 files:

  • PROBE_SET: ps_bitset.hxx (+2 -2), ps_candidate.hxx (+3 -5), ps_database.hxx (+1 -1), ps_eval_candidates.cxx (+1 -1), ps_filebuffer.cxx (+1 -2), ps_filebuffer.hxx (+2 -2), ps_node.hxx (+8 -10)
westram 2017-11-28 18:09 Rev.: 16763


* 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:

  • PROBE_SET: Makefile (+2), ps_arb2asciipaths.cxx (+1 -1), ps_bitmap.hxx (+13 -13), ps_bitset.hxx (+6 -6), ps_candidate.hxx (+22 -22), ps_convert_db.cxx (+4 -6), ps_database.hxx (+1 -1), ps_detect_weak_differences.cxx (+2 -2), ps_find_probes.cxx (+5 -6), ps_get_probes.cxx (+5 -5), ps_node.cxx (+3 -3), ps_node.hxx (+7 -5), ps_pg_specmap.hxx (+1 -1), ps_tools.hxx (+5 -1)
westram 2017-08-09 14:59 Rev.: 16223


* 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:

  • PROBE_SET: Makefile (+1 -1)
westram 2017-04-05 11:06 Rev.: 15738


* rename only

7 lines of code changed in 5 files:

  • PROBE_SET: ps_candidate.hxx (+1 -1), ps_database.cxx (+2 -2), ps_database.hxx (+2 -2), ps_make_sample_db.cxx (+1 -1), ps_my2asciipaths.cxx (+1 -1)
westram 2017-01-04 18:06 Rev.: 15513


* 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:

  • PROBE_SET: ps_bitmap.hxx (+2 -2), ps_bitset.hxx (+1 -1), ps_database.hxx (+1 -1)
westram 2016-08-17 20:39 Rev.: 15198


* 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:

  • PROBE_SET: ps_bitmap.hxx (+26 -26), ps_bitset.hxx (+5 -5), ps_database.hxx (+1 -1)
westram 2016-08-11 11:05 Rev.: 15176


* reintegrates 'fixres' into 'trunk'
- fixes #715
* adds: log:branches/fixres@15127:15175

3 lines of code changed in 1 file:

  • PROBE_SET: Makefile (+3)
westram 2016-07-21 17:53 Rev.: 15082


* partial merge from 'fix' into 'trunk'
- default_copyability++
* adds: log:branches/fix@15072,15077:15081

0 lines of code changed in 1 file:

  • PROBE_SET: ps_node.hxx (-4)
westram 2016-05-07 10:07 Rev.: 14833


* reintegrates 'fixwarn' into 'trunk'
* adds: log:branches/fixwarn@14815:14832

225 lines of code changed in 10 files:

  • PROBE_SET: Makefile (+5 -1), fb_test.cxx (+140 -85), needs_libs.fb_test_o (new 5), needs_libs.ps_filebuffer_o (new 4), ps_bitmap.hxx (+15 -10), ps_bitset.hxx (+43 -37), ps_detect_weak_differences.cxx (+1 -1), ps_find_probes.cxx (+8 -2), ps_node.hxx (+3 -3), ps_show_result.cxx (+1 -1)
westram 2015-04-26 14:38 Rev.: 13760


* 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:

  • PROBE_SET: Makefile (+12 -12)
westram 2015-01-23 15:19 Rev.: 13443


* 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:

  • PROBE_SET: Makefile (+1 -1)
westram 2014-10-09 18:58 Rev.: 13019


* 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:

  • PROBE_SET: Makefile (+1 -1)
westram 2014-01-10 20:16 Rev.: 11464


- un-dummy-fied transaction (renames only)

5 lines of code changed in 4 files:

  • PROBE_SET: ps_arb2asciipaths.cxx (+1 -1), ps_convert_db.cxx (+1 -1), ps_get_probes.cxx (+2 -2), ps_pg_specmap.hxx (+1 -1)
westram 2013-10-31 18:49 Rev.: 11009


* use arb_assert code

15 lines of code changed in 2 files:

  • PROBE_SET: Makefile (+10), ps_assert.hxx (+5 -12)
westram 2013-10-31 18:14 Rev.: 11007


* prototype for GBK_terminate differed between arb_core.h and arb_msg.h

9 lines of code changed in 1 file:

  • PROBE_SET: Makefile (+9)
westram 2013-10-31 17:15 Rev.: 11005


* 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:

  • PROBE_SET: ps_database.hxx (+4 -4)
westram 2013-10-31 15:10 Rev.: 10996


* use cflags before cxxflags

1 lines of code changed in 1 file:

  • PROBE_SET: Makefile (+1 -1)
westram 2013-10-30 16:58 Rev.: 10974


* renamed include variables

1 lines of code changed in 1 file:

  • PROBE_SET: Makefile (+1 -1)
westram 2013-10-29 13:55 Rev.: 10956


* 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:

  • PROBE_SET: Makefile (+1 -1)
westram 2013-10-29 13:23 Rev.: 10955


- renamed
* ACC -> A_CC
* CPP -> A_CXX (misleading atm, since it contains c++flags)

1 lines of code changed in 1 file:

  • PROBE_SET: Makefile (+1 -1)
westram 2013-10-29 12:43 Rev.: 10954


- document mechanism used by ARB to export variables to submakefiles
- document most important variables

1 lines of code changed in 1 file:

  • PROBE_SET: Makefile (+1 -1)
westram 2013-06-04 15:20 Rev.: 10113


* 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:

  • PROBE_SET: ps_candidate.hxx (+2 -2)
westram 2013-02-13 13:24 Rev.: 9575


- effect of [9574] (comments only)

1 lines of code changed in 1 file:

  • PROBE_SET: Makefile (+1 -1)
westram 2013-02-09 16:39 Rev.: 9523


* 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:

  • PROBE_SET: ps_bitmap.hxx (+29 -25), ps_bitset.hxx (+20 -18), ps_database.hxx (+1 -1)
westram 2013-02-09 14:36 Rev.: 9522


- 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:

  • PROBE_SET: ps_bitmap.hxx (+1 -1), ps_database.hxx (+1 -1)
westram 2013-02-09 13:52 Rev.: 9521


- updated depends for [9520]

25 lines of code changed in 1 file:

  • PROBE_SET: Makefile (+25)
westram 2013-02-09 12:16 Rev.: 9516


- reintegrated branch 'cxx11'

3 lines of code changed in 1 file:

  • PROBE_SET: Makefile (+3)
westram 2012-09-27 15:44 Rev.: 8964


* leave(s) -> leaf(s)

2 lines of code changed in 2 files:

  • PROBE_SET: ps_arb2asciipaths.cxx (+1 -1), ps_my2asciipaths.cxx (+1 -1)
westram 2012-09-19 11:37 Rev.: 8903


* fixed cppcheck warnings

149 lines of code changed in 16 files:

  • PROBE_SET: Makefile (+14), ps_assert.hxx (new 30), ps_bitmap.hxx (+14 -14), ps_bitset.hxx (+17 -28), ps_candidate.hxx (+20 -16), ps_database.cxx (+1 -1), ps_database.hxx (+4 -3), ps_defs.hxx (-12), ps_detect_weak_differences.cxx (+6 -6), ps_filebuffer.cxx (+16 -12), ps_filebuffer.hxx (+8 -5), ps_find_probes.cxx (+12 -14), ps_my2asciipaths.cxx (+1 -1), ps_node.cxx (+2 -2), ps_node.hxx (+1 -1), ps_pg_tree_functions.hxx (+3)
westram 2012-05-25 10:31 Rev.: 8751


* guided by clang static checker:
- fix or at least comment many assigned but never used values

30 lines of code changed in 2 files:

  • PROBE_SET: ps_arb2asciipaths.cxx (+28 -45), ps_convert_db.cxx (+2 -2)
westram 2012-05-11 12:32 Rev.: 8725


* comments cleanup

6 lines of code changed in 1 file:

  • PROBE_SET: ps_defs.hxx (+6 -6)
epruesse 2012-04-10 01:13 Rev.: 8567

remove LIBLINK

1 lines of code changed in 1 file:

  • PROBE_SET: Makefile (+1 -1)
westram 2012-02-15 21:40 Rev.: 8393


- cppchecked (1.53)

4 lines of code changed in 1 file:

  • PROBE_SET: ps_detect_weak_differences.cxx (+4 -2)
westram 2011-12-20 16:11 Rev.: 8313


* removed dead code

(partly reverted by [8316])

2 lines of code changed in 1 file:

  • PROBE_SET: ps_detect_weak_differences.cxx (+2 -2)
westram 2011-12-20 15:33 Rev.: 8311


* 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:

  • PROBE_SET: Makefile (+4 -3), ps_arb2asciipaths.cxx (+1 -1), ps_convert_db.cxx (+2 -1), ps_detect_weak_differences.cxx (+2 -1), ps_get_probes.cxx (+1 -1), ps_pg_specmap.hxx (new 62), ps_pg_tree_functions.cxx (del), ps_pg_tree_functions.hxx (new 59)
westram 2011-12-20 13:29 Rev.: 8309


* moved much code into static scope

(partly reverted by [8310])

74 lines of code changed in 8 files:

  • PROBE_SET: fb_test.cxx (+1 -1), ps_arb2asciipaths.cxx (+2 -2), ps_convert_db.cxx (+5 -5), ps_detect_weak_differences.cxx (+17 -17), ps_find_probes.cxx (+35 -35), ps_get_probes.cxx (+4 -4), ps_my2asciipaths.cxx (+2 -2), ps_pg_tree_functions.cxx (+8 -8)

(131 more)

Generated by StatSVN 0.7.0