Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 123 (100.0%) | 5462 (100.0%) | 44.4 |
westram | 112 (91.1%) | 3501 (64.1%) | 31.2 |
oldcode | 7 (5.7%) | 1953 (35.8%) | 279.0 |
epruesse | 2 (1.6%) | 4 (0.1%) | 2.0 |
boehnel | 2 (1.6%) | 4 (0.1%) | 2.0 |
* remove generated whitespace.
- code generator depended on trailing whitespace (fixed using variable {{{EMPTY}}})
* fix trailing whitespace in text.
27 lines of code changed in 3 files:
* eliminate trailing whitespace from Makefiles.
7 lines of code changed in 1 file:
* full update from child 'fix' into 'trunk'
- fixes undefined variables in makefiles
- fixes perl tests
* adds: log:branches/fix@17599:17617
3 lines of code changed in 1 file:
* reintegrates 'gcc' into 'trunk'
- ports arb to gcc 8.1 (fixing warnings)
* adds: log:branches/gcc@16965:16985
Update: continued by [17178]
14 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
57 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
3 lines of code changed in 1 file:
* reintegrates 'slv' into 'trunk'
* performs #624
* adds:
- log:branches/slv@13152:13190
4 lines of code changed in 1 file:
remove more traces of common.a
0 lines of code changed in 1 file:
AISC now uses arb_open_socket, arb_socket_write and ..._read.
- SIGPIPE is disabled via setsockopt on mac and via MSG_NOSIGNAL
on Linux.
- No more usleep in write loop.
- arb_socket_write returns -1 on failure
(needed change to client.c as aisc_s_write and aisc_c_write
differed in error handling)
- common.[hc] are gone
- fixes build failure in build 797
4 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
14 lines of code changed in 2 files:
- document mechanism used by ARB to export variables to submakefiles
- document most important variables
1 lines of code changed in 1 file:
- applied (not merged!) [9668] from gtk_only.
- merge did not work w/o conflicts since the patch mixes gtk-specific changes with general changes (better would have been applied to some non-gtk-branch and then merged into gtk-branch)
- merging and resolving conflicts now would skip unmergeable parts. when gtk is merged someday, these parts would get lost.
4 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
2 lines of code changed in 1 file:
- fixed a few rule-dependencies in AISC-Makefile
- fixes broken dependency generation for 'make clean; make depends'
18 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
19 lines of code changed in 2 files:
* removed AISC debug code
1 lines of code changed in 2 files:
- cppchecked (1.52)
1 lines of code changed in 1 file:
- fixed some global shadow warnings
0 lines of code changed in 1 file:
* PT-SERVER
- allow to specify amount+limit where N is accept
- moved hardcoded PT_MAX_MATCHES into AISC interface as parameter (with same limit)
* added links to information related to MAGIC_NUMBER
- maintain a list of previously used MAGIC_NUMBERs
* AISC parameters
- removed unused parameter MATCH_MAX_SPECIES
- added new parameters MATCH_MAX_HITS, MATCH_N_ACCEPT, MATCH_N_LIMIT
* defaulted them to previously hardcoded limits
* parametrized set_table_for_PT_N_mis() using MATCH_N_ACCEPT + MATCH_N_LIMIT
* protect vs illegal index into psg.N_mismatches
* arb_probe
- fixed commandline parser (no longer modifies passed argv)
- added new parameters matchacceptN, matchlimitN + matchmaxresults
- added some unit tests
* testing N-matches (in match-string and/or seqdata)
* testing truncation of results
15 lines of code changed in 2 files:
merge from dev [7774] [7778] [7779] [7780] [7781] [7782] [7783] [7784] [7785] [7786] [7787] [7788] [7789] [7790] [7791] [7792] [7793] [7794] [7795] [7796] [7817]
* fixes/improvements to build ARB on multicores
- made dependencies between targets explicit (let make resolve them)
- fixed several failures caused by async calls ('dep_graph', 'up', tests)
- try to make 'perl' 1st ("big target")
* other changes
- ctags (bug in 5.8; tag-order)
- removed obsolete things from Makefiles
- added SOURCE_TOOLS/remake_after_change.pl (call from ARB subdirs, knows what to do)
- tests use own ARB_PID (no clash with running ARB)
5 lines of code changed in 1 file:
merge from dev [7773] [7776] [7797]
* remove indirection via links in directory MAKEBIN
* ignore json/yml for PERL2ARB
* stopper vs compiling RNA3D w/o ARB_OPENGL
2 lines of code changed in 1 file:
merge from dev [7748] [7749] [7750]
* comments (C->C++ style)
* fixed umlauts in TREEGEN
2 lines of code changed in 2 files:
merge from dev [7680] [7681] [7682] [7696] [7698]
* misc build issues
- more fixes to "make clean"
- fix make-jobserver warnings (unwanted fallbacks to -j1)
- print max. test duration of single lib-tests
- create whitespace patch
3 lines of code changed in 1 file:
* merge various small fixes from dev [7445] [7446] [7447] [7449] [7451] [7454] [7455] [7462] [7463] [7470] [7471] [7472]
- compile fixes
* AISC now depends on AISC_MKPTPS
* tweaked compiler options
- added -fno-common
* puts all global data symbols into data section (instead of common blocks)
* duplicated data-symbols now lead to link-errors
- added two C++-warnings
* run POST_COMPILE when compiling server/client libs
* do 'checks' from 'build'
- code fixes
* close 2 unclosed files
* dont misuse GB_export_errorf in user masks
* fixed assertion failure in GB_remove_callback (removed callback from inside callback)
- user masks were not properly unlinked from DB before DB got destroyed
* close DBs
- when opening import window after startup
- before quitting merge tool
* fixed assertion failure in NT_fix_dict_compress
- after fresh import there were no affacted keys and progress failed. Skipped whole repair section
* skip empty subcounter
* clear 'alignment not found' error
5 lines of code changed in 2 files:
merged from dev [7395] [7396] [7397] [7398] [7399] [7400] [7401] [7402] [7403] [7404] [7405]
* server/client interface
- changed invalid casts (now casts are done between classes derived from dll<XXX>)
- re-activated 'unused' warnings (deactivated since [566])
- removed unused functions/variables
- removed 'extern "C"'-voodoo
- when creating two objects containing a DESTROY callback (like PT_local), AISC servers now warn and automatically destroy the 1st created object (which leaked) and then create the 2nd
* fixed multiple creation of PT_local from PT_FamilyFinder
* print ioerror when saving nameserver db fails
* AISC interpreter
- fixed array overflow in command table
- detect "endless" recursive evaluation
- fixed RUIs occurred while scanning backwards
- fixed leak
- GOSUB/CALL (change function argument parsing and evaluation)
22 lines of code changed in 4 files:
merged from dev [7373] [7375] [7376] [7377] [7378] [7379] [7380] [7381] [7382] [7383] [7384] [7385] [7386] [7387] [7388] [7389] [7390] [7391] [7392] [7393] [7394]
* AISC interpreter
- no longer print TABs (use spaces instead)
- new command INDENT +-<num> (old tab positions act relative to current indentation)
- each stream does formatting independently
- switching between output streams does no longer interfere indentation
- added smart tabulator '$|'
- new command '--' prints empty line
- new command 'PM' prints only if further output occurs (has to be used inside PMSTART/PMEND). Used to avoid empty loops etc.
- removed command 'P\t'
- added new conditional operator '<'
- error messages dump current data-cursor position
- added new command 'CONST' (write-protects variables)
* AISC scripts (.pa)
- removed definition of TABs (use default 4)
- indented
- use smart tabs and INDENT
- better error messages when MAX_OBJECT/MAX_KEY is too small
- use operator '<' for argc-check
* code generated by AISC scripts
- removed unneeded C compatibility
- load/save code only generated when needed (i.e. in nameserver)
- fixed indentation
- fixed constness
- removed many useless return values
- made most callbacks static; replaced the one (get_XXX_CNT) used by server-code by method get_count()
- server dll-objects derived from base-class-template; commented the undefined(but working) hack there
* AISC interface (.aisc)
- fixed plenking
- translated german comments
- reorganized interface IDs to reduce max. amount of attributes. MAX_KEY 100->42
- moved relative search into own ptserver object (PT_family). MAX_KEY 42->33
- changed MAGIC numbers to make communication between client/server before and after this patch impossible
- dont save dll-header to nameserver db (does nothing but generate unused code)
* client/server code
- no longer use old fashioned typenames (struct struct_blablabla)
- fixed constness
- moved invariable code from generator to server.c
* updated description of .aisc format (eliminated duplicated files)
* possibility to pass information from Makefile into AISC scripts
1647 lines of code changed in 7 files:
merged from dev [7366] [7372] [7374]
* minor changes to AISC scripts
- added some test-code using GOTO
- fixed usage errors
- close all files
- parameter checks
- fixed paths in "generated"-comments
* AISC regression tests completely ignore space changes
44 lines of code changed in 5 files:
merged from dev [7358] [7359] [7360] [7363] [7364] [7365] [7367]
* tweaked build process
- get rid of '.depends: No such file or directory'
- make clean now is much more scrupulous! removal '''notably''' includes lib/pts, lib/nas and lib/arb_tcp.dat (when they are no symlinks)
- suppress some output
- added several unreached targets (to test random failures)
- fine-grained tools-dependencies
- automatically generate target directories (GENC ...)
- removed duplicated target 'mbin' (same as 'comtools')
- added target 'setup_after_clean' (use after 'clean' when doing a partial build)
23 lines of code changed in 1 file:
merged from dev [7356] [7357] [7361] [7368] [7371]
* regression tests for AISC
- compares generated code/dumps with those in other checkout
* possibility to run aisc in valgrind (buggy - always reports success)
- filter 'unhandled CFI instruction' (often happens when valgrind is older than used compiler)
52 lines of code changed in 1 file:
* strict aliasing (merges [7353] [7354] from dev)
- fixed the aliasing bug which caused probe_design to fail
- checked casts to (double*)
- re-activated strict-aliasing for server/client interface; see [7352]
1 lines of code changed in 1 file:
- AISC still broken when compiled with -fstrict-aliasing (undo part of [7348])
5 lines of code changed in 1 file:
- compile AISC again with -fstrict-aliasing
- fixed type-punnings
2 lines of code changed in 1 file:
- sync with refactor branch (branching sux)
2 lines of code changed in 2 files:
* fixed "uninitialised values" reported by valgrind (in aisc_get)
- the keys (like LOCS_MATCH_LIST or LOCS_MATCH_STRING) are defined as enums. When none of the defined values needs a long to represent it, int is used instead. Since aisc_get() uses a variable argument list some bytes remain uninitialized.
- fixed by declaring a XXX_FORCELONG member in all enums
* added missing va_end() in aisc_get()
3 lines of code changed in 1 file:
* removed duplicated unnecessary definition of aisc_com
1 lines of code changed in 1 file:
* free()
- removed unneeded casts of argument
- removed unneeded if-clauses
2 lines of code changed in 1 file:
- calling 'make clean' twice failed
1 lines of code changed in 1 file:
- fixed includes
- added MBI headers
- removed unused files
2 lines of code changed in 1 file:
- 'clean' now deletes dependencies in XXX_COM (even 'rebuild' failed to refresh depends)
1 lines of code changed in 1 file:
* fixed doxygen-alike comments
- either use explicit qt-style triggers (/*! and //!)
- or made them simple comments
* converted several "normal" comments into doxygen-comments
* moved many comments inside the function/struct to which they (seemed) to belong (otherwise function and comments tend to get separated over the years)
* deleted several comments
- obvious things like paraphrases of the function name
- spammy things like repeating the function prototype
* reduced comments for vertical seperation
18 lines of code changed in 5 files:
(32 more)