Commit Graph

  • 739a8ea060 added maxsplit argument to strutils.split Magnus Jöud 2015-10-14 13:44:20 +02:00
  • 5a02230bf9 Merge pull request #3428 from tmm1/appveyor Andreas Rumpf 2015-10-14 13:40:58 +02:00
  • ed4b0cc92e Merge pull request #3445 from jlp765/popd Andreas Rumpf 2015-10-14 13:38:43 +02:00
  • f7c979f865 try with windows slashes Aman Gupta 2015-10-13 16:21:30 -07:00
  • 4c5f8cfd0c use tester directly Aman Gupta 2015-10-13 16:14:29 -07:00
  • 6e8cb658c3 Merge remote-tracking branch 'origin/devel' into appveyor Aman Gupta 2015-10-13 16:14:19 -07:00
  • 36cf87e6a9 add {.pop.} for {.push debugger:off.} to balance push/pop JamesP 2015-10-14 09:11:19 +10:00
  • f3a2efa6ae really be pedantic Aman Gupta 2015-10-13 15:48:01 -07:00
  • a40ace648d fixes regression: tobjconstr2 test works again Araq 2015-10-14 00:41:27 +02:00
  • f4bfa076ae updated httpclient to use tables.getOrDefault Araq 2015-10-14 00:41:04 +02:00
  • e2dbf222e6 Merge remote-tracking branch 'origin/devel' into appveyor Aman Gupta 2015-10-13 15:25:40 -07:00
  • 42975e6338 Add UTF-16 decoding tests to json module Daniel Hertz 2015-10-13 14:56:10 -04:00
  • e5bcd287f8 Make sure the json module decodes UTF16 correctly Daniel Hertz 2015-10-13 14:35:17 -04:00
  • 7f4f37eaa2 fixes tunittest crash Araq 2015-10-13 16:31:30 +02:00
  • aeb69dbe84 Merge branch 'devel' of https://github.com/nim-lang/Nim into devel Araq 2015-10-13 15:54:33 +02:00
  • 8be9e46403 udpated the compiler and tester to use getOrDefault Araq 2015-10-13 14:10:33 +02:00
  • 8e0a103d7f Merge pull request #3438 from nanoant/patch/readme-link-to-builders Dominik Picheta 2015-10-13 10:43:52 +01:00
  • 61df6dd934 Merge pull request #3440 from rbmz/sequtils Dominik Picheta 2015-10-13 10:43:15 +01:00
  • 4548c1aa9b added all/any/allIt/anyIt with tests and inline documentation rbmz 2015-10-13 01:10:25 -03:00
  • 2fda95a4d6 added getOrDefault; bootstrapping works again Araq 2015-10-13 03:03:05 +02:00
  • d8b0edc323 Merge branch 'mget' of https://github.com/def-/Nim into def--mget Araq 2015-10-13 00:22:27 +02:00
  • c6d653f30d readme.md: Open builder page from its status icon Adam Strzelecki 2015-10-13 00:11:21 +02:00
  • dda41afe9e Implement isReady procedure in threadpool module. Dominik Picheta 2015-10-12 23:05:41 +01:00
  • ee93ee5e15 Merge pull request #3335 from SSPkrolik/teardown-move Andreas Rumpf 2015-10-12 21:18:04 +02:00
  • 2c33ebed7b improves new tests Araq 2015-10-12 21:12:00 +02:00
  • c7a3079123 logging.nim: expose underlying 'file' object; errors and fatals flush the buffer; refs #3270 Araq 2015-10-12 21:08:44 +02:00
  • e0f896785d docs now build again Araq 2015-10-12 20:54:43 +02:00
  • f687003b73 Merge pull request #3432 from FedericoCeratto/patch-4 Andreas Rumpf 2015-10-12 20:58:22 +02:00
  • 7b9d929d50 Merge pull request #3423 from petermora/breakSequtils Andreas Rumpf 2015-10-12 20:42:17 +02:00
  • 9ceeab14f3 Merge branch 'rbehrends-gc-fixes' into devel Araq 2015-10-12 19:59:18 +02:00
  • 645cf70112 disable new BoehmGC tests on Windows Araq 2015-10-12 19:58:43 +02:00
  • 967c20743a Merge branch 'gc-fixes' of https://github.com/rbehrends/Nim into rbehrends-gc-fixes Araq 2015-10-12 17:34:44 +02:00
  • ca75985fc1 nimsuggest: added 'dus' command that combines 'def' and 'use' Araq 2015-10-12 16:55:10 +02:00
  • 4705cf2308 cleaned up ospaths module Araq 2015-10-12 16:50:59 +02:00
  • 3e897a7c71 added setResult that simply takes a node Araq 2015-10-12 16:50:23 +02:00
  • 6c61744171 Merge pull request #3433 from jyapayne/devel Dominik Picheta 2015-10-10 16:53:22 +01:00
  • 2d256a4489 Made strutils string test procs less redundant. Joey Payne 2015-10-10 09:13:00 -06:00
  • ea9a1e26be Added tests for string test procs. Joey Payne 2015-10-10 08:55:19 -06:00
  • e3bc27ac15 Changed alphanumeric check to "or" instead of "and". Joey Payne 2015-10-10 08:40:31 -06:00
  • dc854f3480 Update readme.md Varriount 2015-10-10 06:52:13 -04:00
  • 2e7cc9e159 Update readme.md Varriount 2015-10-10 06:42:38 -04:00
  • bb570de994 Added useful procs to strutils for string testing. Joey Payne 2015-10-09 22:09:21 -06:00
  • 08ec0ce071 Add substituteLog docs Federico Ceratto 2015-10-09 23:26:22 +01:00
  • 6823a60b23 Export substituteLog Federico Ceratto 2015-10-09 18:34:58 +01:00
  • c3415a27d7 copy server.dll too? Aman Gupta 2015-10-08 11:00:02 -07:00
  • a1750bd431 skip sdl/opengl/fsmonitor tests when unavailable Aman Gupta 2015-10-08 10:58:52 -07:00
  • 5bb0820596 show failure code Aman Gupta 2015-10-08 10:58:37 -07:00
  • fec0894d59 Merge pull request #3425 from jlp765/hashes1 Dominik Picheta 2015-10-08 16:05:24 +01:00
  • cadef43786 standardize on forward slashes for paths Aman Gupta 2015-10-07 21:42:12 -07:00
  • f49cffeb19 framework is required Aman Gupta 2015-10-07 18:28:57 -07:00
  • 24ec975aa1 fix compile error Aman Gupta 2015-10-07 18:15:59 -07:00
  • f0793a6d97 collect any output of appveyor command Aman Gupta 2015-10-07 17:50:54 -07:00
  • 7954fcfa9e show current commit Aman Gupta 2015-10-07 17:50:35 -07:00
  • 6457e8f56e skip tester html on travis/appveyor Aman Gupta 2015-10-07 16:45:48 -07:00
  • 582c5054a1 report duration to appveyor runner Aman Gupta 2015-10-07 16:42:08 -07:00
  • b418153899 install zlib Aman Gupta 2015-10-07 16:32:01 -07:00
  • cdd59ebf20 fix unsafeaddr test Aman Gupta 2015-10-07 16:27:11 -07:00
  • 3dfcaec25f use category as filename, and full filename in test name Aman Gupta 2015-10-07 16:27:06 -07:00
  • 6af9ac18f1 clean up whitespace on error msg Aman Gupta 2015-10-07 16:25:03 -07:00
  • 5b6d4b03a2 download and extract fasm.exe Aman Gupta 2015-10-07 16:15:13 -07:00
  • c34cbe690c tie into appveyor test results api Aman Gupta 2015-10-07 16:06:51 -07:00
  • c2940260e5 avoid sqlite db on travis and appveyor Aman Gupta 2015-10-07 16:06:31 -07:00
  • 75f648398a avoid libcurl.dll since it clashes with msys curl Aman Gupta 2015-10-07 15:31:57 -07:00
  • eac9fdae5d use pre-built dlls Aman Gupta 2015-10-07 15:26:39 -07:00
  • 27037d4910 show openssl-devel contents Aman Gupta 2015-10-07 15:19:18 -07:00
  • 9ca773c3e2 show libopenssl contents Aman Gupta 2015-10-07 15:15:32 -07:00
  • 32f522be06 install libssl Aman Gupta 2015-10-07 15:07:19 -07:00
  • d069ba7ef8 list out openssl contents Aman Gupta 2015-10-07 15:02:26 -07:00
  • 8d02dc2e62 try installing openssl? Aman Gupta 2015-10-07 14:48:14 -07:00
  • d089b6a55b add bin to path Aman Gupta 2015-10-07 14:35:55 -07:00
  • ed24ad3edd add nim.exe artifact Aman Gupta 2015-10-07 14:28:21 -07:00
  • 8cf3430788 add test script Aman Gupta 2015-10-07 14:22:31 -07:00
  • 3753b16786 so close Aman Gupta 2015-10-07 14:17:09 -07:00
  • 6fc82607df oh yea windows paths Aman Gupta 2015-10-07 14:13:55 -07:00
  • 3698b0e4b7 oops, wrong name Aman Gupta 2015-10-07 14:11:11 -07:00
  • e2ec02fb7d rename; faster clones Aman Gupta 2015-10-07 14:10:12 -07:00
  • 38e7463091 start with 64-bit build Aman Gupta 2015-10-07 14:06:07 -07:00
  • 0d2fe39357 try mingw64 path Aman Gupta 2015-10-07 13:56:31 -07:00
  • ba5366e84b try usr/bin Aman Gupta 2015-10-07 13:44:51 -07:00
  • 5602c253ed set path for msys64 Aman Gupta 2015-10-07 13:42:37 -07:00
  • 2a83f33bf5 use the batch file Aman Gupta 2015-10-07 13:28:04 -07:00
  • 073b755596 add basic appveyor config Aman Gupta 2015-10-07 13:22:08 -07:00
  • 48036fa3d9 fixes #635 Araq 2015-10-07 10:03:13 +02:00
  • dfaa63e805 osproc: fixes a long standing buffering bug on Windows Araq 2015-10-07 09:38:45 +02:00
  • 0a4d9aa954 fixes regression Araq 2015-10-07 01:29:51 +02:00
  • 050e4815d0 Merge pull request #3314 from haiodo/emscripten-support Andreas Rumpf 2015-10-07 09:31:47 +02:00
  • 52342a11f6 Merge pull request #3380 from greyanubis/devel Andreas Rumpf 2015-10-07 09:26:01 +02:00
  • 07eaafca69 added hash procs for handling portions of strings/arrays/seqs. added tests at bottom of file changed some doco layout JamesP 2015-10-07 13:03:31 +10:00
  • 80ee72956a Merge pull request #3403 from tmm1/fix-test-failures Andreas Rumpf 2015-10-07 01:33:20 +02:00
  • 391f2fc9b1 initialize new fields to empty values Aman Gupta 2015-10-06 16:06:14 -07:00
  • 7f5c49e204 copy nimrtl into lib, reset LD_LIBRARY_PATH after use Aman Gupta 2015-10-06 15:54:12 -07:00
  • d9281adf8a run all tests Aman Gupta 2015-10-06 15:53:55 -07:00
  • 2240fd3f3f add tfile/tline assertions for template expansion file/line Aman Gupta 2015-10-06 15:47:07 -07:00
  • e2468fee55 updated news.txt with backward compatibility breaks of sequtils Peter Mora 2015-10-06 22:03:43 +02:00
  • eea8d604d0 Merge remote-tracking branch 'origin/devel' into fix-test-failures Aman Gupta 2015-10-06 11:06:41 -07:00
  • 2e413d3186 fixes #3383 Araq 2015-10-06 16:15:51 +02:00
  • 8507f95d68 fixes #2637 Araq 2015-10-06 15:49:36 +02:00
  • 732bdd54a0 added critbits.inc proc Araq 2015-10-06 10:58:00 +02:00
  • 8e9c0db66d strutils: wrap too long lines Araq 2015-10-04 10:17:17 +02:00
  • 8f9438d29a Merge pull request #3421 from jlp765/strtab1 Andreas Rumpf 2015-10-06 14:15:50 +02:00