Commit Graph

  • 64b0485207 fix types of ansi_c/sysio to more closely match C ABI Jacek Sieka 2016-06-05 12:03:20 +08:00
  • 92af223ab1 Fixed date in Meet Our Sponsors page. Dominik Picheta 2016-06-04 23:35:50 +01:00
  • a482b8037c CSS caching hack. Dominik Picheta 2016-06-04 23:35:37 +01:00
  • b992e0b055 Fixes RSS feed generated by nimweb. Dominik Picheta 2016-06-04 23:15:46 +01:00
  • e0f6d0cd10 Fixes website page titles. Dominik Picheta 2016-06-04 22:30:59 +01:00
  • e62b55054a Adds Meet Our BountySource Sponsors news article. Dominik Picheta 2016-06-04 22:25:30 +01:00
  • 16381364c2 News articles are now placed in separate pages. Dominik Picheta 2016-06-04 22:06:50 +01:00
  • 5031b638d7 Adds "Meet our Sponsors" slide to website. Dominik Picheta 2016-06-04 18:49:04 +01:00
  • 739833e8c7 Add rst filename to HTML page title for website. Dominik Picheta 2016-06-04 17:20:21 +01:00
  • cf70fe629a Implemented generation of sponsors page + missing assets. Dominik Picheta 2016-06-04 17:16:20 +01:00
  • 1d44fee399 hotfix: don't crash for wrong template calls Andreas Rumpf 2016-06-03 23:06:59 +02:00
  • 4e72e71284 Merge pull request #4264 from oderwat/add-unicode-rune-offsets Andreas Rumpf 2016-06-03 19:26:53 +02:00
  • f73dd02787 Fix broken asyncnet module. Dominik Picheta 2016-06-03 14:21:15 +01:00
  • c0a940380a Merge pull request #4270 from moigagoo/devel Dominik Picheta 2016-06-03 13:25:45 +01:00
  • 5390c25b60 Modified #3472 to make its API more idiomatic. Dominik Picheta 2016-06-03 13:22:18 +01:00
  • d5d036ca9d Tests: tasyncall: Varargs test added. Konstantin Molchanov 2016-06-03 15:19:39 +03:00
  • c1706463dc Merge branch 'tls-psk' of https://github.com/zielmicha/nim into zielmicha-tls-psk Dominik Picheta 2016-06-03 11:52:11 +01:00
  • f440bb7064 Merge pull request #4243 from moigagoo/devel Dominik Picheta 2016-06-03 11:48:32 +01:00
  • ffe4ef8983 Merge pull request #4268 from SSPkrolik/unitest-add-skip Dominik Picheta 2016-06-03 11:46:36 +01:00
  • d91b0cbc2b Implemented SKIPPED test status Rostyslav Dzinko 2016-06-03 12:02:38 +03:00
  • 3538e00fc7 stdlib: asyncdispatch: all: Docs updated. Константин Молчанов 2016-06-02 22:23:27 +03:00
  • cc80eac84b Add missing httpcore module. Dominik Picheta 2016-06-02 20:16:25 +01:00
  • ca7dd345da Fixes #3847. Dominik Picheta 2016-06-02 19:50:26 +01:00
  • 09ac351a6f fixes codegen regression Andreas Rumpf 2016-06-02 20:40:55 +02:00
  • 9df1704aa1 Let asynchttpserver pass control of socket to cb for upgrades. Dominik Picheta 2016-06-02 19:19:47 +01:00
  • b33fbedec0 httpclient now uses httpcore.HttpHeaders Dominik Picheta 2016-06-02 18:40:13 +01:00
  • 3074973f54 The asynchttpserver module now uses a HttpHeaders object. Dominik Picheta 2016-06-02 18:31:22 +01:00
  • 2b162c04b1 Implements tables.clear. Dominik Picheta 2016-06-02 18:25:10 +01:00
  • af1e941872 fixes #2259, fixes #1389 Andreas Rumpf 2016-06-02 18:12:11 +02:00
  • 2791915d7f Optimized end offsets and added tests. Hans Raaf 2015-03-28 00:56:09 +01:00
  • ac6de565ec More work in optimizing, names and added substr(). Hans Raaf 2015-03-27 23:31:12 +01:00
  • 1138cf5234 Some procs to deal with Rune position base indexing. Hans Raaf 2015-03-25 14:26:01 +01:00
  • 87ffff96d2 fixes #4186 Andreas Rumpf 2016-06-02 17:23:39 +02:00
  • c8c5001151 document change for == for cstrings Andreas Rumpf 2016-06-02 17:13:54 +02:00
  • e8d507c859 system. for cstrings uses value comparisons, not reference comparisons Andreas Rumpf 2016-06-02 16:38:12 +02:00
  • 83af9888f5 stdlib: asyncdispatch: all: Redundant closure removed. Константин Молчанов 2016-06-02 17:20:46 +03:00
  • 99be6dce81 Merge pull request #4157 from flaviut/update-nre-docs Andreas Rumpf 2016-06-02 15:30:16 +02:00
  • b4d0ea6634 Merge pull request #4263 from abudden/4255-json-doc Dominik Picheta 2016-06-02 13:46:52 +01:00
  • 9150645103 Corrected comments in json pretty/ugly procedures (fixes #4255). A. S. Budden 2016-06-02 13:37:28 +01:00
  • c5b47628e4 Merge pull request #4261 from abudden/4197-formatEng Andreas Rumpf 2016-06-02 13:55:57 +02:00
  • 188da1b31f Merge pull request #4260 from abudden/formatSizeNoSideEffect Dominik Picheta 2016-06-02 11:54:19 +01:00
  • 47b707cd32 Implemented string formatting functions for engineering format (fixes #4197). A. S. Budden 2016-06-02 10:27:55 +01:00
  • d16f864b7b Added missing noSideEffect pragma A. S. Budden 2016-06-02 10:25:51 +01:00
  • ca6986b89c Merge pull request #4258 from Parashurama/add_unicode_escape Andreas Rumpf 2016-06-02 09:55:27 +02:00
  • c11de219e5 Merge pull request #4250 from abudden/4198-formatSize Andreas Rumpf 2016-06-02 09:54:11 +02:00
  • 86c25a1e54 Merge pull request #4257 from Parashurama/change_rune_type Andreas Rumpf 2016-06-02 01:01:32 +02:00
  • a98705dddc change 'Rune' type in unicode module to 'int32' Parashurama 2016-06-01 18:15:58 +02:00
  • 8ce9739f11 adds support for unicode hexcode in string literals. Parashurama 2016-06-01 23:36:46 +02:00
  • 29c8c83972 Modified trimZeros to modify the passed value. A. S. Budden 2016-06-01 20:15:55 +01:00
  • a7ff60bf73 Merge pull request #4256 from yglukhov/randomize-fix Andreas Rumpf 2016-06-01 19:57:04 +02:00
  • f125f2e4ce make split with strings as separator faster Andreas Rumpf 2016-06-01 19:34:02 +02:00
  • 7f09d6bf1f attempt to fix serious asynchttpserver regression Andreas Rumpf 2016-06-01 17:59:51 +02:00
  • dc4a30c6b1 adds strutils.toHex variant that knows about the used integer size Andreas Rumpf 2016-06-01 17:59:21 +02:00
  • a1291a3187 fixes #375 Andreas Rumpf 2016-06-01 15:34:03 +02:00
  • 7389662809 Time has now reference semantics on js Yuriy Glukhov 2016-06-01 18:46:58 +03:00
  • 1b2c599854 Moved zero trimming into a separate function (code review comment) A. S. Budden 2016-06-01 14:30:02 +01:00
  • 796d939c6c remove strange file types in ansi_c Jacek Sieka 2016-06-01 20:05:41 +08:00
  • d855ad7045 Reimplementation of formatSize to return a more meaningful value (fixes #4198). A. S. Budden 2016-06-01 12:56:01 +01:00
  • 5f4ffc6813 Merge pull request #4248 from vegansk/msg_improve Andreas Rumpf 2016-06-01 12:39:59 +02:00
  • 88c99ad37c Improve error message for exported generated types Anatoly Galiulin 2016-06-01 15:33:00 +06:00
  • f7f3d70a68 bugfix: make visibility more robust for macros Andreas Rumpf 2016-06-01 11:00:55 +02:00
  • 041054e038 fixes #4207 Andreas Rumpf 2016-06-01 01:59:06 +02:00
  • 660cd7ed70 fixes #3532 Andreas Rumpf 2016-05-31 20:35:51 +02:00
  • 65c95e01e4 fixes #1611 Andreas Rumpf 2016-05-31 12:11:01 +02:00
  • a29f8df5bb stdlib: asyncdispatch: all: Tests now pass; import sequtils removed; Future[void] case optimized. Konstantin Molchanov 2016-06-01 00:54:49 +04:00
  • 81c7be1b35 Tests: async: Tests for all proc added. Konstantin Molchanov 2016-05-31 23:49:59 +04:00
  • f44e065356 sttdlib: asyncdispatch: all: Add Future[void] support. Konstantin Molchanov 2016-05-31 22:33:51 +04:00
  • 24a56a2cb6 Merge pull request #4244 from yglukhov/object-dollar Andreas Rumpf 2016-05-31 20:25:18 +02:00
  • 80f2e3ea00 Merge pull request #4245 from abudden/new-formateng Andreas Rumpf 2016-05-31 20:23:50 +02:00
  • 695b25100c Changed math.nim tests to use newly defined ==~ operator A. S. Budden 2016-05-31 15:53:18 +01:00
  • 1b9c66d720 Correction to round0 following review. A. S. Budden 2016-05-31 15:16:50 +01:00
  • 46a2993917 Implemented function to split floating point numbers at the decimal place (equivalent to C's modf function). Fixes #4195. A. S. Budden 2016-05-31 13:26:41 +01:00
  • 0cc7c9a13c Modification to implementation of round() such that it returns a float and accepts a places argument (fixes #3473). A. S. Budden 2016-05-31 13:17:40 +01:00
  • c821cebf27 stdlib: asyncdispatch: all: typo fixed. Konstantin Molchanov 2016-05-31 15:33:41 +04:00
  • 6e8053853b stdlib: asyncdispatch: add proc supports varargs now. Konstantin Molchanov 2016-05-31 15:32:30 +04:00
  • 5a007a84fc Stdlib: asyncdispatch: all proc: Fix incorect counter value issue. Konstantin Molchanov 2016-05-31 14:56:45 +04:00
  • fb9fa5f6a3 Stdlib: asyncdispatch: all proc: Replace req with openarray. Konstantin Molchanov 2016-05-31 14:51:24 +04:00
  • ed96b09e61 Fix dollar for non printable/accessible fields. Fixes #4236. Yuriy Glukhov 2016-05-31 12:38:25 +03:00
  • bea2af7ba2 Merge branch 'devel' of github.com:nim-lang/Nim into devel Konstantin Molchanov 2016-05-31 12:34:09 +04:00
  • f3fdad0eda hotfix: --noNimblePath wasn't working when in a config file Andreas Rumpf 2016-05-31 09:59:17 +02:00
  • 33f0538566 Stdlib: asyncdispatch: Add support of varargs to all. Konstantin Molchanov 2016-05-31 10:21:21 +04:00
  • 893be3a5a4 changed the compiler's path handling; fixes #546 Andreas Rumpf 2016-05-31 03:04:36 +02:00
  • 1e5926458c fixes #3290 Andreas Rumpf 2016-05-30 21:41:52 +02:00
  • f2d6edd861 fixes #786 Andreas Rumpf 2016-05-30 21:18:59 +02:00
  • 4886cde781 fixes #765 Andreas Rumpf 2016-05-30 21:05:26 +02:00
  • 4ebd7d0744 fixes #1262 Andreas Rumpf 2016-05-30 20:59:23 +02:00
  • 1a88c01f92 documentation build cleaned up Andreas Rumpf 2016-05-30 20:26:39 +02:00
  • ca8214a2a2 fixes #2640 Andreas Rumpf 2016-05-30 20:26:24 +02:00
  • ef303e5a10 Merge pull request #4241 from moigagoo/devel Dominik Picheta 2016-05-30 23:36:31 +01:00
  • 3cedf3e887 make test green Andreas Rumpf 2016-05-30 17:40:06 +02:00
  • 0ef391b4cc Merge pull request #4242 from nim-lang/ARAQ-fixes-4221 Dominik Picheta 2016-05-30 16:04:25 +01:00
  • b3a3f01d19 fixes #4221 Andreas Rumpf 2016-05-30 16:28:20 +02:00
  • 5edbc20e13 fixes #4238 Andreas Rumpf 2016-05-30 16:24:46 +02:00
  • 95bb19a579 moved random procs from math to its own module (breaking change) Andreas Rumpf 2016-05-30 15:07:19 +02:00
  • 5575cfd3ec added pure Nim random stdlib module Andreas Rumpf 2016-05-30 14:37:18 +02:00
  • 4180f59b27 fixes #1713 Andreas Rumpf 2016-05-30 12:15:34 +02:00
  • 67ae65064c Stdlib: asyncdispatch: Add proc all. Konstantin Molchanov 2016-05-30 17:30:14 +04:00
  • 52ab2f86a8 Merge pull request #4239 from cheatfate/i3059 Andreas Rumpf 2016-05-30 15:20:08 +02:00
  • 2264bd6097 Adding OpenBSD to defines cheatfate 2016-05-30 14:39:29 +03:00
  • b7f2058833 Resolve #3059 Make getTimezone() to work properly on FreeBSD and NetBSD. cheatfate 2016-05-30 13:18:31 +03:00