Directory PROBE/

Directory Created:
2000-11-23 11:41
Total Files:
25
Deleted Files:
5
Lines of Code:
10623

[root]/PROBE

Lines of Code

PROBE/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 799 (100.0%) 24897 (100.0%) 31.1
westram 706 (88.4%) 18996 (76.3%) 26.9
oldcode 15 (1.9%) 4415 (17.7%) 294.3
brettske 3 (0.4%) 423 (1.7%) 141.0
boehnel 26 (3.3%) 325 (1.3%) 12.5
spanfeln 17 (2.1%) 302 (1.2%) 17.7
meierh 4 (0.5%) 213 (0.9%) 53.2
baderk 20 (2.5%) 198 (0.8%) 9.9
epruesse 5 (0.6%) 19 (0.1%) 3.8
eissler 2 (0.3%) 6 (0.0%) 3.0
artemov 1 (0.1%) 0 (0.0%) 0.0

Most Recent Commits

westram 2023-07-11 12:35 Rev.: 19431


* fix NDEBUG warnings (gcc 10.2)
- by simplifying {{{GB_transaction}}} dtor (completely separates asserting from not-asserting code)
- format-overflow-warning.

1 lines of code changed in 1 file:

  • PROBE: PT_buildtree.cxx (+1 -1)
westram 2023-05-31 09:21 Rev.: 19365


* string splitters:
- unittests for {{{GBT_split_string}}}:
* add tests for dropEmptyTokens.
* document special behavior for empty string.
- define enum {{{SplitMode}}}. use enum instead of bool param for GBT_splitNdestroy_string + GBT_split_string.

1 lines of code changed in 1 file:

  • PROBE: PT_new_design.cxx (+1 -1)
westram 2022-11-13 19:29 Rev.: 19346


* reintegrates 'refactor' into 'trunk'
- polish {{{GBS_strstruct}}}
* adds: log:branches/refactor@19339:19345

1 lines of code changed in 1 file:

  • PROBE: PT_findEx.cxx (+1 -1)
westram 2022-11-13 16:47 Rev.: 19339


* reintegrates 'refactor' into 'trunk'
- eliminates old interface of {{{GBS_strstruct}}}
- add a few new unittests (editor-config string + some PT-SERVER-functions)
* adds: log:branches/refactor@19300:19338

73 lines of code changed in 3 files:

  • PROBE: PT_etc.cxx (+8 -5), PT_findEx.cxx (+7 -7), PT_match.cxx (+58 -74)
westram 2022-08-03 15:52 Rev.: 19206


* reintegrates 'ali' into 'trunk'
* adds: log:branches/ali@19183:19205

38 lines of code changed in 1 file:

  • PROBE: PT_io.cxx (+38 -32)
westram 2022-06-20 12:12 Rev.: 19063


* fixed LOOP_VECTORIZED expressions that used '*'-count (for gcc 10.x-series).

2 lines of code changed in 1 file:

  • PROBE: PT_match.cxx (+2 -2)
westram 2022-06-20 12:03 Rev.: 19061


* fix loop vectorization checks failing with gcc 10.x

2 lines of code changed in 2 files:

  • PROBE: PT_family.cxx (+1 -1), PT_match.cxx (+1 -1)
westram 2022-06-17 11:41 Rev.: 19055


* accept gcc 9.4.0
* loop vectorizations failing with gcc 9.1 - 9.3 also fail with 9.4.

1 lines of code changed in 1 file:

  • PROBE: PT_match.cxx (+1 -1)
westram 2022-03-04 12:26 Rev.: 18959


* reintegrates 'progress' into 'trunk'
- implements #789
* adds: log:branches/progress@18885:18958

11 lines of code changed in 2 files:

  • PROBE: Makefile (+11 -1), PT_io.cxx (-105)
westram 2021-10-10 09:33 Rev.: 18781


* reintegrates 'help' into 'trunk'
- relocate help sources
* adds: log:branches/help@18763:18780

1 lines of code changed in 1 file:

  • PROBE: PT_new_design.cxx (+1 -1)
westram 2021-09-15 13:52 Rev.: 18730


* remove trailing whitespace from c source.

21 lines of code changed in 11 files:

  • PROBE: PT_buildtree.cxx (+2 -2), PT_findEx.cxx (+2 -2), PT_global_defs.h (+1 -1), PT_io.cxx (+2 -2), PT_main.cxx (+3 -3), PT_mem.h (+1 -1), PT_new_design.cxx (+1 -1), PT_partition.h (+1 -1), PT_prefixtree.cxx (+4 -4), PT_tools.h (+2 -2), probe.h (+2 -2)
westram 2021-09-02 09:46 Rev.: 18697


* full update from child 'stable' into 'trunk'
- merge changes done to arb-7.0 release candidate
* adds: log:branches/stable@18690:18695

1 lines of code changed in 1 file:

  • PROBE: PT_main.cxx (+1 -1)
westram 2020-03-13 12:43 Rev.: 18379


* accept gcc 9.3.0
- vectorizations failing with 9.1 and 9.2 still fail with 9.3.

1 lines of code changed in 1 file:

  • PROBE: PT_match.cxx (+1 -1)
westram 2020-02-21 14:07 Rev.: 18311


* reintegrates 'saicalc' into 'trunk'
- implements #730
* adds: log:branches/saicalc@18141:18310

1 lines of code changed in 1 file:

  • PROBE: PT_io.cxx (+1 -1)
westram 2019-10-08 17:51 Rev.: 18159


* full update from child 'fix' into 'trunk'
- fix item name accessors ({{{GBT_get_name}}} + {{{GBT_get_name_or_description}}})
- add {{{null2empty}}}
* adds: log:branches/fix@18140:18158

5 lines of code changed in 2 files:

  • PROBE: PT_io.cxx (+3 -3), PT_new_design.cxx (+2 -2)
westram 2019-08-16 12:53 Rev.: 18011


* document vectorizations failing with gcc 9.2.
* document vectorizations refused as "not worthwhile" by gcc 9.2.
* cannot check loop vectorization in header (seq.h).

1 lines of code changed in 1 file:

  • PROBE: PT_match.cxx (+1 -1)
westram 2019-07-24 17:26 Rev.: 17989


* change names of related variables in ptserver.

2 lines of code changed in 1 file:

  • PROBE: PT_match.cxx (+2 -2)
westram 2019-07-17 16:22 Rev.: 17980


* use security objects instead of manually calling GB_push/pop_my_security.
* eliminate GB_push/pop_my_security.
* fix scoping using a TA object.

6 lines of code changed in 1 file:

  • PROBE: PT_main.cxx (+6 -6)
westram 2019-05-10 13:57 Rev.: 17877


* reintegrates 'gcc' into 'trunk'
* adds: log:branches/gcc@17850:17876

8 lines of code changed in 2 files:

  • PROBE: PT_family.cxx (+7 -8), PT_match.cxx (+1 -1)
westram 2019-04-03 14:47 Rev.: 17738


* reintegrates 'config' into 'trunk'
* adds: log:branches/config@17733:17737

1 lines of code changed in 1 file:

  • PROBE: PT_main.cxx (+1 -1)
westram 2018-09-20 18:43 Rev.: 17396


* reintegrates 'fix' into 'trunk'
- elim dead code
- use const hash loop
* adds: log:branches/fix@17380,17388:17395

4 lines of code changed in 2 files:

  • PROBE: PT_prefixtree.cxx (+4 -2), pt_prototypes.h (-1)
westram 2018-09-14 12:37 Rev.: 17370


* checked quality calculation (probe design):
- document more details
- added comments
- debug code to dump quality calculation

16 lines of code changed in 1 file:

  • PROBE: PT_new_design.cxx (+16)
westram 2018-07-23 16:52 Rev.: 17262


* partial merge from 'group' into 'trunk'
- fixes to arb_progress
* adds:
- log:branches/group@17191:17218,17220:17260
- log:branches/progress@17195:17216,17218:17259

11 lines of code changed in 3 files:

  • PROBE: PT_buildtree.cxx (+2 -2), PT_io.cxx (+6 -6), PT_new_design.cxx (+3 -3)
westram 2018-07-10 16:48 Rev.: 17178


* reintegrates 'gcc' into 'trunk'
- complete arb port to gcc 8.1
- fixes NDEBUG-related issues (not handled by [16986])
* adds: log:branches/gcc@17164:17177

2 lines of code changed in 2 files:

  • PROBE: PT_family.cxx (+1 -1), PT_match.cxx (+1 -1)
westram 2018-05-04 18:06 Rev.: 16986


* reintegrates 'gcc' into 'trunk'
- ports arb to gcc 8.1 (fixing warnings)
* adds: log:branches/gcc@16965:16985

Update: continued by [17178]

