- 11 Apr, 2019 3 commits
-
-
John van Groningen authored
Search hierarchically for imported object files See merge request !14
-
Mart Lubbers authored
-
Mart Lubbers authored
-
- 10 Apr, 2019 1 commit
-
-
Mart Lubbers authored
Previously an imported object file: ``` implementation module test.test import code from "obj.o" ``` Would only search in the roots of the project paths. Now it will als search in the test/ folder in the root.
-
- 08 Apr, 2019 4 commits
-
-
Camil Staps authored
-
johnvg@science.ru.nl authored
-
John van Groningen authored
Add option KeepByteCodeSymbols to keep the symbol table when stripping bytecode See merge request !12
-
John van Groningen authored
Only generate new optimised ABC and bytecode when the source file is newer See merge request !11
-
- 07 Apr, 2019 3 commits
-
-
Camil Staps authored
Add EnvironmentByteCodePrelink and PrelinkByteCode options to prelink bytecode for use with the WebAssembly interpreter
-
Camil Staps authored
-
Camil Staps authored
-
- 27 Mar, 2019 1 commit
-
-
johnvg@science.ru.nl authored
in project files for modules in a directory write the directory once, instead of per module (to reduce problems caused by version control systems)
-
- 06 Feb, 2019 4 commits
-
-
johnvg@science.ru.nl authored
-
John van Groningen authored
Move project options related to bytecode generation to new separate pane See merge request !10
-
Camil Staps authored
-
John van Groningen authored
Add support for bytecode generation to cpm and IDE See merge request !9
-
- 05 Feb, 2019 2 commits
-
-
Camil Staps authored
-
Camil Staps authored
-
- 04 Feb, 2019 2 commits
-
-
Camil Staps authored
-
Camil Staps authored
-
- 16 Jan, 2019 1 commit
-
-
Camil Staps authored
-
- 15 Jan, 2019 11 commits
-
-
Camil Staps authored
-
Camil Staps authored
-
Camil Staps authored
-
Camil Staps authored
-
Camil Staps authored
-
Camil Staps authored
-
Camil Staps authored
-
Camil Staps authored
-
John van Groningen authored
cpm: Various minor fixes See merge request !8
-
Mart Lubbers authored
-
Mart Lubbers authored
Previously when an invalid path option was given, the project name was discarded, resulting in an error parsing the project file instead of an error in the path command
-
- 14 Jan, 2019 5 commits
-
-
John van Groningen authored
Fix double flags mbac See merge request !7
-
Build authored
-
John van Groningen authored
Enables only using GCC on linux See merge request !6
-
Mart Lubbers authored
-
- 10 Jan, 2019 3 commits
-
-
Mart Lubbers authored
-
Mart Lubbers authored
This reverts commit 0d2858d4.
-
Mart Lubbers authored
-