Directory SL/INSDEL/

Total Files:
3
Deleted Files:
0
Lines of Code:
2421

[root]/SL/INSDEL

Lines of Code

SL/INSDEL/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
westram 44 (100.0%) 212 (100.0%) 4.8

Most Recent Commits

westram 2022-07-21 13:01 Rev.: 19167


* reintegrates 'split' into 'trunk'
* adds: log:branches/split@19102:19166

29 lines of code changed in 3 files:

  • SL/INSDEL: insdel.cxx (+28 -2), insdel.h (new)
westram 2022-06-20 11:12 Rev.: 19063


* fixed LOOP_VECTORIZED expressions that used '*'-count (for gcc 10.x-series).

1 lines of code changed in 1 file:

  • SL/INSDEL: insdel.cxx (+1 -1)
westram 2022-06-20 11:03 Rev.: 19061


* fix loop vectorization checks failing with gcc 10.x

1 lines of code changed in 1 file:

  • SL/INSDEL: insdel.cxx (+1 -1)
westram 2022-03-04 11:26 Rev.: 18959


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

1 lines of code changed in 1 file:

  • SL/INSDEL: Makefile (+1)
westram 2019-10-08 16:51 Rev.: 18159


* full update from child 'fix' into 'trunk'
- fix item name accessors ({{{GBT_get_name}}} + {{{GBT_get_name_or_description}}})
- add {{{null2empty}}}
* adds: log:branches/fix@18140:18158

4 lines of code changed in 1 file:

  • SL/INSDEL: insdel.cxx (+4 -3)
westram 2019-04-26 15:56 Rev.: 17817


* Unit tests:
- Makefile.setup.template:
* move config sections (rarely used to bottom).
* fix trailing whitespace.
* add fun restriction vs crashtests.
* add xrefs.
* force Conf mode.
- rename 5 tests (which call crashtests) by adding suffix -> allows to filter
- count tests skipped by RESTRICT_FUN/RESTRICT_MODULE as "skipped" => list them in summary.
- ignore directory UNIT_TESTER/tests.

4 lines of code changed in 1 file:

  • SL/INSDEL: insdel.cxx (+4 -1)
westram 2019-03-13 12:59 Rev.: 17659


* no longer use TEST_FAILS_INSIDE_VALGRIND

1 lines of code changed in 1 file:

  • SL/INSDEL: insdel.cxx (+1 -1)
westram 2018-09-20 17:43 Rev.: 17396


* reintegrates 'fix' into 'trunk'
- elim dead code
- use const hash loop
* adds: log:branches/fix@17380,17388:17395

2 lines of code changed in 1 file:

  • SL/INSDEL: insdel.cxx (+2 -2)
westram 2017-12-04 11:58 Rev.: 16786


* remove vectorization checks from unittest code

4 lines of code changed in 1 file:

  • SL/INSDEL: insdel.cxx (+4 -4)
westram 2017-11-28 18:22 Rev.: 16766


* reintegrates 'gcc' into 'trunk'
- mostly cosmetics changes
* adds: log:branches/gcc@16655,16741:16743,16752:16765

1 lines of code changed in 1 file:

  • SL/INSDEL: insdel.cxx (+1 -2)
westram 2017-11-28 17: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

33 lines of code changed in 1 file:

  • SL/INSDEL: insdel.cxx (+33 -33)
westram 2017-11-14 14:36 Rev.: 16653


