- 11 Mar, 2020 1 commit
-
-
John van Groningen authored
-
- 09 Mar, 2020 1 commit
-
-
John van Groningen authored
add linker calling convention (:convention: before linker file name) for windows, use specified file name instead of /usr/bin/gcc for gcc calling convention on Unix
-
- 06 Mar, 2020 1 commit
-
-
John van Groningen authored
-
- 02 Mar, 2020 2 commits
- 27 Feb, 2020 1 commit
-
-
John authored
-
- 26 Feb, 2020 1 commit
-
-
John authored
-
- 11 Dec, 2019 2 commits
-
-
Camil Staps authored
-
Camil Staps authored
-
- 09 Dec, 2019 2 commits
-
-
Camil Staps authored
-
Camil Staps authored
-
- 27 Nov, 2019 2 commits
-
-
John van Groningen authored
Improve handling of import code from library See merge request !26
-
Camil Staps authored
On Windows: - Items starting with -l are ignored - Everything else is treated as an ASCII library file On other platforms: - Items starting with -l are treated as shared libraries - Items containing a dot are treated as normal files and linked - Other items are ignored This allows one to use for example: import code from library "mylib_library" import code from library "-lmylib" (where Clean System Files\mylib_library refers to mylib.dll or so). The first entry is used on Windows; the second on non-Windows.
-
- 31 Oct, 2019 2 commits
-
-
John van Groningen authored
On non-Windows systems, allow `import code from library "-l..."` to link shared libraries See merge request clean-and-itasks/clean-ide!25
-
Camil Staps authored
-
- 25 Oct, 2019 2 commits
-
-
John van Groningen authored
set return code to -1 when failing to compile a single module See merge request clean-and-itasks/clean-ide!24
-
Mart Lubbers authored
-
- 10 Oct, 2019 1 commit
-
-
Camil Staps authored
-
- 07 Oct, 2019 3 commits
-
-
John van Groningen authored
Use separate link options file for the bytecode linker to avoid long command lines See merge request !23
-
Camil Staps authored
-
John van Groningen authored
Add descriptive error when the command line is too long (for large projects in... See merge request clean-and-itasks/clean-ide!22
-
- 04 Oct, 2019 1 commit
-
-
Camil Staps authored
Add descriptive error when the command line is too long (for large projects in Clean installations far from the filesystem root)
-
- 28 Jun, 2019 2 commits
-
-
John van Groningen authored
Fixed accidental removal of setting project path in ps state See merge request clean-and-itasks/clean-ide!21
-
Bas Lijnse authored
-
- 24 Jun, 2019 2 commits
-
-
John van Groningen authored
Fixed return type in cpm project file for macos See merge request !20
-
Bas Lijnse authored
-
- 03 Jun, 2019 3 commits
-
-
John van Groningen authored
Cpm project templates See merge request clean-and-itasks/clean-ide!19
-
Mart Lubbers authored
-
Mart Lubbers authored
-
- 29 May, 2019 1 commit
-
-
Mart Lubbers authored
-
- 21 May, 2019 2 commits
-
-
John van Groningen authored
Set ByteCode path in project files by default See merge request clean-and-itasks/clean-ide!18
-
Camil Staps authored
-
- 16 May, 2019 5 commits
-
-
John van Groningen authored
Add new settings to set command of cpm CLI Closes #3 See merge request clean-and-itasks/clean-ide!17
-
Camil Staps authored
-
Mart Lubbers authored
-
Mart Lubbers authored
-
Camil Staps authored
-
- 11 May, 2019 2 commits
-
-
Camil Staps authored
-
Camil Staps authored
-
- 10 May, 2019 1 commit
-
-
John van Groningen authored
Abc interpreter improvements See merge request clean-and-itasks/clean-ide!16
-