Andreas Rumpf
|
f9f5bd6dd8
|
made AST renderer more robust for wrong macros
|
2016-02-19 12:59:11 +01:00 |
|
Andreas Rumpf
|
608170b9d6
|
Merge branch 'devel' of github.com:nim-lang/Nim into devel
|
2016-02-19 01:08:00 +01:00 |
|
Andreas Rumpf
|
12b5c0985d
|
Merge pull request #3881 from endragor/nocppexceptions
Added --noCppExceptions switch
|
2016-02-19 00:33:47 +01:00 |
|
Ruslan Mustakov
|
378c904131
|
Added --noCppExceptions switch
|
2016-02-18 23:01:43 +06:00 |
|
Andreas Rumpf
|
9a63ac3670
|
Merge pull request #3878 from cheatfate/issue3864
bug fix: repr() of sized enums presentation Issue #3864
|
2016-02-18 17:17:47 +01:00 |
|
cheatfate
|
901b7bdaf2
|
Resolve "redifintion" errors, when using Microsoft Compiler and Visual Studio headers described in Issue #3879
|
2016-02-18 18:17:01 +02:00 |
|
cheatfate
|
a27e4b5193
|
bug fix: repr() of sized enums presentation Issue #3864
|
2016-02-18 15:40:55 +02:00 |
|
Andreas Rumpf
|
2dd324632d
|
Merge pull request #3875 from vegansk/reentrant_locks
Added reentrant locks module to stdlib
|
2016-02-18 12:03:58 +01:00 |
|
Anatoly Galiulin
|
b0eeacf71e
|
Added rlocks module to documentation and news.txt
|
2016-02-18 09:46:34 +06:00 |
|
Anatoly Galiulin
|
c1028b3363
|
Added fixes from Araq's comments
|
2016-02-17 20:44:48 +06:00 |
|
Andreas Rumpf
|
8ec5c01cae
|
further progress on --gc:v2
|
2016-02-17 14:52:02 +01:00 |
|
Anatoly Galiulin
|
0290bc2240
|
Added reentrant locks module to stdlib
|
2016-02-17 17:05:20 +06:00 |
|
Andreas Rumpf
|
2e3c403d2b
|
Merge pull request #3873 from yglukhov/path-handling
Fixes #3871
|
2016-02-16 19:42:05 +01:00 |
|
Andreas Rumpf
|
a3054d7ee2
|
Merge pull request #3863 from yglukhov/patch-1
Added -Wpragmas ignore
|
2016-02-16 19:40:56 +01:00 |
|
Andreas Rumpf
|
7770a8be78
|
Merge pull request #3870 from yglukhov/no-warn-emit
Dont warn about unused symbol if its used in emit
|
2016-02-16 19:40:17 +01:00 |
|
Yuriy Glukhov
|
b293e2a9ec
|
Fixes #3871
|
2016-02-16 14:12:51 +02:00 |
|
Yuriy Glukhov
|
83607e5c64
|
Dont warn about unused symbol if its used in emit
|
2016-02-15 22:58:08 +02:00 |
|
Yuriy Glukhov
|
9aceaa0c05
|
Added -Wpragmas ignore
|
2016-02-13 21:49:07 +02:00 |
|
reactormonk
|
06bd5a61a4
|
Merge pull request #3860 from yuutayamada/fix-document
Fix few documentation a typo and old link
|
2016-02-12 08:31:01 +01:00 |
|
Yuta Yamada
|
bd63588061
|
needs needs -> needs
|
2016-02-11 20:38:51 -08:00 |
|
Yuta Yamada
|
e5145cc7b6
|
Fix old link
|
2016-02-11 20:36:49 -08:00 |
|
def
|
867285c5a9
|
Rename THANDLE to Handle to fix deprecation warnings
|
2016-02-11 22:45:03 +01:00 |
|
Andreas Rumpf
|
31b233a547
|
Merge pull request #3851 from endragor/ignore-warnings
Added pragmas to ignore warnings in Nim-generated files
|
2016-02-10 20:30:44 +01:00 |
|
Ruslan Mustakov
|
82dd2545fb
|
Added pragmas to ignore warnings in Nim-generated files for gcc, clang, vcc
|
2016-02-10 19:19:01 +06:00 |
|
Andreas Rumpf
|
26b2e4644c
|
Merge pull request #3849 from endragor/fix-routine-nodes
Added nnkTemplateDef and nnkConverterDef to RoutineNodes set
|
2016-02-10 10:28:27 +01:00 |
|
Ruslan Mustakov
|
ac4dad5193
|
Added nnkTemplateDef and nnkConverterDef to RoutineNodes set
|
2016-02-10 14:53:46 +06:00 |
|
Dominik Picheta
|
bd2832fa1a
|
Fix donation buttons.
|
2016-02-08 16:51:05 +00:00 |
|
Dominik Picheta
|
2d153bd818
|
Remove Nim in Action discount code.
|
2016-02-08 16:50:51 +00:00 |
|
Dominik Picheta
|
5a086718a0
|
Add discount code to Nim in Action news.
|
2016-02-08 16:50:29 +00:00 |
|
Andreas Rumpf
|
0fa2ed30e0
|
PHP codegen can generate foo->bar accesses
|
2016-02-08 01:57:37 +01:00 |
|
Andreas Rumpf
|
ee6a46f264
|
some progress on #3832
|
2016-02-08 01:43:38 +01:00 |
|
Andreas Rumpf
|
e67124ca80
|
makes tints.nim test compile
|
2016-02-08 01:40:02 +01:00 |
|
Andreas Rumpf
|
b557153ab7
|
Merge pull request #3835 from oderwat/OderWat-PHPFix1
Some fixes for the PHP CodeGen
|
2016-02-07 21:11:54 +01:00 |
|
Hans Raaf
|
2522ac9133
|
Made the test tints.nim work for the PHP codegen (uint shifts and
casts).
|
2016-02-07 18:01:13 +01:00 |
|
Hans Raaf
|
e66f5c419c
|
Corrected (unsigned) shr for PHP Codegen
|
2016-02-07 05:22:32 +01:00 |
|
Hans Raaf
|
bb3fe1493d
|
Better code and fix for JS regression.
|
2016-02-07 04:31:15 +01:00 |
|
Hans Raaf
|
a6460e2c91
|
Fix für Char to String in PHP.
|
2016-02-07 01:49:13 +01:00 |
|
Hans Raaf
|
fa6692f33f
|
Fix tuple field access in PHP.
|
2016-02-07 01:49:06 +01:00 |
|
Hans Raaf
|
e737b47ee1
|
Fix for index check in PHP code.
|
2016-02-07 00:30:21 +01:00 |
|
Hans Raaf
|
77235947c1
|
Fix for shr with PHP (using >>)
|
2016-02-07 00:08:10 +01:00 |
|
Andreas Rumpf
|
8ec7c0af20
|
php-codegen fixes
|
2016-02-06 19:58:28 +01:00 |
|
Andreas Rumpf
|
db4b9b1bdd
|
manual: typo
|
2016-02-06 15:39:56 +01:00 |
|
Andreas Rumpf
|
bf6e0ad01a
|
more JS regressions fixed
|
2016-02-06 15:39:56 +01:00 |
|
Andreas Rumpf
|
d3cb1bedfa
|
fixes JS codegen regressions
|
2016-02-06 15:39:56 +01:00 |
|
Andreas Rumpf
|
81d144e3b4
|
no LL for PHP
|
2016-02-06 15:39:56 +01:00 |
|
Andreas Rumpf
|
4686f485a6
|
cleaner toArray magic
|
2016-02-06 15:39:56 +01:00 |
|
Andreas Rumpf
|
9b44ca17c2
|
PHP codegen can generate PHP classes
|
2016-02-06 15:39:56 +01:00 |
|
Andreas Rumpf
|
35567a1eb9
|
first version of an PHP codegen
|
2016-02-06 15:39:56 +01:00 |
|
Andreas Rumpf
|
58f6bfb1dc
|
Merge branch 'devel' of github.com:nim-lang/Nim into devel
|
2016-02-06 15:29:25 +01:00 |
|
Andreas Rumpf
|
3941b8968c
|
Merge pull request #3817 from yglukhov/js-typed-arrays
Prefer JS typed arrays for arrays.
|
2016-02-06 15:28:46 +01:00 |
|