* reintegrates 'gcc' into 'trunk' (fixes defect part of #752)
- allow compilation with gcc 7.x series (accepting 2 clang-test-results for gcc 7.x)
- vectorization:
* in {{{SL/CONSENSUS/chartable.cxx}}} works again with gcc 7.x (broken for 6.x series)
- checker: added syntax to exclude a range of versions
* check new 7.x vectorizations + fix vectorization-counts
* adds: log:branches/gcc@16578:16635,16649:16652

1 lines of code changed in 1 file:

  • SL/INSDEL: insdel.cxx (+1 -1)
westram 2017-11-12 14:53 Rev.: 16649


* partial merge from 'gcc' into 'trunk'
- handles #770 by reducing optimizations of several bleeding test functions
* adds: log:branches/gcc@16636:16648

3 lines of code changed in 1 file:

  • SL/INSDEL: insdel.cxx (+3 -3)
westram 2017-11-06 13:54 Rev.: 16628


* reintegrates 'vectorize' into 'trunk'
- fixes #700
* documented vectorization-checks
* fine-grained check based on gcc-version
- drops old gcc-versions (<4.4.3)
- new attribute {{{__ATTR__DONT_VECTORIZE}}}
* disabled vectorization of {{{POS_TREE2::init_static()}}} for newer gcc-versions (generated code fails tests)
- added a bunch of new vectorization-checks (probably irrelevant to overall performance)
* adds: log:branches/vectorize@15531:16585,16595:16627

5 lines of code changed in 1 file:

  • SL/INSDEL: insdel.cxx (+5 -5)
westram 2017-07-26 12:01 Rev.: 16180


* fix a weird symbol-export-bug
- made test fail (as INVALID) if ENABLE_CRASH_TESTS was not defined

4 lines of code changed in 1 file:

  • SL/INSDEL: insdel.cxx (+4 -2)
westram 2017-03-15 09:52 Rev.: 15640


* reintegrates 'db' into 'trunk'
- drops support for database type {{{GB_LINK}}}
* adds: log:branches/db@15628:15639

1 lines of code changed in 1 file:

  • SL/INSDEL: insdel.cxx (+1 -1)
westram 2017-01-04 17:06 Rev.: 15513


* reintegrates 'warnings' into 'trunk'
- activate additional warnings (gcc 5.x++)
- Cxx11-forward final (classes+methods)
- fix tag problems caused by using preprocessor
* adds: log:branches/warnings@15486:15489,15491:15501,15506:15512

2 lines of code changed in 1 file:

  • SL/INSDEL: insdel.cxx (+2 -2)
westram 2016-08-11 10:05 Rev.: 15176


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

14 lines of code changed in 2 files:

  • SL/INSDEL: Makefile (+1), insdel.cxx (+13 -13)
westram 2016-05-13 13:57 Rev.: 14841


* fixes #702 by lazy-loading sequence data

69 lines of code changed in 1 file:

  • SL/INSDEL: insdel.cxx (+69 -11)
westram 2015-03-29 11:47 Rev.: 13625


* reintegrates 'pars' into 'trunk'
- fixes #528, #609, #620, #631, #633, #640, #641
- implements #619, #627
* adds:
- log:branches/addtest@13123:13260,13523:13551,13570
- log:branches/check@13365:13375,13450:13457
- log:branches/check2@13458:13465
- log:branches/fix@13522:13588
- log:branches/fixres@13270:13277,13279:13293,13295:13326
- log:branches/pars@12938:13280,13282:13325,13327:13387,13389:13527,13530:13624

2 lines of code changed in 1 file:

  • SL/INSDEL: insdel.cxx (+2)
westram 2015-01-23 14: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:

  • SL/INSDEL: Makefile (+1 -1)
westram 2014-10-13 16:34 Rev.: 13044


* revert [13041:13043]
- instead forbid gcc 4.8.0

1 lines of code changed in 1 file:

  • SL/INSDEL: insdel.cxx (+1 -1)
westram 2014-10-12 16:18 Rev.: 13043


* ~~harden patches [13041:13042]~~
- ~~add safebool (=bool for non 4.8.0)~~
- ~~use in all bool-arrays~~

(reverted by [13044])

1 lines of code changed in 1 file:

  • SL/INSDEL: insdel.cxx (+1 -1)
westram 2014-08-27 11:21 Rev.: 12783


* publish TESTs for which nm 2.24 fails to export source location

5 lines of code changed in 1 file:

  • SL/INSDEL: insdel.cxx (+5 -1)
westram 2014-03-19 15:27 Rev.: 11826


- fix NULL ptr conversions

5 lines of code changed in 1 file:

  • SL/INSDEL: insdel.cxx (+5 -3)
westram 2014-01-29 08:56 Rev.: 11521


* reintegrates 'sai' into 'trunk'
- merges changeset [9689] (already seems to be in trunk, but mergeinfo missing)
* adds:
- log:branches/sai@9639:9685,9688:11520

1 lines of code changed in 1 file:

  • SL/INSDEL: insdel.cxx (+1 -1)
westram 2013-11-18 20:22 Rev.: 11163


* avoid code signaling SEGV is called when running under valgrind

1 lines of code changed in 1 file:

  • SL/INSDEL: insdel.cxx (+1 -1)
westram 2013-10-31 15:40 Rev.: 11002


* 'class { public' -> struct

2 lines of code changed in 1 file:

  • SL/INSDEL: insdel.cxx (+2 -4)
westram 2013-10-31 14:10 Rev.: 10996


* use cflags before cxxflags

1 lines of code changed in 1 file:

  • SL/INSDEL: Makefile (+1 -1)
westram 2013-10-30 17:43 Rev.: 10981


- comment out leftover expectation (failing for clang)

2 lines of code changed in 1 file:

  • SL/INSDEL: insdel.cxx (+2 -2)
westram 2013-10-30 15:58 Rev.: 10974


* renamed include variables

1 lines of code changed in 1 file:

  • SL/INSDEL: Makefile (+1 -1)
westram 2013-10-29 12: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:

  • SL/INSDEL: Makefile (+1 -1)
westram 2013-10-29 12: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:

  • SL/INSDEL: Makefile (+1 -1)
westram 2013-10-29 11: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:

  • SL/INSDEL: Makefile (+1 -1)
westram 2013-10-03 12:11 Rev.: 10704


- reintegrated branch 'helptest'

2 lines of code changed in 3 files:

  • SL/INSDEL: Makefile (new), insdel.cxx (+1)
westram 2013-09-09 15: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)

0 lines of code changed in 1 file:

  • SL/INSDEL: insdel.cxx (-1)
westram 2013-06-02 13:57 Rev.: 10106


* fix a bunch of compiler warnings
- several NDEBUG warnings (variables only used in DEBUG mode)
- wrong use of string literals as char*
- enum type mismatches (AW_VARIABLE_TYPE vs GB_TYPES)

4 lines of code changed in 1 file:

  • SL/INSDEL: insdel.cxx (+4 -4)
westram 2013-03-08 15:02 Rev.: 9688


* merge from sai [9686] [9687]

0 lines of code changed in 2 files:

  • SL/INSDEL: insdel.cxx (new)
Generated by StatSVN 0.7.0