Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clean-platform
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
16
Issues
16
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
clean-and-itasks
clean-platform
Commits
11d10fff
Commit
11d10fff
authored
Sep 12, 2019
by
Mart Lubbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove graphics.layout and enable stable compiler check
parent
0e731357
Pipeline
#29468
failed with stage
in 2 minutes and 51 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
41 deletions
+0
-41
.gitlab-ci.yml
.gitlab-ci.yml
+0
-1
src/libraries/OS-Independent/Graphics/Layout.dcl
src/libraries/OS-Independent/Graphics/Layout.dcl
+0
-39
src/libraries/OS-Independent/Graphics/Layout.icl
src/libraries/OS-Independent/Graphics/Layout.icl
+0
-1
No files found.
.gitlab-ci.yml
View file @
11d10fff
...
...
@@ -30,4 +30,3 @@ test-stable:
image
:
"
camilstaps/clean:nightly"
script
:
-
make -C tests/linux64 run
allow_failure
:
true
src/libraries/OS-Independent/Graphics/Layout.dcl
deleted
100644 → 0
View file @
0e731357
definition
module
Graphics
.
Layout
::
GridDimension
=
Rows
!
Int
|
Columns
!
Int
::
GridLayout
:==
(!
GridMajor
,
!
GridXLayout
,
!
GridYLayout
)
::
GridMajor
=
ColumnMajor
|
RowMajor
::
GridXLayout
=
LeftToRight
|
RightToLeft
::
GridYLayout
=
TopToBottom
|
BottomToTop
::
XAlign
=
AtLeft
|
AtMiddleX
|
AtRight
::
YAlign
=
AtTop
|
AtMiddleY
|
AtBottom
::
XYAlign
:==
(!
XAlign
,
!
YAlign
)
class
Layout
thing
~
size
~
offset
~
host
where
collage
::
[
offset
]
[
thing
m
]
(
host
m
)
->
thing
m
overlay
::
[
XYAlign
]
[
offset
]
[
thing
m
]
(
host
m
)
->
thing
m
beside
::
[
size
]
[
YAlign
]
[
offset
]
[
thing
m
]
(
host
m
)
->
thing
m
above
::
[
size
]
[
XAlign
]
[
offset
]
[
thing
m
]
(
host
m
)
->
thing
m
grid
::
GridDimension
GridLayout
[
size
]
[
size
]
[
XYAlign
]
[
offset
]
[
thing
m
]
(
host
m
)
->
thing
m
class
Fit
thing
~
dim
where
fitXY
::
dim
dim
(
thing
m
)
->
thing
m
fitX
::
dim
(
thing
m
)
->
thing
m
fitY
::
dim
(
thing
m
)
->
thing
m
class
DimRef
tag
~
unit
where
xdim
::
tag
->
unit
ydim
::
tag
->
unit
src/libraries/OS-Independent/Graphics/Layout.icl
deleted
100644 → 0
View file @
0e731357
implementation
module
Graphics
.
Layout
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