def
|
ddeefe85d2
|
Add cpuRelax assembler for other platforms
|
2015-03-21 21:02:09 +01:00 |
|
Araq
|
08c0ba379a
|
fixes #1805
|
2015-03-21 20:38:28 +01:00 |
|
Araq
|
0591c68aaf
|
fixes #2369
|
2015-03-21 20:38:27 +01:00 |
|
Araq
|
5641be51c1
|
codegen doesn't produce line tracing commands anymore; fixes #1344
|
2015-03-21 20:38:27 +01:00 |
|
Araq
|
508e8bd686
|
fixes #2221
|
2015-03-21 20:38:26 +01:00 |
|
Araq
|
16adfcdfa6
|
fixes #2366
|
2015-03-21 20:38:25 +01:00 |
|
Dominik Picheta
|
880e39d123
|
Merge pull request #2358 from gradha/pr_expands_paths_in_find_exe
Expands tildes for entries in $PATH when looking for a binary.
|
2015-03-20 19:15:46 +00:00 |
|
Araq
|
7418227ebb
|
updated news.txt
|
2015-03-18 11:42:38 +01:00 |
|
Araq
|
a827050718
|
fixed cuint definition
|
2015-03-18 11:42:37 +01:00 |
|
Araq
|
910ef7b2d1
|
'constructor' pragma for C++ support
|
2015-03-18 11:42:37 +01:00 |
|
Araq
|
1fc590b6ea
|
don't generate memset calls for C++ objects
|
2015-03-18 11:42:36 +01:00 |
|
Grzegorz Adam Hankiewicz
|
1320efcf90
|
Excludes windows platfrom from $PATH tilde expansion. Refs #2358.
|
2015-03-17 20:07:20 +01:00 |
|
Andreas Rumpf
|
ca22dfcdc2
|
Merge pull request #2364 from def-/nimnode
Rename PNimrodNode to NimNode
|
2015-03-17 18:32:35 +01:00 |
|
def
|
fd4e629905
|
Rename PNimrodNode to NimNode
|
2015-03-17 17:50:32 +01:00 |
|
Andreas Rumpf
|
8e651fa0d4
|
Merge pull request #2326 from oderwat/fix-totable
Making tuples anonymous (so far... not finished).
|
2015-03-17 10:29:32 +01:00 |
|
Andreas Rumpf
|
3125873b4a
|
Merge pull request #2337 from kemege/db_charset
Add character set options when opening DB connection, default to UTF-8
|
2015-03-17 01:32:26 +01:00 |
|
Andreas Rumpf
|
edc45726b7
|
Merge pull request #2360 from def-/test-fixes-3
Fix tests some more
|
2015-03-17 00:17:59 +01:00 |
|
Hans Raaf
|
a41778725a
|
Added Test for zip() with anonymous tuples.
|
2015-03-17 00:15:23 +01:00 |
|
Hans Raaf
|
b42c729da4
|
Making tuples anonymous (so far... not finished).
|
2015-03-17 00:15:23 +01:00 |
|
def
|
cb3c99fe1f
|
Fix tests some more
|
2015-03-17 00:02:47 +01:00 |
|
Araq
|
1f02a7ace3
|
fixes #2336
|
2015-03-16 23:35:08 +01:00 |
|
Araq
|
ee99771afa
|
fixes #2359
|
2015-03-16 23:24:33 +01:00 |
|
Araq
|
cc26308044
|
fixes #2352
|
2015-03-16 23:16:56 +01:00 |
|
Araq
|
bf90b9c833
|
fixes #2346
|
2015-03-16 23:02:20 +01:00 |
|
Araq
|
bc264618f5
|
fixes #2257
|
2015-03-16 23:02:20 +01:00 |
|
Araq
|
f9a3de984d
|
macros.getType() works properly for distinct types
|
2015-03-16 23:02:19 +01:00 |
|
Araq
|
13cdad8819
|
fixes #2304
|
2015-03-16 23:02:18 +01:00 |
|
Araq
|
ea5217c9fc
|
disjoint checker is somewhat smarter
|
2015-03-16 23:02:18 +01:00 |
|
Grzegorz Adam Hankiewicz
|
79934b9d68
|
Expands tildes for entries in $PATH when looking for a binary.
|
2015-03-16 22:01:56 +01:00 |
|
Andreas Rumpf
|
1838ea2db4
|
Merge pull request #2342 from philip-wernersbach/more-improved-objc
Fix linking errors with basic Objective-C FFI.
|
2015-03-16 21:30:08 +01:00 |
|
Andreas Rumpf
|
169e89173c
|
Merge pull request #2332 from def-/sections-toc-ref
rstgen: Unique reference names in TOC
|
2015-03-16 10:37:28 +01:00 |
|
Andreas Rumpf
|
b12ce48c78
|
Merge pull request #2339 from gradha/pr_fixes_osx_environ_use
Enables use of NSGetEnviron for osx binary compatibility. Refs #965.
|
2015-03-16 10:36:45 +01:00 |
|
Andreas Rumpf
|
327b56d5e1
|
Merge pull request #2343 from philip-wernersbach/fix-pthreads-under-cpp
Fix issues with pthread_create when compiling under C++ mode.
|
2015-03-16 10:27:55 +01:00 |
|
KeMeGe
|
171d51a08c
|
move database encoding options to setEncoding(), leave open() as it is
|
2015-03-16 13:53:38 +08:00 |
|
Philip Wernersbach
|
5be4e7b9f0
|
Add linker flags for the Objective-C compilation mode.
Fixes Araq/Nim#2153.
|
2015-03-15 19:09:28 -04:00 |
|
Philip Wernersbach
|
747653911c
|
Add compiler-specific configuration options for all compilers.
|
2015-03-15 19:07:42 -04:00 |
|
Dominik Picheta
|
1e9ab3bb0a
|
Fixes #2323. Fixes #2148.
|
2015-03-15 22:06:26 +00:00 |
|
Philip Wernersbach
|
dcf4cee37c
|
Add test for fix in f8d6d74368.
|
2015-03-15 17:54:57 -04:00 |
|
Philip Wernersbach
|
f8d6d74368
|
Fix pthread_create binding when compiling in C++ mode.
C++ has different rules for void pointers, which causes the binding
to be invalid when compiling in C++ mode.
|
2015-03-15 17:33:46 -04:00 |
|
Andreas Rumpf
|
faad6ed67f
|
Merge pull request #2333 from def-/recursive-type
Fix infinite recursion in semtypes with recursive types
|
2015-03-15 00:46:33 +01:00 |
|
Andreas Rumpf
|
b7cba7fa29
|
Merge pull request #2327 from def-/installation
Installation
|
2015-03-15 00:41:53 +01:00 |
|
def
|
669db4216e
|
Add test case for infinite recursion in semtypes
|
2015-03-14 22:46:17 +01:00 |
|
Araq
|
d4bca58b7d
|
fixes #1809; implements overloading based on 'var T'
|
2015-03-14 22:21:43 +01:00 |
|
Grzegorz Adam Hankiewicz
|
ff94ce9d0b
|
Enables use of NSGetEnviron for osx binary compatibility. Refs #965.
|
2015-03-14 21:35:33 +01:00 |
|
Araq
|
1592067566
|
improved the documentation; overloading resolution finally documented
|
2015-03-14 19:49:32 +01:00 |
|
KeMeGe
|
ca8102b96d
|
Add character set options when opening DB connection
|
2015-03-14 15:21:38 +08:00 |
|
Araq
|
2f4472963f
|
disjoint checker works with the new countup iterators
|
2015-03-14 01:26:32 +01:00 |
|
Dominik Picheta
|
eadf648767
|
Merge branch 'devel' of github.com:Araq/Nimrod into devel
|
2015-03-14 00:16:59 +00:00 |
|
Dominik Picheta
|
44e095dd3d
|
Expanded release notes in news.txt.
|
2015-03-14 00:16:23 +00:00 |
|
Dominik Picheta
|
658600a9b9
|
Merge pull request #2296 from SSPkrolik/redis-scan-implementation
Added implementation for Redis SCAN command
|
2015-03-13 20:42:18 +00:00 |
|