Commit Graph

9782 Commits

Author SHA1 Message Date
Grzegorz Adam Hankiewicz
6e65f5b49e Hyperlinks each proc and explains it is like map. 2013-01-09 20:32:57 +01:00
Araq
c9690864d4 optimized ropes work now but no speedup 2013-01-09 08:44:20 +01:00
Araq
86b19c44eb allow 'cast' for the JS target 2013-01-09 00:49:19 +01:00
Araq
3b52a0a9f5 Merge branch 'master' of github.com:Araq/Nimrod 2013-01-08 22:55:00 +01:00
Araq
63c08d8255 Merge pull request #296 from gradha/pr_makes_toseq_public
Moves toSeq template to public sequtils module.
2013-01-08 13:53:50 -08:00
Araq
5a9637f2f3 make some tests green 2013-01-08 22:51:23 +01:00
Araq
498b867b7d Merge pull request #294 from gradha/pr_fixes_pdf_generation
Fixes tutorial pdf generation due to hierarchy depth.
2013-01-08 11:09:34 -08:00
Araq
3af5c99336 fixes #293 2013-01-08 20:03:02 +01:00
Araq
e6fc044107 fixes #299 2013-01-08 18:20:40 +01:00
Araq
20a5e37169 fixes #270 2013-01-08 17:23:52 +01:00
Araq
f280ed1560 implements #295 2013-01-08 16:30:26 +01:00
Araq
1bc5ff6dc9 fixes #292 2013-01-08 08:11:21 +01:00
Araq
3c73654aca Copyright 2012 -> 2013 2013-01-08 07:54:23 +01:00
Araq
43b6daf2d6 FFI at compiletime improvements 2013-01-08 01:19:02 +01:00
Grzegorz Adam Hankiewicz
bd961fd76c Moves toSeq template to public sequtils module. 2013-01-03 22:38:56 +01:00
Grzegorz Adam Hankiewicz
97d4f2138b Fixes tutorial pdf generation due to hierarchy depth.
The hierarchy is now an ascii reprsentation.
2013-01-03 15:36:46 +01:00
Araq
88a441ea8e next steps for FFI at compile time 2013-01-02 01:17:53 +01:00
Araq
23b90eaa3a Merge branch 'master' of github.com:Araq/Nimrod 2012-12-31 17:53:53 +01:00
Araq
9ef367db62 fixed a newly introduced c2nim bug; many untested improvements to the FFI at compile time 2012-12-31 17:53:37 +01:00
Araq
f0925edaf2 Merge pull request #290 from gradha/pr_documents_repr_proc_and_nested_arrays_syntax
Documents repr proc and nested array syntax.
2012-12-28 13:47:51 -08:00
Araq
7d24a43e61 better errors for FFI 2012-12-27 00:15:04 +01:00
Araq
3020257559 implemented --listFullPaths option for aporia 2012-12-27 00:05:23 +01:00
Araq
df1e7b8021 Merge branch 'master' of github.com:Araq/Nimrod 2012-12-26 22:48:48 +01:00
Araq
81b718641c small improvements for FFI 2012-12-26 22:48:34 +01:00
Grzegorz Adam Hankiewicz
07c8a6206f Documents repr proc and nested array syntax. 2012-12-25 21:03:59 +01:00
Dominik Picheta
d7d4caf45a Added set_markup to gtk2 wrapper. 2012-12-25 14:06:18 +00:00
Dominik Picheta
f83881dd4e Fixed symbol conflict in the sockets module on Windows. 2012-12-23 14:31:16 +00:00
Dominik Picheta
da609fc445 Fixed many deprecation warnings. asyncio.recvLine now throws an
exception when an error occurs. Added sockets.SocketError.
2012-12-23 14:05:16 +00:00
Dominik Picheta
3cbac13546 Rewrote the implementation of parsing chunked transfer coding in
httpclient. Fixes #272.
2012-12-23 11:22:42 +00:00
Dominik Picheta
6cb8edfce9 recvLine now works with unbuffered ssl sockets.
Added higher level recv functions.
2012-12-22 23:03:28 +00:00
Zahary Karadjov
083d4f4708 fixes the recently discovered GC memory leaks
This revision is intended as comparison point between the old and the new GC
The used GC can be switched in mmdisp and various statistics will be gathered during
execution (these will be removed/disabled in later revisions)
2012-12-20 15:51:21 +02:00
Araq
b6c8e16b0f bugfix: openssl import for macosx 2012-12-19 21:45:18 +01:00
Araq
c73d9fdd4c small examples work with the FFI 2012-12-19 08:44:20 +01:00
Araq
3e514cd5dc Merge pull request #276 from gradha/pr_adds_macosx_libiconv_name
Adds macosx dynamic library name for libiconv.
2012-12-18 17:27:29 -08:00
Araq
0abc135fd7 Merge pull request #288 from gradha/pr_adds_ios_todo_example_interface
Adds ios todo example interface
2012-12-18 17:26:43 -08:00
Araq
62a2009018 Merge branch 'master' of github.com:Araq/Nimrod 2012-12-19 02:22:57 +01:00
Araq
7148812524 first steps for FFI support at compile time 2012-12-19 02:22:39 +01:00
Grzegorz Adam Hankiewicz
cb43de875a Adds link to external nimrod-crossplatform-todo repository. 2012-12-18 19:33:04 +01:00
Grzegorz Adam Hankiewicz
da944e331f Adds tools/nimweb to .gitignore. 2012-12-17 23:47:37 +01:00
Grzegorz Adam Hankiewicz
acfe55ab90 Adds macosx dynamic library name for libiconv.
Also adds some verbosity to the implicit test.
2012-12-17 20:15:43 +01:00
Araq
31970a5b63 Merge pull request #275 from gradha/pr_corrects_misleading_comment
Removes misleading comment in build script.
2012-12-17 10:39:13 -08:00
Araq
3be576222a fixes #277; documentation improvements 2012-12-17 19:30:43 +01:00
Araq
e516571b47 Merge branch 'master' of github.com:Araq/Nimrod 2012-12-16 20:13:12 +01:00
Araq
d16c04d8f8 don't invoke destructors for .global. variables 2012-12-16 20:12:56 +01:00
Araq
4b87ddb2bf Merge pull request #279 from keitahaga/build-instruction-fix
Fix build instructions
2012-12-15 14:54:28 -08:00
Araq
61a43979e6 Merge branch 'master' of github.com:Araq/Nimrod 2012-12-15 23:49:28 +01:00
Araq
cd00679289 some fixes for generic first class iterators 2012-12-15 23:39:27 +01:00
Araq
a22c1f444f fixes #271 2012-12-15 22:35:16 +01:00
Keita Haga
9564e7069b Better CLI error message when options are invalid 2012-12-16 05:30:57 +09:00
Keita Haga
da825a0fe2 cd to build/, before trying to extract csources.zip 2012-12-16 03:57:17 +09:00