[root]/RNACMA
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
westram | 84 (100.0%) | 2285 (100.0%) | 27.2 |
* {{{GBT_get_alignment_len}}}
- now also reports error if alignment length is zero
* this case often was unhandled and did easily lead to allocation problems.
- catch error in case of zero alignment length => fixes alloc-size-larger-than-warning (in {{{NT_count_different_chars}}}).
- check + fix callers.
1 lines of code changed in 1 file:
* reintegrates 'ali' into 'trunk'
* adds: log:branches/ali@19183:19205
89 lines of code changed in 2 files:
* reintegrates 'progress' into 'trunk'
- implements #789
* adds: log:branches/progress@18885:18958
2 lines of code changed in 1 file:
* remove trailing whitespace from c source.
6 lines of code changed in 5 files:
* rename {{{CPP_OBJECTS}}} -> {{{OBJECTS}}}.
8 lines of code changed in 1 file:
* full update from child 'stable' into 'trunk'
- merge changes done to arb-7.0 release candidate
* adds: log:branches/stable@18690:18695
1 lines of code changed in 1 file:
* reintegrates 'unittest' into 'trunk'
* adds: log:branches/unittest@18363:18425
364 lines of code changed in 8 files:
* full update from child 'fix' into 'trunk'
- fix item name accessors ({{{GBT_get_name}}} + {{{GBT_get_name_or_description}}})
- add {{{null2empty}}}
* adds: log:branches/fix@18140:18158
1 lines of code changed in 1 file:
* reintegrates 'gcc' into 'trunk'
* adds: log:branches/gcc@17850:17876
2 lines of code changed in 1 file:
* exception in RNACMA
- handle
- fix message
49 lines of code changed in 2 files:
* reintegrates 'gcc' into 'trunk'
- mostly cosmetics changes
* adds: log:branches/gcc@16655,16741:16743,16752:16765
1 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
4 lines of code changed in 2 files:
* full update from child 'gcc' into 'trunk'
- fix/suppress (new) compiler warnings
- skip vectorizer notes
* adds: log:branches/gcc@16656:16667
4 lines of code changed in 1 file:
* reintegrates 'unittest' into 'trunk'
- activates unittests under OSX (performs #740)
* disabled a few tests + accepted a few modified results (see #741)
* {{{RegExpr}}} no longer uses exception
* fix quoting of {{{char*}}} (in reported test result)
- fixes several compiler flags unknown under OSX/clang
- fix usability of compile log (make now prints directory)
* adds: log:branches/unittest@15534:15578
* removes: [15520/branches/warnings]
13 lines of code changed in 1 file:
* reintegrates 'warnings' into 'trunk'
- activate additional warnings (gcc 5.x++)
- Cxx11-forward final (classes+methods)
- fix tag problems caused by using preprocessor
* adds: log:branches/warnings@15486:15489,15491:15501,15506:15512
3 lines of code changed in 3 files:
* reintegrates 'fixres' into 'trunk'
- fixes #715
* adds: log:branches/fixres@15127:15175
3 lines of code changed in 1 file:
* reintegrates 'fixwarn' into 'trunk'
* adds: log:branches/fixwarn@14815:14832
2 lines of code changed in 1 file:
* dont warn about deprecated decls
- fix would need new version of Eigen (delay update until compilation really fails)
3 lines of code changed in 1 file:
* reintegrates 'vectorize' into 'trunk'
- adds vectorization check for gcc 4.9.x / NDEBUG compile
* adds:
- log:branches/vectorize@13428:13442
1 lines of code changed in 1 file:
* use gcc features:
- use -Og instead of -O0 (gcc4.8++)
- enable {{{-Wunused-local-typedefs}}} for gcc4.8++ (disable for RNACMA and nostd.cxx)
1 lines of code changed in 1 file:
- no magic exit codes in RNACMA
- print proper errors
7 lines of code changed in 3 files:
* use cflags before cxxflags (where locally modified)
5 lines of code changed in 1 file:
* renamed include variables
1 lines of code changed in 1 file:
* made A_CC and A_CXX consistent
- A_CXX previously contained cxxflags
- cxxflags are now passed down and used separately
1 lines of code changed in 1 file:
- renamed
* ACC -> A_CC
* CPP -> A_CXX (misleading atm, since it contains c++flags)
1 lines of code changed in 1 file:
- document mechanism used by ARB to export variables to submakefiles
- document most important variables
1 lines of code changed in 1 file:
- include downcast.h from arbdbt.h
(this break C++11 compilation, i.e. gcc4.8 or newer)[[BR]]
amendment:
* also broke compilation on ubuntu 13.04 and with gcc 4.7.3 (due to nameclash with boost)
4 lines of code changed in 1 file:
* 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].
2 lines of code changed in 1 file:
- effect of [9574] (comments only)
1 lines of code changed in 1 file:
- updated depends for [9520]
1 lines of code changed in 1 file:
- include cxxforward.h via arbtools.h (which declares Noncopyable)
18 lines of code changed in 1 file:
- reintegrated branch 'cxx11'
33 lines of code changed in 3 files:
* added MBI copyright
* fixed include wrappers
* fixed cppcheck warning
49 lines of code changed in 6 files:
- clang-fix: replace auto-arrays of non-POD types by dynamic memory
3 lines of code changed in 1 file:
- the daily wtf
3 lines of code changed in 1 file:
* moved much code into static scope
(partly reverted by [8310])
32 lines of code changed in 1 file:
merge from dev [7821] [7822] [7923]
* fix build with COVERAGE (broken by [7785])
- fix compilation with coverage for RNACMA
- link RNACMA.a only if needed
* sort coverage by chunk-size
* added file-based filter (commented out)
5 lines of code changed in 1 file:
* removed RNACMA debug code
6 lines of code changed in 4 files:
* fixed some warnings
4 lines of code changed in 3 files:
* removed disabled-code leftover from changes
2 lines of code changed in 5 files:
(1 more)