[root]/PROBE_SERVER/PROBE_GROUP
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 102 (100.0%) | 4365 (100.0%) | 42.7 |
westram | 91 (89.2%) | 4351 (99.7%) | 47.8 |
boehnel | 2 (2.0%) | 11 (0.3%) | 5.5 |
baderk | 8 (7.8%) | 3 (0.1%) | 0.3 |
artemov | 1 (1.0%) | 0 (0.0%) | 0.0 |
code cleanup
0 lines of code changed in 7 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
10 lines of code changed in 2 files:
- made depends for [5708]
6 lines of code changed in 1 file:
- removed automatic timestamps (the best they were good for, were vc-conflicts)
0 lines of code changed in 1 file:
- generally use GBT_read_name() where possible
- recoded several functions
1 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 includes for gcc 4.3.1
24 lines of code changed in 3 files:
- bool/GB_BOOL/AW_BOOL-fixes
2 lines of code changed in 1 file:
- replaced calls to GB_find with new find-functions
36 lines of code changed in 3 files:
- changed names of linker commands
1 lines of code changed in 1 file:
- fixed shadow warnings
24 lines of code changed in 3 files:
removing some format warnings
2 lines of code changed in 1 file:
- depends updated
3 lines of code changed in 1 file:
- replaced __attribute__ by __ATTR__XXX
2 lines of code changed in 1 file:
- added function-type-attribute
2 lines of code changed in 2 files:
Some minor fixes to get 'probe design' at least running.
The 'probe design' code (e.g. gb_main) disgusting at some places...
3 lines of code changed in 1 file:
"0 -> NULL"
9 lines of code changed in 1 file:
- depends updated
1 lines of code changed in 1 file:
- proper clean (avoid errors if already cleaned)
2 lines of code changed in 1 file:
- fixed warnings
1 lines of code changed in 1 file:
- probe_pt_look_for_server -> PG_probe_pt_look_for_server
- removed evil cast (fixing potential crash reason)
6 lines of code changed in 1 file:
- changed calls to GBS_ptserver_id_to_choice()
1 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:
- fixed call to GBT_link_tree()
2 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:
- removed generate_GBT_TREE_hash(_rek)
- cleaned
2 lines of code changed in 1 file:
- depends updated
1 lines of code changed in 1 file:
- includes cmath
- cast sqrt()-argument
6 lines of code changed in 1 file:
- changed define for arbdb.h to 'ARBDB_H'
1 lines of code changed in 1 file:
- changed user name detection
1 lines of code changed in 1 file:
warning fix
1 lines of code changed in 1 file:
- include fix
3 lines of code changed in 1 file:
- new option '-noprobe' to skip creation of probe-database;
only calculate groups
- reopens existing databases
- fixed a bug in propagateExactSubtrees: subbranches of branches
with exact matches were not considered
69 lines of code changed in 1 file:
- fixed progress indicator
4 lines of code changed in 1 file:
assertion fixed
1 lines of code changed in 1 file:
- rewrote internal structure of probe database
(saves up to 80% of memory)
- cleanup
536 lines of code changed in 6 files:
- writes all probes of one group into one string
- disabled undo for all used databases
25 lines of code changed in 1 file:
fixed and reformatted dependencies (using fix_depends.pl)
33 lines of code changed in 1 file:
(34 more)