Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Merge pull request #2115 from oderwat/no-pthread-on-osx | Andreas Rumpf | 2015-02-15 | 1 | -1/+3 | |
| |\ \ \ | ||||||
| | * | | | Disable -pthread for linker on OSX | Hans Raaf | 2015-02-13 | 1 | -1/+3 | |
| * | | | | Merge pull request #2132 from fowlmouth/patch-2 | Andreas Rumpf | 2015-02-15 | 3 | -4/+8 | |
| |\ \ \ \ | ||||||
| | * | | | | Update lib.txt | Billingsly Wetherfordshire | 2015-02-14 | 1 | -1/+1 | |
| | * | | | | Update lib.txt | Billingsly Wetherfordshire | 2015-02-14 | 1 | -4/+1 | |
| | * | | | | Update lib.txt | Billingsly Wetherfordshire | 2015-02-14 | 1 | -0/+6 | |
| | * | | | | Update basic3d.nim | Billingsly Wetherfordshire | 2015-02-14 | 1 | -1/+1 | |
| | * | | | | Update website.ini | Billingsly Wetherfordshire | 2015-02-14 | 1 | -0/+1 | |
| |/ / / / |/| | | | | ||||||
| * | | | | Merge pull request #2122 from c-blake/devel | Andreas Rumpf | 2015-02-15 | 4 | -76/+160 | |
| |\ \ \ \ | ||||||
| | * \ \ \ | Merge ../Nim into devel | Charles Blake | 2015-02-14 | 4 | -1/+22 | |
| | |\ \ \ \ | | | | |/ / | | | |/| | | ||||||
| | * | | | | assignment -> shallowCopy for efficiency. | Charles Blake | 2015-02-13 | 2 | -2/+2 | |
| | * | | | | New probe seq swaps 1st two keys. Fix in cmp. | Charles Blake | 2015-02-13 | 1 | -1/+1 | |
| | * | | | | Merge ../Nim into devel; track ttables.nim delete. | Charles Blake | 2015-02-13 | 35 | -1276/+1220 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Update a use of initTable to avoid initial enlarge. | Charles Blake | 2015-02-13 | 1 | -1/+1 | |
| | * | | | | | Update doc comments to mention rightSize. | Charles Blake | 2015-02-13 | 2 | -10/+10 | |
| | * | | | | | New probe seq yields a non-bug swap of 1st 2 keys. | Charles Blake | 2015-02-12 | 1 | -1/+1 | |
| | * | | | | | Oops - missed updates to a few later rawGet()s. | Charles Blake | 2015-02-12 | 1 | -4/+8 | |
| | * | | | | | Add hcode,rightSize,rawGetKnownHC. Fix inf loop. | Charles Blake | 2015-02-12 | 1 | -60/+140 | |
| | * | | | | | Merge ../Nim into devel | Charles Blake | 2015-02-12 | 4 | -4/+21 | |
| | |\ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge ../Nim into devel | Charles Blake | 2015-02-11 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merge ../Nim into devel | Charles Blake | 2015-02-10 | 46 | -96/+223 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ | Merge /home/cb/pkg/nim/Nim into devel | Charles Blake | 2015-02-10 | 4 | -12/+92 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ | Merge Nim into devel | Charles Blake | 2015-02-09 | 30 | -109/+240 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| * | \ \ \ \ \ \ \ \ \ | Merge pull request #2136 from oderwat/fix-matchers | reactormonk | 2015-02-15 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Fixed non exhaustive case by adding else | Hans Raaf | 2015-02-15 | 1 | -1/+1 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #2130 from yasoob/patch-1 | reactormonk | 2015-02-15 | 1 | -1/+1 | |
|/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | It's 2015 :+1: | M.Yasoob Ullah Khalid ☺ | 2015-02-15 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | ||||||
* / | | | | | | | | | | fixes endless recursion with static type parameters | Araq | 2015-02-14 | 2 | -2/+27 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | fixes #2123 | Araq | 2015-02-14 | 2 | -0/+12 | |
* | | | | | | | | | | fixes #2121 | Araq | 2015-02-14 | 2 | -1/+10 | |
| |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
| | | | | | | | * | Revert docs & learn pages to RTF again | PhilipWitte | 2015-02-13 | 3 | -87/+59 | |
| | | | | | | | * | Merge remote-tracking branch 'upstream/devel' into devel | PhilipWitte | 2015-02-13 | 105 | -1537/+1904 | |
| | | | | | | | |\ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
* | | | | | | | | | fixes #2103 | Araq | 2015-02-13 | 1 | -6/+6 | |
* | | | | | | | | | fixes #2102 | Araq | 2015-02-13 | 1 | -9/+9 | |
* | | | | | | | | | fixes #2118 | Araq | 2015-02-13 | 1 | -7/+3 | |
* | | | | | | | | | fixes #2113 | Araq | 2015-02-13 | 1 | -1/+3 | |
* | | | | | | | | | fixes #2116 | Araq | 2015-02-13 | 1 | -11/+4 | |
* | | | | | | | | | fixes os.moveFile on Windows | Araq | 2015-02-13 | 3 | -2/+18 | |
* | | | | | | | | | 'passL' is not smart anymore about already known switches; -ldl is now proper... | Araq | 2015-02-13 | 1 | -10/+12 | |
* | | | | | | | | | 'auto' can be inferred to be 'void' | Araq | 2015-02-13 | 2 | -1/+15 | |
| |_|_|_|_|_|/ / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #2097 from jferg2010/devel | Andreas Rumpf | 2015-02-12 | 1 | -1/+328 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Date/time parsing - removed comments from assert | Jeff | 2015-02-11 | 1 | -6/+6 | |
| * | | | | | | | | Date/time parsing with changes suggested by Araq | Jeff | 2015-02-11 | 1 | -334/+283 | |
| * | | | | | | | | Date/time parsing with minor changes requested by Dom96 | Jeff | 2015-02-09 | 1 | -32/+29 | |
| * | | | | | | | | Date/time parsing | Jeff | 2015-02-09 | 1 | -7/+388 | |
* | | | | | | | | | Merge pull request #2112 from oderwat/patch-xbit | Andreas Rumpf | 2015-02-12 | 1 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Set executable bit on build.sh. | Hans Raaf | 2015-02-12 | 1 | -0/+0 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #2095 from def-/rdstdin-winfix | Andreas Rumpf | 2015-02-12 | 1 | -6/+12 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add a new line after readPasswordFromStdin, add result | def | 2015-02-09 | 1 | -5/+11 | |
| * | | | | | | | | | Fix readPasswordFromStdin for Windows | def | 2015-02-08 | 1 | -1/+1 |