Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | C++, fix handling of (templated) operators | Jakob Lykke Andersen | 2017-12-28 | 1 | -0/+7 | |
| | | ||||||
* | | C++, support the template disambiguator for dependent names. | Jakob Lykke Andersen | 2017-12-24 | 1 | -0/+2 | |
| | | ||||||
* | | Fix flake8 violations | Takeshi KOMIYA | 2017-12-23 | 1 | -219/+219 | |
| | | ||||||
* | | C++, handle defaulted constrained template type parameters | Jakob Lykke Andersen | 2017-12-20 | 1 | -0/+4 | |
| | | ||||||
* | | C++, support explicit member instantiations | Jakob Lykke Andersen | 2017-12-04 | 1 | -0/+7 | |
| | | | | | | | | See michaeljones/breathe#325 | |||||
* | | C++, fix hyperlinking of nested names | Jakob Lykke Andersen | 2017-12-01 | 1 | -0/+4 | |
| | | ||||||
* | | C++, parse decltype(<expr>) | Jakob Lykke Andersen | 2017-11-26 | 1 | -0/+7 | |
| | | | | | | | | Fixes sphinx-doc/sphinx#4094 | |||||
* | | C++, parse more unary expressions | Jakob Lykke Andersen | 2017-11-26 | 1 | -0/+5 | |
| | | | | | | | | Last part, fixes sphinx-doc/sphinx#4114 | |||||
* | | C++, parse more types of integer literals | Jakob Lykke Andersen | 2017-11-26 | 1 | -3/+14 | |
| | | | | | | | | Fixes case 0 of sphinx-doc/sphinx#4114 | |||||
* | | C++: remove function concepts. | lucdanton | 2017-10-26 | 1 | -4/+0 | |
| | | ||||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2017-10-05 | 1 | -0/+7 | |
|\ \ | |/ | ||||||
| * | C++, add test case for sphinx-doc/sphinx#4096 | Jakob Lykke Andersen | 2017-10-03 | 1 | -0/+7 | |
| | | ||||||
* | | C++, allow empty template argument lists | Jakob Lykke Andersen | 2017-09-28 | 1 | -0/+2 | |
| | | | | | | | | See sphinx-doc/sphinx#4094 | |||||
* | | Merge branch '1.6-release' | jfbu | 2017-05-11 | 1 | -0/+2 | |
|\ \ | |/ | | | | | | | | | | | Fixed conflicts: tests/test_build_html5.py Also updated tests/test_build_latex.py | |||||
| * | Fix flake8 violations | Takeshi KOMIYA | 2017-05-09 | 1 | -0/+2 | |
| | | ||||||
* | | C++, turn on version 3 mangling | Jakob Lykke Andersen | 2017-05-04 | 1 | -7/+11 | |
| | | ||||||
* | | C++, expressions | Jakob Lykke Andersen | 2017-05-04 | 1 | -7/+91 | |
| | | ||||||
* | | C++, internal changes to id generation | Jakob Lykke Andersen | 2017-05-04 | 1 | -231/+232 | |
| | | ||||||
* | | C++, handle decltype(auto) | Jakob Lykke Andersen | 2017-05-02 | 1 | -3/+2 | |
|/ | ||||||
* | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
|\ | ||||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'stable' | jfbu | 2017-03-12 | 1 | -6/+10 | |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | Conflicts resolved: sphinx/domains/cpp.py sphinx/domains/python.py sphinx/texinputs/sphinx.sty sphinx/util/docfields.py sphinx/writers/latex.py tests/test_build_latex.py Also updated: sphinx/domains/__init__.py | |||||
| * | C++, fix parsing error of non-type template arg | Jakob Lykke Andersen | 2017-03-12 | 1 | -6/+10 | |
| | | | | | | | | Fixes sphinx-doc/sphinx#3542 | |||||
* | | Reduce DeprecationWarnings for regexp | Takeshi KOMIYA | 2017-02-17 | 1 | -6/+6 | |
| | | ||||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2017-01-29 | 1 | -2/+1 | |
|\ \ | |/ | ||||||
| * | Fix flake8 violations | Takeshi KOMIYA | 2017-01-26 | 1 | -2/+1 | |
| | | ||||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2017-01-16 | 1 | -2/+10 | |
|\ \ | |/ | ||||||
| * | C++, fix refs to operator() functions. | Jakob Lykke Andersen | 2017-01-15 | 1 | -2/+10 | |
| | | | | | | | | Fixes sphinx-doc/sphinx#2952. | |||||
* | | C++, at option tparam-line-spec for templates. | Jakob Lykke Andersen | 2017-01-15 | 1 | -1/+1 | |
|/ | | | | Make it possible to render template parameters on separate lines. | |||||
* | pytest: remove deprecated with_app decorator functions | shimizukawa | 2017-01-06 | 1 | -4/+3 | |
| | ||||||
* | pytest: remove deprecated raises and raises_msg assert functions | shimizukawa | 2017-01-06 | 1 | -17/+32 | |
| | ||||||
* | C++, add proper template introduction mangling | Jakob Lykke Andersen | 2016-08-07 | 1 | -12/+12 | |
| | ||||||
* | Merge branch 'master' into cpp-concepts | Jakob Lykke Andersen | 2016-08-07 | 1 | -7/+47 | |
|\ | ||||||
| * | C++, increase support for attributes. | Jakob Lykke Andersen | 2016-08-06 | 1 | -1/+23 | |
| | | | | | | | | | | User-defined attributes and simple C++11 style attributes. Closes sphinx-doc/sphinx#2682. | |||||
| * | C++, initial support for attributes. | Jakob Lykke Andersen | 2016-06-26 | 1 | -0/+13 | |
| | | | | | | | | | | Only simple GNU style supported, and only in the decl-specifier-list. See sphinx-doc/sphinx#2682. | |||||
| * | C++, fix parsing of function types in other types. | Jakob Lykke Andersen | 2016-06-16 | 1 | -0/+5 | |
| | | | | | | | | | | Let all kinds of function parameters be allowed to have a name. Fixes michaeljones/breathe#267. | |||||
| * | Fix flake8 violation under tests/ | Takeshi KOMIYA | 2016-06-12 | 1 | -6/+6 | |
| | | ||||||
* | | C++, add test for initialized variable concepts | Jakob Lykke Andersen | 2016-06-14 | 1 | -0/+2 | |
| | | ||||||
* | | C++, add support for template introductions. | Jakob Lykke Andersen | 2016-05-30 | 1 | -0/+30 | |
| | | | | | | | | Thanks to mickk-on-cpp. | |||||
* | | C++, add support for concept declarations. | Jakob Lykke Andersen | 2016-05-30 | 1 | -1/+15 | |
|/ | | | | | Concept placeholders are automatically linked. Thanks to mickk-on-cpp. | |||||
* | C++, also support 'extern' for functions. | Jakob Lykke Andersen | 2016-03-31 | 1 | -0/+2 | |
| | | | | Thanks to Victor Zverovich. | |||||
* | C++, add support for 'extern' and 'thread_local'. | Jakob Lykke Andersen | 2016-03-30 | 1 | -0/+5 | |
| | | | | Thanks to michaeljones/breathe#243 for noticing the lack of 'extern' support. | |||||
* | Fix :cpp:any: fix_paren with explicit title. | Jakob Lykke Andersen | 2016-01-28 | 1 | -36/+64 | |
| | ||||||
* | Merge branch 'stable' | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
|\ | ||||||
| * | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2016-01-11 | 1 | -1/+49 | |
|\ \ | |/ | ||||||
| * | Fix #2178: Unparseable C++ cross-reference when referencing a function with ↵ | Takeshi KOMIYA | 2015-12-27 | 1 | -1/+49 | |
| | | | | | | | | :cpp:any: | |||||
* | | C++, add support for pointers to member (function) | Jakob Lykke Andersen | 2015-12-02 | 1 | -68/+93 | |
| | | | | | | | | See sphinx-doc/sphinx#2146 | |||||
* | | C++, properly render multi-line declarations. | Jakob Lykke Andersen | 2015-10-13 | 1 | -2/+6 | |
| | | | | | | | | | | Fixes template rendering, e.g., when generating Latex. Thanks to michaeljones/breathe#127 for pointing in the right direction. |