Directory NALIGNER/

Directory Created:
2000-11-23 11:41
Total Files:
26
Deleted Files:
10
Lines of Code:
7914

[root]/NALIGNER

Lines of Code

NALIGNER/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 400 (100.0%) 19355 (100.0%) 48.3
oldcode 34 (8.5%) 9792 (50.6%) 288.0
westram 360 (90.0%) 9255 (47.8%) 25.7
meierh 1 (0.3%) 295 (1.5%) 295.0
boehnel 1 (0.3%) 9 (0.0%) 9.0
epruesse 1 (0.3%) 2 (0.0%) 2.0
baderk 2 (0.5%) 2 (0.0%) 1.0
artemov 1 (0.3%) 0 (0.0%) 0.0

Most Recent Commits

westram 2023-06-15 15:31 Rev.: 19393


* 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:

  • NALIGNER: ali_profile.cxx (+3 -5)
westram 2022-08-03 15:52 Rev.: 19206


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

10 lines of code changed in 1 file:

  • NALIGNER: ali_arbdb.cxx (+10 -5)
westram 2022-03-04 12:26 Rev.: 18959


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

8 lines of code changed in 1 file:

  • NALIGNER: Makefile (+8)
westram 2021-09-15 13:52 Rev.: 18730


* remove trailing whitespace from c source.

2 lines of code changed in 2 files:

  • NALIGNER: ali_pathmap.cxx (+1 -1), ali_pt.cxx (+1 -1)
westram 2021-09-15 13:39 Rev.: 18725


* rename {{{CPP_OBJECTS}}} -> {{{OBJECTS}}}.

5 lines of code changed in 1 file:

  • NALIGNER: Makefile (+5 -5)
westram 2021-09-15 13:00 Rev.: 18720


* select units using {{{wildcard}}}.

1 lines of code changed in 1 file:

  • NALIGNER: Makefile (+1 -11)
westram 2019-07-17 16:27 Rev.: 17982


