[go: up one dir, main page]

File: CHANGELOG.md

package info (click to toggle)
icecc-monitor 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 572 kB
  • sloc: cpp: 4,282; xml: 73; makefile: 7; sh: 2
file content (67 lines) | stat: -rw-r--r-- 1,655 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
## 3.2.0 (2018-12-10)

Bugfixes:

- Fix broken scheduler discovery with newer Icecream (#40)

Internal Changes:

- Add some badges to README.md
- Coding style improvements

## 3.1.0 (2017-04-07)

Features:

- Summary view: Multiple improvements (#23)
    - Displays average time for each submitted jobs
    - Added display of average build time for finished jobs
- Added scheduler hostname option (#27)

Bugfixes:

- Fixed summary view stateWidget color not updated correctly (#23)
- ListView: Sorted file sizes correctly (643abfbbdeed806aa5a08f0c1cfcdaf7ba79d748)
- Fixed filtering in detailed host view (#26)

Internal Changes:

- Lots of cleanups, more strict compiler flags, etc.

## 3.0.1 (2016-02-06)

Bugfixes:

- Added work-around for build for icecc.a using old CXXABI (#24)
- Fixed build with Qt 5.5
- Improved how docbook2man is searched for (PR #21)

Internal Changes:

- Added Doxygen support to CMake
- Modernized CMake code (FindIcecream.cmake, etc.)
- Modernized source code to use C++11 features (override, nullptr, auto)

## 3.0.0 (2015-02-08)

Features:

- Star View got a fresh look, improved Detailed Host View (https://github.com/icecc/icemon/pull/17)
- Added simple man page (https://github.com/icecc/icemon/pull/9)
- Starting a change log

Bugfixes:

- Fix RPATH issues (https://github.com/icecc/icemon/pull/18)
- Lots of other small bug fixes in the Icemon views

Removals:

- Dropped the "Pool View", which was never fully implemented

Internal Changes:

- Ported icemon to Qt5
- No longer depends on kdelibs
- Better separation of model/view throughout the source code
    - Enables possibility to write QtQuick-based views now