generate arb-dev.tgz when arb.tgz is built
arb-dev includes all static libraries and the header files
in INCLUDE
21 lines of code changed in 1 file:
* add gcc 4.6.2
1 lines of code changed in 1 file:
- reverts [10100]
0 lines of code changed in 1 file:
- let tests fail (testing build server)
(reverted by [10101])
2 lines of code changed in 1 file:
- redo part of [10098]
- [10095] added 3min in the wrong (now we subtract 3 min)
2 lines of code changed in 1 file:
- do NOT check for old logs in fresh checkouts
4 lines of code changed in 1 file:
* misc changes 4 jenkins
- dont be verbose when building tarball
- ls JUNIT_LOG in unit-test cleanup
- increased unit test timeouts to 15 minutes (should be reverted later)
20 lines of code changed in 3 files:
* updated version information
* changelog
- updated missing version (5.4 + 5.5)
- added release dates
- replaced '*' bullets by '-' (fixes formatting of help page generated from changelog)
* fixes #293
135 lines of code changed in 2 files:
- delete log relicts only when they are older than 3 minutes
6 lines of code changed in 1 file:
don't fail if there's no junit_log.xml to clean
1 lines of code changed in 1 file:
- write JUnit-alike report
81 lines of code changed in 2 files:
reintegrated branch 'macros2'
757 lines of code changed in 70 files:
* use sockets in $(ARBHOME)/UNIT_TESTER/sockets
- otherwise running unit-tests in two WCs will interfere
15 lines of code changed in 4 files:
* disable 2 callallcallbacks
2 lines of code changed in 1 file:
* no longer create multiple instances of column-stat-config-window (which only differed by what was called when 'GO' button was pressed)
* allow to reconfigure column-statistic
- when column stat get dis- and then enabled again, it now again asks for parameters
- fixed worst leaks caused by recalculation. the whole STAT module still leaks as hell - cant fix that atm
* fix some valgrind errors
121 lines of code changed in 7 files:
* suppress some motif leaks/bugs
3 lines of code changed in 1 file:
update test to match change of test-pt-server socket
1 lines of code changed in 1 file:
use unix socket in /tmp (to allow concurrent unit tests)
2 lines of code changed in 1 file:
guard against unix-socket names that are too long
(the struct will only hold up to 108 chars)
3 lines of code changed in 1 file:
add gcc 4.4.7 (centos5)
1 lines of code changed in 1 file:
expect xmkmf in path (doesn't have to be /usr/bin/X11/)
1 lines of code changed in 1 file:
don't hardcode CLANG for Darwin
2 lines of code changed in 1 file:
* code move (collect column stat activation code)
216 lines of code changed in 6 files:
* create only one instance of the aligner window
13 lines of code changed in 1 file:
* define a basename for GCs in each canvas
- pass it down when creating the AW_gc_manager
- use id of window containing the canvas at most places (=uses same name as previously, i.e. uses same awars)
- use identical id for all ARB_NT and ARB_EDIT4 clone windows (the id of the main window)
* this results in multiple AW_gc_manager instances bound to the same awars -> if GCs for one canvas change, all other canvases with the same basename will change as well
26 lines of code changed in 14 files:
* AW_manage_GC no longer hardcodes window-id as basename for GCs
- pass down window-id from all callers (i.e. no change in behavior yet)
114 lines of code changed in 11 files:
* remove strange result parameter from AWT_canvas-ctor
- use member instead
16 lines of code changed in 8 files:
* more renames
24 lines of code changed in 7 files:
* renames only
24 lines of code changed in 10 files:
* fix typedef of AW_gc_manager
- fix wrong cast
2 lines of code changed in 2 files:
* reproduce some code moves done in gtk
465 lines of code changed in 2 files:
* arb_edit4 search detail window
- localize macro ids (also localize for each clone-window, not only for each search type)
- store generated windows statically; use same windows for menu-entries and top-area-buttons
144 lines of code changed in 5 files:
* create cloned EDIT4 windows with unique window id
- avoids duplicated macro ids
- break GCs for clone-window (already is broken in arb_ntree; need generic solution)
12 lines of code changed in 1 file:
* remove macro id from callbackless button
1 lines of code changed in 1 file:
* clear exported error (when awar selecting ptserver contains an invalid error)
3 lines of code changed in 1 file:
* exclude several callbacks from 'callallcallbacks'
* removed macro-id from color-name "button" (callbackless)
44 lines of code changed in 2 files:
- macro id fixes
- use canvas-relative id for 'store config' (callbacks differ depending on canvas)
2 lines of code changed in 2 files:
- allow initial progress w/o title (fake title; useful for progress-wrappers)
1 lines of code changed in 1 file:
- avoid zero strbuffer size
1 lines of code changed in 1 file:
- misc error handling fixes
7 lines of code changed in 5 files:
- fix crashes in !BranchWindow (if no tree)
33 lines of code changed in 1 file:
- do not export errors
3 lines of code changed in 2 files:
* allow GBS_read_dir with dir "" (returns empty filelist)
- fixes assertion failure from import window
54 lines of code changed in 1 file:
- macro id
* use menu name for GDE menu entries
* use local id for 'new_window'
2 lines of code changed in 2 files:
- reproduce another code move done in gtk (instead of trunk - where it should have been done)
348 lines of code changed in 3 files:
* expect menu-entries have a macro-id (RALF only)
5 lines of code changed in 1 file:
* added gcc 4.7.3 (and workaround gcc-bug)
3 lines of code changed in 1 file:
* fix some duplicated macro_ids
* skip macro_ids for some callbackless buttons
* avoid duplication of select tree window (create static instance)
28 lines of code changed in 4 files:
* added assertions vs wrong macro IDs
6 lines of code changed in 2 files:
* check for duplicate macro-IDs while loading user mask
- make them unique
- annoy user with warning (until he fixes the problem)
* no longer use macro IDs
* for command {{{SELF()}}}
* for text-buttons
* stuffed leaking IDs (when reloading mask)
67 lines of code changed in 1 file:
* merge from ptsfix [9380]
80 lines of code changed in 9 files:
fix right-clicking line in reset mode
setting line width to 0 caused assertion failure in AP_Tree.hxx:271
1 lines of code changed in 1 file:
- call aw_initstatus before AW_root to fulfil assertion (introduced by [9899])
2 lines of code changed in 1 file: