Commit Graph

  • 10768904eb Merge branch 'devel' of https://github.com/Araq/Nimrod into devel Araq 2014-02-25 01:06:35 +01:00
  • 263cabd1c2 added canonizer Araq 2014-02-25 01:02:10 +01:00
  • 4c26c3a428 bugfix: typo Araq 2014-02-25 00:40:21 +01:00
  • e6b0b7ecc9 some fixes for static params usage in macros Zahary Karadjov 2014-02-25 00:49:24 +02:00
  • 1024e7a3db Merge pull request #957 from zielmicha/macosx-fix Andreas Rumpf 2014-02-24 20:28:57 +01:00
  • 7314f11adc osproc: MacOSX fix - if -> when Michał Zieliński 2014-02-24 17:45:45 +01:00
  • 30a3098095 osproc: MacOSX workaround for lack of execvpe Michał Zieliński 2014-02-23 23:08:48 +01:00
  • b320e02903 keine_schweine test is not platform dependent Araq 2014-02-24 16:41:26 +01:00
  • 0c31686fec new VM is getting stable Araq 2014-02-24 01:30:40 +01:00
  • 00b69192f2 Merge pull request #953 from zielmicha/vfork Andreas Rumpf 2014-02-23 21:43:00 +01:00
  • 6712aa6e38 osproc: use fork by default on Linux, clone if requested by useClone flag Michał Zieliński 2014-02-23 21:02:13 +01:00
  • 95eb2b88e6 osproc: increase stack size from 8k to 64k Michał Zieliński 2014-02-23 21:01:03 +01:00
  • 46967f921a Merge pull request #917 from zielmicha/vfork Andreas Rumpf 2014-02-23 19:49:19 +01:00
  • 6b945139e0 Merge pull request #951 from skyfex/devel Andreas Rumpf 2014-02-23 11:34:08 +01:00
  • 587f94f85b Merge pull request #946 from gradha/pr_documents_readall Andreas Rumpf 2014-02-23 11:29:46 +01:00
  • 1250db5075 Merge branch 'devel' of https://github.com/Araq/Nimrod into devel Audun Wilhelmsen 2014-02-23 00:26:46 +01:00
  • 739b4f214b Fixed #688 : return in except statments. Also fixed return in finally statements. Audun Wilhelmsen 2014-02-23 00:23:06 +01:00
  • ef379d0a10 Added test cases for return in except statements. Audun Wilhelmsen 2014-02-23 00:20:16 +01:00
  • 66675d174b Added tougher test case for return within finally statement. Audun Wilhelmsen 2014-02-23 00:19:18 +01:00
  • 3b5825e9bc Implemented selector support for asyncio2. Dominik Picheta 2014-02-22 17:22:19 +00:00
  • ed4f2f5e4d Merge pull request #947 from gradha/pr_checks_bad_exported_symbols_800 Andreas Rumpf 2014-02-22 10:50:22 +01:00
  • b89c8df35e Merge pull request #948 from h3rald/patch-1 Andreas Rumpf 2014-02-22 10:45:25 +01:00
  • 3aa7f65240 Addresses issues raised on #947. Refs #800. Grzegorz Adam Hankiewicz 2014-02-22 10:18:33 +01:00
  • 067c3816ba Rewrote the changes to findAll using if/else Fabio Cevasco 2014-02-22 10:07:37 +01:00
  • efc21baeb9 simple macros work again Araq 2014-02-22 01:37:34 +01:00
  • ee74706c3b fixed opcConv Araq 2014-02-22 01:09:43 +01:00
  • 6e584c42c2 vm2: new representation of registers Araq 2014-02-21 17:23:37 +01:00
  • 6621454dec pegs.findAll iterator fix Fabio Cevasco 2014-02-21 14:14:43 +01:00
  • adb390af4b Checks that exported symbols are valid C identifiers. Refs #800. Grzegorz Adam Hankiewicz 2014-02-21 00:32:28 +01:00
  • 12c95f31dc Documents system.readAll() limitations. Refs #298. Grzegorz Adam Hankiewicz 2014-02-20 23:32:03 +01:00
  • 1a6d05515f fix #945 Zahary Karadjov 2014-02-20 23:33:58 +02:00
  • 1f376d8594 osproc: use push stacktrace:off instead of nostackframe Michał Zieliński 2014-02-18 20:22:40 +01:00
  • 0bbf6081d0 fix #931 and few more tests Zahary Karadjov 2014-02-18 20:04:58 +02:00
  • ab72377ce6 renamed noStackFrame to asmNoStackFrame Araq 2014-02-18 09:57:59 +01:00
  • f13a836972 Merge branch 'devel' of gh:/Araq/Nimrod into devel Zahary Karadjov 2014-02-18 02:46:49 +02:00
  • cda92048ba fix some trivial errors in the test suite and some more regressions caused by tyTypeDesc[tyNone] Zahary Karadjov 2014-02-18 02:46:14 +02:00
  • 15953dfed9 Make ticker title consistent. Dominik Picheta 2014-02-18 00:27:40 +00:00
  • 4ef62584da Merge branch 'devel' of github.com:Araq/Nimrod into devel Dominik Picheta 2014-02-18 00:19:01 +00:00
  • 866205cba4 Added google analytics to website. Dominik Picheta 2014-02-18 00:18:34 +00:00
  • 1ac7f36952 Fix line-height for h1 in website. Dominik Picheta 2014-02-18 00:08:31 +00:00
  • 4cd558bdad Improved community page and fixed ticker links. Dominik Picheta 2014-02-18 00:04:09 +00:00
  • c41687237d Merge pull request #897 from micklat/devel Andreas Rumpf 2014-02-18 01:00:37 +01:00
  • 5036852938 Merge branch 'devel' of https://github.com/Araq/Nimrod into devel Araq 2014-02-18 00:39:37 +01:00
  • 4d3846e26b fix tbindtypedesc and tactiontable2 Zahary Karadjov 2014-02-18 01:37:00 +02:00
  • b01945a061 Modified website news titles and made ticker titles consistent. Dominik Picheta 2014-02-17 23:22:29 +00:00
  • 765c682c92 fix #204; Zahary Karadjov 2014-02-18 01:18:59 +02:00
  • c484bf6ee4 Merge pull request #934 from vocalbit/devel Andreas Rumpf 2014-02-18 00:04:24 +01:00
  • 9b63fccf16 Merge branch 'devel' of https://github.com/Araq/Nimrod into devel Araq 2014-02-17 23:59:48 +01:00
  • 420d4197f1 todo.txt changes Araq 2014-02-17 23:59:32 +01:00
  • eaab22089d fix #807 Zahary Karadjov 2014-02-17 20:44:11 +02:00
  • 6c908fbaf1 Make ticker puntuation consistent. vocalbit 2014-02-17 00:48:21 -08:00
  • a6c825709c Fix website news formatting and grammar to be consistent. vocalbit 2014-02-17 00:47:05 -08:00
  • eb3958f1b9 Add two news items to website. vocalbit 2014-02-17 00:35:35 -08:00
  • 14bdedb0f7 got rid of debugging code Araq 2014-02-17 08:27:16 +01:00
  • 3ec2973875 fixes #926 Araq 2014-02-17 08:26:44 +01:00
  • 350a49cc26 fixes #923 Araq 2014-02-17 07:52:41 +01:00
  • 9dd753f218 quite messy implementation of generic lambdas, needs reworking; fixes #715 Zahary Karadjov 2014-02-17 00:59:18 +02:00
  • 9a41db7d7a Merge branch 'devel' of gh:/Araq/Nimrod into devel Zahary Karadjov 2014-02-17 00:48:10 +02:00
  • b80503814d fix #188 Zahary Karadjov 2014-02-17 00:47:45 +02:00
  • 5cd9b035b4 Merge branch 'newasync' into devel Dominik Picheta 2014-02-16 20:03:58 +00:00
  • 17ef758cc3 Fix processing of 'await' with a nnkCall. Dominik Picheta 2014-02-16 19:56:17 +00:00
  • 3ef92a34ee fixes #922 Araq 2014-02-16 19:17:12 +01:00
  • cac39b27cf Added await test. Dominik Picheta 2014-02-16 13:55:38 +00:00
  • 7d2ed73a62 Fixes issues with 'discard' in async macro. Dominik Picheta 2014-02-16 13:55:06 +00:00
  • 6f9b0fe712 Merge pull request #921 from gradha/pr_improves_times_format Andreas Rumpf 2014-02-16 11:56:51 +01:00
  • f5c0d07a76 Merge pull request #929 from skyfex/devel Andreas Rumpf 2014-02-16 11:36:08 +01:00
  • 18c47b9e13 Merge pull request #928 from Varriount/testement/nil-to-discard Andreas Rumpf 2014-02-16 11:31:03 +01:00
  • 8cccaebc2e Fixed issue 391 (nested break in except-stmts) Audun Wilhelmsen 2014-02-16 02:08:36 +01:00
  • 74f4901430 fix argument_parser Zahary Karadjov 2014-02-16 02:23:06 +02:00
  • ce5a494927 Changed tests and tools to use 'discard' statements instead of 'nil' for empty blocks. Clay Sweetser 2014-02-15 18:57:03 -05:00
  • 228d5173ff nil->discard Araq 2014-02-15 23:40:29 +01:00
  • fb7598d25a Async readLine now works. Fixes recv issues. Dominik Picheta 2014-02-15 21:13:23 +00:00
  • f701ee086a Merge branch 'devel' of gh:/Araq/Nimrod into devel Zahary Karadjov 2014-02-15 20:46:54 +02:00
  • c1f1f84194 fix some regressions caused by tyTypeDesc[tyNone] Zahary Karadjov 2014-02-15 20:44:01 +02:00
  • c1c6b6e50e handle nested case objects in destructor generation Zahary Karadjov 2014-02-15 19:05:58 +02:00
  • c2b50c0e38 Adds posix.timegm(), brother of posix.mktime(). Grzegorz Adam Hankiewicz 2014-02-15 17:50:40 +01:00
  • 492fa86638 the delegator pragma becomes a set of dot operators Zahary Karadjov 2014-02-15 17:41:35 +02:00
  • de8d473301 Fixed problems with IOCP procs finishing immediately, added await macro. Dominik Picheta 2014-02-15 14:15:18 +00:00
  • 4c09fc110f osproc: make failed execv an exception (when using fork or clone) Michał Zieliński 2014-02-14 15:51:06 +01:00
  • 293f356420 Supports parsing format times without separators. Refs #740. Grzegorz Adam Hankiewicz 2014-02-15 11:20:00 +01:00
  • bd9e9acdaa Splits token parsing case into separate proc. Refs #740. Grzegorz Adam Hankiewicz 2014-02-15 11:02:13 +01:00
  • d142824d65 made 'koch web' work when current dir has a space in it Araq 2014-02-15 02:27:49 +01:00
  • 8637e47219 actors.nim compiles again Araq 2014-02-15 02:27:09 +01:00
  • 66b0582a0b Merge branch 'devel' into newasync Dominik Picheta 2014-02-14 23:57:10 +00:00
  • 2b9311e9f1 fixes #584 Araq 2014-02-14 23:47:06 +01:00
  • cf544f6a85 fixes #811 Araq 2014-02-14 22:37:36 +01:00
  • f95a8df243 fixes #811 Araq 2014-02-14 22:19:40 +01:00
  • cd2bd7fa7b osproc: use clone with CLONE_VM on Linux for faster process spawning Michał Zieliński 2014-02-14 15:08:02 +01:00
  • 49fa421ba7 fixes #914 Araq 2014-02-14 15:49:44 +01:00
  • 09c8a51348 bugfix: 'system' on windows is sane Araq 2014-02-14 15:46:30 +01:00
  • e210b049e9 fixes #712 Araq 2014-02-14 02:29:19 +01:00
  • f2216b8e32 fixes #833 Araq 2014-02-14 02:12:07 +01:00
  • 896c96134f fixes #892 Araq 2014-02-14 02:02:01 +01:00
  • a5efe84921 nil->discard Araq 2014-02-14 01:53:47 +01:00
  • 5cc8213950 koch install should work now as documented Araq 2014-02-14 00:16:52 +01:00
  • 5d4c048705 Merge branch 'devel' of https://github.com/Araq/Nimrod into devel Araq 2014-02-13 21:30:11 +01:00
  • f637c36a7a the tester now produces a diff in the JSON Araq 2014-02-13 21:29:50 +01:00
  • 4dae4fafe9 edited compiler's config Araq 2014-02-13 21:21:17 +01:00
  • 7a3106d659 moved tsets test to collections/ Simon Hafner 2014-02-12 16:15:34 -06:00
  • 2fa22078b8 Merge branch 'devel' into newasync Dominik Picheta 2014-02-12 21:29:56 +00:00