Commit Graph

  • 12bc0419da fixes 182 Araq 2012-08-02 23:25:17 +02:00
  • 3c50794a08 keep initStackBottom calls please Araq 2012-08-02 23:21:58 +02:00
  • e2359aba44 Merge branch 'master' of github.com:Araq/Nimrod Araq 2012-08-02 23:16:17 +02:00
  • 7d6500f1de idetools improvements; preparation of first class iterators; fixes #183 Araq 2012-08-02 23:14:38 +02:00
  • 0aced03c05 Merge pull request #181 from exhu/logging Araq 2012-08-02 13:09:39 -07:00
  • 3f200d3e23 Added default format for logging. Yury Benesh 2012-08-01 22:12:14 +03:00
  • 1d065b601c DLL fixes for windows; fixes #175 Zahary Karadjov 2012-07-31 18:50:53 +03:00
  • 559980c890 fixed some typos in the documentation Araq 2012-07-31 08:11:10 +02:00
  • 674c05f426 made compiler more robust for idetools; implemented idetools.usages Araq 2012-07-30 23:07:19 +02:00
  • b0c11d3efb made compiler more robust for idetools support Araq 2012-07-30 17:43:22 +02:00
  • 735c005375 Merge branch 'master' of github.com:Araq/Nimrod Araq 2012-07-30 01:25:35 +02:00
  • 1b19201e91 g_timeout_add_full and g_idle_add_full added. Dominik Picheta 2012-07-30 00:24:55 +01:00
  • 976c39cdc9 more improvements for idetools Araq 2012-07-30 01:24:54 +02:00
  • 541fdceb57 Addition of setTabReorderable to gtk2.nim Dominik Picheta 2012-07-29 22:53:39 +01:00
  • b595fc8347 better error handling for better idetools support Araq 2012-07-29 23:08:28 +02:00
  • 3580f02961 Rolling file logger changes. WIP. Yury Benesh 2012-07-29 20:03:01 +03:00
  • feaf6509bd better overloading capabilities for 'shallowCopy'; little bugfix for 'system.compiles' Araq 2012-07-29 10:31:03 +02:00
  • 8c62903429 better overloading capabilities for 'shallowCopy'; little bugfix for 'system.compiles' Araq 2012-07-29 10:30:35 +02:00
  • 087b8621d3 improvements for idetools; system.compiles improved Araq 2012-07-29 02:45:50 +02:00
  • 48e95fe9f9 added some support for Haiku Araq 2012-07-29 00:23:37 +02:00
  • d962b75c18 attempt to getAppFilename to work on NetBSD Araq 2012-07-28 19:57:43 +02:00
  • 58a66a0d70 more reliable NI/NU definitions Araq 2012-07-28 17:28:36 +02:00
  • b9afdffb3e fixes #178 Araq 2012-07-28 16:37:31 +02:00
  • 538b06a123 implements #173 Araq 2012-07-28 14:16:08 +02:00
  • 969d141ef9 Comments to logging Yury Benesh 2012-07-26 23:52:47 +03:00
  • 2ff8d17369 added warning for confusing var declarations Araq 2012-07-26 08:47:54 +02:00
  • 9222a8a0eb made more tests green Araq 2012-07-26 00:30:19 +02:00
  • c1c059356c fixes #171 Araq 2012-07-25 23:34:16 +02:00
  • 489dac75c8 Merge branch 'master' of github.com:Araq/Nimrod Araq 2012-07-25 23:19:09 +02:00
  • 05a66a6a68 bugfix: collection/sets only worked by chance ... Araq 2012-07-25 23:18:47 +02:00
  • 05551c40cf Fixed compilation of smtp module. Dominik Picheta 2012-07-25 22:02:39 +01:00
  • 840e5f34ef no range checks for conversion to unsigned (but I may reconsider this) Araq 2012-07-25 22:09:08 +02:00
  • 04baf328f1 Merge branch 'master' of github.com:Araq/Nimrod Araq 2012-07-25 21:59:46 +02:00
  • 20b6dc3829 next steps for closure consistency; fixes #176 Araq 2012-07-25 21:59:31 +02:00
  • 40ae258e7e Some improvements to the sockets module. Dominik Picheta 2012-07-25 19:55:52 +01:00
  • 39f399f424 fixes #172 Araq 2012-07-25 00:56:34 +02:00
  • b5a44481f9 Merge branch 'master' of github.com:Araq/Nimrod Araq 2012-07-25 00:13:12 +02:00
  • 1e4fc02e5e small bugfix: code generation for nil closures Araq 2012-07-25 00:12:56 +02:00
  • d640fe7af8 Added mycert.pem for the asynciossl test. Dominik Picheta 2012-07-24 22:49:54 +01:00
  • 3a06698118 Fixed the tasynciossl ImplicitClosure warning. Dominik Picheta 2012-07-24 20:39:45 +01:00
  • 033dc50c69 closure is now default calling convention for proc types Araq 2012-07-24 08:28:05 +02:00
  • 09a4c2f0ad bugfix: bind context for generics Araq 2012-07-24 07:39:23 +02:00
  • 583e036bbd Merge branch 'master' of github.com:Araq/Nimrod Araq 2012-07-24 01:14:53 +02:00
  • ed915a309e DLLs should work again; fixes #169 Araq 2012-07-24 01:14:21 +02:00
  • 3ffff9ec43 More deprecation warnings fixed. Dominik Picheta 2012-07-23 21:29:10 +01:00
  • 1be06ee2de Fixes deprecation warning, fixes documentation error. Dominik Picheta 2012-07-23 20:56:39 +01:00
  • 5310a3044f Many fixes for asynchronous sockets. Asyncio should now work well with buffered and unbuffered plain and ssl sockets. Added asyncio test to the test suite. Dominik Picheta 2012-07-22 23:32:49 +01:00
  • b839e42e92 Both the re and pegs module's =~ templates can now be used simultaneously from the same module. Dominik Picheta 2012-07-21 11:21:41 +01:00
  • 34efc2cdf9 better test for 'system.compiles' Araq 2012-07-20 16:53:01 +02:00
  • 8413772063 optimizations for system.compiles Araq 2012-07-20 16:23:07 +02:00
  • 1c6f14deee added system.compiles Araq 2012-07-20 08:49:42 +02:00
  • 43f057c5aa got rid of some mAddU64 etc. magics Araq 2012-07-20 07:52:04 +02:00
  • 695e9d5fb4 tester compiles under taint mode again Araq 2012-07-20 00:18:52 +02:00
  • 371619c43a fixed the rodfiles tests Zahary Karadjov 2012-07-20 00:35:05 +03:00
  • c6fa27e814 Fixed template code with binding Yury Benesh 2012-07-19 23:42:08 +03:00
  • 4841b6390c removed nimdat in favor of per-module dat init procs Zahary Karadjov 2012-07-19 19:04:18 +03:00
  • 035b715dfd fixes #168 Araq 2012-07-19 18:43:03 +02:00
  • 540e244cf7 bugfix: name mangling of field names Araq 2012-07-19 18:06:43 +02:00
  • 39235e21f5 bugfixes for the symbol mangling; implements #129 Araq 2012-07-19 17:38:52 +02:00
  • 98fd408adc implemented #133 Araq 2012-07-19 16:38:46 +02:00
  • c9513c2e5a bugfix: constraint matching for tyGenericInst; implements #130 Araq 2012-07-19 08:41:57 +02:00
  • b9e7f30dda made ttempl3 green again Araq 2012-07-19 00:55:58 +02:00
  • e54ce7ddc1 don't put DLL loading into nimdat Araq 2012-07-19 00:21:29 +02:00
  • 150e733a40 Merge branch 'master' of github.com:Araq/Nimrod Araq 2012-07-19 00:20:22 +02:00
  • e68830a952 improvements for 'bind', fixes #166 Araq 2012-07-18 17:21:10 +02:00
  • 32e2994636 dynamic library symbols are not loaded in nimdat Zahary Karadjov 2012-07-18 15:40:35 +03:00
  • 83deb233ee attempt to fix DLL generation Araq 2012-07-18 00:02:53 +02:00
  • 832da8a303 equality and hashing for closures Araq 2012-07-17 17:26:02 +02:00
  • 19e57bf70d made some tests green Araq 2012-07-17 08:44:04 +02:00
  • 526be8a4cf tutorial improvements Araq 2012-07-17 08:25:20 +02:00
  • 4f582da27f make tests green again Araq 2012-07-17 01:27:25 +02:00
  • 5e3d42a929 Merge branch 'master' of github.com:Araq/Nimrod Araq 2012-07-16 23:01:18 +02:00
  • 8d99753d63 preparations for making 'closure' the default calling convention for proc types Araq 2012-07-16 23:00:57 +02:00
  • 56b4e3ad91 closures shouldn't leak anymore Araq 2012-07-16 08:43:54 +02:00
  • 4215686cce x11 example compiles again; updated python wrapper; compiler supports variables in DLLs Araq 2012-07-16 08:11:37 +02:00
  • 17a41ff5df Merge pull request #165 from Schala/master Araq 2012-07-15 02:16:16 -07:00
  • 089e7db08a x11 wrapper uses system's types Araq 2012-07-15 10:39:21 +02:00
  • 1279bd2855 c2nim and system.nim now agree on a C type mapping Araq 2012-07-15 10:00:34 +02:00
  • 61bf90f658 PDCurses wrapper (incomplete, see desc) Schala Zeal 2012-07-15 00:00:32 -07:00
  • 96be38e794 made a test green again Araq 2012-07-15 08:43:05 +02:00
  • d2872748c2 added system.@ for openarrays Araq 2012-07-14 14:44:54 +02:00
  • b4084df434 improved unsigned support Araq 2012-07-14 14:03:13 +02:00
  • 1005961192 proper enum constraints for system.nim Araq 2012-07-13 07:57:35 +02:00
  • 8ce1c99d0d work on closures continues; fixed #116 Araq 2012-07-13 00:50:56 +02:00
  • dc8924e1a2 fixes cast[int8] bug Araq 2012-07-12 08:43:38 +02:00
  • 94013a4cff ';' as statement separator Araq 2012-07-12 08:17:22 +02:00
  • eee99ab272 fixes #112 Araq 2012-07-11 18:27:14 +02:00
  • b4a9aca2d3 ';' now valid for parameter lists Araq 2012-07-11 18:17:39 +02:00
  • 6074a9c129 pcre wrapper compiles again Araq 2012-07-11 14:28:49 +02:00
  • 877bd93905 fixes #164 Araq 2012-07-11 12:54:41 +02:00
  • 541d5637f7 Merge branch 'master' of github.com:Araq/Nimrod Araq 2012-07-11 12:40:18 +02:00
  • 7e2bb7250f typo in todo.txt Araq 2012-07-11 12:39:39 +02:00
  • 1d2949cded Merge pull request #160 from Schala/master Araq 2012-07-11 03:39:08 -07:00
  • e2f8d91290 overloading resolution finally takes inheritance depth into account Araq 2012-07-11 00:10:24 +02:00
  • 483f28d1cf fixes #147 Araq 2012-07-10 22:17:47 +02:00
  • 607f46a61a fixes #162 Araq 2012-07-10 20:41:23 +02:00
  • 5f0d685f86 Oops.. Schala Zeal 2012-07-09 19:06:36 -07:00
  • 59cbc6b05d PCRE wrapper update to 8.31 Schala Zeal 2012-07-09 18:38:07 -07:00
  • 759d372863 dialogs.nim and osinfo_win.nim compile again Araq 2012-07-10 01:21:04 +02:00
  • 95faae2c0a some more bugfixes for the integer promotion rules Araq 2012-07-10 01:12:03 +02:00