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
C
clean-test-properties
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
clean-and-itasks
clean-test-properties
Commits
18b38090
Verified
Commit
18b38090
authored
Oct 13, 2018
by
Camil Staps
🚀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Windows project file
parent
cda46a98
Pipeline
#14991
failed with stage
in 5 minutes and 55 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
77 additions
and
0 deletions
+77
-0
.gitignore
.gitignore
+2
-0
README.md
README.md
+7
-0
src/Makefile.linux64
src/Makefile.linux64
+0
-0
src/testproperties_win.prj.default
src/testproperties_win.prj.default
+68
-0
No files found.
.gitignore
View file @
18b38090
*.abc
*.exe
*.o
*.prj
*.prp
*.aux
*.fdb_latexmk
...
...
README.md
View file @
18b38090
...
...
@@ -6,5 +6,12 @@ above) from dcl modules. The tool was conceived in
The latest documentation can be
[
downloaded
][
doc
]
in PDF format.
## Installation
On Linux, the tool can be installed simply by running
`make -f Makefile.linux64`
. This downloads the right version of the Clean
compiler. On Windows, you are yourself responsible for this, but a project file
is provided.
[
doc
]:
https://gitlab.science.ru.nl/clean-and-itasks/clean-test-properties/-/jobs/artifacts/master/raw/doc/doc.pdf?job=doc
[
Gast
]:
https://gitlab.science.ru.nl/clean-and-itasks/gast
src/Makefile
→
src/Makefile
.linux64
View file @
18b38090
File moved
src/testproperties_win.prj.default
0 → 100644
View file @
18b38090
Version: 1.4
Global
ProjectRoot: .
Target: StdEnv
Exec: {Project}\testproperties.exe
CodeGen
CheckStacks: False
CheckIndexes: True
Application
HeapSize: 104857600
StackSize: 512000
ExtraMemory: 8192
IntialHeapSize: 204800
HeapSizeMultiplier: 4096
ShowExecutionTime: False
ShowGC: False
ShowStackSize: False
MarkingCollector: False
DisableRTSFlags: True
StandardRuntimeEnv: True
Profile
Memory: False
MemoryMinimumHeapSize: 0
Time: False
Stack: False
Dynamics: False
GenericFusion: False
DescExL: False
Output
Output: NoReturnType
Font: Monaco
FontSize: 9
WriteStdErr: False
Link
LinkMethod: Static
GenerateRelocations: False
GenerateSymbolTable: False
GenerateLinkMap: False
LinkResources: False
ResourceSource:
GenerateDLL: False
ExportedNames:
Paths
Path: {Project}
Path: {Project}*clean-compiler*frontend
Path: {Project}*clean-compiler*backend
Path: {Project}*clean-compiler*main
Path: {Project}*clean-compiler*main*Windows
Path: {Application}*Libraries*Platform
Path: {Application}*Libraries*Platform*Deprecated*ArgEnv
OtherPaths
Path: {Application}*Libraries*StdEnv
Precompile:
Postlink:
MainModule
Name: testproperties
Dir: {Project}
Compiler
NeverMemoryProfile: False
NeverTimeProfile: False
StrictnessAnalysis: True
ListTypes: StrictExportTypes
ListAttributes: True
Warnings: True
Verbose: True
ReadableABC: False
ReuseUniqueNodes: True
Fusion: False
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