Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #162

Open
wants to merge 26 commits into
base: dev
Choose a base branch
from
Open

Dev #162

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
e1aea43
Have the gui window resizable using Qt Layouts.
hjr Jun 11, 2019
a4fe679
Address warnings.
Jun 19, 2019
b5070d5
Rearrange the Log tab.
Jun 19, 2019
ece10a2
Ignore all in build/examples/ and build/tmp/ .
Jun 19, 2019
8841ae8
Typo in comment.
Jun 19, 2019
1ac3766
Address more warnings.
Jun 19, 2019
dca7a4e
Address warnings.
Jun 21, 2019
5d47ee8
Disentangle mutex use on atomics, start train thread with cond variable.
Jun 21, 2019
12b2704
Use current C++ standard name, fix win32 settings.
Jun 26, 2019
643702f
Use one flage to switch between pre-built and build from source GRT lib.
Jun 26, 2019
c4800cf
Fix double mutex request in core thread.
Jun 26, 2019
1a13bbf
Inline getter methods.
Jun 26, 2019
b220869
Fine tuning layout.
Jun 26, 2019
c916059
Have only one "Record" button.
Jun 26, 2019
8ef40d0
Only one data set name and info for all modes.
Jun 26, 2019
d5249b4
Fix lock up on shut down training thread.
Jun 27, 2019
62112a4
Fix data set name for time series and reconnect info label signal.
Jun 27, 2019
f42e8d7
Reduce to one number of training samples widget, set the static widge…
Jun 27, 2019
36ea3a6
Fix gui help text for frame timing.
Jun 27, 2019
2ccd110
Extend the output widgets.
Jun 27, 2019
6ed948b
Fix grt source build with qmake.
Jun 28, 2019
45b00c6
Close graph windows on app quit.
Jun 28, 2019
e0f8e3e
Ignore test build binaries.
Jun 28, 2019
a1dc592
Class label editable.
Jul 1, 2019
f703c28
Re-add GRT headers to the qt gui project.
Jul 1, 2019
0dc4bdd
Add a cluster mode image.
Jul 2, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ libgrt.a
*.DS_Store
*.o
moc*
build/examples/*.txt
build/examples/*.csv
build/examples/*.grt
build/gtest/
build/examples/
build/tmp/
obj/
libs/
Loading