summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4872 from flyx/gorgefixAndreas Rumpf2016-10-245-4/+23
|\ | | | | Fixes #4871
| * Fixes #4871Felix Krause2016-10-095-4/+23
| |
* | Merge pull request #4943 from nigredo-tori/fix-4942Andreas Rumpf2016-10-241-2/+4
|\ \ | | | | | | Reset HttpClient if new URL has different port
| * | Reset HttpClient if new URL has different portDmitry Polienko2016-10-241-2/+4
| | |
* | | Merge pull request #4935 from flyx/tablefixAndreas Rumpf2016-10-242-4/+70
|\ \ \ | | | | | | | | Table fixes. fixes #4901
| * | | Table fixes. fixes #4901Felix Krause2016-10-232-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/unittestAndreas Rumpf2016-10-241-3/+21
|\ \ \ \ | | | | | | | | | | Improve unittest docs
| * | | | Improve unittest docsFederico Ceratto2016-10-231-3/+21
| | | | |
* | | | | Merge pull request #4937 from cheatfate/newosAndreas Rumpf2016-10-241-36/+125
|\ \ \ \ \ | | | | | | | | | | | | Some changes to os.nim
| * | | | | Fix for getCurrentDir().cheatfate2016-10-231-36/+125
| | |/ / / | |/| | | | | | | | | | | | | | | | | | Fix for expandFilename(). Fix for getAppFilename().
* | | | | Merge pull request #4944 from arnetheduck/cleanup-tyiterAndreas Rumpf2016-10-2411-26/+22
|\ \ \ \ \ | | | | | | | | | | | | remove remnants of tyIter
| * | | | | remove remnants of tyIterJacek Sieka2016-10-2411-26/+22
| | | | | |
* | | | | | deprecate install_tools.nims in favor of 'koch tools'; refs #4934Araq2016-10-242-24/+46
| | | | | |
* | | | | | deprecated install_nimble.nims in favor of 'koch nimble'; refs #4934Araq2016-10-243-34/+25
| | | | | |
* | | | | | remove undocumented build_tools.sh; refs #4934Araq2016-10-241-3/+0
|/ / / / /
* | | | | update the gc.rst documentAraq2016-10-241-19/+11
| | | | |
* | | | | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2016-10-241-2/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | fixes #4386Andreas Rumpf2016-10-231-2/+2
| | |/ / | |/| |
* | | | removed vastly outdated list of contributorsAraq2016-10-241-12/+0
| | | |
* | | | further cleanups; refs #4934Araq2016-10-247-3/+5
| | | |
* | | | moved start.bat to tools/Araq2016-10-243-2/+2
| | | |
* | | | preparations of moving start.bat to tools/Araq2016-10-241-2/+4
| | | |
* | | | docgen: PDFs and HTMLs finally are generated in their own respective directoriesAraq2016-10-245-8/+21
|/ / /
* | | website updatesAraq2016-10-232-8/+15
| | |
* | | make travis greenAraq2016-10-231-1/+1
|/ /
* | updated news entryAraq2016-10-233-3/+25
| |
* | niminst works with gitlabAraq2016-10-222-4/+10
| |
* | Merge pull request #4931 from nigredo-tori/fix-4929Andreas Rumpf2016-10-221-2/+2
|\ \ | | | | | | Fix isAbsolute for Windows root directories
| * | Fix isAbsolute for Windows root directoriesDmitry Polienko2016-10-221-2/+2
| | |
* | | Merge pull request #4932 from cheatfate/fix4928Andreas Rumpf2016-10-221-5/+5
|\ \ \ | | | | | | | | Fix #4928
| * | | Fix #4928cheatfate2016-10-221-5/+5
| | | |
* | | | Merge pull request #4923 from jdbernard/set-dst-properly-in-times-parseDominik Picheta2016-10-222-6/+28
|\ \ \ \ | |/ / / |/| | | Fix #4922, bug in times.parse, mishandling DST.
| * | | Fix #4922, bug in times.parse, mishandling DST.Jonathan Bernard2016-10-212-6/+28
| |/ /
* | | fixes #4927Araq2016-10-221-2/+7
| | |
* | | koch: keep the nimcache directory for toolsAraq2016-10-221-1/+1
| | |
* | | Merge pull request #4903 from FedericoCeratto/patch-17Andreas Rumpf2016-10-221-1/+1
|\ \ \ | | | | | | | | Support OpenSSL 1.0.2
| * | | Support OpenSSL 1.0.2Federico Ceratto2016-10-171-1/+1
| | | | | | | | | | | | 1.0.2 is a current OpenSSL stable release.
* | | | better error messages for finish.nimAraq2016-10-221-5/+12
| | | |
* | | | finish tool: proper spacing in outputAraq2016-10-221-2/+2
| | | |
* | | | nimweb generates better upload directoryAraq2016-10-211-3/+5
| |/ / |/| |
* | | fixes bootstrapping problemAraq2016-10-211-11/+11
| | |
* | | fixes #564Andreas Rumpf2016-10-211-5/+6
| | |
* | | fixes #4808Andreas Rumpf2016-10-211-1/+2
| | |
* | | version bumpAndreas Rumpf2016-10-213-3/+3
| | |
* | | Updated the installation instructionsAndreas Rumpf2016-10-213-9/+30
| | |
* | | niminst updatesAndreas Rumpf2016-10-218-26/+26
| | |
* | | Merge pull request #4919 from def-/httpclient-docAndreas Rumpf2016-10-211-2/+2
|\ \ \ | | | | | | | | Update httpclient documentation
| * | | Update httpclient documentationDennis Felsing2016-10-211-2/+2
| | | |
* | | | Merge pull request #4918 from cheatfate/macosprocworkdirAndreas Rumpf2016-10-212-1/+19
|\ \ \ \ | |/ / / |/| | | One more attempt to fix #4867
| * | | One more attempt to fix #4867cheatfate2016-10-212-1/+19
| | | |