Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix flake8 violations | Takeshi KOMIYA | 2017-01-12 | 1 | -2/+2 | |
| | | ||||||
* | | logger.warning() supports node as location parameter | Takeshi KOMIYA | 2017-01-02 | 1 | -1/+1 | |
| | | ||||||
* | | Use loggers | Takeshi KOMIYA | 2017-01-02 | 1 | -3/+6 | |
| | | ||||||
* | | Remove backwards-compatible typos | Eric Wieser | 2016-12-31 | 1 | -11/+0 | |
| | | | | | | | | Decreed in #3297 not to be a public API | |||||
* | | PEP8 compliance | Eric Wieser | 2016-12-31 | 1 | -0/+3 | |
| | | ||||||
* | | Fix name of _parse_declerator [sic] | Eric Wieser | 2016-12-31 | 1 | -25/+28 | |
| | | ||||||
* | | Fix typos in sphinx.domains.cpp.AST class names | Eric Wieser | 2016-12-31 | 1 | -7/+12 | |
| | | | | | | | | Assuming this is a public API, the old names need to stick around | |||||
* | | Update type annotations | Takeshi KOMIYA | 2016-12-15 | 1 | -1/+1 | |
| | | ||||||
* | | Update type annotations | Takeshi KOMIYA | 2016-12-15 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into deprecate_sphinx.util.compat | Takeshi KOMIYA | 2016-12-14 | 1 | -0/+6 | |
|\ \ | ||||||
| * \ | Merge branch 'stable' | Takeshi KOMIYA | 2016-12-14 | 1 | -0/+6 | |
| |\ \ | | |/ | ||||||
| | * | builtin extensions return metadata to allow parallel build | Takeshi KOMIYA | 2016-12-12 | 1 | -0/+6 | |
| | | | ||||||
* | | | ``sphinx.util.compat.Directive`` class is now deprecated. | Takeshi KOMIYA | 2016-12-13 | 1 | -1/+1 | |
|/ / | ||||||
* | | Add type-check annotations to sphinx.domains | Takeshi KOMIYA | 2016-11-16 | 1 | -73/+473 | |
|/ | ||||||
* | Make rendering of multiline signatures better in html. | Jakob Lykke Andersen | 2016-10-20 | 1 | -9/+10 | |
| | ||||||
* | C++, add proper template introduction mangling | Jakob Lykke Andersen | 2016-08-07 | 1 | -2/+16 | |
| | ||||||
* | C++, fix ref checks for concepts. | Jakob Lykke Andersen | 2016-08-07 | 1 | -12/+7 | |
| | ||||||
* | Merge branch 'master' into cpp-concepts | Jakob Lykke Andersen | 2016-08-07 | 1 | -17/+245 | |
|\ | ||||||
| * | C++, add support for removing index text prefixes | Jakob Lykke Andersen | 2016-08-06 | 1 | -1/+7 | |
| | | | | | | | | Closes sphinx-doc/sphinx#1958. | |||||
| * | C++, oops | Jakob Lykke Andersen | 2016-08-06 | 1 | -2/+2 | |
| | | ||||||
| * | C++, increase support for attributes. | Jakob Lykke Andersen | 2016-08-06 | 1 | -4/+94 | |
| | | | | | | | | | | User-defined attributes and simple C++11 style attributes. Closes sphinx-doc/sphinx#2682. | |||||
| * | Merge branch 'master' into cpp-attributes | Jakob Lykke Andersen | 2016-08-05 | 1 | -1/+5 | |
| |\ | ||||||
| | * | Now all builders and domains work as built-in extensions | Takeshi KOMIYA | 2016-07-06 | 1 | -0/+4 | |
| | | | ||||||
| | * | Merge branch 'stable' | Takeshi KOMIYA | 2016-07-02 | 1 | -1/+1 | |
| | |\ | ||||||
| | | * | C++, fix id generation of var/member declarations. | Jakob Lykke Andersen | 2016-06-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Namespaces not in the declaration are now properly included in the id. Fixes sphinx-doc/sphinx#2722. | |||||
| * | | | C++, initial support for attributes. | Jakob Lykke Andersen | 2016-06-26 | 1 | -4/+91 | |
| |/ / | | | | | | | | | | | | | Only simple GNU style supported, and only in the decl-specifier-list. See sphinx-doc/sphinx#2682. | |||||
| * | | C++, fix role mismatch warnings for templateParam | Jakob Lykke Andersen | 2016-06-24 | 1 | -7/+8 | |
| | | | ||||||
| * | | Merge branch 'stable' | jfbu | 2016-06-18 | 1 | -4/+3 | |
| |\ \ | | |/ | ||||||
| | * | C++, fix parsing of function types in other types. | Jakob Lykke Andersen | 2016-06-16 | 1 | -4/+3 | |
| | | | | | | | | | | | | | | | Let all kinds of function parameters be allowed to have a name. Fixes michaeljones/breathe#267. | |||||
| * | | Merge branch 'stable' | jfbu | 2016-06-15 | 1 | -21/+22 | |
| |\ \ | | |/ | | | | | | | | | | | | | | | | Conflicts: sphinx/domains/cpp.py sphinx/texinputs/sphinx.sty tests/test_build_latex.py | |||||
| | * | C++, skip adding already used old-style ids. | Jakob Lykke Andersen | 2016-06-14 | 1 | -3/+9 | |
| | | | | | | | | | | | | See michaeljones/breathe#266. | |||||
| | * | C++, properly look up constructors. | Jakob Lykke Andersen | 2016-06-14 | 1 | -0/+5 | |
| | | | | | | | | | | | | Fixes sphinx-doc/sphinx#2666. | |||||
| | * | C++, fix missing scope info on some declarations. | Jakob Lykke Andersen | 2016-06-13 | 1 | -18/+9 | |
| | | | | | | | | | | | | See sphinx-doc/sphinx#2607 | |||||
| * | | C++, add warnings for misleading uses of roles. | Jakob Lykke Andersen | 2016-06-14 | 1 | -0/+22 | |
| |/ | ||||||
* | | C++, allow arbitrary initializer for variable concepts. | lucdanton | 2016-05-31 | 1 | -2/+12 | |
| | | ||||||
* | | C++, add support for template introductions. | Jakob Lykke Andersen | 2016-05-30 | 1 | -33/+132 | |
| | | | | | | | | Thanks to mickk-on-cpp. | |||||
* | | C++, add support for concept declarations. | Jakob Lykke Andersen | 2016-05-30 | 1 | -7/+90 | |
|/ | | | | | Concept placeholders are automatically linked. Thanks to mickk-on-cpp. | |||||
* | Fix crash on any-references with unicode. | Jakob Lykke Andersen | 2016-05-18 | 1 | -1/+1 | |
| | | | | Fixes sphinx-doc/sphinx#2555. | |||||
* | C++, fix crash reported in #2536. | Jakob Lykke Andersen | 2016-05-13 | 1 | -1/+1 | |
| | ||||||
* | C++, fixes sphinx-doc/sphinx#2456. | Jakob Lykke Andersen | 2016-04-19 | 1 | -38/+38 | |
| | | | | | Rename node attributes to only use lower case, because Docutils wants it that way. | |||||
* | C++, fix crash on duplicate declarations. | Jakob Lykke Andersen | 2016-04-06 | 1 | -10/+36 | |
| | | | | Fixes sphinx-doc/sphinx#2413. | |||||
* | C++, also support 'extern' for functions. | Jakob Lykke Andersen | 2016-03-31 | 1 | -5/+5 | |
| | | | | Thanks to Victor Zverovich. | |||||
* | C++, make prefixes of type declarations better. | Jakob Lykke Andersen | 2016-03-30 | 1 | -1/+12 | |
| | | | | | | Type declarations are now using the prefixes ``typedef``, ``using``, and ``type``, depending on the style of declaration. See also michaeljones/breathe#243 and michaeljones/breathe#242. | |||||
* | C++, add support for 'extern' and 'thread_local'. | Jakob Lykke Andersen | 2016-03-30 | 1 | -4/+23 | |
| | | | | Thanks to michaeljones/breathe#243 for noticing the lack of 'extern' support. | |||||
* | C++, tagnames for Breathe. | Jakob Lykke Andersen | 2016-03-30 | 1 | -1/+18 | |
| | | | | See michaeljones/breathe#242. | |||||
* | classifier of glossary terms can be used for index entries grouping key. The ↵ | shimizukawa | 2016-02-14 | 1 | -1/+1 | |
| | | | | classifier also be used for translation. See also :ref:`glossary-directive`. | |||||
* | Fix :cpp:any: fix_paren with explicit title. | Jakob Lykke Andersen | 2016-01-28 | 1 | -8/+9 | |
| | ||||||
* | Fix exception on reference lookup in C++ domain. | Jakob Lykke Andersen | 2016-01-27 | 1 | -5/+5 | |
| | | | | Fixes sphinx-doc/sphinx#2271. | |||||
* | Merge branch 'stable' | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
|\ | ||||||
| * | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
| | |