Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hotfix 3221ac094398492e09ea618638204793b0990eca broke gc:regions/aka gc:stack by | Charles Blake | 2018-06-13 | 1 | -1/+2 |
| | | | | | underallocating for sequences of any type larger than 1 byte. This does the necessary multiply to restore basic functionality. | ||||
* | fixes merge conflict | Andreas Rumpf | 2018-06-11 | 3 | -117/+6 |
|\ | |||||
| * | Merge pull request #7873 from ehmry/GenodeEnv | Andreas Rumpf | 2018-06-09 | 3 | -117/+6 |
| |\ | | | | | | | Native access to Genode environment | ||||
| | * | Native access to Genode environment | Emery Hemingway | 2018-06-07 | 3 | -117/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a 'GenodeEnv' type and a 'componentConstructHook' to the system module. The 'componentConstructHook' allows for detection of POSIX style programs that exit implicitly or native Genode components that initialize to serve RPC requests and OS signals. This hook takes a 'GenodeEnv' argument so that the environment interface is passed cleanly to application code after globals are initialized. This is an typed pointer to a C++ object, procedures for accessing the environment will be available from a Nimble library and not included in the standard library. The standard library has an internal pointer to the environment object but this is not for external use, the undocumented global environment pointer has been removed. | ||||
* | | | fixex merge conflicts | Araq | 2018-06-08 | 3 | -1/+8 |
|\| | | |||||
| * | | fixes seq copying in channels for --gc:regions | Araq | 2018-06-07 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #7770 from yglukhov/yield-in-try | Andreas Rumpf | 2018-06-05 | 2 | -0/+7 |
| |\ | | | | | | | Yield in try | ||||
| | * | Merge branch 'devel' into yield-in-try | Yuriy Glukhov | 2018-05-15 | 1 | -2/+2 |
| | |\ | |||||
| | * | | Yield in try | Yuriy Glukhov | 2018-05-09 | 2 | -0/+7 |
| | | | | |||||
* | | | | fixed merge conflict | Andreas Rumpf | 2018-06-04 | 4 | -8/+8 |
|\| | | | |||||
| * | | | Expose GC_setStackBottom (#7885) | Yuriy Glukhov | 2018-06-04 | 4 | -8/+8 |
| | | | | |||||
* | | | | rename 'nimrodVM' to 'nimVM' | Andreas Rumpf | 2018-05-28 | 1 | -2/+2 |
|/ / / | |||||
* | | | hotfix for --gc:regions | Andreas Rumpf | 2018-05-28 | 2 | -6/+12 |
| | | | |||||
* | | | make memory regions robust; disable free lists for now | Andreas Rumpf | 2018-05-27 | 1 | -28/+32 |
| | | | |||||
* | | | JS hotfix for the Internet Explorer up to version 11 | Araq | 2018-05-25 | 1 | -1/+14 |
| | | | |||||
* | | | add missing compilerProcs for memory regions | Andreas Rumpf | 2018-05-25 | 1 | -0/+3 |
| | | | |||||
* | | | fixes channels for --gc:regions | Andreas Rumpf | 2018-05-25 | 2 | -5/+8 |
| | | | |||||
* | | | Use new binarySearch everywhere (#7876) | Dmitry Atamanov | 2018-05-25 | 1 | -15/+0 |
| |/ |/| | |||||
* | | Minor fixes to enable tcc | Ganesh Viswanathan | 2018-05-14 | 1 | -2/+2 |
|/ | |||||
* | Merge branch 'devel' into araq-parser-fixes | Andreas Rumpf | 2018-05-06 | 1 | -0/+2 |
|\ | |||||
| * | fixes #7766 | Araq | 2018-05-04 | 1 | -0/+2 |
| | | |||||
* | | warn about inconsistent spacing around binary operators; fixes #7582 | Andreas Rumpf | 2018-05-05 | 4 | -13/+13 |
|/ | |||||
* | make tests green again | Andreas Rumpf | 2018-05-02 | 1 | -1/+1 |
| | |||||
* | make 'not nil' experimental | Andreas Rumpf | 2018-05-02 | 1 | -4/+4 |
| | |||||
* | correct comparisons for nil strings/seqs | Andreas Rumpf | 2018-04-28 | 1 | -8/+21 |
| | |||||
* | system.nim: minor code cleanup | Andreas Rumpf | 2018-04-28 | 1 | -4/+1 |
| | |||||
* | nil in string concats does not produce crashes anymore | Andreas Rumpf | 2018-04-27 | 1 | -11/+16 |
| | |||||
* | setLen doesn't crash on nil strings/seqs anymore | Andreas Rumpf | 2018-04-27 | 1 | -2/+9 |
| | |||||
* | 'add' on a nil sequence doesn't produce a crash anymore | Andreas Rumpf | 2018-04-27 | 1 | -0/+12 |
| | |||||
* | fixes #7637; assignments are not allowed to slice object; minor breaking change | Andreas Rumpf | 2018-04-21 | 1 | -2/+8 |
| | |||||
* | Remove PHP backend. (#7606) | treeform | 2018-04-18 | 1 | -323/+164 |
| | | | | | | | | | | * remove php * fix * keep nimphpext * remove targetJS enum | ||||
* | Fix cmpStrings in js mode (#7604) | treeform | 2018-04-15 | 1 | -2/+2 |
| | |||||
* | Nim namespace for cpp (#7453) | AdrianV | 2018-04-15 | 1 | -1/+1 |
| | | | | | - new option --usenamespace to generate nim cpp code in its own namespace Nim - minor changes for compatibility with the new Embarcadero = Borland C++-Builder (bcc) | ||||
* | make JS tests green again | Andreas Rumpf | 2018-04-14 | 1 | -4/+4 |
| | |||||
* | Add a few useful os calls to nimscript (#7442) | genotrance | 2018-04-10 | 1 | -2/+26 |
| | |||||
* | Cpp codegen: handling of imported exceptions. Fixes #3571 (#7360) | cooldome | 2018-04-10 | 1 | -6/+27 |
| | |||||
* | Add RISC-V (riscv64) support (#7417) | Federico Ceratto | 2018-04-07 | 1 | -2/+4 |
| | |||||
* | fixes #7252 | Araq | 2018-04-06 | 1 | -2/+2 |
| | |||||
* | __NR_gettid as const on amd64 (#7460) | Jacek Sieka | 2018-04-06 | 1 | -1/+4 |
| | |||||
* | sysstr.nim: fix minor typos | Andreas Rumpf | 2018-04-02 | 1 | -2/+2 |
| | |||||
* | further steps in implementing sink parameters; refs #7041 | Araq | 2018-03-30 | 1 | -0/+5 |
| | |||||
* | fix allocator corruption for large sizes (#7338) | jcosborn | 2018-03-17 | 1 | -36/+45 |
| | | | | | | * fix allocator corruption for large sizes * allow large chunks to coalesce and added test case * use correct constants in MaxBigChunkSize | ||||
* | Fixes #7212, now with better code (#7302) | Simon Krauter | 2018-03-06 | 1 | -0/+7 |
| | | | When platform is Windows and app type is GUI, an error about missing DLL file is displayed as message box in addition to the console output, which is usually not visible. | ||||
* | Fixes 7283 (#7284) | cooldome | 2018-03-05 | 1 | -0/+4 |
| | |||||
* | fixes #7291 | Araq | 2018-03-05 | 1 | -1/+1 |
| | |||||
* | make the allocator take a special path for allocations bigger than 2GB; ↵ | Araq | 2018-02-27 | 1 | -2/+26 |
| | | | | fixes #7120 | ||||
* | genTryCpp to catch by Nim type, ready for first review (#7196) | cooldome | 2018-02-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * Rewrite genTryCpp * correction * Implement polymorphic raise in cpp * revert backticks in emit * Cleanp a comment * revert test changes * better handling of <new> header | ||||
* | Fix undefined reference with MinGw (#7175) | Volodymyr Melnychuk | 2018-02-09 | 1 | -4/+10 |
| | | | | | * fix undefined reference with mingw * use fseek, ftell for x86 and _fseeki64, _ftelli64 for amd64 | ||||
* | Fixes #7121 (#7148) | pqflx3 | 2018-01-31 | 1 | -8/+14 |
| | | | | | | * Replace ftell and fseek with (windows) _ftelli64, _fseeki64 and (posix) ftello, fseeko * disable large file test | ||||
* | M&S GC: collect earlier under memory pressure | Andreas Rumpf | 2018-01-30 | 1 | -6/+7 |
| |