Directory PERLTOOLS/

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

[root]/PERLTOOLS

Lines of Code

PERLTOOLS/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 50 (100.0%) 192 (100.0%) 3.8
westram 49 (98.0%) 191 (99.5%) 3.8
epruesse 1 (2.0%) 1 (0.5%) 1.0

Most Recent Commits

westram 2023-08-05 13:32 Rev.: 19445


* check all {{{A_CC}}} calls (=plain C compilations) whether they are used.

0 lines of code changed in 1 file:

  • PERLTOOLS: Makefile (-3)
westram 2022-11-13 16:47 Rev.: 19339


* reintegrates 'refactor' into 'trunk'
- eliminates old interface of {{{GBS_strstruct}}}
- add a few new unittests (editor-config string + some PT-SERVER-functions)
* adds: log:branches/refactor@19300:19338

7 lines of code changed in 1 file:

  • PERLTOOLS: arb_proto_2_xsub.cxx (+7 -14)
westram 2022-04-06 14:29 Rev.: 18981


* export/use {{{ARB_CORE_LIBS}}} (instead of using {{{ARB_GLIB_LIBS}}} directly).

1 lines of code changed in 1 file:

  • PERLTOOLS: Makefile (+1 -1)
westram 2021-10-04 17:51 Rev.: 18748


* explicitely define function prefixes.
* link to interface generator code (and vv).
* bail out on ambiguous function suffix.

1 lines of code changed in 1 file:

  • PERLTOOLS: arb_proto_2_xsub.cxx (+1)
westram 2021-09-15 13:48 Rev.: 18729


* eliminate trailing whitespace from Makefiles.

2 lines of code changed in 1 file:

  • PERLTOOLS: Makefile (+2 -2)
westram 2020-03-16 15:33 Rev.: 18389


* devirtualize {{{getLine}}}:
- move {{{getLine}}} -> {{{getLine_intern}}} in {{{CommentSkippingFileBuffer}}}
- mark {{{getLine_intern}}} nonfinal.
* add code pointer to testdata

4 lines of code changed in 1 file:

  • PERLTOOLS: arb_proto_2_xsub.cxx (+4 -2)
westram 2017-11-28 19: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:

  • PERLTOOLS: arb_proto_2_xsub.cxx (+1 -2)
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

22 lines of code changed in 1 file:

  • PERLTOOLS: arb_proto_2_xsub.cxx (+22 -22)
westram 2017-09-18 15:23 Rev.: 16374


* reintegrates 'aci' into 'trunk'
- refactored wide parts of ACI code (incl. SRT+REG)
* added more test
* ACI tracing
- more complete and readable
- automatically turned off when done with expression
* improved error messages (esp. diagnostics)
* documentation (updated, added missing)
* fixed a bunch of bugs (incl. SEGV and deadlock)
* ACI now runs inside execution environment
- ACI language may be extended with custom commands (implements #756)
* added ACI extension for group-batch-rename
* adds:
- log:branches/aci@16170:16373
- log:branches/addtest@16193:16316

1 lines of code changed in 1 file:

  • PERLTOOLS: arb_proto_2_xsub.cxx (+1 -2)
westram 2017-08-09 14:59 Rev.: 16223


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

  • PERLTOOLS: Makefile (+1 -1)
westram 2017-06-29 15:18 Rev.: 16043


* reintegrates 'fix' into 'trunk'
- valgrind fixes
* generally repaired valgrinding (external tools)
* {{{group_scaling}}} was not initialized correct (RUI)
- DRYed code to run external tools from unittests
* adds: log:branches/fix@16037:16042

5 lines of code changed in 2 files:

  • PERLTOOLS: Makefile (+2), arb_proto_2_xsub.cxx (+3 -11)
westram 2016-08-17 20:39 Rev.: 15198


* remove {{{virtual}}} if {{{OVERRIDE}}} is present
- OVERRIDE implies 'implicit virtual' (if code compiles as C++11 <- tested on build server!)

2 lines of code changed in 1 file:

  • PERLTOOLS: arb_proto_2_xsub.cxx (+2 -2)
westram 2016-08-11 11:05 Rev.: 15176


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

5 lines of code changed in 2 files:

  • PERLTOOLS: Makefile (+1), arb_proto_2_xsub.cxx (+4 -4)
westram 2015-04-26 14:38 Rev.: 13760


* change link order to avoid runtime error
{{{
ASan runtime does not come first in initial library list
}}}
* (temp) disable failing asan-checks: vptr,alignment,null,bounds (introduced by gcc 5.x)

1 lines of code changed in 1 file:

  • PERLTOOLS: Makefile (+1 -1)
westram 2015-03-29 12: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

1 lines of code changed in 1 file:

  • PERLTOOLS: arb_proto_2_xsub.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

2 lines of code changed in 1 file:

  • PERLTOOLS: Makefile (+2 -2)
westram 2014-03-22 10:34 Rev.: 11844


* merge [11840:11843] from 'customize' into 'trunk'
* adds:
- log:branches/customize@11841:11843
* skipped changes in ARB_GDE
- log:branches/customize/ARB_GDE@11841:11843 ~~(might fail to reintegrate)~~

23 lines of code changed in 2 files:

  • PERLTOOLS: Makefile (+1 -1), arb_proto_2_xsub.cxx (+22 -21)
westram 2014-02-26 13:35 Rev.: 11664


* use glib
- dependency added to CORE (several functions in CORE may be replace by glib equivalents)
- use g_ascii_strtod in ARBDB unittest (failing in [https://colab.mpi-bremen.de/jenkins/job/ARB/564/ build #564]; expected to pass now)

1 lines of code changed in 1 file:

  • PERLTOOLS: Makefile (+1 -1)
westram 2014-02-25 17:50 Rev.: 11656


- added dependencies to main-object(s)

1 lines of code changed in 1 file:

  • PERLTOOLS: Makefile (+1 -1)
westram 2013-10-31 16:40 Rev.: 11002


* 'class { public' -> struct

1 lines of code changed in 1 file:

  • PERLTOOLS: arb_proto_2_xsub.cxx (+1 -2)
westram 2013-10-31 15:10 Rev.: 10996


* use cflags before cxxflags

1 lines of code changed in 1 file:

  • PERLTOOLS: Makefile (+1 -1)
westram 2013-10-30 17:04 Rev.: 10975


* fixed wrong include variables (CC-CXX-mix). Harmless since includes do not differ atm

1 lines of code changed in 1 file:

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


* renamed include variables

2 lines of code changed in 1 file:

  • PERLTOOLS: Makefile (+2 -2)
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:

  • PERLTOOLS: 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)

2 lines of code changed in 1 file:

  • PERLTOOLS: Makefile (+2 -2)
westram 2013-10-03 13:11 Rev.: 10704


- reintegrated branch 'helptest'

2 lines of code changed in 2 files:

  • PERLTOOLS: Makefile (+1), arb_proto_2_xsub.cxx (+1)
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).

1 lines of code changed in 1 file:

  • PERLTOOLS: arb_proto_2_xsub.cxx (+1 -1)
westram 2013-03-28 10:22 Rev.: 9763


- fix NDEBUG compilation

1 lines of code changed in 1 file:

  • PERLTOOLS: arb_proto_2_xsub.cxx (+1)
westram 2013-03-27 12:55 Rev.: 9742


* eliminated obfuscating function ARB_strscmp
- added ARB_strBeginsWith as replacement (most occurrences satisfied by replacement)
- fixes bug in dbbrowser ('/tmp'-toggle did not work when in '/'; wrong use of ARB_strscmp; looked right but was wrong)

2 lines of code changed in 1 file:

  • PERLTOOLS: arb_proto_2_xsub.cxx (+2 -2)
westram 2013-03-23 14:25 Rev.: 9727


* arb_proto_2_xsub
- fix SEGV (when input header contained a struct)
- allow some amount of non-prototype code in headers used as xsub input (see [http://bugs.arb-home.de/changeset/9727#file2 examples])
* forward decls
* typedefs
* structs/classes/inline functions (opening brace needs to be on 1st line!)

38 lines of code changed in 2 files:

  • PERLTOOLS: Makefile (+1), arb_proto_2_xsub.cxx (+37 -12)
westram 2013-03-23 13:19 Rev.: 9725


* filled arb_proto_2_xsub unittest

29 lines of code changed in 2 files:

  • PERLTOOLS: Makefile (+1), arb_proto_2_xsub.cxx (+28 -1)
westram 2013-03-23 12:21 Rev.: 9723


* add unit test stub for arb_proto_2_xsub
- shows how to add a unit test for a (small) executable

20 lines of code changed in 3 files:

  • PERLTOOLS: Makefile (+2 -1), arb_proto_2_xsub.cxx (+15 -1), needs_libs.arb_proto_2_xsub_o (new 3)
westram 2013-02-13 13:24 Rev.: 9575


- effect of [9574] (comments only)

1 lines of code changed in 1 file:

  • PERLTOOLS: Makefile (+1 -1)
westram 2013-02-11 12:35 Rev.: 9533


* use explicit override
- rest

3 lines of code changed in 1 file:

  • PERLTOOLS: arb_proto_2_xsub.cxx (+3 -3)
westram 2013-02-09 14:36 Rev.: 9522


- explicit override destructors of classes derived from virtual base classes
- skipped directories WINDOW and PROBE (should be done in branches gtk and ptsfix)

2 lines of code changed in 1 file:

  • PERLTOOLS: arb_proto_2_xsub.cxx (+2 -2)
westram 2013-02-09 13:52 Rev.: 9521


- updated depends for [9520]

1 lines of code changed in 1 file:

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


- reintegrated branch 'cxx11'

3 lines of code changed in 2 files:

  • PERLTOOLS: Makefile (+1), arb_proto_2_xsub.cxx (+2 -2)
westram 2012-09-15 19:49 Rev.: 8897


* fixed cppcheck warnings

0 lines of code changed in 2 files:

  • PERLTOOLS: arb_proto_2_xsub.cxx (changed)
westram 2012-04-15 19:18 Rev.: 8588


- moved SL/FILE_BUFFER into CORE

0 lines of code changed in 2 files:

  • PERLTOOLS: Makefile (new)
Generated by StatSVN 0.7.0