Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Use logging.suppress_logging() | Jakob Lykke Andersen | 2020-03-17 | 1 | -3/+0 | |
| | | ||||||
| * | C and C++ domains, change to new logging | Jakob Lykke Andersen | 2020-03-17 | 1 | -3/+9 | |
| | | | | | | | | Also add get_source_info() to SphinxDirective and SphinxRole | |||||
| * | C++, prevent false warnings from expressions with < | Jakob Lykke Andersen | 2020-03-16 | 1 | -0/+17 | |
| | | ||||||
* | | Deprecate codes for docutils-0.13 or 0.14 | Takeshi KOMIYA | 2020-03-07 | 1 | -5/+0 | |
|/ | ||||||
* | test: Use read_text() and read_bytes() | Takeshi KOMIYA | 2020-02-01 | 1 | -5/+5 | |
| | ||||||
* | C++, suppress some warnings that can never be fixed | Jakob Lykke Andersen | 2020-01-26 | 1 | -0/+9 | |
| | ||||||
* | C++, fix cross references in compound directives | Jakob Lykke Andersen | 2020-01-25 | 1 | -1/+4 | |
| | | | | Fixes sphinx-doc/sphinx#5078 | |||||
* | C++, make lookup key point to correct overloads | Jakob Lykke Andersen | 2020-01-25 | 1 | -0/+7 | |
| | ||||||
* | Merge pull request #7038 from jakobandersen/cpp_role_target_checking | Jakob Lykke Andersen | 2020-01-20 | 1 | -2/+50 | |
|\ | | | | | C++, test role target checks and fix two cases | |||||
| * | C++, hax because of Windows path separators | Jakob Lykke Andersen | 2020-01-20 | 1 | -1/+1 | |
| | | ||||||
| * | C++, test role target checks and fix two cases | Jakob Lykke Andersen | 2020-01-20 | 1 | -2/+50 | |
| | | ||||||
* | | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 | |
|/ | ||||||
* | C++, support bit-fields | Jakob Lykke Andersen | 2019-10-06 | 1 | -0/+10 | |
| | | | | Fixes sphinx-doc/sphinx#6707 | |||||
* | Fix flake8 violations | Takeshi KOMIYA | 2019-07-01 | 1 | -4/+4 | |
| | ||||||
* | C++, allow 8 and 9 in hexadecimal integer literals. | Jakob Lykke Andersen | 2019-04-14 | 1 | -1/+1 | |
| | | | | Fixes sphinx-doc/sphinx#6286. | |||||
* | C++, fix parsing of full xrefs. | Jakob Lykke Andersen | 2019-04-01 | 1 | -0/+14 | |
| | | | | Fixes sphinx-doc/sphinx#6208 | |||||
* | C++, fix parsing of initializers | Jakob Lykke Andersen | 2019-03-16 | 1 | -0/+36 | |
| | | | | | | Specifically, add parsing of braced-init-list. See also michaeljones/breathe#425 | |||||
* | Revert "C++, conditionally disable test on sys.maxunicode" | Takeshi KOMIYA | 2019-02-27 | 1 | -4/+2 | |
| | | | | This reverts commit 2a544b4ec3bce0bd6c11d7fda8df5a04013eca1f. | |||||
* | HTML builder outputs HTML5 by default | Takeshi KOMIYA | 2019-02-11 | 1 | -4/+8 | |
| | ||||||
* | Add 'cpp:struct' directive and 'cpp:struct' role. | Frank Erens | 2019-01-20 | 1 | -3/+4 | |
| | | | | They are cosmetic variants of the class directive/role. | |||||
* | C++, minor fixes | Jakob Lykke Andersen | 2019-01-20 | 1 | -0/+7 | |
| | ||||||
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-13 | 1 | -9/+25 | |
|\ | ||||||
| * | C++, parse all fold expressions | Jakob Lykke Andersen | 2019-01-06 | 1 | -3/+8 | |
| | | ||||||
| * | C++ fixes | Jakob Lykke Andersen | 2019-01-06 | 1 | -6/+17 | |
| | | | | | | | | | | | | | | - Hyperlinks for declarations involving east cv-qualifiers. - Duplicate declaration error on function templates with constraints in the return type. Fixes sphinx-doc/sphinx#5755 | |||||
* | | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 | |
| | | ||||||
* | | Replace use of six.text_type with str | Jon Dufresne | 2018-12-18 | 1 | -2/+1 | |
| | | | | | | | | | | This removes the last use of the six package allowing Sphinx to remove it as a dependency. | |||||
* | | Merge pull request #5819 from jdufresne/coding-comment | Takeshi KOMIYA | 2018-12-17 | 1 | -1/+0 | |
|\ \ | | | | | | | Remove unnecessary encoding cookie from Python source files | |||||
| * | | Remove unnecessary encoding cookie from Python source files | Jon Dufresne | 2018-12-16 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Python 3, the default encoding of source files is utf-8. The encoding cookie is now unnecessary and redundant so remove it. For more details, see the docs: https://docs.python.org/3/howto/unicode.html#the-string-type > The default encoding for Python source code is UTF-8, so you can > simply include a Unicode character in a string literal ... Includes a fix for the flake8 header checks to stop expecting an encoding cookie. | |||||
* | | | Merge pull request #5814 from jdufresne/str-format-coerce | Takeshi KOMIYA | 2018-12-17 | 1 | -4/+4 | |
|\ \ \ | |/ / |/| | | Remove redundant coerce to str in string formatting | |||||
| * | | Remove redundant coerce to str in string formatting | Jon Dufresne | 2018-12-16 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | When an object is passed to a string format placeholder '%s', Python will implicitly call str() on the object. This applies to print() and logging as well. | |||||
* | | | Merge branch '1.8' | jfbu | 2018-12-16 | 1 | -2/+14 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | C++, fix parsing of floating point literals | Jakob Lykke Andersen | 2018-12-16 | 1 | -2/+14 | |
| | | | | | | | | Fixes sphinx-doc/sphinx#5636 | |||||
* | | Prefer https:// links where available | Jon Dufresne | 2018-09-23 | 1 | -1/+1 | |
| | | ||||||
* | | Remove unnecessary object from class definitions | Jon Dufresne | 2018-09-11 | 1 | -2/+2 | |
|/ | | | | | In Python 3, all classes are new-style classes. The object in the definition is redundant and unnecessary. | |||||
* | C++, conditionally disable test on sys.maxunicode | Jakob Lykke Andersen | 2018-08-26 | 1 | -2/+4 | |
| | ||||||
* | C++, add parsing of basic new expressions. | Jakob Lykke Andersen | 2018-08-17 | 1 | -1/+7 | |
| | ||||||
* | C++, add parsing of delete expressions. | Jakob Lykke Andersen | 2018-08-15 | 1 | -0/+5 | |
| | ||||||
* | C++, parse attributes on declerators as well. | Jakob Lykke Andersen | 2018-08-11 | 1 | -0/+6 | |
| | | | | Fixes sphinx-doc/sphinx#5187 | |||||
* | C++, add support for (most) character literals. | Jakob Lykke Andersen | 2018-08-10 | 1 | -1/+14 | |
| | | | | Fixes sphinx-doc/sphinx#5147 | |||||
* | Fix flake8 violations on tests | Takeshi KOMIYA | 2018-07-28 | 1 | -6/+6 | |
| | ||||||
* | C++, add support for anon entities. | Jakob Lykke Andersen | 2018-06-09 | 1 | -1/+8 | |
| | | | | | | | Anonymous entities are specified with names starting with "@", but are rendered as "[anonymous]". Fixes sphinx-doc/sphinx#3593 and sphinx-doc/sphinx#2683. | |||||
* | Merge branch '1.7' | Takeshi KOMIYA | 2018-05-29 | 1 | -0/+3 | |
|\ | ||||||
| * | C++: parse pack expansions in function calls. | lucdanton | 2018-05-26 | 1 | -0/+3 | |
| | | ||||||
* | | C++, support for unions. | Jakob Lykke Andersen | 2018-05-26 | 1 | -0/+4 | |
| | | ||||||
* | | Add cpp:texpr role (style alternative to cpp:expr) | Jakob Lykke Andersen | 2018-05-26 | 1 | -0/+65 | |
|/ | | | | | Simplified version of sphinx-doc/sphinx#4836, thanks to mickk-on-cpp. | |||||
* | C++, parse 'this' in expressions. | Jakob Lykke Andersen | 2018-02-19 | 1 | -0/+1 | |
| | ||||||
* | C++, parse explicit casts and typeid in expression | Jakob Lykke Andersen | 2018-02-19 | 1 | -1/+6 | |
| | ||||||
* | Fix flake8 violations | Takeshi KOMIYA | 2018-02-19 | 1 | -2/+2 | |
| | ||||||
* | Merge branch 'happy_new_year' into master | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 | |
|\ |