* 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:

  • NALIGNER: ali_arbdb.cxx (+7 -7)
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:

  • NALIGNER: ali_main.cxx (+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

203 lines of code changed in 18 files:

  • NALIGNER: ali_aligner.cxx (+22 -31), ali_aligner.hxx (+8 -9), ali_arbdb.cxx (+6 -14), ali_global.cxx (+1 -2), ali_main.cxx (+1 -2), ali_misc.hxx (+54 -82), ali_pathmap.cxx (+11 -22), ali_pathmap.hxx (+2 -4), ali_prealigner.cxx (+7 -10), ali_prealigner.hxx (+4 -5), ali_profile.cxx (+10 -18), ali_profile.hxx (+2 -3), ali_pt.cxx (+19 -35), ali_sequence.cxx (+8 -18), ali_sequence.hxx (+2 -2), ali_solution.cxx (+29 -50), ali_tarray.hxx (+4 -6), ali_tlist.hxx (+13 -21)
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

120 lines of code changed in 18 files:

  • NALIGNER: ali_aligner.cxx (+6 -6), ali_aligner.hxx (+3 -3), ali_arbdb.cxx (+7 -7), ali_arbdb.hxx (+3 -3), ali_global.cxx (+3 -3), ali_main.cxx (+4 -4), ali_pathmap.cxx (+11 -11), ali_pathmap.hxx (+1 -1), ali_prealigner.cxx (+6 -6), ali_prealigner.hxx (+6 -6), ali_profile.cxx (+7 -7), ali_profile.hxx (+1 -1), ali_pt.cxx (+27 -27), ali_sequence.cxx (+3 -3), ali_sequence.hxx (+2 -2), ali_solution.cxx (+7 -7), ali_tarray.hxx (+1 -1), ali_tlist.hxx (+22 -22)
westram 2016-08-11 11:05 Rev.: 15176


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

21 lines of code changed in 5 files:

  • NALIGNER: Makefile (+14), ali_arbdb.cxx (+1 -1), ali_global.cxx (+1 -1), ali_pt.cxx (+1 -1), ali_sequence.cxx (+4 -2)
westram 2015-11-17 14:54 Rev.: 14498


* 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:

  • NALIGNER: ali_pt.cxx (+1 -1)
westram 2015-01-23 15:19 Rev.: 13443


* 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:

  • NALIGNER: Makefile (+1 -1)
westram 2013-11-03 15:42 Rev.: 11060


* 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:

  • NALIGNER: ali_pt.cxx (+7 -1)
westram 2013-10-31 16:40 Rev.: 11002


* 'class { public' -> struct

2 lines of code changed in 2 files:

  • NALIGNER: ali_profile.hxx (+1 -2), ali_pt.hxx (+1 -2)
westram 2013-10-31 15:10 Rev.: 10996


* use cflags before cxxflags

1 lines of code changed in 1 file:

  • NALIGNER: Makefile (+1 -1)
westram 2013-10-31 14:48 Rev.: 10994


* directly use cflags

1 lines of code changed in 1 file:

  • NALIGNER: Makefile (+1 -5)
westram 2013-10-30 16:58 Rev.: 10974


* renamed include variables

1 lines of code changed in 1 file:

  • NALIGNER: Makefile (+1 -1)
westram 2013-10-29 13:55 Rev.: 10956


* 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:

  • NALIGNER: Makefile (+1 -1)
westram 2013-10-29 13:23 Rev.: 10955


- renamed
* ACC -> A_CC
* CPP -> A_CXX (misleading atm, since it contains c++flags)

1 lines of code changed in 1 file:

  • NALIGNER: Makefile (+1 -1)
westram 2013-10-29 12:43 Rev.: 10954


- document mechanism used by ARB to export variables to submakefiles
- document most important variables

1 lines of code changed in 1 file:

  • NALIGNER: Makefile (+1 -1)
westram 2013-09-09 16:36 Rev.: 10563


- 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:

  • NALIGNER: Makefile (+16)
epruesse 2013-04-13 19:23 Rev.: 9899

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:

  • NALIGNER: ali_main.cxx (+2 -2)
westram 2013-02-13 13:24 Rev.: 9575


- effect of [9574] (comments only)

1 lines of code changed in 1 file:

  • NALIGNER: Makefile (+1 -1)
westram 2013-02-09 13:52 Rev.: 9521


- updated depends for [9520]

10 lines of code changed in 1 file:

  • NALIGNER: Makefile (+10)
westram 2013-02-09 12:16 Rev.: 9516


- reintegrated branch 'cxx11'

10 lines of code changed in 1 file:

  • NALIGNER: Makefile (+10)
westram 2012-09-15 18:20 Rev.: 8894


* fixed cppcheck warnings

16 lines of code changed in 3 files:

  • NALIGNER: ali_pathmap.cxx (+4 -5), ali_tarray.hxx (+1 -1), ali_tlist.hxx (+11 -18)
westram 2012-05-22 18:11 Rev.: 8744


* 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:

  • NALIGNER: Makefile (+2), ali_pt.cxx (+23 -17)
westram 2012-04-19 18:39 Rev.: 8616


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:

  • NALIGNER: ali_global.cxx (+6 -6), ali_main.cxx (+5 -5), ali_prealigner.cxx (+3 -3), ali_prealigner.hxx (+2 -2)
westram 2012-03-21 16:28 Rev.: 8511


* 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:

  • NALIGNER: ali_arbdb.cxx (+4 -4)
westram 2011-12-20 16:11 Rev.: 8313


* removed dead code

(partly reverted by [8316])

0 lines of code changed in 1 file:

  • NALIGNER: ali_prealigner.cxx (-2)
westram 2011-12-20 13:29 Rev.: 8309


* moved much code into static scope

(partly reverted by [8310])

10 lines of code changed in 3 files:

  • NALIGNER: ali_global.cxx (+2 -2), ali_main.cxx (+7 -7), ali_prealigner.cxx (+1 -1)
westram 2011-11-29 18:42 Rev.: 8257


* removed unused(-but-set) variables/params

2 lines of code changed in 1 file:

  • NALIGNER: ali_prealigner.cxx (+2 -4)
westram 2011-11-29 10:33 Rev.: 8249


* 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:

  • NALIGNER: ali_main.cxx (+1 -2)
westram 2011-11-28 22:26 Rev.: 8246


* 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:

  • NALIGNER: ali_global.cxx (+2 -2), ali_global.hxx (+6 -6), ali_main.cxx (+1 -1)
westram 2011-10-17 14:34 Rev.: 8104


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:

  • NALIGNER: ali_other_stuff.hxx (+11 -2)
westram 2011-10-17 14:17 Rev.: 8100


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:

  • NALIGNER: ali_pt.cxx (+3 -3), ali_pt.hxx (+1 -1)
westram 2011-08-08 01:06 Rev.: 7812


merge from dev [7751] [7752]
* updated many old-style typedefs (typedef struct/enum)

5 lines of code changed in 2 files:

  • NALIGNER: ali_profile.hxx (+2 -3), ali_pt.hxx (+3 -3)
westram 2011-08-08 01:01 Rev.: 7811


merge from dev [7748] [7749] [7750]
* comments (C->C++ style)
* fixed umlauts in TREEGEN

41 lines of code changed in 5 files:

  • NALIGNER: ali_global.cxx (+13 -13), ali_global.hxx (+6 -6), ali_profile.hxx (+8 -8), ali_pt.cxx (+3 -3), ali_tlist.hxx (+11 -11)
westram 2011-06-10 15:50 Rev.: 7623


- merge from dev [7450] [7452] [7456] [7457] [7458] [7459] [7460] [7461] [7464] [7465] [7466] [7467] [7468] [7469] [7482]
* tweaked compiler options
- activated -Weffc++
* postfilter warnings where Scott Meyers' advices are too general.
- base classes should not always have virtual destructors, since that renders tiny classes useless and
- members should not always be initialized via initialization list, since that often violates the DRY principle
* fix gcc's inability to detect that Noncopyable implements a private copy-ctor and op=
* this slows down complete ARB recompilation by ~5%
- added -Wold-style-cast (inactive)
- removed -Wno-non-template-friend added in [7447]
* postcompile.pl
- added option --original to show unmodified compiler output
* declared op= for classes which had a copy-ctor
* moved op= macros to arbtools.h
* derived classes containing pointers from Noncopyable (use Noncopyable virtually) or
* made them copyable if needed (awt_mask_item, KnownDB, Code, AWT_registered_itemtype, GEN_gene, !PosGene, !PartialSequence, !PlugIn, Range, Convaln_exception)
* other related changes
- user mask destruction working now

26 lines of code changed in 13 files:

  • NALIGNER: Makefile (+2), ali_aligner.hxx (+5 -5), ali_arbdb.hxx (+1 -1), ali_misc.hxx (+3), ali_pathmap.hxx (+1 -1), ali_prealigner.hxx (+4 -4), ali_profile.hxx (+1 -1), ali_pt.hxx (+2 -2), ali_sequence.hxx (+2 -2), ali_solution.hxx (+2 -2), ali_tarray.hxx (+1 -1), ali_tlist.hxx (+1 -1), ali_tstack.hxx (+1 -1)

(82 more)

Generated by StatSVN 0.7.0