diff options
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ | |||
1 | changes for 0.1.8: | 1 | changes for 0.1.8: |
2 | *02/03/18: | 2 | *02/03/18: |
3 | * Fixed indentation to tabs in Image.cc/hh Slit.cc/hh and | ||
4 | Timer.hh/cc | ||
5 | * Changed timer pointer in some classes to | ||
6 | a non pointer variable | ||
7 | * Clean up in class BTimer (Timer.cc/hh) | ||
8 | BTimer now register it self to a static list in the class BTimer | ||
9 | and update timers with the static function updateTimers(int fd) | ||
10 | The cyclic dep between BaseDisplay and BTimer is now gone. | ||
3 | * Added FbAtoms.hh/cc where all the atoms is. | 11 | * Added FbAtoms.hh/cc where all the atoms is. |
4 | Makes the interface in BaseDisplay cleaner | 12 | Makes the interface in BaseDisplay cleaner |
5 | * Fixed std::max/min | 13 | * Fixed std::max/min |