Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
taste-setup
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TASTE
taste-setup
Commits
96b20986
Commit
96b20986
authored
Jul 21, 2017
by
Maxime Perrotin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test tty output properly
parent
d573eadf
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
9 deletions
+9
-9
dmt
dmt
+1
-1
misc/helper-scripts/taste-create-acn-model
misc/helper-scripts/taste-create-acn-model
+1
-1
misc/helper-scripts/taste-create-data-view
misc/helper-scripts/taste-create-data-view
+1
-1
misc/helper-scripts/taste-create-msc
misc/helper-scripts/taste-create-msc
+1
-1
misc/helper-scripts/taste-create-project
misc/helper-scripts/taste-create-project
+1
-1
misc/helper-scripts/taste-edit-msc
misc/helper-scripts/taste-edit-msc
+1
-1
misc/helper-scripts/taste-edit-project
misc/helper-scripts/taste-edit-project
+1
-1
misc/helper-scripts/taste-update-data-view
misc/helper-scripts/taste-update-data-view
+1
-1
opengeode
opengeode
+1
-1
No files found.
dmt
@
68130ef2
Compare
3447567e
...
68130ef2
Subproject commit
3447567edf767b0852fca6abfd5247a95ce71e40
Subproject commit
68130ef23bb01c89a99c759189acc66a225dd45e
misc/helper-scripts/taste-create-acn-model
View file @
96b20986
...
...
@@ -2,7 +2,7 @@
# TASTE ACN File creator
if
[
-t
0
]
;
then
if
[
-t
1
]
;
then
COLORON
=
"
\e
[1m
\e
[32m"
REDCOLORON
=
"
\e
[1m
\e
[31m"
COLOROFF
=
"
\e
[0m"
...
...
misc/helper-scripts/taste-create-data-view
View file @
96b20986
...
...
@@ -2,7 +2,7 @@
# TASTE Dataview Editor
if
[
-t
0
]
;
then
if
[
-t
1
]
;
then
COLORON
=
"
\e
[1m
\e
[32m"
REDCOLORON
=
"
\e
[1m
\e
[31m"
COLOROFF
=
"
\e
[0m"
...
...
misc/helper-scripts/taste-create-msc
View file @
96b20986
...
...
@@ -3,7 +3,7 @@
# TASTE MSC Editor
# Create a new MSC file for a given Provided interface of a function
if
[
-t
0
]
;
then
if
[
-t
1
]
;
then
COLORON
=
"
\e
[1m
\e
[32m"
REDCOLORON
=
"
\e
[1m
\e
[31m"
COLOROFF
=
"
\e
[0m"
...
...
misc/helper-scripts/taste-create-project
View file @
96b20986
#!/bin/bash -e
echo
'TASTE Project Creator'
if
[
-t
0
]
;
then
if
[
-t
1
]
;
then
COLORON
=
"
\e
[1m
\e
[32m"
REDCOLORON
=
"
\e
[1m
\e
[31m"
COLOROFF
=
"
\e
[0m"
...
...
misc/helper-scripts/taste-edit-msc
View file @
96b20986
...
...
@@ -3,7 +3,7 @@
# TASTE MSC Editor
# Edit a MSC file
if
[
-t
0
]
;
then
if
[
-t
1
]
;
then
COLORON
=
"
\e
[1m
\e
[32m"
REDCOLORON
=
"
\e
[1m
\e
[31m"
COLOROFF
=
"
\e
[0m"
...
...
misc/helper-scripts/taste-edit-project
View file @
96b20986
#!/bin/bash
if
[
-t
0
]
if
[
-t
1
]
then
COLORON
=
"
\e
[1m
\e
[32m"
REDCOLORON
=
"
\e
[1m
\e
[31m"
...
...
misc/helper-scripts/taste-update-data-view
View file @
96b20986
...
...
@@ -2,7 +2,7 @@
echo
TASTE Data View Convertor - From ASN.1 to AADLV2
if
[
-t
0
]
;
then
if
[
-t
1
]
;
then
COLORON
=
"
\e
[1m
\e
[32m"
REDCOLORON
=
"
\e
[1m
\e
[31m"
COLOROFF
=
"
\e
[0m"
...
...
opengeode
@
fd9a3fdc
Compare
9f52f615
...
fd9a3fdc
Subproject commit
9f52f61506a7a8847219876a6b0eb845e2371f7c
Subproject commit
fd9a3fdc9c438c9e9b6ac2332c0e74fd5fd08021
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment