Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4367 from kierdavis/4365-tables-clear | Andreas Rumpf | 2016-08-25 | 4 | -4/+53 |
|\ | | | | | Improvements to tables.clear() | ||||
| * | Disable failing tests for tables.clear() | Kier Davis | 2016-07-09 | 1 | -20/+22 |
| | | | | | | | | | | The tests for tables.clear() in tests/collections/ttables.nim currently fail as a result of #4448, so I've wrapped them in a 'when false' to disable them until the bug is fixed. | ||||
| * | Add a fix for clear() on non-ref types by adding a missing 'var' annotation ↵ | Kier Davis | 2016-07-09 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | to the type signature However, this fix won't take effect until a compiler bug (#4448) is fixed. Until then, the codebase functions identically to how it did before this commit (calls to clear() fail to compile for Table/OrderedTable/CountTable as the argument is immutable). | ||||
| * | Add tests for tables.clear() | Kier Davis | 2016-07-09 | 2 | -0/+46 |
| | | | | | | | | This should reduce the chance of regressions. | ||||
| * | Fix clear() on CountTable | Kier Davis | 2016-07-09 | 1 | -1/+2 |
| | | | | | | | | | | | | The record tuples used in CountData.data don't contain an 'hcode' member, unlike Table and OrderedTable, causing the existing clearImpl() implementation to break when attempting to assign to t.data[i].hcode. | ||||
* | | Merge pull request #4603 from nigredo-tori/threadpool-deadlocks | Andreas Rumpf | 2016-08-25 | 1 | -4/+47 |
|\ \ | | | | | | | Add a workaround for threadpool deadlocks on recursion | ||||
| * | | Add a lock to prevent race condition | Dmitry Polienko | 2016-08-24 | 1 | -22/+33 |
| | | | |||||
| * | | Add a workaround for threadpool deadlocks on recursion | Dmitry Polienko | 2016-08-11 | 1 | -3/+35 |
| | | | |||||
* | | | Merge pull request #4611 from jangko/vs2010_error_c2275 | Andreas Rumpf | 2016-08-25 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | fixed #4459 -- VS2010 error C2275 | ||||
| * | | | fixed #4459 -- VS2010 error C2275 | andri lim | 2016-08-13 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #4629 from flyx/times-parse-yearday | Andreas Rumpf | 2016-08-25 | 2 | -40/+37 |
|\ \ \ \ | | | | | | | | | | | Calculate correct yearday in times.parse | ||||
| * | | | | Improved times tests | Felix Krause | 2016-08-21 | 1 | -38/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added check for yearday * Changed some test dates to check different equivalence classes of yearday (before leap day, at leap day, after february in leap year, after february in non-leap year) | ||||
| * | | | | Calculate correct yearday in times.parse | Felix Krause | 2016-08-19 | 1 | -2/+5 |
| | | | | | |||||
* | | | | | Merge pull request #4633 from mbaulch/pickbestcand_faster_inlined | Andreas Rumpf | 2016-08-25 | 1 | -61/+43 |
|\ \ \ \ \ | | | | | | | | | | | | | Optimise pickBestCandidate: reduce heap allocations. | ||||
| * | | | | | Optimise pickBestCandidate: reduce heap allocations. | Matthew Baulch | 2016-08-21 | 1 | -61/+43 |
| | |/ / / | |/| | | | |||||
* | | | | | side-effect computation now done in the proper pass; fixes #4254 | Andreas Rumpf | 2016-08-25 | 4 | -17/+39 |
| | | | | | |||||
* | | | | | Merge pull request #4652 from flyx/unittest-output | Andreas Rumpf | 2016-08-25 | 4 | -9/+30 |
|\ \ \ \ \ | | | | | | | | | | | | | Nicer output formatting for unittest | ||||
| * | | | | | Fixed another test to expect new unittest output | Felix Krause | 2016-08-24 | 1 | -1/+3 |
| | | | | | | |||||
| * | | | | | Fixed tests to expect [Suite] output from unittest | Felix Krause | 2016-08-24 | 2 | -0/+5 |
| | | | | | | |||||
| * | | | | | unittest: Output suite name, nice formatting | Felix Krause | 2016-08-23 | 1 | -8/+22 |
| | | | | | | |||||
* | | | | | | minor things | Andreas Rumpf | 2016-08-24 | 2 | -1/+2 |
| | | | | | | |||||
* | | | | | | fixes #4653 | Andreas Rumpf | 2016-08-24 | 2 | -0/+28 |
| | | | | | | |||||
* | | | | | | overloading resolution: scoping is considered after typing (needs to be ↵ | Andreas Rumpf | 2016-08-24 | 1 | -2/+3 |
|/ / / / / | | | | | | | | | | | | | | | | documented) | ||||
* | | | | | fixes #4632 | Andreas Rumpf | 2016-08-23 | 1 | -8/+9 |
| | | | | | |||||
* | | | | | Merge pull request #4645 from endragor/asyncevent-recursion | Andreas Rumpf | 2016-08-23 | 1 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Fixed infinite recursion in setEvent and close procs in new asyncdispatch | ||||
| * | | | | | Fixed infinite recursion in setEvent and close procs in upcoming asyncdispatch | Ruslan Mustakov | 2016-08-23 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #4648 from endragor/remove-gensym-pragma | Andreas Rumpf | 2016-08-23 | 2 | -9/+9 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Removed the use of .gensym pragma from stdlib templates | ||||
| * | | | | | | Removed the use of .gensym pragma inside stdlib templates | Ruslan Mustakov | 2016-08-23 | 2 | -9/+9 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #4650 from def-/devel | Andreas Rumpf | 2016-08-23 | 1 | -2/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Get rid of initialization warning | ||||
| * | | | | | | Get rid of initialization warning | Dennis Felsing | 2016-08-23 | 1 | -2/+2 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #4646 from endragor/genoid-race | Andreas Rumpf | 2016-08-23 | 1 | -2/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fixed race condition in genOid() | ||||
| * | | | | | | Fixed race condition in genOid() | Ruslan Mustakov | 2016-08-23 | 1 | -2/+1 |
| |/ / / / / | |||||
* | | | | | | make tests green again | Andreas Rumpf | 2016-08-23 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | fixes #4579 | Andreas Rumpf | 2016-08-23 | 2 | -33/+48 |
|/ / / / / | |||||
* | | | | | fixes #4600 | Andreas Rumpf | 2016-08-23 | 2 | -6/+15 |
| | | | | | |||||
* | | | | | fixes #4619 | Andreas Rumpf | 2016-08-23 | 2 | -2/+11 |
| | | | | | |||||
* | | | | | fixes #3221 | Andreas Rumpf | 2016-08-22 | 2 | -1/+44 |
| | | | | | |||||
* | | | | | Merge pull request #4634 from mbaulch/clarify_abstract_typedesc_roles | Andreas Rumpf | 2016-08-22 | 1 | -0/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | Add comments to clarify the roles of abstractX and typedescX types. | ||||
| * | | | | | Add comments to clarify the roles of abstractX and typedescX types. | Matthew Baulch | 2016-08-21 | 1 | -0/+3 |
| |/ / / / | |||||
* | | | | | Added survey results news article (WIP). | Dominik Picheta | 2016-08-21 | 16 | -0/+317 |
| | | | | | |||||
* | | | | | Merge pull request #4618 from endragor/compatible-async-event | Dominik Picheta | 2016-08-20 | 1 | -3/+3 |
|\ \ \ \ \ | |_|/ / / |/| | | | | AsyncEvent compatible between Windows and non-Windows platforms | ||||
| * | | | | AsyncEvent is now exported on all platforms and created with newAsyncEvent ↵ | Ruslan Mustakov | 2016-08-15 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | proc in upcoming asyncdispatch | ||||
* | | | | | Enable SO_NOSIGPIPE for sockets on OS X. | Dominik Picheta | 2016-08-16 | 1 | -0/+4 |
|/ / / / | |||||
* / / / | Fixes #4406. | Dominik Picheta | 2016-08-13 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge pull request #4609 from cheatfate/issue4606 | Andreas Rumpf | 2016-08-12 | 2 | -4/+8 |
|\ \ \ | | | | | | | | | Fix issue #4606 | ||||
| * | | | Resolve #4606 | cheatfate | 2016-08-12 | 2 | -4/+8 |
| |/ / | | | | | | | | | | Resolve some new deprecated warnings for test. | ||||
* | | | Merge pull request #4591 from jangko/vs2010_c4090_warning | Andreas Rumpf | 2016-08-11 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | fixed #4590 Visual Studio C4090 warning | ||||
| * | | | fixed #4590 Visual Studio C4090 warning | andri lim | 2016-08-09 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #4604 from mbaulch/fix3658 | Andreas Rumpf | 2016-08-11 | 2 | -6/+12 |
|\ \ \ \ | |_|/ / |/| | | | Fix #3658. Types derived from ordinals are ordinal. Code cleanup. | ||||
| * | | | Require ordinal or set argument to system.ord | Matthew Baulch | 2016-08-11 | 1 | -2/+6 |
| | | | |