summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'pr_documents_koch' of git://github.com/gradha/Nimrod into ↵Clay Sweetser2014-05-317-7/+166
|\ | | | | | | | | | | | | gradha-pr_documents_koch Conflicts: web/nimrod.ini
| * Mentions useFFI and garbage collector options.Grzegorz Adam Hankiewicz2014-04-201-0/+10
| |
| * Removes accidental module docstring.Grzegorz Adam Hankiewicz2014-04-191-2/+2
| |
| * Updates list of files to build in doc directory.Grzegorz Adam Hankiewicz2014-04-191-0/+9
| |
| * Adds documentation about koch.Grzegorz Adam Hankiewicz2014-04-196-5/+145
| |
* | Merge pull request #1126 from fowlmouth/patch-1Andreas Rumpf2014-05-311-0/+67
|\ \ | | | | | | added md5 functions from <openssl/md5.h>
| * | i left an {.importc.} in thereBillingsly Wetherfordshire2014-04-201-1/+1
| | |
| * | added md5 functions from <openssl/md5.h>Billingsly Wetherfordshire2014-04-201-0/+67
| | |
* | | Merge pull request #1208 from jbe/shared_mem_statsAndreas Rumpf2014-05-312-0/+30
|\ \ \ | | | | | | | | added getTotalSharedMem et al.
| * | | added getTotalSharedMem et al.Jostein Berre Eliassen2014-05-202-0/+30
| | | |
* | | | Merge pull request #1228 from Varriount/compiler/document-parserSimon Hafner2014-05-291-20/+39
|\ \ \ \ | | | | | | | | | | Document parser structures and procedures.
| * | | | Document parser structures and procedures.Clay Sweetser2014-05-251-20/+39
| | | | |
* | | | | Merge pull request #1222 from Varriount/doc/fix-assertionAndreas Rumpf2014-05-2912-33/+34
|\ \ \ \ \ | | | | | | | | | | | | Doc/fix assertion
| * | | | | Renamed considerAccents to considerQuotedIdentClay Sweetser2014-05-2611-31/+31
| | | | | |
| * | | | | Fixes #1200Clay Sweetser2014-05-241-1/+2
| | | | | |
| * | | | | Renamed 'considerAcc' to 'considerAccents' for clarityClay Sweetser2014-05-2412-33/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added documentation string to 'considerAccents' Modified renderParamType's assertion to allow nkAcc nodes.
* | | | | | Merge pull request #1178 from EXetoC/nostackframeAndreas Rumpf2014-05-293-4/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | noStackFrame -> asmNoStackFrame
| * | | | | | Forgot to remove that.EXetoC2014-05-041-1/+1
| | | | | | |
| * | | | | | Typo.EXetoC2014-05-041-1/+1
| | | | | | |
| * | | | | | asmNoStackFrame -> stackTrace:offEXetoC2014-05-043-3/+7
| | | | | | |
| * | | | | | noStackFrame -> asmNoStackFrameEXetoC2014-05-043-3/+3
| | | | | | |
* | | | | | | Merge pull request #1230 from flaviut/fix1226Andreas Rumpf2014-05-292-2/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix 1226 and document associated methods
| * | | | | | | Document manglingflaviut2014-05-262-1/+5
| | | | | | | |
| * | | | | | | Fix #1226flaviut2014-05-261-2/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #1231 from flaviut/test1149Andreas Rumpf2014-05-292-2/+21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add test for #1149
| * | | | | | | Enable disabled testflaviut2014-05-261-2/+1
| | | | | | | |
| * | | | | | | Add test for #1149flaviut2014-05-261-0/+20
| | | | | | | |
* | | | | | | | Merge pull request #1233 from barcharcraz/fixedWindowsVarriount2014-05-271-846/+846
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | renamed UINT in windows.nim to WINUINT
| * | | | | | | renamed UINT in windows.nim to WINUINTCharlie2014-05-261-846/+846
|/ / / / / / /
* | | | | | | Merge pull request #1132 from gradha/pr_index_improvementsAndreas Rumpf2014-05-2618-282/+629
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Documentation index improvements
| * | | | | | | Computes TIndexEntry hash without temporary strings.Grzegorz Adam Hankiewicz2014-05-241-5/+6
| | | | | | | |
| * | | | | | | Revert "Adds abstypes.txt to list of documentation to build."Grzegorz Adam Hankiewicz2014-05-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit fc0e43d6341bbd38aa84242cf21c2f31b07275f7 since it was dealt with in a16f762ce267d9aaa871f6a594f63ae6642f35a8.
| * | | | | | | Adds colon to symbols in the index.Grzegorz Adam Hankiewicz2014-04-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The colon makes it easier to get a unique match searching for symbols using words which may also appear as substrings or elsewhere.
| * | | | | | | Adds documentation section about the idx file format.Grzegorz Adam Hankiewicz2014-04-211-14/+58
| | | | | | | |
| * | | | | | | Inserts the title index term at the beginning of the buffer.Grzegorz Adam Hankiewicz2014-04-211-21/+34
| | | | | | | |
| * | | | | | | Removes text TOCs from the symbol index.Grzegorz Adam Hankiewicz2014-04-211-1/+6
| | | | | | | |
| * | | | | | | Assigns default title to module documentation.Grzegorz Adam Hankiewicz2014-04-211-4/+12
| | | | | | | |
| * | | | | | | Reduces length of lines to remove compilation warnings.Grzegorz Adam Hankiewicz2014-04-211-14/+16
| | | | | | | |
| * | | | | | | Adds abstypes.txt to list of documentation to build.Grzegorz Adam Hankiewicz2014-04-211-1/+1
| | | | | | | |
| * | | | | | | Fixes title and subtitle not setting the current section.Grzegorz Adam Hankiewicz2014-04-211-2/+2
| | | | | | | |
| * | | | | | | Fixes repeated index terms leading to same HTML anchor.Grzegorz Adam Hankiewicz2014-04-211-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of a hash for the rst node tree (which will always be the same) a simple counter table is used.
| * | | | | | | Links naming api with coding guidelines.Grzegorz Adam Hankiewicz2014-04-212-2/+11
| | | | | | | |
| * | | | | | | Removes many fake `idx` entries.Grzegorz Adam Hankiewicz2014-04-219-167/+167
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These *fake* entries are not needed any more now that the table of contents of documentation files appear in the index.
| * | | | | | | Updates some document titles to read better in the index.Grzegorz Adam Hankiewicz2014-04-218-22/+21
| | | | | | | |
| * | | | | | | Indexes tocs of documents even if they don't show any.Grzegorz Adam Hankiewicz2014-04-211-6/+6
| | | | | | | |
| * | | | | | | Generates quick jump list to modules.Grzegorz Adam Hankiewicz2014-04-211-4/+24
| | | | | | | |
| * | | | | | | Generates quick jump list to documentation files.Grzegorz Adam Hankiewicz2014-04-211-4/+26
| | | | | | | |
| * | | | | | | Refactors adhoc table of sequences into TIndexedDocs type.Grzegorz Adam Hankiewicz2014-04-211-59/+87
| | | | | | | |
| * | | | | | | Picks the correct symbol text for theindex embedded tocs.Grzegorz Adam Hankiewicz2014-04-211-2/+3
| | | | | | | |
| * | | | | | | Moves TOC index entry generation to rstgen module.Grzegorz Adam Hankiewicz2014-04-212-26/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We want it there so that index entries appear in the same order as they are found in the input text.