Skip to content

Commit c691ab0

Browse files
committed
Increment version to 0.7.11.0.
1 parent 961bff0 commit c691ab0

File tree

120 files changed

+214
-195
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+214
-195
lines changed

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "idle_detect"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 0.7.10.0
41+
PROJECT_NUMBER = 0.7.11.0
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

docs/html/annotated.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr style="height: 56px;">
2323
<td id="projectalign" style="padding-left: 0.5em;">
2424
<div id="projectname">idle_detect
25-
&#160;<span id="projectnumber">0.7.10.0</span>
25+
&#160;<span id="projectnumber">0.7.11.0</span>
2626
</div>
2727
<div id="projectbrief">Provides overall idle detection for a linux computer</div>
2828
</td>
@@ -74,7 +74,7 @@
7474
<tr id="row_0_1_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_0_1_" class="arrow" onclick="toggleFolder('0_1_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classEventDetect_1_1InputEventRecorders.html" target="_self">InputEventRecorders</a></td><td class="desc">Framework for recording event activity from each of the input event devices that are classified as a pointing device (mouse). It is a singleton, but has multiple subordinate threads running, 1 thread for each identified device to monitor </td></tr>
7575
<tr id="row_0_1_0_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classEventDetect_1_1InputEventRecorders_1_1EventRecorder.html" target="_self">EventRecorder</a></td><td class="desc">Formalizes the event recorder instance and is instantiated for each event recorder thread. These instantiations are wrapped by shared_ptr objects and the shared_ptrs stored in the m_event_recorder_ptrs vector. This is essentially a very specialized thread pool </td></tr>
7676
<tr id="row_0_2_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classEventDetect_1_1Monitor.html" target="_self">Monitor</a></td><td class="desc">Framework for monitoring event activity recorded by the EventRecorders class EventRecorder threads. It also monitors changes in the input event devices and resets the EventRecorder threads if they change. It also updates the m_last_active_time. The class is a singleton and has one instantiated thread. It uses locks to protect the event_monitor device paths and the thread. The m_last_active_time is an atomic and requires no explicit locking </td></tr>
77-
<tr id="row_0_3_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classEventDetect_1_1SharedMemoryTimestampExporter.html" target="_self">SharedMemoryTimestampExporter</a></td><td class="desc">Manages a POSIX shared memory segment for exporting timestamps. Stores an array of two atomic int64_t: {update_time, last_active_time}. Handles creation, mapping, updating, and cleanup via RAII </td></tr>
77+
<tr id="row_0_3_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classEventDetect_1_1SharedMemoryTimestampExporter.html" target="_self">SharedMemoryTimestampExporter</a></td><td class="desc">Manages a POSIX shared memory segment for exporting timestamps. Stores an array of two int64_t: {update_time, last_active_time}. Handles creation, mapping, updating, and cleanup via RAII </td></tr>
7878
<tr id="row_0_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_0_4_" class="arrow" onclick="toggleFolder('0_4_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classEventDetect_1_1TtyMonitor.html" target="_self">TtyMonitor</a></td><td class="desc"></td></tr>
7979
<tr id="row_0_4_0_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classEventDetect_1_1TtyMonitor_1_1Tty.html" target="_self">Tty</a></td><td class="desc">Small class to hold pts/tty information. It is essentially a struct with a parameterized constructor </td></tr>
8080
<tr id="row_1_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_1_" class="arrow" onclick="toggleFolder('1_')">&#9660;</span><span class="icona"><span class="icon">N</span></span><b>tinyformat</b></td><td class="desc"></td></tr>

docs/html/classConfig-members.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr style="height: 56px;">
2323
<td id="projectalign" style="padding-left: 0.5em;">
2424
<div id="projectname">idle_detect
25-
&#160;<span id="projectnumber">0.7.10.0</span>
25+
&#160;<span id="projectnumber">0.7.11.0</span>
2626
</div>
2727
<div id="projectbrief">Provides overall idle detection for a linux computer</div>
2828
</td>

docs/html/classConfig.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr style="height: 56px;">
2323
<td id="projectalign" style="padding-left: 0.5em;">
2424
<div id="projectname">idle_detect
25-
&#160;<span id="projectnumber">0.7.10.0</span>
25+
&#160;<span id="projectnumber">0.7.11.0</span>
2626
</div>
2727
<div id="projectbrief">Provides overall idle detection for a linux computer</div>
2828
</td>

docs/html/classEventDetectConfig-members.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr style="height: 56px;">
2323
<td id="projectalign" style="padding-left: 0.5em;">
2424
<div id="projectname">idle_detect
25-
&#160;<span id="projectnumber">0.7.10.0</span>
25+
&#160;<span id="projectnumber">0.7.11.0</span>
2626
</div>
2727
<div id="projectbrief">Provides overall idle detection for a linux computer</div>
2828
</td>

docs/html/classEventDetectConfig.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr style="height: 56px;">
2323
<td id="projectalign" style="padding-left: 0.5em;">
2424
<div id="projectname">idle_detect
25-
&#160;<span id="projectnumber">0.7.10.0</span>
25+
&#160;<span id="projectnumber">0.7.11.0</span>
2626
</div>
2727
<div id="projectbrief">Provides overall idle detection for a linux computer</div>
2828
</td>

docs/html/classEventDetect_1_1IdleDetectMonitor-members.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr style="height: 56px;">
2323
<td id="projectalign" style="padding-left: 0.5em;">
2424
<div id="projectname">idle_detect
25-
&#160;<span id="projectnumber">0.7.10.0</span>
25+
&#160;<span id="projectnumber">0.7.11.0</span>
2626
</div>
2727
<div id="projectbrief">Provides overall idle detection for a linux computer</div>
2828
</td>

docs/html/classEventDetect_1_1IdleDetectMonitor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr style="height: 56px;">
2323
<td id="projectalign" style="padding-left: 0.5em;">
2424
<div id="projectname">idle_detect
25-
&#160;<span id="projectnumber">0.7.10.0</span>
25+
&#160;<span id="projectnumber">0.7.11.0</span>
2626
</div>
2727
<div id="projectbrief">Provides overall idle detection for a linux computer</div>
2828
</td>

docs/html/classEventDetect_1_1InputEventRecorders-members.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr style="height: 56px;">
2323
<td id="projectalign" style="padding-left: 0.5em;">
2424
<div id="projectname">idle_detect
25-
&#160;<span id="projectnumber">0.7.10.0</span>
25+
&#160;<span id="projectnumber">0.7.11.0</span>
2626
</div>
2727
<div id="projectbrief">Provides overall idle detection for a linux computer</div>
2828
</td>

docs/html/classEventDetect_1_1InputEventRecorders.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr style="height: 56px;">
2323
<td id="projectalign" style="padding-left: 0.5em;">
2424
<div id="projectname">idle_detect
25-
&#160;<span id="projectnumber">0.7.10.0</span>
25+
&#160;<span id="projectnumber">0.7.11.0</span>
2626
</div>
2727
<div id="projectbrief">Provides overall idle detection for a linux computer</div>
2828
</td>

0 commit comments

Comments
 (0)