Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pybind: removal of swig components | Josh Morman | 2020-06-04 | 1 | -319/+0 |
| | |||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | docs: Properly excape backslashes in swig docstrings | Brennan Ashton | 2018-11-01 | 1 | -1/+3 |
| | | | | Fixes #2097 | ||||
* | python3: update non-GRC components to use python2 or python3 | Douglas Anderson | 2017-02-26 | 1 | -4/+5 |
| | |||||
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -12/+12 |
| | | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace). | ||||
* | sphinx-docs: Minor updates to sphinx documentation. | Ben Reynwar | 2013-04-07 | 1 | -4/+4 |
| | |||||
* | docstrings: Include class documentation into SWIGed make function's docstrings. | Ben Reynwar | 2013-04-07 | 1 | -1/+3 |
| | |||||
* | docs: remove redundant retries from swig_doc.py | Josh Blum | 2012-07-03 | 1 | -74/+26 |
| | | | | With proper build dependencies, it should not be needed. | ||||
* | docs: Fixing swig_doc and sphinx so that it can deal with 3.7 style. | Ben Reynwar | 2012-05-21 | 1 | -8/+73 |
| | |||||
* | docs: Modified swig_doc.py to put parameter info in docstrings. | Ben Reynwar | 2012-05-08 | 1 | -69/+69 |
| | |||||
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | 2012-04-13 | 1 | -10/+10 |
| | | | | | | this in the future. The sed script was provided by Moritz Fischer. | ||||
* | docs: swig_docs don't look at operators when building Python documentation. | Marcus Mueller | 2012-02-10 | 1 | -0/+2 |
| | |||||
* | docs: another try/except/rerun spot. | Tom Rondeau | 2012-01-19 | 1 | -6/+22 |
| | |||||
* | docs: another hack to check for errors and retry when building the swigdocs. | Tom Rondeau | 2012-01-16 | 1 | -1/+1 |
| | |||||
* | docs: another recheck point in the siwg_doc code. If a parse error happens, ↵ | Tom Rondeau | 2012-01-06 | 1 | -4/+24 |
| | | | | try rereading up to 3 times. | ||||
* | build: have swig_doc catch the exception when the xml parsing fails on a ↵ | Tom Rondeau | 2012-01-03 | 1 | -2/+20 |
| | | | | | | not-complete file. The method sleeps for a second and tries again 3 times before fully failing. This seems a bit crass... | ||||
* | work on swig docs, added to core and digital | Josh Blum | 2011-11-16 | 1 | -5/+5 |
| | |||||
* | docs: grabbed support files from ben's repo and my repo | Josh Blum | 2011-11-16 | 1 | -0/+253 |