* full update from child 'fix' into 'trunk'
- fixes #754
* adds: log:branches/fix@18333:18338
42 lines of code changed in 4 files:
* partial merge from 'fix' into 'trunk'
- fix some warnings
- remove obsolete script
* adds: log:branches/fix@18331:18332
14 lines of code changed in 4 files:
* do not try to dump not-generated list under OSX
2 lines of code changed in 1 file:
* disable duplicate-symbol-test introduced with [18322] for OSX
- nm-output under OSX does not provide enough information.
5 lines of code changed in 1 file:
* script to test perl functionality.
75 lines of code changed in 1 file:
* result of sorting database by a criteria with non-strict species order is implementation dependent.
- test explicit order only for one OS (that test has only minor/no importance)
7 lines of code changed in 1 file:
* extract flag check
- check other global symbols for duplication.
* comments.
11 lines of code changed in 1 file:
* dupsym.lst:
- move into same dir as symbol files.
- remove VC ignores.
* cleanup + rename.
3 lines of code changed in 3 files:
* check symbol listings (generated for unittests) for unwanted duplicated symbols.
* be quiet if no duplicate detected.
134 lines of code changed in 5 files:
* fix linker flag (to warn about duplicate variable definitions) for OSX.
* move other decls of compiler/linker flags.
16 lines of code changed in 1 file:
* warn about common symbols.
2 lines of code changed in 1 file:
* fix whitespace.
14 lines of code changed in 2 files:
* rename test (test symbol defined twice).
* move testcode from ARBDB->CORE.
46 lines of code changed in 2 files:
* update change log (#730)
1 lines of code changed in 1 file:
* update build requirements.
* remove 32bit workaround.
3 lines of code changed in 1 file:
* define order types globally (fixes build for gcc 4.4.3).
0 lines of code changed in 2 files:
* define const member static (fixes build for gcc 4.6.3).
0 lines of code changed in 2 files:
* reintegrates 'saicalc' into 'trunk'
- implements #730
* adds: log:branches/saicalc@18141:18310
648 lines of code changed in 53 files:
* enforce destruction order of shell created via {{{GB_shell4perl}}} and {{{GB_test_shell_closed}}} by storing the former in the latter
- move code from {{{~GB_shell4perl}}} into {{{close_global_shell}}}.
- call {{{close_global_shell}}} either from {{{~GB_shell4perl}}} or from {{{~GB_test_shell_closed}}}.
- fixes #508
33 lines of code changed in 4 files:
* fix compiler warnings.
* do not use 'error' in error messages (to avoid duplicate 'error' term).
* fix use of GB_end_transaction (has to be called unconditionally for each started TA).
* remove TA around GB_save (refused since [18282])
10 lines of code changed in 1 file:
* arb_2_bin may now optimize database using an external tree. thx to Jan for the patch :)
50 lines of code changed in 2 files:
* deny to (quick-)save while TA open
- add assertion to code that now is assumed to be "dead".
5 lines of code changed in 1 file: