February 2013 Commit Log

Number of Commits:
34
Number of Active Developers:
1
westram 2013-02-28 17:01 Rev.: 9633


* reintegrated branch 'sai'
- providing basic insert/delete by SAI

623 lines of code changed in 34 files:

westram 2013-02-27 20:30 Rev.: 9620


- effects of [9619]; only shifts some spaces

46 lines of code changed in 6 files:

westram 2013-02-27 20:28 Rev.: 9619


- cosmetics: left-align '&' and '*' of ref-params in generated prototypes

31 lines of code changed in 1 file:

westram 2013-02-27 15:26 Rev.: 9614


.. and quickly get rid of unwanted non-global merge-info before it propagates :)

0 lines of code changed in 3 files:

westram 2013-02-27 15:19 Rev.: 9613


- reverted accidental parts of [9612]

0 lines of code changed in 3 files:

westram 2013-02-27 15:05 Rev.: 9612


- fail properly when trying to make 'save', 'save_test' etc. in tarball-sourcedir

Note: intended changeset was [9612:9614]

209 lines of code changed in 6 files:

westram 2013-02-26 12:35 Rev.: 9601


* removed last 'P_'-relict (K&R prototype compatibility)

0 lines of code changed in 1 file:

westram 2013-02-26 12:32 Rev.: 9600


* aisc_mkpt
- default is to generate ANSI headers now (options -A and -z are invalid now)
- added options to force K&R (not used)
- reordered help options
* fixed all calls using -A and/or -z
* no longer use K&R prototypes in SL/TREEDISP

83 lines of code changed in 12 files:

westram 2013-02-13 16:00 Rev.: 9581


* updated depends fixed by [9580]

36 lines of code changed in 3 files:

westram 2013-02-13 15:59 Rev.: 9580


* SL
- removed
* manual subdir list (now provides makability for any subdir)
* special DEBIAN handling
* unused $(MAIN) target
- added short howto-newlib (with "links")

19 lines of code changed in 2 files:

westram 2013-02-13 14:34 Rev.: 9578


* make libdepends independent from OPENGL-setting

5 lines of code changed in 1 file:

westram 2013-02-13 13:49 Rev.: 9577


* build target 'libdepends' with 'depends'
- fixes disappearing dep.xxx files

16 lines of code changed in 1 file:

westram 2013-02-13 13:47 Rev.: 9576


- fixed a few rule-dependencies in AISC-Makefile
- fixes broken dependency generation for 'make clean; make depends'

18 lines of code changed in 1 file:

westram 2013-02-13 13:24 Rev.: 9575


- effect of [9574] (comments only)

86 lines of code changed in 86 files:

westram 2013-02-13 13:23 Rev.: 9574


- show from where dependencies are updated

12 lines of code changed in 7 files:

westram 2013-02-13 09:32 Rev.: 9573


* for all 4.7 versions of gcc
- remove -Wc++11-compat
- set -std=gnu++11, but do not define 'Cxx11' (which is only defined for 4.8 and higher)
* do not use constexpr for 4.6 versions of gcc (wont compile w/o -std=gnu++11)

9 lines of code changed in 2 files:

westram 2013-02-11 13:58 Rev.: 9539


- remove local versions of min, max and abs

31 lines of code changed in 8 files:

westram 2013-02-11 13:11 Rev.: 9535


- remove some unused definitions

0 lines of code changed in 2 files:

westram 2013-02-11 12:53 Rev.: 9534


- use std::max/min instead of MIN/MAX (the latter conflicted in branch 'gtk')

14 lines of code changed in 5 files:

westram 2013-02-11 12:35 Rev.: 9533


* use explicit override
- rest

333 lines of code changed in 35 files:

westram 2013-02-11 12:34 Rev.: 9532


* use explicit override
- change might conflict with branch 'gtk'

22 lines of code changed in 4 files:

westram 2013-02-11 12:25 Rev.: 9531


* explicit override
- moved abstract interface of db_changed() from awt_input_handler into awt_linked_to_item. Now all occurrences are overridden.

35 lines of code changed in 2 files:

westram 2013-02-10 20:18 Rev.: 9530


* made global GLOBAL_PARS at least module-local
* renamed PARS_global -> !ArbParsimony
- made some functions members of !ArbParsimony

78 lines of code changed in 4 files:

westram 2013-02-10 18:14 Rev.: 9529


* slightly refactored tree accessors

44 lines of code changed in 8 files:

westram 2013-02-10 17:06 Rev.: 9528


* DOWNCAST (added compile time checks against wrong usage)
* added a few C++11 type traits (is_same<>, is_base_of<>, remove_cv/const/volatile)

91 lines of code changed in 1 file:

westram 2013-02-10 17:02 Rev.: 9527


- include static_assert.h in downcast.h (fixed includes; updated depends)

67 lines of code changed in 15 files:

westram 2013-02-10 15:17 Rev.: 9526


- list parameter 'shell' in help

1 lines of code changed in 1 file:

westram 2013-02-10 15:17 Rev.: 9525


- fix gcc version check

2 lines of code changed in 1 file:

westram 2013-02-09 17:29 Rev.: 9524


* use explicit override
- revealed a wrong overload: operator= of SQ_GroupData_Impl did not overload the one from SQ_GroupData (wrong argument)
- changed argument to SQ_GroupData& and simplified operator= in derived classes

7 lines of code changed in 2 files:

westram 2013-02-09 16:39 Rev.: 9523


* use explicit override
- renamed PS_BitSet_Fast::get/set to Get/Set (like in PS_BitSet).
* methods did not overload.
* untested - undo changeset if problems arise
* removed virtual from memberfunctions only occurring once (globally)

50 lines of code changed in 3 files:

westram 2013-02-09 14:36 Rev.: 9522


- explicit override destructors of classes derived from virtual base classes
- skipped directories WINDOW and PROBE (should be done in branches gtk and ptsfix)

77 lines of code changed in 37 files:

westram 2013-02-09 13:52 Rev.: 9521


- updated depends for [9520]

414 lines of code changed in 69 files:

westram 2013-02-09 13:50 Rev.: 9520


- include cxxforward.h via arbtools.h (which declares Noncopyable)

22 lines of code changed in 6 files:

westram 2013-02-09 12:16 Rev.: 9516


- reintegrated branch 'cxx11'

905 lines of code changed in 113 files:

January 2013 »

Generated by StatSVN 0.7.0