- 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 15 commits
-
-
Mart Lubbers authored
-
Mart Lubbers authored
This reverts commit 0d2858d4.
-
Mart Lubbers authored
-
Mart Lubbers authored
-
Haye Böhm authored
In some cases you do not want to use the built-in optimizing linker. You can only use GCC by (for example): EnvironmentLinker: /usr/bin/gcc::-g -lmysqlclient|... (other linkers) Note that :: ensures the options are passed to gcc. Co-authored-by:
Mart Lubbers <mart@martlubbers.net>
-
John van Groningen authored
Support options2 for linker as well See merge request !5
-
Build authored
-
John van Groningen authored
cpm: Support adding multiple paths See merge request !4
-
Mart Lubbers authored
The following entry in IDEEnvs: EnvironmentLinker: lib/exe/linker:-h 200m:-lmysql Will call the linker with a heap of 200M and pass -lmysql to gcc/ld In some extravagant cases (large projects with descriptors etc.), the linker needs more heap as well
-
Mart Lubbers authored
-
John van Groningen authored
Update project files for linux and add CI See merge request !3
-
Mart Lubbers authored
-
Mart Lubbers authored
-
Mart Lubbers authored
-
Mart Lubbers authored
-