Commit Graph

  • 6830c65560 Document asynchttpserver's respond template def 2015-03-02 15:25:36 +01:00
  • 7b4724ea27 PNimrodNode -> NimNode in asyncdispatch def 2015-03-02 14:54:11 +01:00
  • 477b3594eb Speed up asynchttpserver significantly using all the previous changes def 2015-03-02 03:08:17 +01:00
  • 07a50caf64 Make asyncnet usable when avoiding allocations. def 2015-03-02 02:52:55 +01:00
  • 5aab532c92 Make asyncdispatch usable when preventing allocations def 2015-03-02 02:17:19 +01:00
  • 524b68d0ed Make strtabs module usable when avoiding allocations def 2015-03-02 01:57:25 +01:00
  • 650a75beea Make uri module usable for faster URI parsing: def 2015-03-02 01:51:43 +01:00
  • ca22dfcdc2 Merge pull request #2364 from def-/nimnode Andreas Rumpf 2015-03-17 18:32:35 +01:00
  • fd4e629905 Rename PNimrodNode to NimNode def 2015-03-17 17:50:32 +01:00
  • 8e651fa0d4 Merge pull request #2326 from oderwat/fix-totable Andreas Rumpf 2015-03-17 10:29:32 +01:00
  • 3125873b4a Merge pull request #2337 from kemege/db_charset Andreas Rumpf 2015-03-17 01:32:26 +01:00
  • edc45726b7 Merge pull request #2360 from def-/test-fixes-3 Andreas Rumpf 2015-03-17 00:17:59 +01:00
  • a41778725a Added Test for zip() with anonymous tuples. Hans Raaf 2015-03-17 00:14:40 +01:00
  • b42c729da4 Making tuples anonymous (so far... not finished). Hans Raaf 2015-03-12 16:49:19 +01:00
  • cb3c99fe1f Fix tests some more def 2015-03-17 00:02:47 +01:00
  • 1f02a7ace3 fixes #2336 Araq 2015-03-16 23:35:08 +01:00
  • ee99771afa fixes #2359 Araq 2015-03-16 23:24:33 +01:00
  • cc26308044 fixes #2352 Araq 2015-03-16 23:16:56 +01:00
  • bf90b9c833 fixes #2346 Araq 2015-03-16 23:02:03 +01:00
  • bc264618f5 fixes #2257 Araq 2015-03-16 22:39:48 +01:00
  • f9a3de984d macros.getType() works properly for distinct types Araq 2015-03-16 17:27:44 +01:00
  • 13cdad8819 fixes #2304 Araq 2015-03-15 20:36:07 +01:00
  • ea5217c9fc disjoint checker is somewhat smarter Araq 2015-03-15 00:54:09 +01:00
  • 79934b9d68 Expands tildes for entries in $PATH when looking for a binary. Grzegorz Adam Hankiewicz 2015-03-16 22:01:56 +01:00
  • 1838ea2db4 Merge pull request #2342 from philip-wernersbach/more-improved-objc Andreas Rumpf 2015-03-16 21:30:08 +01:00
  • 26749de828 re.match returns true on zero-length match #2354 Simon Hafner 2015-03-16 15:05:02 -05:00
  • 169e89173c Merge pull request #2332 from def-/sections-toc-ref Andreas Rumpf 2015-03-16 10:37:28 +01:00
  • b12ce48c78 Merge pull request #2339 from gradha/pr_fixes_osx_environ_use Andreas Rumpf 2015-03-16 10:36:45 +01:00
  • 327b56d5e1 Merge pull request #2343 from philip-wernersbach/fix-pthreads-under-cpp Andreas Rumpf 2015-03-16 10:27:55 +01:00
  • 171d51a08c move database encoding options to setEncoding(), leave open() as it is KeMeGe 2015-03-16 13:53:38 +08:00
  • 5be4e7b9f0 Add linker flags for the Objective-C compilation mode. Philip Wernersbach 2015-03-15 19:08:58 -04:00
  • 747653911c Add compiler-specific configuration options for all compilers. Philip Wernersbach 2015-03-15 19:07:42 -04:00
  • 1e9ab3bb0a Fixes #2323. Fixes #2148. Dominik Picheta 2015-03-15 22:06:26 +00:00
  • dcf4cee37c Add test for fix in f8d6d74368. Philip Wernersbach 2015-03-15 17:54:57 -04:00
  • f8d6d74368 Fix pthread_create binding when compiling in C++ mode. Philip Wernersbach 2015-03-15 17:33:46 -04:00
  • faad6ed67f Merge pull request #2333 from def-/recursive-type Andreas Rumpf 2015-03-15 00:46:33 +01:00
  • b7cba7fa29 Merge pull request #2327 from def-/installation Andreas Rumpf 2015-03-15 00:41:53 +01:00
  • 669db4216e Add test case for infinite recursion in semtypes def 2015-03-14 22:46:17 +01:00
  • d4bca58b7d fixes #1809; implements overloading based on 'var T' Araq 2015-03-14 22:21:43 +01:00
  • ff94ce9d0b Enables use of NSGetEnviron for osx binary compatibility. Refs #965. Grzegorz Adam Hankiewicz 2015-03-14 20:50:21 +01:00
  • 1592067566 improved the documentation; overloading resolution finally documented Araq 2015-03-14 19:49:32 +01:00
  • ca8102b96d Add character set options when opening DB connection KeMeGe 2015-03-14 15:21:38 +08:00
  • 2f4472963f disjoint checker works with the new countup iterators Araq 2015-03-14 01:26:18 +01:00
  • eadf648767 Merge branch 'devel' of github.com:Araq/Nimrod into devel Dominik Picheta 2015-03-14 00:16:59 +00:00
  • 44e095dd3d Expanded release notes in news.txt. Dominik Picheta 2015-03-14 00:16:23 +00:00
  • 658600a9b9 Merge pull request #2296 from SSPkrolik/redis-scan-implementation Dominik Picheta 2015-03-13 20:42:18 +00:00
  • d77c883911 globalError instead of localError when failing infinite recursion def 2015-03-13 17:17:42 +01:00
  • 06b986dbd5 Rename compiler/nim.ini back to compiler/installer.ini def 2015-03-13 17:03:57 +01:00
  • 5f347fad66 Merge pull request #2268 from ziotom78/devel Andreas Rumpf 2015-03-13 15:37:15 +01:00
  • 4341e026b1 Merge pull request #2328 from def-/fix-fifo Andreas Rumpf 2015-03-13 15:36:30 +01:00
  • 676e6d8f7c Merge pull request #2334 from teroz/devel Andreas Rumpf 2015-03-13 15:32:31 +01:00
  • bbb62ca3a3 Merge pull request #2330 from def-/vm-conversion-error Andreas Rumpf 2015-03-13 15:27:55 +01:00
  • 8132723317 fixed log*(logger: RollingFileLogger, level: Level, frmt: string, args: varargs[string, ]) teroz 2015-03-13 12:05:02 +02:00
  • c19d6cb620 Fix infinite recursion in semtypes with recursive types def 2015-03-13 02:17:46 +01:00
  • 0255876055 rstgen: Unique reference names in TOC def 2015-03-13 01:32:23 +01:00
  • d6c957e9b4 Removed osinfo_* modules. Dominik Picheta 2015-03-12 23:40:58 +00:00
  • 7daf410f46 Improve error message for failed conversion in VM def 2015-03-12 23:48:38 +01:00
  • ef9a3b4d3b Speed up readLine by using getc_unlocked def 2015-03-12 22:46:18 +01:00
  • aa7e7ee270 Make readFile work with FIFO files def 2015-03-12 21:17:39 +01:00
  • c707923cc1 Merge pull request #2309 from oderwat/fix-tzname Dominik Picheta 2015-03-12 17:19:04 +00:00
  • 798e5c7552 Adding a call to tzset() to implicitly initialize the tzname infos. Hans Raaf 2015-03-10 23:28:45 +01:00
  • 02432f1052 Add makefile for csources def 2015-03-12 16:53:11 +01:00
  • e0c3b8a452 Merge pull request #2321 from def-/times-js Andreas Rumpf 2015-03-12 16:18:55 +01:00
  • e025b97c1a Merge pull request #2322 from def-/js-typeinfo Andreas Rumpf 2015-03-12 16:17:58 +01:00
  • 4051e436b6 Merge pull request #2320 from aurora/ssl-sigsegv Andreas Rumpf 2015-03-12 16:17:47 +01:00
  • 45a7c51f0c MD5 module: fixed parameter name Araq 2015-03-12 16:10:42 +01:00
  • 4077f7d49c fixes #1791 Araq 2015-03-12 16:04:44 +01:00
  • 1b7d7ae1cb koch: Nimrod -> Nim def 2015-03-12 14:03:13 +01:00
  • fe4b6826e6 Make *.sh files executable def 2015-03-12 13:59:29 +01:00
  • 7707c4c369 Move installer.ini back to nim.ini to fix ./koch csource def 2015-03-12 13:50:07 +01:00
  • dfc48e76f7 fixes #1819 Araq 2015-03-12 13:48:59 +01:00
  • b72528d635 Typeinfo for uints in javascript def 2015-03-12 13:16:47 +01:00
  • 44e68be13b Fix some compiler warnings in times def 2015-03-12 13:15:19 +01:00
  • 3ccf667899 do not set mem functions on osx Harald Lapp 2015-03-12 12:48:28 +01:00
  • aa175e9e57 fixes #1868 Araq 2015-03-12 12:17:08 +01:00
  • 0a0126d49a fixes #794 properly Araq 2015-03-12 11:40:14 +01:00
  • 3aad16e337 fixes #1845, fixes #2224 Araq 2015-03-12 10:56:29 +01:00
  • f88678bed4 fixes #2298 Araq 2015-03-12 10:55:55 +01:00
  • b97207a74c Merge pull request #2307 from def-/test-fixes-2 Andreas Rumpf 2015-03-12 11:03:08 +01:00
  • 5af28b9ea1 Merge pull request #2318 from oderwat/upd-sortitby Andreas Rumpf 2015-03-12 02:00:41 +01:00
  • 9a2b7ef641 Merge pull request #2319 from reactormonk/warning-for-result Andreas Rumpf 2015-03-12 01:59:45 +01:00
  • f514be0772 fixes #2286 Araq 2015-03-12 01:44:57 +01:00
  • 5a21892da0 fixes #2287 Araq 2015-03-12 00:27:49 +01:00
  • 970e98718d code cleanup Araq 2015-03-12 00:26:09 +01:00
  • 8993c7672d do not warn about gensym'd results Simon Hafner 2015-03-11 19:21:27 -05:00
  • 06ea53e692 Better documentation and rename of sortByIt(). Hans Raaf 2015-03-11 22:17:49 +01:00
  • 1a98de8712 Merge pull request #2317 from apense/devel Dominik Picheta 2015-03-11 20:52:38 +00:00
  • 50ed39fd66 Merge remote-tracking branch 'upstream/devel' into devel Jonathan Edwards 2015-03-11 16:26:10 -04:00
  • 2f7d248090 Added Sublime Text support link Jonathan Edwards 2015-03-11 16:12:14 -04:00
  • 6dbd41e875 fixes #2316 Araq 2015-03-11 20:10:36 +01:00
  • 0543784eb4 Merge pull request #2312 from def-/fix-question-urls reactormonk 2015-03-11 19:56:05 +05:00
  • 70d1e14add Update URLs in question.txt def 2015-03-11 14:54:57 +01:00
  • 4924f5b14a Merge pull request #2311 from def-/result-macros Dominik Picheta 2015-03-11 13:17:04 +00:00
  • fd51c1c984 Merge pull request #2310 from def-/asyncfile-doc Dominik Picheta 2015-03-11 13:15:24 +00:00
  • a4009e32ea Get rid of 'result shadowed' warning for async procs def 2015-03-11 12:46:53 +01:00
  • 5020806696 Fix doc for asyncfile def 2015-03-11 12:31:24 +01:00
  • cf1a801e31 New template fpRadix instead of the exported var FP_RADIX Maurizio Tomasi 2015-03-11 11:08:37 +01:00
  • 1bbd13f729 bugfix: c++ pattern #@ could index out of bounds Araq 2015-03-10 21:00:49 +01:00
  • ac0f62084c Fix DLL tests on POSIX def 2015-03-10 15:35:36 +01:00
  • 69e2b61c0a Fix tests a bit more def 2015-03-10 15:34:15 +01:00