表示フィルター RSS
Jakob Thomsen さんの活動履歴

2022-09-01
2022-08-21
2022-08-20
[SVN] リビジョン 1250 をコミットしました
fix bug: clear pointer after object has been deleted to prevent duplicate free by throw in assign...
2022-08-16
[SVN] リビジョン 1249 をコミットしました
more compiler warnings & copy compiler error messages to file
[SVN] リビジョン 1247 をコミットしました
combine recursion marker and function size into optional function size
2022-08-14
[SVN] リビジョン 1246 をコミットしました
remove obsolete explicit size specifications for recursive function definitions
[SVN] リビジョン 1245 をコミットしました
use automatically computed size of recursive function definitions
[SVN] リビジョン 1244 をコミットしました
emit function sizes as global constants
2022-08-12
2022-08-11
[SVN] リビジョン 1240 をコミットしました
factor-out id from function definition
2022-02-24
[SVN] リビジョン 1239 をコミットしました
implement enums (special case of unions without elements and without dynamic memory allocation)
[SVN] リビジョン 1238 をコミットしました
factor-out ids from data-definitions
2022-02-23
[SVN] リビジョン 1237 をコミットしました
use more c-like syntax for while-loops
2021-12-19
2021-12-09
[SVN] リビジョン 1235 をコミットしました
use separate internal variant to represent primitive type
[SVN] リビジョン 1233 をコミットしました
prevent using same variable as argument and result