Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sqlite3: add regexp searches to search.py | Adrian Negreanu | 2015-05-22 | 1 | -228/+255 |
| | |||||
* | sqlite3: add new searches to search.py | Adrian Negreanu | 2014-02-08 | 1 | -62/+267 |
| | | | | | | | | | | + -I <I> Get the includers of <I> + -i <I> Get the includees of <I> + -M <C> Get all members of class <C> + -B <C> Get the base classes of class <C> + -S <C> Get the sub classes of class <C> Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com> | ||||
* | add search.py, a client for doxygen_sqlite3.db | Adrian Negreanu | 2014-01-09 | 1 | -0/+159 |
Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com> |