Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | Mentions useFFI and garbage collector options. | Grzegorz Adam Hankiewicz | 2014-04-20 | 1 | -0/+10 | |
| | * | | | | Removes accidental module docstring. | Grzegorz Adam Hankiewicz | 2014-04-19 | 1 | -2/+2 | |
| | * | | | | Updates list of files to build in doc directory. | Grzegorz Adam Hankiewicz | 2014-04-19 | 1 | -0/+9 | |
| | * | | | | Adds documentation about koch. | Grzegorz Adam Hankiewicz | 2014-04-19 | 6 | -5/+145 | |
* | | | | | | Merge pull request #1089 from flaviut/jsonchange | Andreas Rumpf | 2014-05-31 | 1 | -2/+47 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | replace nil checks with assert | flaviut | 2014-05-31 | 1 | -15/+7 | |
| * | | | | | Switch chaining to the `{}` and `{}=` operators | flaviut | 2014-05-26 | 1 | -21/+35 | |
| * | | | | | JSON index accesses are bounds checked | flaviut | 2014-04-13 | 1 | -8/+27 | |
| * | | | | | Fix subtle mistake in docs and formatting | flaviut | 2014-04-13 | 1 | -4/+5 | |
| * | | | | | Add tests for the nil passthrough | flaviut | 2014-04-13 | 1 | -0/+8 | |
| * | | | | | Add a couple words to docs | flaviut | 2014-04-13 | 1 | -1/+1 | |
| * | | | | | Allow for nil chaining in JSON | flaviut | 2014-04-13 | 1 | -5/+16 | |
* | | | | | | Merge pull request #1126 from fowlmouth/patch-1 | Andreas Rumpf | 2014-05-31 | 1 | -0/+67 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | i left an {.importc.} in there | Billingsly Wetherfordshire | 2014-04-20 | 1 | -1/+1 | |
| * | | | | | | added md5 functions from <openssl/md5.h> | Billingsly Wetherfordshire | 2014-04-20 | 1 | -0/+67 | |
* | | | | | | | Merge pull request #1208 from jbe/shared_mem_stats | Andreas Rumpf | 2014-05-31 | 2 | -0/+30 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | added getTotalSharedMem et al. | Jostein Berre Eliassen | 2014-05-20 | 2 | -0/+30 | |
* | | | | | | | | Merge pull request #1228 from Varriount/compiler/document-parser | Simon Hafner | 2014-05-29 | 1 | -20/+39 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Document parser structures and procedures. | Clay Sweetser | 2014-05-25 | 1 | -20/+39 | |
* | | | | | | | | | Merge pull request #1222 from Varriount/doc/fix-assertion | Andreas Rumpf | 2014-05-29 | 12 | -33/+34 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Renamed considerAccents to considerQuotedIdent | Clay Sweetser | 2014-05-26 | 11 | -31/+31 | |
| * | | | | | | | | | Fixes #1200 | Clay Sweetser | 2014-05-24 | 1 | -1/+2 | |
| * | | | | | | | | | Renamed 'considerAcc' to 'considerAccents' for clarity | Clay Sweetser | 2014-05-24 | 12 | -33/+33 | |
* | | | | | | | | | | Merge pull request #1178 from EXetoC/nostackframe | Andreas Rumpf | 2014-05-29 | 3 | -4/+8 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Forgot to remove that. | EXetoC | 2014-05-04 | 1 | -1/+1 | |
| * | | | | | | | | | | Typo. | EXetoC | 2014-05-04 | 1 | -1/+1 | |
| * | | | | | | | | | | asmNoStackFrame -> stackTrace:off | EXetoC | 2014-05-04 | 3 | -3/+7 | |
| * | | | | | | | | | | noStackFrame -> asmNoStackFrame | EXetoC | 2014-05-04 | 3 | -3/+3 | |
* | | | | | | | | | | | Merge pull request #1230 from flaviut/fix1226 | Andreas Rumpf | 2014-05-29 | 2 | -2/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Document mangling | flaviut | 2014-05-26 | 2 | -1/+5 | |
| * | | | | | | | | | | | Fix #1226 | flaviut | 2014-05-26 | 1 | -2/+1 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #1231 from flaviut/test1149 | Andreas Rumpf | 2014-05-29 | 2 | -2/+21 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Enable disabled test | flaviut | 2014-05-26 | 1 | -2/+1 | |
| * | | | | | | | | | | | Add test for #1149 | flaviut | 2014-05-26 | 1 | -0/+20 | |
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #1233 from barcharcraz/fixedWindows | Varriount | 2014-05-27 | 1 | -846/+846 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | renamed UINT in windows.nim to WINUINT | Charlie | 2014-05-26 | 1 | -846/+846 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #1132 from gradha/pr_index_improvements | Andreas Rumpf | 2014-05-26 | 18 | -282/+629 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Computes TIndexEntry hash without temporary strings. | Grzegorz Adam Hankiewicz | 2014-05-24 | 1 | -5/+6 | |
| * | | | | | | | | | | Revert "Adds abstypes.txt to list of documentation to build." | Grzegorz Adam Hankiewicz | 2014-05-24 | 1 | -1/+1 | |
| * | | | | | | | | | | Adds colon to symbols in the index. | Grzegorz Adam Hankiewicz | 2014-04-21 | 1 | -1/+1 | |
| * | | | | | | | | | | Adds documentation section about the idx file format. | Grzegorz Adam Hankiewicz | 2014-04-21 | 1 | -14/+58 | |
| * | | | | | | | | | | Inserts the title index term at the beginning of the buffer. | Grzegorz Adam Hankiewicz | 2014-04-21 | 1 | -21/+34 | |
| * | | | | | | | | | | Removes text TOCs from the symbol index. | Grzegorz Adam Hankiewicz | 2014-04-21 | 1 | -1/+6 | |
| * | | | | | | | | | | Assigns default title to module documentation. | Grzegorz Adam Hankiewicz | 2014-04-21 | 1 | -4/+12 | |
| * | | | | | | | | | | Reduces length of lines to remove compilation warnings. | Grzegorz Adam Hankiewicz | 2014-04-21 | 1 | -14/+16 | |
| * | | | | | | | | | | Adds abstypes.txt to list of documentation to build. | Grzegorz Adam Hankiewicz | 2014-04-21 | 1 | -1/+1 | |
| * | | | | | | | | | | Fixes title and subtitle not setting the current section. | Grzegorz Adam Hankiewicz | 2014-04-21 | 1 | -2/+2 | |
| * | | | | | | | | | | Fixes repeated index terms leading to same HTML anchor. | Grzegorz Adam Hankiewicz | 2014-04-21 | 1 | -2/+18 | |
| * | | | | | | | | | | Links naming api with coding guidelines. | Grzegorz Adam Hankiewicz | 2014-04-21 | 2 | -2/+11 | |
| * | | | | | | | | | | Removes many fake `idx` entries. | Grzegorz Adam Hankiewicz | 2014-04-21 | 9 | -167/+167 |