Commit Graph

  • 1bc5ff6dc9 fixes #292 Araq 2013-01-08 08:11:21 +01:00
  • 3c73654aca Copyright 2012 -> 2013 Araq 2013-01-08 07:54:23 +01:00
  • 43b6daf2d6 FFI at compiletime improvements Araq 2013-01-08 01:19:02 +01:00
  • bd961fd76c Moves toSeq template to public sequtils module. Grzegorz Adam Hankiewicz 2012-12-13 19:28:34 +01:00
  • 97d4f2138b Fixes tutorial pdf generation due to hierarchy depth. Grzegorz Adam Hankiewicz 2013-01-03 15:35:16 +01:00
  • 88a441ea8e next steps for FFI at compile time Araq 2013-01-02 01:17:53 +01:00
  • 23b90eaa3a Merge branch 'master' of github.com:Araq/Nimrod Araq 2012-12-31 17:53:53 +01:00
  • 9ef367db62 fixed a newly introduced c2nim bug; many untested improvements to the FFI at compile time Araq 2012-12-31 17:53:37 +01:00
  • f0925edaf2 Merge pull request #290 from gradha/pr_documents_repr_proc_and_nested_arrays_syntax Araq 2012-12-28 13:47:51 -08:00
  • 7d24a43e61 better errors for FFI Araq 2012-12-27 00:15:04 +01:00
  • 3020257559 implemented --listFullPaths option for aporia Araq 2012-12-27 00:05:23 +01:00
  • df1e7b8021 Merge branch 'master' of github.com:Araq/Nimrod Araq 2012-12-26 22:48:48 +01:00
  • 81b718641c small improvements for FFI Araq 2012-12-26 22:48:34 +01:00
  • 07c8a6206f Documents repr proc and nested array syntax. Grzegorz Adam Hankiewicz 2012-12-24 00:25:37 +01:00
  • d7d4caf45a Added set_markup to gtk2 wrapper. Dominik Picheta 2012-12-25 14:06:18 +00:00
  • f83881dd4e Fixed symbol conflict in the sockets module on Windows. Dominik Picheta 2012-12-23 14:31:16 +00:00
  • da609fc445 Fixed many deprecation warnings. asyncio.recvLine now throws an exception when an error occurs. Added sockets.SocketError. Dominik Picheta 2012-12-23 14:05:16 +00:00
  • 3cbac13546 Rewrote the implementation of parsing chunked transfer coding in httpclient. Fixes #272. Dominik Picheta 2012-12-23 11:22:42 +00:00
  • 6cb8edfce9 recvLine now works with unbuffered ssl sockets. Added higher level recv functions. Dominik Picheta 2012-12-22 23:03:28 +00:00
  • 083d4f4708 fixes the recently discovered GC memory leaks Zahary Karadjov 2012-12-05 20:42:19 +02:00
  • b6c8e16b0f bugfix: openssl import for macosx Araq 2012-12-19 21:45:18 +01:00
  • c73d9fdd4c small examples work with the FFI Araq 2012-12-19 08:44:20 +01:00
  • 3e514cd5dc Merge pull request #276 from gradha/pr_adds_macosx_libiconv_name Araq 2012-12-18 17:27:29 -08:00
  • 0abc135fd7 Merge pull request #288 from gradha/pr_adds_ios_todo_example_interface Araq 2012-12-18 17:26:43 -08:00
  • 62a2009018 Merge branch 'master' of github.com:Araq/Nimrod Araq 2012-12-19 02:22:57 +01:00
  • 7148812524 first steps for FFI support at compile time Araq 2012-12-19 02:22:39 +01:00
  • cb43de875a Adds link to external nimrod-crossplatform-todo repository. Grzegorz Adam Hankiewicz 2012-12-18 19:33:04 +01:00
  • da944e331f Adds tools/nimweb to .gitignore. Grzegorz Adam Hankiewicz 2012-11-28 23:01:22 +01:00
  • acfe55ab90 Adds macosx dynamic library name for libiconv. Grzegorz Adam Hankiewicz 2012-12-14 23:32:11 +01:00
  • 31970a5b63 Merge pull request #275 from gradha/pr_corrects_misleading_comment Araq 2012-12-17 10:39:13 -08:00
  • 3be576222a fixes #277; documentation improvements Araq 2012-12-17 19:30:43 +01:00
  • e516571b47 Merge branch 'master' of github.com:Araq/Nimrod Araq 2012-12-16 20:13:12 +01:00
  • d16c04d8f8 don't invoke destructors for .global. variables Araq 2012-12-16 20:12:56 +01:00
  • 4b87ddb2bf Merge pull request #279 from keitahaga/build-instruction-fix Araq 2012-12-15 14:54:28 -08:00
  • 61a43979e6 Merge branch 'master' of github.com:Araq/Nimrod Araq 2012-12-15 23:49:28 +01:00
  • cd00679289 some fixes for generic first class iterators Araq 2012-12-15 23:39:27 +01:00
  • a22c1f444f fixes #271 Araq 2012-12-15 22:35:16 +01:00
  • 9564e7069b Better CLI error message when options are invalid Keita Haga 2012-12-16 05:30:57 +09:00
  • da825a0fe2 cd to build/, before trying to extract csources.zip Keita Haga 2012-12-16 03:57:17 +09:00
  • b1b01e9f99 Removes misleading comment in build script. Grzegorz Adam Hankiewicz 2012-12-14 22:11:13 +01:00
  • 77492158ac Merge pull request #273 from gradha/pr_misc_documentation_improvements Araq 2012-12-12 11:27:12 -08:00
  • afff026dbd Adds hyperlink to system module to explain TFileMode type. Grzegorz Adam Hankiewicz 2012-12-11 22:24:07 +01:00
  • 545a7577e5 Adds json usage example. Grzegorz Adam Hankiewicz 2012-12-11 22:15:50 +01:00
  • d3eaddc961 Transforms httpclient into hyperlink for ease of use. Grzegorz Adam Hankiewicz 2012-12-11 21:59:41 +01:00
  • d9dab30c14 Documents json [] accesors, raises explicit exception. Grzegorz Adam Hankiewicz 2012-12-11 21:51:03 +01:00
  • 3ff2f7fbbc Adds to split() a code example using a set of separators. Grzegorz Adam Hankiewicz 2012-12-11 21:39:05 +01:00
  • c98696d742 lazy paths for Babel support Araq 2012-12-11 20:06:15 +01:00
  • a840a4ce53 improvements for --babelPath Araq 2012-12-09 23:20:48 +01:00
  • b0dc877cc3 small documentation improvements Araq 2012-12-09 21:23:12 +01:00
  • f96ec25ed2 made some tests green; some small bugfixes Araq 2012-12-09 15:53:59 +01:00
  • 654a99266f Merge branch 'master' of github.com:Araq/Nimrod Araq 2012-12-09 03:03:14 +01:00
  • 92f8f2e776 documented AST overloading and some TR optimizations Araq 2012-12-09 03:02:52 +01:00
  • 63112696b0 Fixes SSL implementation of sendAsync. Dominik Picheta 2012-12-08 19:27:00 +00:00
  • d6632ad973 Fixes #268 Dominik Picheta 2012-12-08 19:04:45 +00:00
  • 40b611cc2f documentation improvements Araq 2012-12-07 17:43:15 +01:00
  • 1dc362dcd4 compiler support for babel Araq 2012-12-07 17:20:51 +01:00
  • 05b05be9f8 replaced recursivePath with shallowPath for Babel Araq 2012-12-06 22:51:39 +01:00
  • 22a59c057f Merge branch 'master' of github.com:Araq/Nimrod Araq 2012-12-06 21:54:28 +01:00
  • a16e6bd22a Updated readme. Dominik Picheta 2012-12-06 19:46:24 +00:00
  • a1f6779802 implemented AST based overloading Araq 2012-12-06 08:45:18 +01:00
  • 1d842e8b75 Merge branch 'master' of github.com:Araq/Nimrod Araq 2012-12-06 07:10:19 +01:00
  • 6431e60216 fixes #269 Araq 2012-12-05 23:28:35 +01:00
  • c5826ec1fb fixes #266 Araq 2012-12-05 22:58:52 +01:00
  • 38ab30d153 implemented generic converters Araq 2012-12-05 22:03:36 +01:00
  • 7171ae62cb constraint now part of the parameter symbol and not of the type Araq 2012-12-05 01:39:49 +01:00
  • 0834224070 disable SSLv2_method for ubuntu Araq 2012-12-03 21:48:12 +01:00
  • 8948a97151 bugfix: 'not nil' and 'shared' types Araq 2012-12-02 20:02:42 +01:00
  • d0edb1826b adds an option to interleave the generated code with snippets from the original source Zahary Karadjov 2012-12-02 20:36:29 +02:00
  • 0916137287 Fixes error in httpclient. Dominik Picheta 2012-12-02 13:45:28 +00:00
  • fa198f5be1 Fixes SSL httpclient and problems with hidden path splitting in OS. Added babel's libs dir to Nimrod's path. Dominik Picheta 2012-12-02 13:21:21 +00:00
  • b602c04c4a Merge branch 'master' of github.com:Araq/Nimrod Araq 2012-12-02 11:15:10 +01:00
  • 6ce15652d3 Merge branch 'master' of github.com:Araq/Nimrod Araq 2012-12-02 11:13:05 +01:00
  • d7adc7c328 dont use unsafeNew in ropes.nim for now Araq 2012-12-02 11:11:54 +01:00
  • 76885c754a first version of ropes.nim with unsafeNew (broken) Araq 2012-12-02 00:44:29 +01:00
  • 9c0355a13f Merge branch 'master' of github.com:Araq/Nimrod Araq 2012-12-01 19:11:04 +01:00
  • c98e3d2c27 implements 'export' feature Araq 2012-12-01 19:10:47 +01:00
  • 10d13d5032 Fixed IRC test. Dominik Picheta 2012-12-01 16:38:33 +00:00
  • 336da8f44e IRC module is now saner at the expense of a little API breakage. Added warnings for unstable APIs to modules that use AsyncIO. Dominik Picheta 2012-12-01 16:04:59 +00:00
  • e9e22ccb2a track the "owner" heap object in the ref write barrier Zahary Karadjov 2012-12-01 15:24:32 +02:00
  • f503439e81 implements 'import dir/module' without quotes Araq 2012-11-30 19:57:23 +01:00
  • da5ba6ce62 resolved conflicts Araq 2012-11-30 02:09:04 +01:00
  • 92e10e4b18 implemented 'import except' Araq 2012-11-28 23:54:23 +01:00
  • 0ef08e49e7 bugfix: better implict 'items' support Araq 2012-11-28 19:57:41 +01:00
  • 9483606d5b bugfix: implicit items/pairs work better Araq 2012-11-28 08:03:25 +01:00
  • 0d19de18cc first steps for the 'export' feature Araq 2012-11-28 02:02:46 +01:00
  • c67520a7c5 temporary debugging code for the memory leak investigation Zahary Karadjov 2012-11-28 01:14:02 +02:00
  • a42545ea3e disables the compile-time rope formatting during bootstrapping Zahary Karadjov 2012-11-21 23:23:37 +02:00
  • e817d54369 first batch of rope code converted to rfmt Zahary Karadjov 2012-11-21 19:21:00 +02:00
  • f644e3079f experimental compile-time rope formatting code Zahary Karadjov 2012-11-21 17:49:50 +02:00
  • e6f3f46cd9 store the instantiation cache in the generic symbol Zahary Karadjov 2012-11-20 23:38:56 +02:00
  • f9bd8cc985 [caas] first version that actually works (still has a lot of logical memory leaks on recompilation) Zahary Karadjov 2012-11-20 16:48:32 +02:00
  • 36e25a6849 CaaS in-memory caching Zahary Karadjov 2012-11-16 01:48:12 +02:00
  • 091c1b3075 caas is now drivable through stdin Zahary Karadjov 2012-11-15 15:01:52 +02:00
  • c43bf78000 fixed recently introduced parser bugs Araq 2012-11-26 19:31:55 +01:00
  • 2591ac0ada 'return' for first class iterators Araq 2012-11-26 08:47:57 +01:00
  • dd9ad9e497 next steps for first class iterators Araq 2012-11-26 02:43:32 +01:00
  • 538699a281 parser support for 'not nil' annotation Araq 2012-11-25 23:40:42 +01:00
  • 2a2f41ee98 Merge branch 'master' of github.com:Araq/Nimrod Araq 2012-11-25 11:03:27 +01:00
  • ccd2934e4a first steps for 'not nil' annotation Araq 2012-11-25 11:03:14 +01:00
  • 012a7b5522 Merge pull request #262 from gradha/pr_adds_some_documentation_to_db_modules Araq 2012-11-24 17:54:04 -08:00