Araq
f7dca91344
fixes #619
2014-11-15 11:10:13 +01:00
Araq
9e00d3aec2
fixes #693
2014-11-14 02:40:55 +01:00
Araq
981b24f916
removed outdated note
2014-11-14 02:25:46 +01:00
Araq
a7538a9727
fixes #1324
2014-11-14 02:25:16 +01:00
Araq
65ca05730d
onRaise doesn't work as documented as is dubious
2014-11-14 02:20:26 +01:00
Araq
61c1fd6944
fixes #930
2014-11-14 02:18:00 +01:00
Araq
2b9b09e052
fixes #1470
2014-11-14 02:11:39 +01:00
Araq
03b152ac66
fixes #1633
2014-11-14 02:03:51 +01:00
Araq
a848c2d02b
fixes #1634
2014-11-14 01:49:26 +01:00
Araq
1e8c06c5d6
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
2014-11-14 01:40:08 +01:00
Araq
78346c2587
astToStr is a special magic
2014-11-14 01:39:53 +01:00
Araq
b5d741928e
fixes #1106
2014-11-14 01:38:39 +01:00
Araq
ad71fb41a3
fixes #1258
2014-11-14 01:38:17 +01:00
Andreas Rumpf
c507fe3d9d
Merge pull request #1653 from def-/name-fixes-2
...
Fix some deprecation warnings caused by renames
2014-11-13 22:09:02 +01:00
def
f52fd8785f
Fix some deprecation warnings caused by renames
2014-11-13 21:34:46 +01:00
Araq
37cc9b2226
fixes #1181
2014-11-13 19:07:27 +01:00
Araq
06a4ab54aa
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
2014-11-13 09:12:47 +01:00
Araq
bc5879b9b7
fixes error propagation for macros.parseExpr
2014-11-13 09:12:27 +01:00
Andreas Rumpf
6fb2d44b36
Merge pull request #1643 from def-/fix-locks-case
...
Fix compile because of case sensitivity
2014-11-12 23:25:22 +01:00
Flaviu Tamas
8818b15d8d
Add csources to gitignore
...
This will keep the git status output cleaner.
The .gitignore will not cause already tracked files to be deleted
2014-11-12 08:37:02 -05:00
Araq
77353b8084
fixes #1127
2014-11-12 02:56:02 +01:00
Araq
29b1709fc4
fixes a regression that made 'system.compiles' output the produced error messages
2014-11-12 02:45:54 +01:00
Araq
b2f577df23
fixes #1473
2014-11-12 02:36:59 +01:00
Araq
2d43fcafe0
fixes #1593
2014-11-12 00:04:04 +01:00
Araq
aae180e26b
fixes #1560
2014-11-11 21:32:22 +01:00
Araq
af84f754b0
proper fix for stack initialization and threadvar emulation
2014-11-11 09:55:31 +01:00
def
78b3f739b1
Remove runtime deadlock prevention as deadlock detection at compile-time is available
...
Conflicts:
lib/core/locks.nim
2014-11-11 00:50:29 +01:00
Araq
81353b2dbc
renamed CondVar to Semaphore
2014-11-10 07:57:19 +01:00
Araq
9df3d9c4d3
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
2014-11-10 01:33:35 +01:00
Araq
b6e006fbbe
fixes #1646
2014-11-10 01:33:25 +01:00
Andreas Rumpf
f34ee51154
Merge pull request #1636 from rbehrends/fix-thread-issues
...
Fix some thread issues
2014-11-08 21:19:42 +01:00
def
ea57f340f2
Fix compile because of case sensitivity
2014-11-08 15:54:48 +01:00
Araq
830e0c0009
the codegen doesn't emit deepCopy for parallel statements
2014-11-08 15:47:00 +01:00
Araq
cb976c9c9a
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
2014-11-08 13:11:46 +01:00
Araq
511111defa
TAtomType includes 'bool'
2014-11-08 11:19:15 +01:00
Araq
943d4ee714
fixed the deadlock that happens when stress testing ToFreeQueue
2014-11-08 11:18:25 +01:00
Dominik Picheta
13e3c0d5bb
Implement SO_REUSEADDR for asyncnet and asynchttpserver.
2014-11-07 14:48:11 +00:00
Dominik Picheta
96d1543c0d
Merge pull request #1639 from onionhammer/devel
...
Made 'headers' public
2014-11-07 11:44:53 +00:00
Araq
06e9932e8a
fixes exhaustion bug and missing GC_ref code generation
2014-11-07 01:54:47 +01:00
Erik O'Leary
f31c62315f
Made 'headers' public
2014-11-06 18:41:21 -06:00
Araq
b5586264a0
broken attempt to fix queue exhaustion
2014-11-07 00:27:31 +01:00
Reimer Behrends
c43e7c4ff6
Remove references to pthread_mutex_timedlock().
...
The pthread_mutex_timedlock() function is not supported on a number
of architectures and is not actually used by the library or compiler,
but prevents C++ compilation on systems that do not support it when
threads are enabled.
2014-11-06 02:23:40 +01:00
Reimer Behrends
ead00d2328
Properly initialize the stack with emulated thread variables.
2014-11-06 02:09:51 +01:00
Araq
9500dfcc2e
fixes #1612
2014-11-06 01:53:57 +01:00
Araq
ee9c70e034
user defined pragmas work for generics instantiated in different modules
2014-11-06 00:21:39 +01:00
Araq
b13c51cc2a
compiler bootstraps again
2014-11-05 01:55:33 +01:00
Andreas Rumpf
e7821cc07a
Merge pull request #1623 from gradha/pr_bigbreak_adds_code_directive_to_rst
...
Adds bigbreak code directive to rst with numbered lines
2014-11-05 01:41:12 +01:00
Araq
0c3299383a
todo.txt updates
2014-11-04 09:50:00 +01:00
Araq
1f63d1c76e
documented nimfix
2014-11-04 08:38:56 +01:00
Araq
0a2296b123
added module fenv's docs
2014-11-04 07:47:31 +01:00