Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support for the Genode OS framework (#5560) | Emery Hemingway | 2017-03-31 | 1 | -0/+13 |
| | |||||
* | fixes #5301 | Araq | 2017-01-30 | 1 | -2/+5 |
| | |||||
* | add MAP_ANONYMOUS const for amd64, fix MAP_PRIVATE on mips etc (see fe36254) | Jacek Sieka | 2016-10-12 | 1 | -3/+10 |
| | |||||
* | Revert change to osalloc.nim from commit 8d7a45f. | GaveUp | 2016-10-04 | 1 | -2/+0 |
| | | | | | | | Change caused MAP_ANONYMOUS to have an incorrect value when compiling for mipsel. Fixes #4852. | ||||
* | clean up a few stray c_stdout's in gc debug code | Jacek Sieka | 2016-07-31 | 1 | -1/+1 |
| | |||||
* | Plumb {.intdefine.} and {.strdefine.} pragmas. | Jeff Ciesielski | 2016-07-04 | 1 | -1/+1 |
| | | | | Shorthand so that users won't need to use the .magic pragma | ||||
* | Add the ability to pass a value with the -d flag | Jeff Ciesielski | 2016-07-04 | 1 | -1/+2 |
| | | | | | | | This allows the end user to use the {.magic: "IntDefine"/"StrDefine"} pragmas to pass values into code at compile time. This has a nice side effect of also allowing/requiring a default value to be assigned in the code (see osalloc.nim/StandaloneHeapSize for an example) | ||||
* | Fixed emscripten compilation | Yuriy Glukhov | 2016-06-13 | 1 | -1/+1 |
| | |||||
* | prefer consts to importing #defines from headers | Jacek Sieka | 2016-06-06 | 1 | -0/+2 |
| | | | | | to be completed - better would be to have a libc wrapper that deals with all pesky C ABI details | ||||
* | Fixing pragmas (so syntax highligting works). | Hans Raaf | 2016-05-20 | 1 | -2/+2 |
| | |||||
* | munmap for LLVM | Andreas Rumpf | 2016-03-28 | 1 | -2/+2 |
| | |||||
* | beginnings of --gc:stack | Andreas Rumpf | 2016-03-28 | 1 | -0/+171 |