[root]/ARBDBPP
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 92 (100.0%) | 7553 (100.0%) | 82.0 |
oldcode | 12 (13.0%) | 4373 (57.9%) | 364.4 |
westram | 72 (78.3%) | 2998 (39.7%) | 41.6 |
meierh | 1 (1.1%) | 141 (1.9%) | 141.0 |
boehnel | 6 (6.5%) | 39 (0.5%) | 6.5 |
baderk | 1 (1.1%) | 2 (0.0%) | 2.0 |
* ARBDB
- compiles as C++ (no longer compiled as plain C)
- removed ARBDB2 + ARBDBS
- removed rotten C++-wrappers (ARBDBPP)
- generates special header for perl-interface to reduce dependencies (ad_p_prot.h)
* removed (ARBDB)
- gb_search_enum (merged with GB_TYPES)
* renamed (ARBDB)
- gbs_malloc_copy -> GB_memdup
- gb_search_types -> GB_SEARCH_TYPE + renamed enum-members
* tweaked perl interface
- code in ARBDB is now able to 'die' correctly (see GBP_croak_function)
- compiles as C++
- wrote generic functions for enum <-> string conversion (perl uses strings for enum values)
- added needed conversion functions
- removed handcoded xsubs (now all are generated by arb_proto_2_xsub - nevertheless, it's still possible to define xsubs manually)
- ARB::find and ARB::find_string (3rd parameter needs different values, only one file affected: PERL_SCRIPTS/GENOME/GI.pm - fixed)
- removed all functions using GBQUARK from perl interface
* perl interface generator (arb_proto_2_xsub)
- completely rewritten
- does automatic type conversion (expecting that the needed functions are defined in ARBDB/adperl.c)
* prototype generator
- compiles as C++
- switch -F accept's '!^' as beginning-of-name expression
* removed ARB_EDIT
- moved naligner interface code to EDIT4
0 lines of code changed in 12 files:
* spellchecked all (phew)
13 lines of code changed in 4 files:
* new flag -w to aisc_mkpt (add include wrapper)
* uniform style for several include wrappers
* removed duplicated includes
* removed useless nt_concatenate.hxx
31 lines of code changed in 4 files:
* reactivated original GB_close
* removed GB_exit (use GB_close)
* gb_delete_entry now takes and invalidates a GBDATA** (to avoid further undetected usage)
* gb_do_callback_list called with GB_MAIN_TYPE (instead of possibly already deleted gb_main)
* added some missing transactions
* moved declaration of GBDATA into arbdb_base.h (and include where needed)
* GB_MAIN_TYPE is no longer void
* AW_default is no longer void
* replaced the 3 differing ways to exit EDIT4 by ED4_exit()
* added AW_root::unlink_awars_from_DB() and call in arb_ntree, arb_dist, arb_edit4, arb_pars and arb_phylo
* rewrote arb_2_ascii, arb_2_bin, arb_perf_test, arb_read_tree (single exit point, error handling)
* unlinked AWARs now return "" not "?????"
* AW_awar::read_string works only with awars of type AW_STRING. Added assertion + fixed one wrong usage.
* inlined AW_awar::get()
* added AW_awar::remove_all_callbacks() and AW_awar::remove_all_target_vars()
1 lines of code changed in 1 file:
* followup to [5824] (more to follow)
- GB_get_error() -> GB_await_error() where appropriate (ARBDB mostly)
- fixed error handling in several functions
2 lines of code changed in 2 files:
* included some patches for OSX (thx to Matt Cottrell)
* added global switch LINK_STATIC
* added script which checks for tools needed to compile ARB
* typo CCPLIB->CPPLIB
1 lines of code changed in 1 file:
* more uniform function names
- EXP_create_experiment_rel_experiment_data -> EXP_find_or_create_experiment_rel_exp_data
- EXP_find_experiment_rel_experiment_data -> EXP_find_experiment_rel_exp_data
- GBT_create_SAI -> GBT_find_or_create_SAI
- GBT_create_item -> GBT_find_or_create_item_rel_item_data
- GBT_create_species -> GBT_find_or_create_species
- GBT_create_species_rel_species_data -> GBT_find_or_create_species_rel_species_data
2 lines of code changed in 2 files:
* added GBT_get_SAI_data
* GBT_first/next_marked_extended -> GBT_first/next_marked_SAI
* GBT_first/find_SAI_rel_exdata -> GBT_first/find_SAI_rel_SAI_data
* variables renamed: (gb_ex[tended[_data]] -> gb_sai[_data])
14 lines of code changed in 3 files:
- made depends for [5708]
18 lines of code changed in 1 file:
- TAB-Ex
361 lines of code changed in 4 files:
- mostly const fixes
2 lines of code changed in 1 file:
- replaced calls to GB_find with new find-functions
43 lines of code changed in 4 files:
- changed names of linker commands
1 lines of code changed in 1 file:
- indented
753 lines of code changed in 1 file:
- removed register keywords
9 lines of code changed in 1 file:
- again changed variables names (renamed to ugly tmp_... by joerg)
37 lines of code changed in 6 files:
removing some compiler warnings
(changes to ED4_cursor.cxx reverted by [5146], changes to AWTC_constructSequence.cxx reverted by [5145])
36 lines of code changed in 5 files:
removed some compiler warnings
3 lines of code changed in 1 file:
- depends updated
9 lines of code changed in 1 file:
Fixed various typos...
2 lines of code changed in 1 file:
- added 'clean'
3 lines of code changed in 1 file:
- renamed AW_KEY_... into AW_KEYMODE_...
2 lines of code changed in 1 file:
- gcc 4.1.1 fixes
9 lines of code changed in 1 file:
- cosmetics
2 lines of code changed in 1 file:
- changed include wrapper
- removed GB_INCLUDED
1 lines of code changed in 1 file:
- fixed calls to GB_write_bits
4 lines of code changed in 1 file:
- beautified
330 lines of code changed in 1 file:
- fixed includes + indentation
956 lines of code changed in 5 files:
- include fixes
1 lines of code changed in 1 file:
fixed and reformatted dependencies (using fix_depends.pl)
52 lines of code changed in 1 file:
- updated dependencies for all Makefiles
- rewrote dependency generation code. Only real changes
propagate into Makefiles - so it does no longer hurt to
call 'make depends' in ARB directory!
28 lines of code changed in 1 file:
make depend
6 lines of code changed in 1 file:
changed assert macros (see arb_assert.h)
14 lines of code changed in 1 file:
Mac OSX patches from Ben Hines
172 lines of code changed in 4 files:
*** empty log message ***
96 lines of code changed in 1 file:
haralds checkin
141 lines of code changed in 1 file:
Updated dependencies
25 lines of code changed in 1 file:
Initial revision
4373 lines of code changed in 12 files: