Directory NAMES/

Directory Created:
2000-11-23 11:41
Total Files:
4
Deleted Files:
3
Lines of Code:
1536

[root]/NAMES

Lines of Code

NAMES/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 137 (100.0%) 2731 (100.0%) 19.9
westram 123 (89.8%) 2068 (75.7%) 16.8
oldcode 6 (4.4%) 633 (23.2%) 105.5
meierh 1 (0.7%) 26 (1.0%) 26.0
artemov 5 (3.6%) 2 (0.1%) 0.4
epruesse 1 (0.7%) 1 (0.0%) 1.0
arb_build 1 (0.7%) 1 (0.0%) 1.0

Most Recent Commits

westram 2021-09-15 13:52 Rev.: 18730


* remove trailing whitespace from c source.

1 lines of code changed in 1 file:

  • NAMES: names.cxx (+1 -1)
westram 2021-09-15 13:31 Rev.: 18723


* remove .c rules.
* add .c suffix (in SOURCE_TOOLS).

2 lines of code changed in 1 file:

  • NAMES: Makefile (+2 -3)
westram 2021-09-15 13:27 Rev.: 18721


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

3 lines of code changed in 1 file:

  • NAMES: Makefile (+3 -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

7 lines of code changed in 1 file:

  • NAMES: names.cxx (+7 -6)
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

19 lines of code changed in 1 file:

  • NAMES: names.cxx (+19 -18)
westram 2017-10-31 14:13 Rev.: 16592


* partial merge from 'vectorize' into 'trunk'
- eliminates {{{usleep}}} (using {{{nanosleep}}} via {{{ARB_sleep}}})
* adds: log:branches/vectorize@16587:16591

2 lines of code changed in 1 file:

  • NAMES: names.cxx (+2 -2)
westram 2017-10-18 14:54 Rev.: 16552


* partial merge from 'io' into 'trunk'
- {{{GB_rename_file}}} -> {{{GB_move_file}}}
- add {{{GB_copy_file}}}
- add safe versions of both
* adds: log:branches/io@16527:16532

1 lines of code changed in 1 file:

  • NAMES: names.cxx (+1 -1)
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

3 lines of code changed in 1 file:

  • NAMES: names.cxx (+3 -4)
westram 2016-08-11 11:05 Rev.: 15176


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

43 lines of code changed in 2 files:

  • NAMES: Makefile (+1), names.cxx (+42 -42)
westram 2016-07-27 11:30 Rev.: 15094


* reintegrates 'fix' into 'trunk'
* adds: log:branches/fix@15066,15073:15076,15082,15086:15093

20 lines of code changed in 1 file:

  • NAMES: names.cxx (+20 -16)
westram 2016-07-26 11:07 Rev.: 15090


* rename only (improve readability of alpha-numeric tests)

13 lines of code changed in 1 file:

  • NAMES: names.cxx (+13 -13)
westram 2015-12-03 18:50 Rev.: 14587


* fix error-forwarding (from external tools -> ARB GUI)
- {{{GBK_singlequote}}} error message (replaces various wrong ways to do that)
- always call {{{arb_message}}} asynchronously

7 lines of code changed in 1 file:

  • NAMES: names.cxx (+7 -7)
westram 2015-04-26 15:41 Rev.: 13762


- fix warning (narrowing)

1 lines of code changed in 1 file:

  • NAMES: names.cxx (+1 -1)
arb_build 2015-04-12 13:16 Rev.: 13708

fix 32bit-compilation for gcc 4.3.3 (gcc 4.4.3 did only warn)

1 lines of code changed in 1 file:

  • NAMES: names.cxx (+1 -1)
westram 2015-04-09 10:14 Rev.: 13694


* fix 32bit compilation broken by [13691]

13 lines of code changed in 1 file:

  • NAMES: names.cxx (+13 -6)
westram 2015-04-08 17:35 Rev.: 13691


* fixes #646
- nameserver restarted name-modification for identical prefixes (but different suffixes)
- remember counters for all prefix-lengths in hash -> fixes above problem
* added a third method to generate names:
- use 1-letter-prefix (a-z) plus 7-letter-suffix (base36-encoded)
- this will allow to produce all possible short-names (2037468266496 = 1.8 !TeraNames)
* terminate nameserver with fatal error if (ever) reached
- names generated with this method will start with a lower case letter
* misleading warning ("Failed to make a short-name")
- removed from NDEBUG
- now says "Failed to find a unique short prefix for word"

93 lines of code changed in 1 file:

  • NAMES: names.cxx (+93 -14)
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:

  • NAMES: Makefile (+2 -2)
westram 2014-10-17 16:43 Rev.: 13077


* reintegrates 'sanitize' into 'trunk'
* adds:
- log:branches/sanitize@13023:13076

6 lines of code changed in 1 file:

  • NAMES: names.cxx (+6 -3)
westram 2014-05-17 16:17 Rev.: 12275


- replace magics
- fix two wrong exit codes

6 lines of code changed in 1 file:

  • NAMES: names.cxx (+6 -6)
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

16 lines of code changed in 1 file:

  • NAMES: names.cxx (+16 -9)
westram 2013-10-31 15:10 Rev.: 10996


* use cflags before cxxflags

1 lines of code changed in 1 file:

  • NAMES: Makefile (+1 -1)
westram 2013-10-31 10:53 Rev.: 10982


- remove self-assignments of unused parameters

2 lines of code changed in 1 file:

  • NAMES: names.cxx (+2 -4)
westram 2013-10-30 16:58 Rev.: 10974


* renamed include variables

2 lines of code changed in 1 file:

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

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

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

  • NAMES: Makefile (+1 -1)
westram 2013-05-22 14:53 Rev.: 10083


reintegrated branch 'macros2'

5 lines of code changed in 2 files:

  • NAMES: Makefile (+1), names.cxx (+4 -2)
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:

  • NAMES: names.cxx (+1 -1)
westram 2013-02-13 13:24 Rev.: 9575


- effect of [9574] (comments only)

1 lines of code changed in 1 file:

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


- updated depends for [9520]

1 lines of code changed in 1 file:

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


- reintegrated branch 'cxx11'

1 lines of code changed in 1 file:

  • NAMES: Makefile (+1)
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

3 lines of code changed in 1 file:

  • NAMES: names.cxx (+3 -3)
westram 2011-12-20 13:29 Rev.: 8309


* moved much code into static scope

(partly reverted by [8310])

10 lines of code changed in 2 files:

  • NAMES: names.cxx (+10 -3), names.h (-9)
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:

  • NAMES: names.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])

1 lines of code changed in 1 file:

  • NAMES: names.cxx (+1 -1)
westram 2011-10-17 14:29 Rev.: 8103


merge from ptpan_back [8071] [8075] [8076] [8077] [8079]
* moved ARBDB/GB_system -> CORE/GBK_system
* moved basic file related functions from ARBDB to CORE
- GB_time_of_file (no longer automatically evaluates given path)

2 lines of code changed in 2 files:

  • NAMES: Makefile (+1), names.cxx (+1)
westram 2011-09-01 16:18 Rev.: 7930


merge from dev [7875]
* expect gcc 4.3 or higher

2 lines of code changed in 1 file:

  • NAMES: Makefile (+2 -2)
westram 2011-08-08 01:01 Rev.: 7811


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

3 lines of code changed in 1 file:

  • NAMES: names.cxx (+3 -3)
westram 2011-06-29 16:57 Rev.: 7674


* nameserver
- fixed a bug introduced with [7304]
* second part of fullname was always truncated
- bug above revealed another OLD bug
* if the used part of the fullname was shorter than 3 chars, the generated shortname was not stored
- so it was used again for the next similar fullname, resulting in duplicate names

3 lines of code changed in 1 file:

  • NAMES: names.cxx (+3 -5)
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

1 lines of code changed in 1 file:

  • NAMES: names.cxx (+1 -1)

(81 more)

Generated by StatSVN 0.7.0