[root]/AISC
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 218 (100.0%) | 9317 (100.0%) | 42.7 |
westram | 208 (95.4%) | 6893 (74.0%) | 33.1 |
oldcode | 7 (3.2%) | 2388 (25.6%) | 341.1 |
meierh | 1 (0.5%) | 35 (0.4%) | 35.0 |
baderk | 2 (0.9%) | 1 (0.0%) | 0.5 |
* remove trailing whitespace from c source.
34 lines of code changed in 8 files:
* inline {{{SOURCES}}} where only used to generate list of objects.
2 lines of code changed in 1 file:
* reintegrates 'gcc' into 'trunk'
* adds: log:branches/gcc@17850:17876
32 lines of code changed in 1 file:
* reintegrates 'mix' into 'trunk'
* prepare arb for hybrid svn/git use (central svn + local git)
* adds: log:branches/mix@17631:17633
1 lines of code changed in 1 file:
* reintegrates 'gcc' into 'trunk'
- mostly cosmetics changes
* adds: log:branches/gcc@16655,16741:16743,16752:16765
1 lines of code changed in 1 file:
* partial merge from 'gcc' into 'trunk'
- use {{{nullptr}}} in Cxx11 (with backward compatibility)
* adds: log:branches/gcc@16683:16740,16744:16746,16751
130 lines of code changed in 13 files:
* reintegrates 'cover' into 'trunk'
- fixes compilation with COVERAGE
* ARB perl module failed to load (since [13739])
* linking executables broken (apparently since [14038])
* adds: log:branches/cover@16213:16222
1 lines of code changed in 1 file:
* reintegrates 'warnings' into 'trunk'
- use gnu++14-standard for gcc>=6
- use gnu++0x-standard for gcc<4.7 (bugfix)
- defines many inlines as constexpr
* adds: log:branches/warnings@15515:15522,15525:15528
9 lines of code changed in 1 file:
* partial merge from 'warnings' into 'trunk'
- fix dead code (merge error by [7413])
* adds: log:branches/warnings@15523:15524
2 lines of code changed in 3 files:
* remove {{{virtual}}} if {{{OVERRIDE}}} is present
- OVERRIDE implies 'implicit virtual' (if code compiles as C++11 <- tested on build server!)
5 lines of code changed in 1 file:
* reintegrates 'fixres' into 'trunk'
- fixes #715
* adds: log:branches/fixres@15127:15175
12 lines of code changed in 1 file:
* improve hash quality
- avoid "left shift of negative value" reported by sanitizer (lost bits of hash key)
- ~~change hash size to prime~~ (reapplied by [15524])
3 lines of code changed in 2 files:
* 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 'sanitize' into 'trunk'
* adds:
- log:branches/sanitize@13023:13076
1 lines of code changed in 1 file:
* fixes compilation with COVERAGE!=0 (was broken by [10956])
1 lines of code changed in 1 file:
* 'class { public' -> struct
1 lines of code changed in 1 file:
* use cflags before cxxflags
1 lines of code changed in 1 file:
* fixed wrong include variables (CC-CXX-mix). Harmless since includes do not differ atm
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
2 lines of code changed in 1 file:
- renamed
* ACC -> A_CC
* CPP -> A_CXX (misleading atm, since it contains c++flags)
2 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:
* fix cppcheck warnings
- renamed enum members hiding variables
- reintroduced suppressions removed in [10946]
- renamed function index()
63 lines of code changed in 4 files:
- remove outdated cppcheck-suppressions
0 lines of code changed in 1 file:
* makedepend changed behavior between 1.0.2 and 1.0.4
- 1.0.4 does generate impossible dependencies (see [10143] for an example)
- force correct behavior by defining SIMPLE_ARB_ASSERT on CLI (when invoking compiler and makedepend)
18 lines of code changed in 3 files:
* changed dynamic value-initializations into default-initializations
- i believe/know they were used with ignorance of [http://stackoverflow.com/questions/620137/do-the-parentheses-after-the-type-name-make-a-difference-with-new?answertab=active#tab-top ctor-behavior].
1 lines of code changed in 1 file:
- effects of [9619]; only shifts some spaces
1 lines of code changed in 1 file:
* aisc_mkpt
- default is to generate ANSI headers now (options -A and -z are invalid now)
- added options to force K&R (not used)
- reordered help options
* fixed all calls using -A and/or -z
* no longer use K&R prototypes in SL/TREEDISP
1 lines of code changed in 1 file:
- effect of [9574] (comments only)
1 lines of code changed in 1 file:
* use explicit override
- rest
6 lines of code changed in 1 file:
- updated depends for [9520]
6 lines of code changed in 1 file:
- reintegrated branch 'cxx11'
6 lines of code changed in 1 file:
* add realloc_unleaked() - does not leak if realloc fails (just sets ptr to NULL)
* AISC
- replaced problematic realloc's and throw if realloc fails
- add exception handling to main
- check Interpreter was instanciated before accessing it (crashed during early throw)
- cppcheck-suppress two acceptable leaks
28 lines of code changed in 3 files:
* guided by clang static checker:
- fix or at least comment many assigned but never used values
0 lines of code changed in 1 file:
merge from e4fix [8135] [8136] [8137] [8138] [8139] [8140] [8141] [8142] [8143] [8144] [8222]
(this revives the reverted patches [8129] [8130] [8131] [8132]; see [8133])
* fixes
- some free/delete mismatches
- wrong definition of ORF objects (Level was no bit value)
- amino consensus (failed for columns only containing 'C')
* rename
- AA_sequence_term -> orf_term
- ED4_sequence_terminal_basic -> ED4_abstract_sequence_terminal
* cleaned up hierarchy dumps
* tweaked is_terminal()/to_terminal()
0 lines of code changed in 1 file:
- clang-fix: explicitely pass language type to compiler when .c is compiled as c++
1 lines of code changed in 1 file:
* moved much code into static scope
(partly reverted by [8310])
1 lines of code changed in 1 file:
merge from dev [7748] [7749] [7750]
* comments (C->C++ style)
* fixed umlauts in TREEGEN
29 lines of code changed in 6 files:
* merge from dev [7638] [7639] [7646] [7645] [7647] [7648] [7649] [7650] [7651] [7652]
- compatibility with cppcheck 1.49 (assert + ASSERT_RESULT)
- fixed (AWT and WINDOW)
* missing const attributes
* uninitialized/unused/wrong-scoped/useless variables
* alloc/free/delete mismatches
* use assertions instead of null-pointer-assignments
- removed
* AW_device_Xm fast/slow/fastflag
- new class AW_scalar
* can hold any AW_awar-value
- uses int32_t (AW_awar is based on GB_INT which is 32 bit)
* knows its type
* use in
- AW_option_struct / AW_toggle_struct (both classes were identical -> replaced them by new class AW_widget_value_pair)
- in AW_variable_update_struct (now !VarUpdateInfo)
- in AW_select_table_struct (now AW_selection_list_entry)
10 lines of code changed in 2 files:
- 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
49 lines of code changed in 10 files:
(59 more)