* add gcc 4.9.2
- tested gcc-bug observed with 4.9.0+4.9.1 disappeared
2 lines of code changed in 1 file:
remove noinhibit from linker options again
0 lines of code changed in 1 file:
* confirmed bug is fixed for upcoming gcc 4.9.2
- restrict [13051] to 4.9.0 + 4.9.1
9 lines of code changed in 1 file:
* reintegrates 'sanitize' into 'trunk'
* adds:
- log:branches/sanitize@13023:13076
438 lines of code changed in 25 files:
- fix source-tarball generation (sativa)
3 lines of code changed in 1 file:
* reintegrates 'sativa' into 'trunk'
- adds experimental version of SATIVA
* adds:
- log:branches/sativa@12886:13068
25 lines of code changed in 3 files:
fix unit test broken by r13047
(although I'm unsure what testing that GB_open("") was called asserts)
6 lines of code changed in 1 file:
- do not crash on GB_open(NULL)
- print "database created" message to stderr not stdout
4 lines of code changed in 1 file:
* revert [13041:13043]
- instead forbid gcc 4.8.0
52 lines of code changed in 26 files:
* ~~harden patches [13041:13042]~~
- ~~add safebool (=bool for non 4.8.0)~~
- ~~use in all bool-arrays~~
(reverted by [13044])
54 lines of code changed in 25 files:
* ~~fix rest of #617 (same problem as [13041])~~
(reverted by [13044])
10 lines of code changed in 2 files:
* ~~fixes test evaluation (broken by gcc 4.8.0, NDEBUG)~~
- ~~possibly related to [https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56774 gcc bug 56774]~~
- ~~fixes part of #617~~
(reverted by [13044])
13 lines of code changed in 1 file:
* enable !AddressSanitizer for 4.8.x
- tested with 4.8.0 + 4.8.3
* fix jenkings RELEASE builds (typo)
7 lines of code changed in 3 files:
- attempt to run sanitizer on build server
3 lines of code changed in 1 file:
* reintegrates 'gcc' into 'trunk'
- implements #569 (!AddressSanitizer)
* adds:
- log:branches/gcc@12995,12997:13000,13004,13007:13009,13015,13017:13018
138 lines of code changed in 11 files:
* merge a bunch of fixes from 'gcc' into 'trunk'
- detected using !AddressSanitizer
- fixing #613, #580 and other (undetected) bugs
* adds:
- log:branches/gcc@12996,13001:13003,13005:13006,13010:13014,13016
91 lines of code changed in 14 files:
* reset default value of minimum shown bootstrap to old behavior (=show all)
- related: [12989], #614
2 lines of code changed in 2 files:
fix typo in makefile (should fix #612)
2 lines of code changed in 1 file:
* ~~debug macro used to track down [12992] and [12988]~~
(reverted by [12996])
13 lines of code changed in 1 file:
* ~~valgrind was reporting 'invalid reads' in CONVERTALN when compiled with gcc-4.8.2 + NDEBUG~~
- ~~added (weird) workaround for broken optimizer~~
- ~~added some comments about broken gcc version; afaik problems are similar to those of gcc 4.9.0 (see [12988])~~
(reverted by [12996])
13 lines of code changed in 2 files:
* bootstrap_min was not initialized in AWT_graphic_tree-mock-object
- fixes random failure of unittests in build 885
8 lines of code changed in 1 file:
add comment to changelog
3 lines of code changed in 1 file:
add option to hide support values in tree if below threshold
default is 50% (branches with lower value cannot be regarded
as supported)
26 lines of code changed in 5 files:
- ~~mark gcc 4.9.0 as broken~~
(reverted by [12996])
11 lines of code changed in 1 file:
only attempt to use debian-libc6-dbg.supp when present
4 lines of code changed in 1 file:
- missing prototype (scripttest failed under u1404)
1 lines of code changed in 1 file:
* setting LD_LIBRARY_PATH (if empty; as added with [5829]) never worked (missing quotes)
- now prepend $ARBHOME/lib whenever missing. should work for DARWIN as well, removed xtra code
3 lines of code changed in 1 file:
* revert [12963]. as expected [12962] didn't fix problems with {{{TEST_open_socket()}}}
4 lines of code changed in 1 file:
yet another try to get -Wl,-no-inhibit-exec set for just gcc
8 lines of code changed in 1 file: