[root]/PROBE_SERVER/PROBE_GROUP_DESIGN
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 51 (100.0%) | 2265 (100.0%) | 44.4 |
westram | 46 (90.2%) | 2253 (99.5%) | 48.9 |
boehnel | 1 (2.0%) | 11 (0.5%) | 11.0 |
baderk | 3 (5.9%) | 1 (0.0%) | 0.3 |
artemov | 1 (2.0%) | 0 (0.0%) | 0.0 |
code cleanup
0 lines of code changed in 2 files:
* removed useless macros:
- GB_STRDUP (easily taken for GB_strdup)
- GB_MEMCPY + GB_MEMSET + GB_FREE
- GB_DELETE (replaced by freeset(xx,NULL))
* added macros:
- freeset (= free + assign)
- freedup (= free + assign strdup'ed)
- reassign (= free + assign + clear source var)
- nulldup (=strdup accepting NULL; replacement for GB_strdup in C++ code)
* use these macros where applicable
11 lines of code changed in 1 file:
- made depends for [5708]
2 lines of code changed in 1 file:
- argh.. reverted [5603]
1 lines of code changed in 1 file:
- dependencies updated
(reverted by [5604])
0 lines of code changed in 1 file:
- fixed calls to GBS_create_hash
1 lines of code changed in 1 file:
- fixed use of GBS_strstruct functions
2 lines of code changed in 1 file:
- use GB_CASE parameter
- changed GBS_string_[s]cmp
1 lines of code changed in 1 file:
- replaced calls to GB_find with new find-functions
37 lines of code changed in 1 file:
- changed names of linker commands
1 lines of code changed in 1 file:
- fixed shadow warnings
51 lines of code changed in 1 file:
- depends updated
1 lines of code changed in 1 file:
Some minor fixes to get 'probe design' at least running.
The 'probe design' code (e.g. gb_main) disgusting at some places...
1 lines of code changed in 1 file:
"0 -> NULL"
11 lines of code changed in 1 file:
- suppress error about missing ARB_PT_SERVER##-entry
5 lines of code changed in 1 file:
- proper clean (avoid errors if already cleaned)
2 lines of code changed in 1 file:
- probe_pt_look_for_server -> PGD_probe_pt_look_for_server
2 lines of code changed in 1 file:
- program flow, allocation issues
38 lines of code changed in 1 file:
- changed 'char*' to 'const char*' due to changed result
of GBS_read_arb_tcp
1 lines of code changed in 1 file:
- updated depends
1 lines of code changed in 1 file:
Version 3
0 lines of code changed in 1 file:
- handle error returned from GBT_read_plain_tree()
9 lines of code changed in 1 file:
- changed user name detection
1 lines of code changed in 1 file:
GBS_strclose changed
2 lines of code changed in 1 file:
- spell fix
1 lines of code changed in 1 file:
- now probe design may be skipped
- cosmetics
81 lines of code changed in 1 file:
- expects all probes of one group in one string
- update of 'exact' entry was skipped if probe design
had no results [fixed]
111 lines of code changed in 1 file:
fixed and reformatted dependencies (using fix_depends.pl)
14 lines of code changed in 1 file:
dependency update
3 lines of code changed in 1 file:
warning if SKIP_PROBES_TO_TARGET_CONVERSION defined
8 lines of code changed in 1 file:
- wrapper for probes->target conversion
- increased clip-result (40->1000)
8 lines of code changed in 1 file:
- converts probe-targets to probes
- uses output module
125 lines of code changed in 1 file:
dependencies updated
2 lines of code changed in 1 file:
- reads config and uses it instead of hardcoded parameters
76 lines of code changed in 1 file:
- probe_design_event -> PGD_probe_design_event
- fixed memory leaks and buffer overflows
- handles subtree-independent groups
- fixed calls to PM_name2ID/PM_ID2name
59 lines of code changed in 1 file:
- path cache uses encoded paths
- changed 'subtreepath' -> 'id' (prefixed by 'p')
83 lines of code changed in 1 file:
- saves empty node-info for inner-nodes
8 lines of code changed in 1 file:
- inserts max coverage into tree
- changed CL interface
75 lines of code changed in 1 file:
- splitted spaghetti-main() into various functions
274 lines of code changed in 1 file:
- writes back number of exact matches to subtree.
may have changed by searching common probes
- cleanup
29 lines of code changed in 1 file:
(10 more)