Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
ScheduLearn
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nils Vreman
ScheduLearn
Commits
2be60a65
Commit
2be60a65
authored
5 years ago
by
Nils Vreman
Browse files
Options
Downloads
Patches
Plain Diff
Changed todo and changed clean function in makefile
parent
69d56333
Loading
Loading
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
TODO.md
+1
-0
1 addition, 0 deletions
TODO.md
with
2 additions
and
1 deletion
Makefile
+
1
−
1
View file @
2be60a65
...
@@ -4,4 +4,4 @@ all:
...
@@ -4,4 +4,4 @@ all:
find
.
-name
"*.class"
-type
f
-delete
find
.
-name
"*.class"
-type
f
-delete
clean
:
clean
:
find
.
-name
"*.class"
-type
f
-
delete
find
.
-name
"*.class"
-type
f
-
exec
rm
-rf
{}
\;
This diff is collapsed.
Click to expand it.
TODO.md
+
1
−
0
View file @
2be60a65
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
## TODO
## TODO
1.
Write "Help" documentation
1.
Write "Help" documentation
2.
Change save to include model
2.
Change save to include model
3.
Fix RMS. Does not work with taskset in exc 6.4
## FIXED
## FIXED
1.
Fix issue with taskset not arranging correctly when tasks are added before scheduling algorithm is choosen.
*FIXED*
1.
Fix issue with taskset not arranging correctly when tasks are added before scheduling algorithm is choosen.
*FIXED*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment