- 16 Dec, 2022 1 commit
-
-
John van Groningen authored
-
- 08 Mar, 2022 2 commits
-
-
John van Groningen authored
fix order of list results of ParseABCDependencies See merge request !36
-
Steffen Michels authored
-
- 28 Feb, 2022 2 commits
-
-
John van Groningen authored
fix the order libraries are provided to the linker See merge request !35
-
Gijs Alberts authored
fix the order libraries are provided to the linker: provide libs in same order as in Clean modules and provide static before shared libs
-
- 02 Feb, 2022 1 commit
-
-
John van Groningen authored
bug fix for macosx, let function free in module PmCleanSystem yield 0 to prevent aborts (the C function free does not yield a value because the result type is void)
-
- 22 Dec, 2021 1 commit
-
-
John van Groningen authored
-
- 18 Oct, 2021 2 commits
-
-
johnvg@science.ru.nl authored
-
johnvg@science.ru.nl authored
for windows add application option: Run from console, does the same as passing -con to the executable: no AllocConsole and no press any key to exit
-
- 09 Oct, 2021 2 commits
-
-
Steffen Michels authored
update Clean docker image name See merge request !34
-
Steffen Michels authored
-
- 06 May, 2021 2 commits
-
-
Camil Staps authored
remove commercial license/support leftover from license See merge request !33
-
Steffen Michels authored
-
- 15 Apr, 2021 1 commit
-
-
Steffen Michels authored
add Platform to Gast environment See merge request !31
-
- 12 Apr, 2021 1 commit
-
-
John van Groningen authored
-
- 09 Mar, 2021 1 commit
-
-
John van Groningen authored
-
- 20 Jan, 2021 1 commit
-
-
John van Groningen authored
add Platform environment See merge request !29
-
- 19 Jan, 2021 2 commits
-
-
Bas Lijnse authored
Add missing bit to fill1_r instructions in set_return_code See merge request !30
-
Camil Staps authored
-
- 18 Jan, 2021 1 commit
-
-
John van Groningen authored
-
- 15 Jun, 2020 1 commit
-
-
John van Groningen authored
use OlderOrSame_Date instead of Older_Date to compare date/time, to recompile files if the date/time is the same (using more accurate times would be useful)
-
- 02 Jun, 2020 2 commits
-
-
John van Groningen authored
Introduce architecture dependent Platform files See merge request !28
-
Erin van der Veen authored
-
- 27 May, 2020 1 commit
-
-
John van Groningen authored
-
- 25 May, 2020 1 commit
-
-
Erin van der Veen authored
This allows building for arm and intel without having to apply a patch
-
- 31 Mar, 2020 1 commit
-
-
John van Groningen authored
-
- 27 Mar, 2020 1 commit
-
-
John van Groningen authored
-
- 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 clean-and-itasks/clean-ide!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.
-