- 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)
-
- 11 Dec, 2019 1 commit
-
-
Camil Staps authored
-
- 09 Dec, 2019 1 commit
-
-
Camil Staps authored
-
- 27 Nov, 2019 1 commit
-
-
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 1 commit
-
-
Camil Staps authored
-
- 10 Oct, 2019 1 commit
-
-
Camil Staps authored
-
- 07 Oct, 2019 1 commit
-
-
Camil Staps authored
-
- 29 May, 2019 1 commit
-
-
Mart Lubbers authored
-
- 21 May, 2019 1 commit
-
-
Camil Staps authored
-
- 11 May, 2019 2 commits
-
-
Camil Staps authored
-
Camil Staps authored
-
- 09 May, 2019 2 commits
-
-
Camil Staps authored
-
Camil Staps authored
Create separate stages for optimising ABC and generating bytecode, so that the timestamps of these files differ for large projects
-
- 11 Apr, 2019 3 commits
-
-
Mart Lubbers authored
-
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 1 commit
-
-
Camil Staps authored
-
- 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)
-
- 04 Feb, 2019 1 commit
-
-
Camil Staps authored
-
- 15 Jan, 2019 8 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
-
- 06 Nov, 2018 1 commit
-
-
John van Groningen authored
-
- 01 Aug, 2018 1 commit
-
-
John van Groningen authored
-
- 31 Jul, 2018 4 commits
-
-
John van Groningen authored
-
John van Groningen authored
-
John van Groningen authored
-
John van Groningen authored
-
- 30 Jul, 2018 1 commit
-
-
John van Groningen authored
saveEnvironments (now saveEnvironmentsStupArg), to reduce the number of GetFullApplicationPath calls in BatchBuild
-
- 29 Jun, 2018 1 commit
-
-
John van Groningen authored
-
- 14 Feb, 2018 1 commit
-
-
John van Groningen authored
-