[root]/NALIGNER

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 401 (100.0%) | 19356 (100.0%) | 48.2 |
| oldcode | 34 (8.5%) | 9792 (50.6%) | 288.0 |
| westram | 361 (90.0%) | 9256 (47.8%) | 25.6 |
| meierh | 1 (0.2%) | 295 (1.5%) | 295.0 |
| boehnel | 1 (0.2%) | 9 (0.0%) | 9.0 |
| epruesse | 1 (0.2%) | 2 (0.0%) | 2.0 |
| baderk | 2 (0.5%) | 2 (0.0%) | 1.0 |
| artemov | 1 (0.2%) | 0 (0.0%) | 0.0 |
* reintegrates 'lib' into 'trunk'
- replace dynamic library {{{AWT}}} by several static libraries: APP, ARB_SPEC, MASKS, CANVAS, MAPKEY, GUI_TK
- now also check wrong library dependencies for untested units (only4me)
* adds: log:branches/lib@19578:19612
1 lines of code changed in 1 file:
* reintegrates 'ali' into 'trunk'
- refactored misused enum
- support for helix pairs:
* drop non-standard defs
* add more user defs
- change defaults
- add several predefined configs (esp. for IUPAC ambiguity codes)
* adds: log:branches/ali@19376:19392
3 lines of code changed in 1 file:
* reintegrates 'ali' into 'trunk'
* adds: log:branches/ali@19183:19205
10 lines of code changed in 1 file:
* reintegrates 'progress' into 'trunk'
- implements #789
* adds: log:branches/progress@18885:18958
8 lines of code changed in 1 file:
* remove trailing whitespace from c source.
2 lines of code changed in 2 files:
* rename {{{CPP_OBJECTS}}} -> {{{OBJECTS}}}.
5 lines of code changed in 1 file:
* select units using {{{wildcard}}}.
1 lines of code changed in 1 file:
* reduced use of GB_change_my_security:
- use GB_securityLevel instead of manually fiddling around with GB_change_my_security.
- inspected and accepted leftover uses (see comments).
7 lines of code changed in 1 file:
* 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:
* reintegrates 'gcc' into 'trunk'
- mostly cosmetics changes
* adds: log:branches/gcc@16655,16741:16743,16752:16765
203 lines of code changed in 18 files:
* partial merge from 'gcc' into 'trunk'
- use {{{nullptr}}} in Cxx11 (with backward compatibility)
* adds: log:branches/gcc@16683:16740,16744:16746,16751
120 lines of code changed in 18 files:
* reintegrates 'fixres' into 'trunk'
- fixes #715
* adds: log:branches/fixres@15127:15175
21 lines of code changed in 5 files:
* globally add explicit casts (either long or double) for all numeric ellipse arguments of aisc_put, aisc_nput and aisc_create
- errors caused by just changing the type of a passed variable are far too subtle
1 lines of code changed in 1 file:
* 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:
* reintegrates 'ptsfix' into 'trunk':
* adds:
- log:branches/ptsdump@8966:9000
- log:branches/ptsfix@8965:9012,9014:9017,9019:9023,9025:9046,9048:9089,9091:9114,9116:9132,9134:9139,9141:9145,9147:9151,9153:9158,9160:9379,9381:11059
- log:branches/ptsstartup@9160:9235,9237:9278,9280:9336,9339:9361,9363:9446
- log:branches/ptsundef@9061:9358
7 lines of code changed in 1 file:
* 'class { public' -> struct
2 lines of code changed in 2 files:
* use cflags before cxxflags
1 lines of code changed in 1 file:
* directly use cflags
1 lines of code changed in 1 file:
* renamed include variables
1 lines of code changed in 1 file:
* 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:
- renamed
* ACC -> A_CC
* CPP -> A_CXX (misleading atm, since it contains c++flags)
1 lines of code changed in 1 file:
- document mechanism used by ARB to export variables to submakefiles
- document most important variables
1 lines of code changed in 1 file:
- include downcast.h from arbdbt.h
(this break C++11 compilation, i.e. gcc4.8 or newer)[[BR]]
amendment:
* also broke compilation on ubuntu 13.04 and with gcc 4.7.3 (due to nameclash with boost)
16 lines of code changed in 1 file:
pass down argc/argv to AW_root::AW_root (for GTK)
GTK will pick its parameters (e.g. --g-fatal-warnings) from argv and
remove them, hence argv must not be const and AW_root() should
be called before command line parsing (if possible).
2 lines of code changed in 1 file:
- effect of [9574] (comments only)
1 lines of code changed in 1 file:
- updated depends for [9520]
10 lines of code changed in 1 file:
- reintegrated branch 'cxx11'
10 lines of code changed in 1 file:
* fixed cppcheck warnings
16 lines of code changed in 3 files:
* AISC clients
- client-handles for server-side objects are distinguishable types now (esp. can no longer be confounded w/o compiler messages)
- main server object has to be passed to aisc_close
25 lines of code changed in 2 files:
merge from e4fix [8190] [8196] [8198] [8197] [8199] [8221] [8226]
* callallcallbacks
- allow repeated calls for all orders
- avoid infinite descent into recursive filters
- avoid config managers
* fixes via callallcallbacks
- some un-/over-handled errors
- missing transaction
* make
- optionally keep preprocesser output
* tests
- only explain broken/wanted expectations if warning was shown
- added TEST_EXPECT!__BROKENIF
* spelling
- intervall -> interval
16 lines of code changed in 4 files:
* use GBT_get_species_data instead of inlined code
- replaced all occurrances where
* either code was identical
* or search mode was GB_FIND instead of GB_CREATE_CONTAINER, but following code assumed that the container was found
4 lines of code changed in 1 file:
* removed dead code
(partly reverted by [8316])
0 lines of code changed in 1 file:
* moved much code into static scope
(partly reverted by [8310])
10 lines of code changed in 3 files:
* removed unused(-but-set) variables/params
2 lines of code changed in 1 file:
* wrap main for untested (but testable) units
- still untestable
* ptpan (wont change in this branch)
* GENOM (cyclic dependency with GENOM_IMPORT due to Location)
* fix missing lib dependencies
- DIST -> SL/NDS
- STAT -> SL/ITEMS
- AW_NAME -> libAWT (instead of libWINDOW)
1 lines of code changed in 1 file:
* eliminated several main()'s from lib/obj-code
- replaced by ARB_main
- link executable with wrapper-object (main->ARB_main)
* unit-tests now use their own main()
- this ensures that all static data is initialized when the unit-test starts (previous behavior was working, but undefined)
- all tests pass (versus [8243])
9 lines of code changed in 3 files:
merge from ptpan_back [8085] [8088] [8091]
* avoid shadow warnings from some TEST_ASSERTions
* patch name shows whether tests were valgrinded
* added template IGNORE_RESULT(), to ignore results tagged with !__ATTR!__USERESULT
11 lines of code changed in 1 file:
merge from ptpan_back [8016] [8017] [8021] [8051] [8067]
* added method to get status of GB_shell object
* removed possibility to execute command via DB-server - always use GB_system instead
* valgrinded external tools called by arb_test
4 lines of code changed in 2 files:
merge from dev [7751] [7752]
* updated many old-style typedefs (typedef struct/enum)
5 lines of code changed in 2 files:
merge from dev [7748] [7749] [7750]
* comments (C->C++ style)
* fixed umlauts in TREEGEN
41 lines of code changed in 5 files:
(83 more)