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