Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated tests to be executed | Arne Döring | 2018-11-23 | 1 | -1/+1 |
| | |||||
* | cleanup Nim's examples/ directory; closes #7725 | Araq | 2018-09-03 | 68 | -8623/+2 |
| | |||||
* | make tests green again | Andreas Rumpf | 2018-08-10 | 1 | -1/+1 |
| | |||||
* | make tests green again | Andreas Rumpf | 2018-07-05 | 1 | -3/+3 |
| | |||||
* | cleanup examples/readme.txt | Andreas Rumpf | 2018-05-28 | 1 | -3/+0 |
| | |||||
* | cleanup old allany.nim example | Andreas Rumpf | 2018-05-28 | 1 | -14/+12 |
| | |||||
* | more fixes for the new string behaviour | Andreas Rumpf | 2018-04-30 | 1 | -2/+2 |
| | |||||
* | Change expr/stmt in examples to untyped (#6734) | Lynn C. Rees | 2017-11-15 | 16 | -119/+56 |
| | |||||
* | Remove expr/stmt (#5857) | Arne Döring | 2017-07-25 | 1 | -2/+2 |
| | |||||
* | Modified #3472 to make its API more idiomatic. | Dominik Picheta | 2016-06-03 | 1 | -7/+19 |
| | |||||
* | Merge branch 'tls-psk' of https://github.com/zielmicha/nim into ↵ | Dominik Picheta | 2016-06-03 | 3 | -0/+50 |
|\ | | | | | | | zielmicha-tls-psk | ||||
| * | net.nim: destroyContext for destroying SSLContext | Michał Zieliński | 2015-10-24 | 1 | -0/+1 |
| | | |||||
| * | net.nim: support for TLS-PSK ciphersuites | Michał Zieliński | 2015-10-24 | 2 | -0/+35 |
| | | |||||
| * | net.nim: support storing arbitrary data inside SSLContext | Michał Zieliński | 2015-10-24 | 1 | -0/+14 |
| | | |||||
* | | Merge branch 'unix-sockets' of https://github.com/girvo/Nim into ↵ | Dominik Picheta | 2016-05-30 | 2 | -0/+20 |
|\ \ | | | | | | | | | | girvo-unix-sockets | ||||
| * | | net.nim: add support for Unix sockets | Michał Zieliński | 2015-10-28 | 2 | -0/+20 |
| |/ | |||||
* | | Merge pull request #3831 from ephja/nimrod-to-nim | Andreas Rumpf | 2016-02-06 | 3 | -4/+4 |
|\ \ | | | | | | | nimrod -> nim | ||||
| * | | nimrod -> nim | Erik Johansson Andersson | 2016-02-05 | 3 | -4/+4 |
| | | | |||||
* | | | Fix a few deprecation warnings | def | 2016-01-25 | 3 | -16/+16 |
|/ / | |||||
* / | import the new stats lib | JamesP | 2015-11-07 | 1 | -1/+1 |
|/ | |||||
* | fixes regression: tactiontable | Araq | 2015-10-14 | 1 | -52/+0 |
| | |||||
* | sequtils related changes | Peter Mora | 2015-10-05 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3394 from nanoant/patch/use-new-filter-prefix | Andreas Rumpf | 2015-10-01 | 1 | -1/+1 |
|\ | | | | | Use new #? filter prefix in various places | ||||
| * | Use new #? filter prefix in various places | Adam Strzelecki | 2015-09-30 | 1 | -1/+1 |
| | | | | | | | | This silences deprecation warnings and prevent collision with UNIX shebang. | ||||
* | | fixes #2473; cleanup of some tests | Araq | 2015-09-30 | 2 | -47/+0 |
|/ | |||||
* | examples: Trim .txt files trailing whitespace | Adam Strzelecki | 2015-09-04 | 5 | -42/+42 |
| | | | | via OSX: find . -name '*.txt' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | examples: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 14 | -139/+139 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | Removes dead references. | Grzegorz Adam Hankiewicz | 2015-08-17 | 3 | -12/+0 |
| | |||||
* | deleted wingui example | Araq | 2015-07-12 | 1 | -9/+0 |
| | |||||
* | renamed writeln to writeLine in examples | patrick dw | 2015-06-19 | 2 | -4/+4 |
| | |||||
* | Use declaredInScope instead of definedInScope | def | 2015-02-18 | 1 | -1/+1 |
| | |||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 3 | -3/+3 |
| | |||||
* | Fix cross_todo example | def | 2015-02-15 | 6 | -15/+15 |
| | |||||
* | Fix cross_calculator example | def | 2015-02-15 | 4 | -7/+7 |
| | |||||
* | fixes #325 | Araq | 2015-01-28 | 1 | -3/+3 |
| | |||||
* | s/nimrod/nim/g; s/babel/nimble/g | Flaviu Tamas | 2015-01-09 | 7 | -19/+19 |
| | |||||
* | made tests green | Araq | 2014-09-22 | 4 | -47/+47 |
| | |||||
* | merged things from devel | Araq | 2014-09-12 | 2 | -25/+0 |
|\ | |||||
| * | Remove outdated ZeroMQ example (zmq has been moved out of the stdlib) | Erwan Ameil | 2014-08-30 | 2 | -25/+0 |
| | | |||||
* | | updated iup.nim; made tests green | Araq | 2014-08-31 | 3 | -35/+35 |
| | | |||||
* | | renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamings | Araq | 2014-08-29 | 1 | -1/+1 |
| | | |||||
* | | big rename | Araq | 2014-08-27 | 2 | -2/+2 |
|/ | |||||
* | asynchttpserver compiles again; made some tests green | Araq | 2014-08-13 | 1 | -0/+0 |
| | |||||
* | Makes ios example work again with new paths. Refs #852. | Grzegorz Adam Hankiewicz | 2014-07-27 | 2 | -15/+7 |
| | |||||
* | fixes constant array indexing bug | Araq | 2014-06-30 | 5 | -0/+0 |
| | |||||
* | Clean up gitignore, the current ignore is equvilent to the previous | flaviut | 2014-04-23 | 1 | -0/+12 |
| | |||||
* | Changed tests and tools to use 'discard' statements instead of 'nil' for ↵ | Clay Sweetser | 2014-02-15 | 1 | -1/+1 |
| | | | | empty blocks. | ||||
* | fixes #892 | Araq | 2014-02-14 | 1 | -4/+4 |
| | |||||
* | Add two CGI example and basic Python CGI server. | Michał Zieliński | 2013-12-18 | 3 | -0/+23 |
| | |||||
* | Revert "removed windows". Refs #698. | Grzegorz Adam Hankiewicz | 2013-12-09 | 1 | -0/+9 |
| | | | | This reverts commit 5ab3d661440f42f0dc74970ec73a051dd2e2bfb5. |