Re-enable automatic setting of ARBHOME
(was disabled here
http://bugs.arb-home.de/changeset/9668/branches/gtk_only/SH/arb
not sure why tho)
1 lines of code changed in 1 file:
* print full paths for some messages
4 lines of code changed in 2 files:
* fix 'arb_edit4 --help'
- previously reported stupid error ("no such DB '--help'")
- failed to show that stupid error since [10083] (caused by [9876] in branch macros2)
* fixed error-display for different init-states (initial, DB loaded, AW_root created)
* show errors on stderr (when no AW_root created)
- exit early if CLI-help has been displayed
- more standard helptext
13 lines of code changed in 1 file:
* fix '--help' for arb_ntree and arb_phylo (broken by [9899])
47 lines of code changed in 2 files:
* needed_libs.pl
- expect envvar LINK_STATIC
* if defined 1 -> substitute .so by .a (for switch -F only)
- corrected and updated help
- now also finds dependency file for static libs in $ARBHOME/lib (e.g. lib/libARBDB.a)
* force LINK_STATIC=0 for generation of SOURCE_TOOLS/dep.*
* fix linking unit-tests of "shared" libraries (for LINK_STATIC=1)
42 lines of code changed in 3 files:
- fix link error (Linux, LINK_STATIC=1)
3 lines of code changed in 1 file:
- export LINK_STATIC like rest of environment
3 lines of code changed in 2 files:
Link dependencies now contain .a files instead of .so if static linking is enabled. This fixes the unit tests on OSX
13 lines of code changed in 3 files:
* "merge" from dev [7876] [7877] (DB-callback unit-test)
- change TEST_ASSERT... -> TEST_EXPECT...
- disabled one test (tried to mark terminal db-entry, doing that fails assertion in ARBDB now)
310 lines of code changed in 1 file:
* whitespace + formatting fixes of helpfiles touched by [10158]
870 lines of code changed in 32 files:
* appellation
- name, shortname, ... -> (unique) species ID
- generate names -> synchronize IDs
* fixes #304
- ask to recreate ID (experts only)
143 lines of code changed in 48 files:
re-enable unit tests for linux (typo... they were only
meant to be disabled for osx)
1 lines of code changed in 1 file:
A step towards working unit tests on mac os x
11 lines of code changed in 3 files:
* fix AISC dependency problems
- see [9678] for an example
- added some test-targets (dependstest[1..])
28 lines of code changed in 3 files:
* increase my personal unit-test timeouts
4 lines of code changed in 1 file:
* no longer erase 'SOURCE_TOOLS/dep.*' on 'make clean' (resulted in missing svn-entries)
1 lines of code changed in 1 file:
* makedepend changed behavior between 1.0.2 and 1.0.4
- 1.0.4 does generate impossible dependencies (see [10143] for an example)
- force correct behavior by defining SIMPLE_ARB_ASSERT on CLI (when invoking compiler and makedepend)
84 lines of code changed in 13 files:
* move arb_assert.h into CORE (uses only functions from CORE, no longer from ARBDB)
363 lines of code changed in 5 files:
* added ARB_in_expert_mode + ARB_in_novice_mode
10 lines of code changed in 3 files:
- removes PGT (sacrificed to gtk port)
1 lines of code changed in 63 files:
* ignore some subdirectories of UNIT_TESTER
5 lines of code changed in 1 file:
osx find must have a path before the expression ("find . -...")
2 lines of code changed in 1 file:
put jenkins build script into svn for tracking
68 lines of code changed in 1 file:
more class/struct ambiguity removed (2nd try)
16 lines of code changed in 5 files:
revert r10128 (contained accidental delete of gb_data.h range):-/
210 lines of code changed in 5 files:
~~more class/struct ambiguity removed (using struct for now, doesn't really matter)~~
(reverted by [10129])
16 lines of code changed in 5 files:
forward decl and decl have to match struct/class (lots of warnings on OSX)
2 lines of code changed in 1 file:
fix another define check
1 lines of code changed in 1 file:
on osx, there is no _STDLIB_H -- it's called _STDLIB_H_
4 lines of code changed in 1 file:
* send errors in config manager via aw_message (fixes #297)
1 lines of code changed in 1 file:
* fixes #295
- when first key is pseudo-key
* do never display key-value (instead show hit description - as done in 'by hit'-sort-order)
* temporarily skip key-dependent sort-orders (drawback: sort-order may change by changing 1st search key)
- no longer automatically switch to 'by hit'-sort-order when performing search for pseudo-keys
58 lines of code changed in 1 file:
* removed outdated code that attempted to send email
- replaced 'Registration' by '!MailingList'
- '!MailingList' and '!BugReport' link to trac-wiki instead
- obsoletes #291 and #292
12 lines of code changed in 3 files:
don't exclude hidden files from arb.tgz (import filters)
1 lines of code changed in 1 file:
* fix include-chaos in NTREE
- all headers named
* .h (some had .hxx)
* as .cxx file
- removed obsolete header (NT_dbrepair.hxx, nt_join.hxx)
* removed some more definitions of nt_assert
626 lines of code changed in 47 files:
- removed obsolete include-hack
0 lines of code changed in 2 files:
* no longer popdown tree-select window when clicking admin button
7 lines of code changed in 4 files:
* NTREE
- renamed local prototypes header (nt_internal.h -> nt_local_proto.h)
- moved ntree.hxx to nt_local.h (none of the decls there is used globally, unlinked from INCLUDE)
* include local prototypes
* defines (nt_assert, removed unused, some moved into NT_extern.cxx)
249 lines of code changed in 31 files:
* changed dynamic value-initializations into default-initializations
- i believe/know they were used with ignorance of [http://stackoverflow.com/questions/620137/do-the-parentheses-after-the-type-name-make-a-difference-with-new?answertab=active#tab-top ctor-behavior].
45 lines of code changed in 31 files:
* trees shown in two NTREE windows were not BOTH selectable (since [10019])
- NT_create_select_tree_window now creates exactly one window for each tree-awar
22 lines of code changed in 3 files:
backport [10108] to trunk (stack corruption caused by passing int* to aisc_get)
1 lines of code changed in 1 file:
* fix a bunch of compiler warnings
- several NDEBUG warnings (variables only used in DEBUG mode)
- wrong use of string literals as char*
- enum type mismatches (AW_VARIABLE_TYPE vs GB_TYPES)
32 lines of code changed in 11 files:
- tested and enabled gcc 4.8.0 and 4.8.1
1 lines of code changed in 1 file:
May 2013 »