Commit Graph

4918 Commits

Author SHA1 Message Date
Audun Wilhelmsen
7592c9cf22 Added safe implicit conversion of uint8 to int16..int64, uint16 to int32..int64 etc.
Added two new tests for unsigned conversions and comparisons between signed numbers.
2015-01-03 00:10:07 +01:00
def
0a82b6eb62 Add reversed proc to unicode module 2015-01-02 23:52:46 +01:00
Zahary Karadjov
05cbbac4e5 support for static params in the user defined type classes 2015-01-02 23:58:24 +02:00
Zahary Karadjov
2f90be13e2 fix #1820 2015-01-02 23:58:24 +02:00
Zahary Karadjov
1d5ecc0dea fix #1050 2015-01-02 23:58:24 +02:00
Zahary Karadjov
aa69a8a09f expand the test case for bug 1049 2015-01-02 23:58:24 +02:00
Zahary Karadjov
5b32fb1791 re-enable semistatic[T] as a test case 2015-01-02 23:58:24 +02:00
Zahary Karadjov
b21b72dc14 fix #1049 2015-01-02 23:58:24 +02:00
Zahary Karadjov
70b5efa98d fix #544 2015-01-02 23:58:24 +02:00
Zahary Karadjov
1d55fd8d12 use unix line endings 2015-01-02 23:58:24 +02:00
Zahary Karadjov
ad65a20391 fix #419 2015-01-02 23:58:24 +02:00
Audun Wilhelmsen
c461f5a8c6 Merge branch 'devel' of https://github.com/Araq/Nim into devel 2015-01-02 22:12:11 +01:00
Audun Wilhelmsen
e5bfb7d550 Added support for big 'u64 literals
Removed duplicate "SomeUInt' typedef from unsigned.nim
2015-01-02 22:10:49 +01:00
def
4fff145914 Allow higher versions of libmysqlclient 2015-01-02 15:16:03 +01:00
Jochen Kupperschmidt
66c05e56d8 Tutorial: Fixed slices example code.
This is likely a remainder of the name change from "Nimrod" to "Nim".
2015-01-02 13:47:33 +01:00
Arthur Liao
c9fc300f2d Fix typo 2015-01-02 20:20:55 +08:00
Joseph Poirier
d15d9f4111 clarify single letter option requirements 2015-01-02 03:36:40 -06:00
Andreas Rumpf
5023a90438 Merge pull request #1815 from def-/asynchttpserver
Add imports to asynchttpserver example
2015-01-02 03:42:59 +01:00
Andreas Rumpf
2fb969b638 Merge pull request #1808 from adelq/devel
Update tutorial to use RootObj
2015-01-02 03:42:30 +01:00
Araq
194b14a182 fixes #1816 2015-01-02 03:32:45 +01:00
Araq
aa8073627f Merge branch 'devel' of https://github.com/Araq/Nim into devel 2015-01-02 03:21:56 +01:00
Araq
b7187dc495 fixed wrong code snippet 2015-01-02 03:21:46 +01:00
reactormonk
ddbf1d0969 Merge pull request #1812 from moigagoo/devel
Docs: Tutorial 1: Typo fixed.
2015-01-02 00:31:39 +05:00
Konstantin Molchanov
e2d2203779 Docs: Tutorial 1: Typo fixed. 2015-01-01 21:43:14 +03:00
cremno
d682371771 fix NSIS uninstaller filename (fix #1804) 2015-01-01 15:23:13 +01:00
Adel Qalieh
99a1530c6c Update tutorial to use RootObj
TObject has been deprecated
2014-12-31 21:41:07 -05:00
Araq
e751a0af57 Merge branch 'devel' of https://github.com/Araq/Nim into devel 2014-12-31 16:08:07 +01:00
Araq
2ee2401336 fixes #1774 2014-12-31 16:07:56 +01:00
Zahary Karadjov
13e07f5d66 bugfix: don't treat generic types with different static params as the same type 2014-12-31 04:20:32 +02:00
Zahary Karadjov
b83b1383fb fix #1056 2014-12-31 04:18:35 +02:00
Zahary Karadjov
1b54c55b7b prettier type name printing for generic types featuring static parameters 2014-12-31 03:50:50 +02:00
Araq
a93585e47f Merge branch 'devel' of https://github.com/Araq/Nim into devel 2014-12-31 01:55:13 +01:00
Araq
13b72ed0c0 attempt to make koch smarter about windows installers 2014-12-31 01:55:02 +01:00
Varriount
595a8b628f Update nim.ini
Fix documentation location
2014-12-30 19:45:06 -05:00
Dominik Picheta
3bd542b7ca Merge pull request #1795 from akaufmann/devel
ignore signal SIGPIPE on Darwin
2014-12-31 00:32:43 +00:00
Zahary Karadjov
da36a847a7 fix #1789 (binding to static params during generic proc sigmatch) 2014-12-31 01:45:23 +02:00
Araq
bf8f6a3000 minor doc update 2014-12-31 00:44:07 +01:00
Araq
98d956b77e removed outdated documentation 2014-12-30 23:46:14 +01:00
Andre
85c22f3348 ignore signal SIGPIPE on Darwin 2014-12-30 23:39:43 +01:00
Araq
9c70ff3b7e Merge branch 'devel' of https://github.com/Araq/Nim into devel 2014-12-30 23:20:50 +01:00
Araq
1b56334c46 website updates; Source links now work 2014-12-30 23:20:40 +01:00
Andreas Rumpf
ccc2f4746c Merge pull request #1794 from flaviut/fix-win-crosscompile
Fix cross compilation to windows from linux
2014-12-30 22:12:12 +01:00
Flaviu Tamas
b2140be31f Fix cross to windows compilation on linux
`Winsock2.h` should be all lowercase
2014-12-30 15:42:18 -05:00
Dominik Picheta
3f7eca19ec Merge pull request #1792 from astrolantique/devel
Update OS version detections.
2014-12-30 13:14:26 +00:00
astrolantique
c77176e0c7 Added NT 6.2 and NT 6.3 (8/8.1) 2014-12-30 00:24:32 -06:00
Araq
d01eb14a39 development version is 0.10.3 2014-12-30 03:06:25 +01:00
Araq
7f415b5b11 fixes #1788 2014-12-30 03:05:29 +01:00
Araq
f30a1617ca license file knows about the language renaming 2014-12-30 02:53:16 +01:00
Araq
334097a03a website: better formating 2014-12-30 02:52:51 +01:00
astrolantique
32af9f878b getSystemVersion updated to include 10.7 to 10.10 2014-12-29 19:44:44 -06:00