1 lines of code changed in 1 file:

  • PROBE: PT_compress.h (+1 -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

10 lines of code changed in 5 files:

  • PROBE: PT_etc.cxx (+2 -4), PT_io.cxx (+1 -2), PT_match.cxx (+2 -4), PT_new_design.cxx (+3 -6), PT_tools.h (+2 -2)
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

100 lines of code changed in 13 files:

  • PROBE: PT_buildtree.cxx (+3 -3), PT_etc.cxx (+11 -11), PT_findEx.cxx (+1 -1), PT_io.cxx (+6 -6), PT_main.cxx (+25 -25), PT_match.cxx (+9 -9), PT_mem.h (+8 -8), PT_new_design.cxx (+10 -10), PT_partition.h (+6 -6), PT_prefixtree.cxx (+11 -11), PT_rangeCheck.h (+2 -2), probe.h (+5 -5), probe_tree.h (+3 -3)
westram 2017-11-14 15:36 Rev.: 16653


* reintegrates 'gcc' into 'trunk' (fixes defect part of #752)
- allow compilation with gcc 7.x series (accepting 2 clang-test-results for gcc 7.x)
- vectorization:
* in {{{SL/CONSENSUS/chartable.cxx}}} works again with gcc 7.x (broken for 6.x series)
- checker: added syntax to exclude a range of versions
* check new 7.x vectorizations + fix vectorization-counts
* adds: log:branches/gcc@16578:16635,16649:16652

2 lines of code changed in 1 file:

  • PROBE: PT_match.cxx (+2 -2)
westram 2017-11-12 15:53 Rev.: 16649


* partial merge from 'gcc' into 'trunk'
- handles #770 by reducing optimizations of several bleeding test functions
* adds: log:branches/gcc@16636:16648

1 lines of code changed in 1 file:

  • PROBE: PT_buildtree.cxx (+1 -1)
westram 2017-11-06 14:54 Rev.: 16628


* reintegrates 'vectorize' into 'trunk'
- fixes #700
* documented vectorization-checks
* fine-grained check based on gcc-version
- drops old gcc-versions (<4.4.3)
- new attribute {{{__ATTR__DONT_VECTORIZE}}}
* disabled vectorization of {{{POS_TREE2::init_static()}}} for newer gcc-versions (generated code fails tests)
- added a bunch of new vectorization-checks (probably irrelevant to overall performance)
* adds: log:branches/vectorize@15531:16585,16595:16627

16 lines of code changed in 6 files:

  • PROBE: Makefile (+1 -1), PT_family.cxx (+1 -1), PT_match.cxx (+1 -1), PT_prefixIter.h (+1 -1), PT_prefixtree.cxx (+11 -1), pt_split.h (+1 -1)
westram 2017-10-31 14:13 Rev.: 16592


* partial merge from 'vectorize' into 'trunk'
- eliminates {{{usleep}}} (using {{{nanosleep}}} via {{{ARB_sleep}}})
* adds: log:branches/vectorize@16587:16591

2 lines of code changed in 1 file:

  • PROBE: PT_main.cxx (+2 -2)
westram 2017-10-18 14:54 Rev.: 16552


* partial merge from 'io' into 'trunk'
- {{{GB_rename_file}}} -> {{{GB_move_file}}}
- add {{{GB_copy_file}}}
- add safe versions of both
* adds: log:branches/io@16527:16532

1 lines of code changed in 1 file:

  • PROBE: PT_buildtree.cxx (+1 -1)
westram 2017-08-23 13:42 Rev.: 16237


* fix spelling for 'occurrence'

11 lines of code changed in 1 file:

  • PROBE: PT_new_design.cxx (+11 -11)
westram 2017-01-09 16:10 Rev.: 15529


* reintegrates 'warnings' into 'trunk'
- use gnu++14-standard for gcc>=6
- use gnu++0x-standard for gcc<4.7 (bugfix)
- defines many inlines as constexpr
* adds: log:branches/warnings@15515:15522,15525:15528

7 lines of code changed in 2 files:

  • PROBE: PT_partition.h (+1 -1), probe.h (+6 -7)
westram 2016-09-27 16:23 Rev.: 15279


* reintegrates 'errhandle' into 'trunk'
* adds: log:branches/errhandle@15275:15278

1 lines of code changed in 1 file:

  • PROBE: PT_main.cxx (+1 -1)
westram 2016-08-11 11:05 Rev.: 15176


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

44 lines of code changed in 12 files:

  • PROBE: Makefile (+11), PT_buildtree.cxx (+2 -2), PT_etc.cxx (+2 -2), PT_family.cxx (+2 -2), PT_findEx.cxx (+1 -1), PT_io.cxx (+4 -4), PT_main.cxx (+3 -3), PT_match.cxx (+8 -9), PT_mem.h (+3 -4), PT_new_design.cxx (+4 -4), PT_prefixIter.h (+3 -3), PT_prefixtree.cxx (+1 -1)
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 2 files:

  • PROBE: PT_match.cxx (-2), PT_new_design.cxx (-2)
westram 2015-12-03 18:50 Rev.: 14587


* fix error-forwarding (from external tools -> ARB GUI)
- {{{GBK_singlequote}}} error message (replaces various wrong ways to do that)
- always call {{{arb_message}}} asynchronously

6 lines of code changed in 1 file:

  • PROBE: PT_main.cxx (+6 -11)
westram 2015-11-19 14:26 Rev.: 14502


* [14501] introduced a duplicate '-D' in ptserver calls. fixed.
- note2self: running unittests before commit doesnt harm ;)

2 lines of code changed in 1 file:

  • PROBE: PT_main.cxx (+2 -2)
westram 2015-11-18 18:12 Rev.: 14501


* use argument quoting for
- NDS export (target file, print header and postscript output file)
- calling external editor (e.g. "edit macro file")
- calling macros (tested from GUI and CLI with {{{1'2"3.amc}}})
- canvas -> xfig/printer/postscript
- calling editor with user defined configuration name
- merge from/to arb database
- when passing DB name to ptserver
- to pass search expression to grep (while searching helpfiles)

7 lines of code changed in 1 file:

  • PROBE: PT_main.cxx (+7 -3)

(347 more)

Generated by StatSVN 0.7.0