[root]/NAMES
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 |
* remove trailing whitespace from c source.
1 lines of code changed in 1 file:
* remove .c rules.
* add .c suffix (in SOURCE_TOOLS).
2 lines of code changed in 1 file:
* select units using {{{wildcard}}}.
3 lines of code changed in 1 file:
* reintegrates 'gcc' into 'trunk'
- mostly cosmetics changes
* adds: log:branches/gcc@16655,16741:16743,16752:16765
7 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
19 lines of code changed in 1 file:
* 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:
* 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:
* 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:
* reintegrates 'fixres' into 'trunk'
- fixes #715
* adds: log:branches/fixres@15127:15175
43 lines of code changed in 2 files:
* reintegrates 'fix' into 'trunk'
* adds: log:branches/fix@15066,15073:15076,15082,15086:15093
20 lines of code changed in 1 file:
* rename only (improve readability of alpha-numeric tests)
13 lines of code changed in 1 file:
* 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:
- fix warning (narrowing)
1 lines of code changed in 1 file:
fix 32bit-compilation for gcc 4.3.3 (gcc 4.4.3 did only warn)
1 lines of code changed in 1 file:
* fix 32bit compilation broken by [13691]
13 lines of code changed in 1 file:
* 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:
* 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:
* reintegrates 'sanitize' into 'trunk'
* adds:
- log:branches/sanitize@13023:13076
6 lines of code changed in 1 file:
- replace magics
- fix two wrong exit codes
6 lines of code changed in 1 file:
* 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:
* use cflags before cxxflags
1 lines of code changed in 1 file:
- remove self-assignments of unused parameters
2 lines of code changed in 1 file:
* renamed include variables
2 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
1 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:
reintegrated branch 'macros2'
5 lines of code changed in 2 files:
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:
- effect of [9574] (comments only)
1 lines of code changed in 1 file:
- updated depends for [9520]
1 lines of code changed in 1 file:
- reintegrated branch 'cxx11'
1 lines of code changed in 1 file:
* 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:
* moved much code into static scope
(partly reverted by [8310])
10 lines of code changed in 2 files:
* 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:
* 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:
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:
merge from dev [7875]
* expect gcc 4.3 or higher
2 lines of code changed in 1 file:
merge from dev [7748] [7749] [7750]
* comments (C->C++ style)
* fixed umlauts in TREEGEN
3 lines of code changed in 1 file:
* 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:
- 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:
(81 more)