Commit Graph

9550 Commits

Author SHA1 Message Date
andri lim
bd560d6a4e fixes #4915 2016-10-27 12:22:12 +07:00
Andreas Rumpf
38ad7400fa Merge pull request #4960 from krux02/comparison-fix
fixed `==` and cmp to work on nimvm
2016-10-27 00:57:31 +02:00
Arne Döring
5864506ad3 fixed == and cmp to work on nimvm 2016-10-26 22:57:14 +02:00
Dominik Picheta
b2b2dcff08 Fixes #4959. 2016-10-26 21:26:48 +02:00
Dominik Picheta
22e42aa4d0 Merge pull request #4958 from yglukhov/socketError-gcsafe
Mark socketError as gcsafe
2016-10-26 19:52:01 +02:00
Yuriy Glukhov
6690cd15f4 Mark socketError as gcsafe 2016-10-26 20:17:40 +03:00
Andreas Rumpf
b6807b547d Merge pull request #4955 from cheatfate/debugcommit1
Generate `NimMainModule` name for main module.
2016-10-26 14:38:44 +02:00
cheatfate
29d31edc0b Generate NimMainModule name for main module. 2016-10-26 14:00:30 +03:00
Andreas Rumpf
a612e1b249 Merge pull request #4949 from couven92/nim-vccwrap
VCC wrappers with vcvars args.
2016-10-26 00:31:05 +02:00
Fredrik Høisæther Rasch
a13e2bd5ec Prevent concurrency issues on the PDB file by using /FS option 2016-10-25 21:36:47 +02:00
Fredrik Høisæther Rasch
d94bb4a0e1 options.linker made platform specific
previous options.linker.always is not supported in nim.cfg
Removed /Fd\"$projectName.pdb\" (Implied by /Zi)
2016-10-25 21:17:18 +02:00
Fredrik Høisæther Rasch
febb551f7a corrected --platform arg for amd64 (VCC) 2016-10-25 21:08:23 +02:00
Fredrik Høisæther Rasch
c3c96a947e vccwrap: Removed import of parseopt
Not necessary, since vccexe uses less advanced, but non-invasive argument parsing
2016-10-25 19:53:45 +02:00
Fredrik Høisæther Rasch
1af0ac9d2c vccwrapper with nim-like command line args 2016-10-25 19:19:58 +02:00
Fredrik Høisæther Rasch
3b1c5183df config: corrected vcc wrapper arguments to right syntax 2016-10-25 18:07:31 +02:00
Fredrik Høisæther Rasch
7b1f948b72 Nim.cfg: Arch option dependent on target platform 2016-10-25 10:59:43 +02:00
Fredrik Høisæther Rasch
04a610c55b Deleted VCC Linkerexe wrapper
Link.exe wrapper superfluous, because Nim uses cl.exe command-line arguments to defer to linker
2016-10-25 10:32:42 +02:00
Fredrik Høisæther Rasch
e99f35ff23 VCC wrappers with vcvars args.
VCC wrappers no longer wrap for compile-time specific target
VCC wrappers now peek into the command line args and evaluate vcvars prefixed arguments
2016-10-25 01:49:18 +02:00
Araq
01afff495c koch also builds the vccexe tool 2016-10-25 00:02:58 +02:00
Andreas Rumpf
5da5a27fa0 Merge pull request #4947 from flyx/tablesincfix
Fixes #4946
2016-10-24 23:49:56 +02:00
Felix Krause
7476e4fcb2 Fixes #4946 2016-10-24 22:36:21 +02:00
Andreas Rumpf
60d13c488d Merge pull request #4888 from arnetheduck/mmap-fixes
add MAP_ANONYMOUS const for amd64, fix MAP_PRIVATE on mips etc
2016-10-24 22:05:11 +02:00
Araq
fb1406f68f Merge branch 'devel' of github.com:nim-lang/Nim into devel 2016-10-24 21:58:52 +02:00
Araq
24ad0064e9 Merge branch 'couven92-nim-vccwrap' into devel 2016-10-24 21:57:25 +02:00
Araq
11dd0b3b51 simplified code of the upcoming vccexe and vcclinkerexe tools 2016-10-24 21:55:57 +02:00
Araq
c15cef7d2d Merge branch 'nim-vccwrap' of https://github.com/couven92/Nim into couven92-nim-vccwrap 2016-10-24 20:37:36 +02:00
Andreas Rumpf
2f725e923e Merge pull request #4924 from nigredo-tori/fix-4917
Make createDir return discardable bool
2016-10-24 20:30:52 +02:00
Araq
8a0b945170 asynchttpserver: cleanup example code 2016-10-24 20:28:27 +02:00
Andreas Rumpf
3effd52ca3 Merge pull request #4847 from honewatson/patch-1
Add respond proc example
2016-10-24 20:27:16 +02:00
Araq
0eb70e64c4 Merge branch 'devel' of github.com:nim-lang/Nim into devel 2016-10-24 20:20:20 +02:00
Araq
1d191831c0 Merge branch 'rudis-devel' into devel 2016-10-24 20:19:51 +02:00
Araq
a85e954b5d make tgetfileinfo work on Windows 2016-10-24 20:18:49 +02:00
Araq
6d645e5240 Merge branch 'devel' of https://github.com/rudis/Nim into rudis-devel 2016-10-24 20:11:00 +02:00
Araq
bad35a2709 cleanup tgorge test 2016-10-24 20:10:10 +02:00
Andreas Rumpf
6fd27a8a08 Merge pull request #4945 from arnetheduck/cleanup-tyXxx
Cleanup ty xxx
2016-10-24 19:20:02 +02:00
Andreas Rumpf
3715a5ac91 Merge pull request #4814 from scriptum/rpg-pcre-jit
Enable JIT in PCRE to improve regular expressions performance
2016-10-24 19:07:30 +02:00
Andreas Rumpf
56181da204 Merge pull request #4800 from Wh1teDuke/FixTesterRunOpt
[Tester] allow running single tests with 'run' option
2016-10-24 19:02:34 +02:00
Andreas Rumpf
00f09f1309 Merge pull request #4819 from andreaferretti/usefulmacros
Some useful macros
2016-10-24 18:41:45 +02:00
Andreas Rumpf
fbb997a24f Merge pull request #4838 from couven92/ico-vcc
Added icons support for Visual Studio compiler
2016-10-24 18:39:32 +02:00
Andreas Rumpf
adeb62120c Merge pull request #4812 from andreaferretti/jsconsole
Added js console object
2016-10-24 18:38:41 +02:00
Araq
06e03099e4 news entry for upcoming changes 2016-10-24 17:41:02 +02:00
Araq
6d4d8d5669 'koch tools' does not yet work from github 2016-10-24 17:41:02 +02:00
Araq
ceb30d7a0e document the new way of doing things; refs #4934 2016-10-24 17:41:02 +02:00
Andreas Rumpf
cceb6c625c Merge pull request #4872 from flyx/gorgefix
Fixes #4871
2016-10-24 17:40:32 +02:00
Jacek Sieka
f5c3eb6a25 clean up tyMutable remnants 2016-10-24 23:30:10 +08:00
Jacek Sieka
b3de34548d clean up tyConst remnants 2016-10-24 23:19:46 +08:00
Jacek Sieka
f488ed973d clean up tyBigNum remnants 2016-10-24 23:11:38 +08:00
Andreas Rumpf
86ca077324 Merge pull request #4943 from nigredo-tori/fix-4942
Reset HttpClient if new URL has different port
2016-10-24 17:07:30 +02:00
Andreas Rumpf
236c2beead Merge pull request #4935 from flyx/tablefix
Table fixes. fixes #4901
2016-10-24 17:07:03 +02:00
Andreas Rumpf
353ce7315a Merge pull request #4938 from FedericoCeratto/unittest
Improve unittest docs
2016-10-24 17:03:11 +02:00