Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4812 from andreaferretti/jsconsole | Andreas Rumpf | 2016-10-24 | 2 | -0/+57 |
|\ | | | | | Added js console object | ||||
| * | New version of js console using macros - avoid the use of .apply method | Andrea Ferretti | 2016-10-06 | 1 | -4/+22 |
| | | |||||
| * | Updated js console logging to avoid wrapping into array | Andrea Ferretti | 2016-10-06 | 2 | -19/+10 |
| | | |||||
| * | Update to allow varargs in js console logging | Andrea Ferretti | 2016-09-22 | 1 | -1/+8 |
| | | |||||
| * | Added js console object | Andrea Ferretti | 2016-09-21 | 2 | -0/+41 |
| | | |||||
* | | news entry for upcoming changes | Araq | 2016-10-24 | 1 | -0/+53 |
| | | |||||
* | | 'koch tools' does not yet work from github | Araq | 2016-10-24 | 1 | -1/+0 |
| | | |||||
* | | document the new way of doing things; refs #4934 | Araq | 2016-10-24 | 3 | -5/+9 |
| | | |||||
* | | Merge pull request #4872 from flyx/gorgefix | Andreas Rumpf | 2016-10-24 | 5 | -4/+23 |
|\ \ | | | | | | | Fixes #4871 | ||||
| * | | Fixes #4871 | Felix Krause | 2016-10-09 | 5 | -4/+23 |
| | | | |||||
* | | | Merge pull request #4943 from nigredo-tori/fix-4942 | Andreas Rumpf | 2016-10-24 | 1 | -2/+4 |
|\ \ \ | | | | | | | | | Reset HttpClient if new URL has different port | ||||
| * | | | Reset HttpClient if new URL has different port | Dmitry Polienko | 2016-10-24 | 1 | -2/+4 |
| | | | | |||||
* | | | | Merge pull request #4935 from flyx/tablefix | Andreas Rumpf | 2016-10-24 | 2 | -4/+70 |
|\ \ \ \ | | | | | | | | | | | Table fixes. fixes #4901 | ||||
| * | | | | Table fixes. fixes #4901 | Felix Krause | 2016-10-23 | 2 | -4/+70 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added `==` for OrderedTable, CountTable and the *Ref types * added missing documentation to all `==` procs * fixed clear() for OrderedTables, which did not work because `var` does not work well with `|` * added tests | ||||
* | | | | | Merge pull request #4938 from FedericoCeratto/unittest | Andreas Rumpf | 2016-10-24 | 1 | -3/+21 |
|\ \ \ \ \ | | | | | | | | | | | | | Improve unittest docs | ||||
| * | | | | | Improve unittest docs | Federico Ceratto | 2016-10-23 | 1 | -3/+21 |
| | | | | | | |||||
* | | | | | | Merge pull request #4937 from cheatfate/newos | Andreas Rumpf | 2016-10-24 | 1 | -36/+125 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Some changes to os.nim | ||||
| * | | | | | | Fix for getCurrentDir(). | cheatfate | 2016-10-23 | 1 | -36/+125 |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | Fix for expandFilename(). Fix for getAppFilename(). | ||||
* | | | | | | Merge pull request #4944 from arnetheduck/cleanup-tyiter | Andreas Rumpf | 2016-10-24 | 11 | -26/+22 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | remove remnants of tyIter | ||||
| * | | | | | | remove remnants of tyIter | Jacek Sieka | 2016-10-24 | 11 | -26/+22 |
| | | | | | | | |||||
* | | | | | | | deprecate install_tools.nims in favor of 'koch tools'; refs #4934 | Araq | 2016-10-24 | 2 | -24/+46 |
| | | | | | | | |||||
* | | | | | | | deprecated install_nimble.nims in favor of 'koch nimble'; refs #4934 | Araq | 2016-10-24 | 3 | -34/+25 |
| | | | | | | | |||||
* | | | | | | | remove undocumented build_tools.sh; refs #4934 | Araq | 2016-10-24 | 1 | -3/+0 |
|/ / / / / / | |||||
* | | | | | | update the gc.rst document | Araq | 2016-10-24 | 1 | -19/+11 |
| | | | | | | |||||
* | | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2016-10-24 | 1 | -2/+2 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| * | | | | | fixes #4386 | Andreas Rumpf | 2016-10-23 | 1 | -2/+2 |
| | |/ / / | |/| | | | |||||
* | | | | | removed vastly outdated list of contributors | Araq | 2016-10-24 | 1 | -12/+0 |
| | | | | | |||||
* | | | | | further cleanups; refs #4934 | Araq | 2016-10-24 | 7 | -3/+5 |
| | | | | | |||||
* | | | | | moved start.bat to tools/ | Araq | 2016-10-24 | 3 | -2/+2 |
| | | | | | |||||
* | | | | | preparations of moving start.bat to tools/ | Araq | 2016-10-24 | 1 | -2/+4 |
| | | | | | |||||
* | | | | | docgen: PDFs and HTMLs finally are generated in their own respective directories | Araq | 2016-10-24 | 5 | -8/+21 |
|/ / / / | |||||
* | | | | website updates | Araq | 2016-10-23 | 2 | -8/+15 |
| | | | | |||||
* | | | | make travis green | Araq | 2016-10-23 | 1 | -1/+1 |
|/ / / | |||||
* | | | updated news entry | Araq | 2016-10-23 | 3 | -3/+25 |
| | | | |||||
* | | | niminst works with gitlab | Araq | 2016-10-22 | 2 | -4/+10 |
| | | | |||||
* | | | Merge pull request #4931 from nigredo-tori/fix-4929 | Andreas Rumpf | 2016-10-22 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Fix isAbsolute for Windows root directories | ||||
| * | | | Fix isAbsolute for Windows root directories | Dmitry Polienko | 2016-10-22 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #4932 from cheatfate/fix4928 | Andreas Rumpf | 2016-10-22 | 1 | -5/+5 |
|\ \ \ \ | | | | | | | | | | | Fix #4928 | ||||
| * | | | | Fix #4928 | cheatfate | 2016-10-22 | 1 | -5/+5 |
| | | | | | |||||
* | | | | | Merge pull request #4923 from jdbernard/set-dst-properly-in-times-parse | Dominik Picheta | 2016-10-22 | 2 | -6/+28 |
|\ \ \ \ \ | |/ / / / |/| | | | | Fix #4922, bug in times.parse, mishandling DST. | ||||
| * | | | | Fix #4922, bug in times.parse, mishandling DST. | Jonathan Bernard | 2016-10-21 | 2 | -6/+28 |
| |/ / / | |||||
* | | | | fixes #4927 | Araq | 2016-10-22 | 1 | -2/+7 |
| | | | | |||||
* | | | | koch: keep the nimcache directory for tools | Araq | 2016-10-22 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #4903 from FedericoCeratto/patch-17 | Andreas Rumpf | 2016-10-22 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Support OpenSSL 1.0.2 | ||||
| * | | | | Support OpenSSL 1.0.2 | Federico Ceratto | 2016-10-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | 1.0.2 is a current OpenSSL stable release. | ||||
* | | | | | better error messages for finish.nim | Araq | 2016-10-22 | 1 | -5/+12 |
| | | | | | |||||
* | | | | | finish tool: proper spacing in output | Araq | 2016-10-22 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | nimweb generates better upload directory | Araq | 2016-10-21 | 1 | -3/+5 |
| |/ / / |/| | | | |||||
* | | | | fixes bootstrapping problem | Araq | 2016-10-21 | 1 | -11/+11 |
| | | | | |||||
* | | | | fixes #564 | Andreas Rumpf | 2016-10-21 | 1 | -5/+6 |
| | | | |