Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #1181 | Araq | 2014-11-13 | 1 | -3/+3 |
| | |||||
* | Merge pull request #1643 from def-/fix-locks-case | Andreas Rumpf | 2014-11-12 | 1 | -106/+2 |
|\ | | | | | Fix compile because of case sensitivity | ||||
| * | Remove runtime deadlock prevention as deadlock detection at compile-time is ↵ | def | 2014-11-11 | 1 | -106/+2 |
| | | | | | | | | | | | | | | available Conflicts: lib/core/locks.nim | ||||
| * | Fix compile because of case sensitivity | def | 2014-11-08 | 1 | -1/+1 |
| | | |||||
* | | fixes #1473 | Araq | 2014-11-12 | 1 | -4/+20 |
| | | |||||
* | | proper fix for stack initialization and threadvar emulation | Araq | 2014-11-11 | 1 | -11/+27 |
| | | |||||
* | | renamed CondVar to Semaphore | Araq | 2014-11-10 | 1 | -26/+26 |
| | | |||||
* | | Merge pull request #1636 from rbehrends/fix-thread-issues | Andreas Rumpf | 2014-11-08 | 1 | -10/+0 |
|\ \ | | | | | | | Fix some thread issues | ||||
| * | | Remove references to pthread_mutex_timedlock(). | Reimer Behrends | 2014-11-06 | 1 | -10/+0 |
| | | | | | | | | | | | | | | | | | | | | | The pthread_mutex_timedlock() function is not supported on a number of architectures and is not actually used by the library or compiler, but prevents C++ compilation on systems that do not support it when threads are enabled. | ||||
* | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-11-08 | 4 | -46/+64 |
|\ \ \ | | |/ | |/| | |||||
| * | | Implement SO_REUSEADDR for asyncnet and asynchttpserver. | Dominik Picheta | 2014-11-07 | 3 | -2/+20 |
| | | | |||||
| * | | Merge pull request #1639 from onionhammer/devel | Dominik Picheta | 2014-11-07 | 1 | -44/+44 |
| |\ \ | | | | | | | | | Made 'headers' public | ||||
| | * | | Made 'headers' public | Erik O'Leary | 2014-11-06 | 1 | -44/+44 |
| | | | | |||||
* | | | | TAtomType includes 'bool' | Araq | 2014-11-08 | 1 | -5/+5 |
| | | | | |||||
* | | | | fixed the deadlock that happens when stress testing ToFreeQueue | Araq | 2014-11-08 | 1 | -25/+30 |
|/ / / | |||||
* / / | fixes exhaustion bug and missing GC_ref code generation | Araq | 2014-11-07 | 1 | -5/+4 |
|/ / | |||||
* / | broken attempt to fix queue exhaustion | Araq | 2014-11-07 | 1 | -21/+29 |
|/ | |||||
* | Merge pull request #1623 from gradha/pr_bigbreak_adds_code_directive_to_rst | Andreas Rumpf | 2014-11-05 | 3 | -46/+206 |
|\ | | | | | Adds bigbreak code directive to rst with numbered lines | ||||
| * | Merge branch 'pr_adds_code_directive_to_rst' into ↵ | Grzegorz Adam Hankiewicz | 2014-11-03 | 3 | -46/+206 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | pr_bigbreak_adds_code_directive_to_rst Conflicts: doc/tut2.txt lib/packages/docutils/rstgen.nim lib/system.nim | ||||
| | * | Fixes line numbering. | Grzegorz Adam Hankiewicz | 2014-10-02 | 1 | -1/+1 |
| | | | |||||
| | * | Handles :file: option for code blocks to avoid warnings. | Grzegorz Adam Hankiewicz | 2014-07-26 | 2 | -0/+11 |
| | | | |||||
| | * | Hyperlinks slurp related docstrings in system module. | Grzegorz Adam Hankiewicz | 2014-07-19 | 1 | -10/+14 |
| | | | |||||
| | * | Hyperlinks quit related docstrings in system module. | Grzegorz Adam Hankiewicz | 2014-07-19 | 1 | -12/+15 |
| | | | |||||
| | * | Adds support for the ``.. code::`` rst directive. | Grzegorz Adam Hankiewicz | 2014-07-19 | 2 | -25/+167 |
| | | | | | | | | | | | | | | | | | | This modifies the existing ``.. code-block::`` to be treated as spec extension with a specific default language syntax. Also implements line numbering. | ||||
* | | | added module fenv's docs | Araq | 2014-11-04 | 1 | -0/+0 |
| | | | |||||
* | | | Merge branch 'devel' into bigbreak | Araq | 2014-11-03 | 1 | -10/+22 |
|\ \ \ | |/ / |/| | | | | | | | | Conflicts: lib/pure/osproc.nim | ||||
| * | | Merge pull request #1620 from trustable-code/PR6 | Andreas Rumpf | 2014-11-03 | 1 | -7/+15 |
| |\ \ | | | | | | | | | Fix terminate() and add kill() | ||||
| | * | | Fix terminate() and add kill() | Simon Krauter | 2014-11-02 | 1 | -7/+15 |
| | | | | |||||
* | | | | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-11-03 | 2 | -4/+14 |
|\ \ \ \ | |||||
| * \ \ \ | Merge pull request #1569 from idlewan/prettyCC | Andreas Rumpf | 2014-11-03 | 1 | -3/+13 |
| |\ \ \ \ | | | | | | | | | | | | | Prettify compiler output for verbosity=1 | ||||
| | * | | | | Forgot to keep extern pragma for execProcesses | Erwan Ameil | 2014-11-02 | 1 | -1/+2 |
| | | | | | | |||||
| | * | | | | Use defaut nil callback for execProcesses | Erwan Ameil | 2014-11-02 | 1 | -11/+1 |
| | | | | | | |||||
| | * | | | | Change empty callback into nil | Erwan Ameil | 2014-11-02 | 1 | -9/+12 |
| | | | | | | |||||
| | * | | | | Tidy up the prettification of the default verbosity c compilation output | Erwan Ameil | 2014-10-13 | 1 | -19/+19 |
| | | | | | | |||||
| | * | | | | Prettify compiler output for verbosity=1 | Erwan Ameil | 2014-10-12 | 1 | -3/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Long lines displaying the invocation of the c compiler are replaced with short, readable lines. | ||||
| * | | | | | Merge pull request #1621 from flaviut/fix-oid | Andreas Rumpf | 2014-11-03 | 1 | -1/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Remove extra trailing zero from oid | ||||
| | * | | | | | Remove extra trailing zero from oid | Flaviu Tamas | 2014-11-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `$` would return a string of length 25, including the trailing null String length changed to 24, avoiding an extra null byte in the output | ||||
| * | | | | | | Revert "Remove extra trailing zero" | Varriount | 2014-11-01 | 1 | -1/+2 |
| | | | | | | | |||||
| * | | | | | | Remove extra trailing zero | Flaviu Tamas | 2014-11-01 | 1 | -2/+1 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'devel' into bigbreak | Araq | 2014-11-03 | 8 | -75/+223 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/impure/db_postgres.nim lib/pure/json.nim lib/pure/math.nim lib/system/atomics.nim | ||||
| * | | | | | Fix math.nim on windows | Varriount | 2014-11-03 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Merge pull request #1443 from def-/future-listcomprehensions | Andreas Rumpf | 2014-11-03 | 1 | -0/+57 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Add list comprehensions to future module | ||||
| | * | | | | | Extend list comprehension documentation | def | 2014-08-03 | 1 | -16/+20 |
| | | | | | | | |||||
| | * | | | | | Add list comprehensions to future module | def | 2014-08-03 | 1 | -0/+53 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #1553 from gradha/pr_json_module_improvements | Andreas Rumpf | 2014-11-03 | 1 | -91/+540 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | json module improvements | ||||
| | * | | | | | | Hides TJsonError, it wasn't being used. | Grzegorz Adam Hankiewicz | 2014-10-04 | 1 | -1/+1 |
| | | | | | | | | |||||
| | * | | | | | | Documents json module. | Grzegorz Adam Hankiewicz | 2014-10-04 | 1 | -90/+539 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #1448 from def-/posix-math | Andreas Rumpf | 2014-11-03 | 3 | -53/+113 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add -lm for fesetround and fegetround | ||||
| | * | | | | | | | Move fenv to its own module | def | 2014-08-22 | 2 | -54/+113 |
| | | | | | | | | | |||||
| | * | | | | | | | Move floating point rounding and exceptions handling to math | def | 2014-08-06 | 2 | -45/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (it's C99 as well, not just POSIX) |