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
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
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
def
d77c883911
globalError instead of localError when failing infinite recursion
...
globalError throws an exception, so this works for `nim check` as well.
2015-03-13 17:17:42 +01:00
def
06b986dbd5
Rename compiler/nim.ini back to compiler/installer.ini
...
- Niminst has a new -m/--main option to set the main file, by default
ini-file with .nim extension (old behaviour)
- Koch uses this to pass --main:compiler/nim.nim
- Fix includes/links of website.ini
2015-03-13 17:03:57 +01:00
Andreas Rumpf
5f347fad66
Merge pull request #2268 from ziotom78/devel
...
New templates for getting the limits of FP types added.
2015-03-13 15:37:15 +01:00
Andreas Rumpf
4341e026b1
Merge pull request #2328 from def-/fix-fifo
...
Make readFile work with FIFO files
2015-03-13 15:36:30 +01:00
Andreas Rumpf
676e6d8f7c
Merge pull request #2334 from teroz/devel
...
fixed writeln line on log*( logger: RollingFileLogger)
2015-03-13 15:32:31 +01:00
Andreas Rumpf
bbb62ca3a3
Merge pull request #2330 from def-/vm-conversion-error
...
Improve error message for failed conversion in VM
2015-03-13 15:27:55 +01:00
teroz
8132723317
fixed log*(logger: RollingFileLogger, level: Level,
...
frmt: string, args: varargs[string, ])
2015-03-13 12:05:02 +02:00
def
c19d6cb620
Fix infinite recursion in semtypes with recursive types
...
Fixes #2213
2015-03-13 02:17:46 +01:00
def
0255876055
rstgen: Unique reference names in TOC
...
- Fixes #2269
- Keeps track of higher level section to create unique reference names
2015-03-13 01:32:23 +01:00
Dominik Picheta
d6c957e9b4
Removed osinfo_* modules.
...
They will be available under the 'osinfo' Nimble package.
2015-03-12 23:40:58 +00:00
def
7daf410f46
Improve error message for failed conversion in VM
...
- Fixes #2045
- Old one:
Error: conversion from unknown type to unknown type is invalid
- New one:
Error: conversion from -1 to [0..255] is invalid
2015-03-12 23:49:49 +01:00
def
aa7e7ee270
Make readFile work with FIFO files
2015-03-12 21:17:39 +01:00
Dominik Picheta
c707923cc1
Merge pull request #2309 from oderwat/fix-tzname
...
Fixes tzname on osx (and presumable bsd).
2015-03-12 17:19:04 +00:00
Hans Raaf
798e5c7552
Adding a call to tzset() to implicitly initialize the tzname infos.
2015-03-12 17:00:06 +01:00
def
02432f1052
Add makefile for csources
...
This should speed up compilation of csources significantly, as it can be
used with "make -j $NUMPROCS"
Only tested on Linux so far
2015-03-12 16:53:11 +01:00
Andreas Rumpf
e0c3b8a452
Merge pull request #2321 from def-/times-js
...
Fix some compiler warnings in times
2015-03-12 16:18:55 +01:00
Andreas Rumpf
e025b97c1a
Merge pull request #2322 from def-/js-typeinfo
...
Typeinfo for uints in javascript
2015-03-12 16:17:58 +01:00
Andreas Rumpf
4051e436b6
Merge pull request #2320 from aurora/ssl-sigsegv
...
openssl: do not set mem functions on osx
2015-03-12 16:17:47 +01:00
Araq
45a7c51f0c
MD5 module: fixed parameter name
2015-03-12 16:10:42 +01:00
Araq
4077f7d49c
fixes #1791
2015-03-12 16:04:44 +01:00
def
1b7d7ae1cb
koch: Nimrod -> Nim
2015-03-12 14:03:13 +01:00
def
fe4b6826e6
Make *.sh files executable
2015-03-12 13:59:29 +01:00
def
7707c4c369
Move installer.ini back to nim.ini to fix ./koch csource
2015-03-12 13:50:07 +01:00
Araq
dfc48e76f7
fixes #1819
2015-03-12 13:48:59 +01:00
def
b72528d635
Typeinfo for uints in javascript
2015-03-12 13:16:47 +01:00
def
44e68be13b
Fix some compiler warnings in times
2015-03-12 13:15:19 +01:00
Harald Lapp
3ccf667899
do not set mem functions on osx
2015-03-12 12:48:28 +01:00
Araq
aa175e9e57
fixes #1868
2015-03-12 12:17:08 +01:00
Araq
0a0126d49a
fixes #794 properly
2015-03-12 11:40:14 +01:00
Araq
3aad16e337
fixes #1845 , fixes #2224
2015-03-12 11:08:03 +01:00
Araq
f88678bed4
fixes #2298
2015-03-12 11:08:03 +01:00