- Jul 20, 2016
-
-
Wuttke, Joachim authored
finer sorting of include's (C before C++)
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
- increased number of subdirectories of Core/ - moved files between subdirectories to minimize dependences - use inline function definitions if and only if fit into one line AND do not involve external dependences - systematic use of forward class declarations to make .h files independent of other .h files - forward class declarations only as separate commands, no longer as part of function or variable declarations - unified code layout in passing - prefer 'T* t' and 'T& t' over 'T *t' and 'T &t' in function or variable declarations
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Van Herck, Walter authored
-
Van Herck, Walter authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Jul 19, 2016
-
-
Van Herck, Walter authored
-
Van Herck, Walter authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
Move 'class' from variable declaration, function return types, and function arguments to separate statements.
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
In particularly, derived sample visitor classes now are explicitly "using" ISampleVisitor::visit.
-
- Jul 18, 2016
-
-
Van Herck, Walter authored
-
Wuttke, Joachim authored
-
- Jul 17, 2016
-
-
Wuttke, Joachim authored
-