chiark / gitweb /
blog.git
2018-02-09 Vladimír Vondrušdoxygen: implement remaining kinds of section commands.
2018-02-09 Vladimír Vondrušdoxygen: hide unreachable code from coverage, remove...
2018-02-09 Vladimír Vondrušdoxygen: support the \retval command.
2018-02-09 Vladimír Vondrušdoxygen: kill dead code.
2018-02-09 Vladimír Vondrušdoxygen: use python3 executable for more scripts.
2018-02-06 Arvid GerstmannUse Python3 executable, instead of Python
2018-02-05 Vladimír Vondrušdoxygen: explicitly save symbol count.
2018-02-05 Vladimír VondrušDoc++
2018-02-05 Vladimír Vondrušdoxygen: implement \m_keyword, \m_keywords and \m_enum_...
2018-02-04 Vladimír Vondrušdoxygen: support for aliases in search.
2018-02-04 Vladimír Vondrušdoxygen: every item added to the map should have proper...
2018-02-04 Vladimír Vondrušdoxygen: save search data size as bytes.
2018-02-04 Vladimír Vondrušdoxygen: simplify search (de)serialization code.
2018-02-04 Vladimír Vondrušdoxygen: save some bits.
2018-02-04 Vladimír Vondrušdoxygen: add compound to search data during the actual...
2018-02-04 Vladimír Vondrušdoxygen: verify size of search data in the integration...
2018-02-04 Vladimír Vondrušdoxygen: add functions twice to the search data.
2018-02-04 Vladimír Vondrušdoxygen: avoid trailing spaces in search pretty-print.
2018-02-04 Vladimír Vondrušdoxygen: sort globbed files when testing.
2018-02-04 Vladimír Vondrušdoxygen: huh why are the hashes completely different...
2018-02-04 Vladimír Vondrušdoxygen: implemented result map prefix merging.
2018-02-04 Vladimír Vondrušdoxygen: there will never be more barriers.
2018-02-04 Vladimír Vondrušdoxygen: stupid Doxygen.
2018-02-04 Vladimír Vondrušdoxygen: gathering search results breadth-first.
2018-02-04 Vladimír Vondrušdoxygen: save result count instead of node size to...
2018-02-04 Vladimír Vondrušdoc: updated Doxygen docs.
2018-02-04 Vladimír Vondrušdoxygen: propagate function deletion status to the...
2018-02-04 Vladimír Vondrušdoxygen: extract deprecation info and show it everywhere.
2018-02-03 Vladimír Vondrušdoxygen: don't show dirs with / at the end in search.
2018-02-03 Vladimír Vondrušdoxygen: disable unneeded Doxygen output in tests.
2018-02-03 Vladimír Vondrušdoxygen: avoid wrapping the top navbar on small screen...
2018-02-03 Vladimír Vondrušdoxygen: include symbol type in the search data.
2018-02-03 Vladimír Vondrušcss: styling for Doxygen search result labels.
2018-02-03 Vladimír Vondrušdoxygen: make search lookahead barriers and subtree...
2018-02-03 Vladimír Vondrušdoxygen: improve the trie pretty print flexibility...
2018-02-03 Vladimír Vondrušdoxygen: proper UTF-8 support in search.
2018-02-03 Vladimír Vondrušdoxygen: show count of found results and search time.
2018-02-03 Vladimír Vondrušdoxygen: prevent page scroll (and layout jumps) on...
2018-02-03 Vladimír Vondrušdoxygen: implement lookahead barriers for search.
2018-02-03 Vladimír Vondrušdoxygen: don't include function parameter names in...
2018-02-03 Vladimír Vondrušdoxygen: strip HTML tags from function param types...
2018-02-03 Vladimír Vondrušdoxygen: search result clarity improvements.
2018-02-03 Vladimír Vondrušpackage/ci: JS testing on Travis.
2018-02-03 Vladimír Vondrušdoxygen: updated docs about unit testing and coverage...
2018-02-03 Vladimír Vondrušdoxygen: fix case where pages are subpages of index.
2018-02-03 Vladimír Vondrušdoxygen: don't die if a page doesn't have a title.
2018-02-03 Vladimír Vondrušdoxygen: initial client-side search implementation.
2018-01-30 Vladimír Vondrušdoxygen: save half of node size, as it is aligned to...
2018-01-30 Vladimír Vondrušdoxygen: assert that the search trie consists only...
2018-01-30 Vladimír Vondrušdoxygen: serializing search result map and everything...
2018-01-30 Vladimír Vondrušdoxygen: ability to print trie stats in the pretty...
2018-01-30 Vladimír Vondrušdoxygen: implement subtree merging.
2018-01-30 Vladimír Vondrušdoxygen: ability to use the pretty trie printer from...
2018-01-30 Vladimír Vondrušdoxygen: initial Trie building & serialization implemen...
2018-01-30 Vladimír Vondrušdoxygen: loudly ignore member groups without a \name...
2018-01-29 Vladimír Vondrušdoxygen: render Reference in TOC only if there is some...
2018-01-29 Vladimír Vondrušdoxygen: don't be so strict about directory parents.
2018-01-29 Vladimír Vondrušdoxygen: fix section merging with return value docs...
2018-01-29 Vladimír Vondrušdoxygen: more flexible table rendering.
2018-01-29 Vladimír Vondrušdoxygen: support `\param x, y, z Description`.
2018-01-29 Vladimír Vondrušdoxygen: don't die on empty elements.
2018-01-29 Vladimír Vondrušdoxygen: support math formulas in custom environment.
2018-01-29 Vladimír Vondrušdoxygen: groups can have inner classes, too.
2018-01-29 Vladimír Vondrušdoxygen: more flexible function argument array parsing.
2018-01-29 Vladimír Vondrušdoxygen: be less strict when parsing \param and \return.
2018-01-29 Vladimír Vondrušdoxygen: don't die on XML parse error.
2018-01-29 Vladimír Vondrušdoxygen: complain instead of blowing up if more \return...
2018-01-29 Vladimír Vondrušdoxygen: make it possible to call this script from...
2018-01-29 Vladimír Vondrušdoxygen: initial support for modules.
2018-01-29 Vladimír Vondrušdoxygen: generate empty index page in case nothing...
2018-01-29 Vladimír Vondrušdoxygen: ignore RCS strings to avoid assertions.
2018-01-29 Vladimír Vondrušdoxygen: support <pre> tags.
2018-01-29 Vladimír Vondrušdoxygen: solve all problems of mankind by making paths...
2018-01-28 Vladimír VondrušExclude test directories from coverage report.
2018-01-28 Vladimír Vondrušpackage/ci: no need to pretend that we have coverage...
2018-01-28 Vladimír Vondrušdoxygen: try to test more stuff on 1.8.13.
2018-01-28 Vladimír Vondrušcss: clean up and remove redundant stuff from header...
2018-01-27 Vladimír VondrušAdded codecov.io badge to README.
2018-01-27 Vladimír Vondrušpackage/ci: upload code coverage to codecov.io.
2018-01-22 Vladimír Vondrušsite: enable the math-as-code fallback.
2018-01-22 Vladimír Vondrušm.math: ability of fallback to rendering math as code...
2018-01-22 Vladimír Vondrušm.code: properly preserve backslashes in inline :code:.
2018-01-22 Vladimír Vondrušm.code: test that backslashes in inline :code: are...
2018-01-22 Vladimír Vondrušdoc: properly specify the :css: interpreted text role...
2018-01-20 Vladimír Vondrušdoc: document base/derived classes in the doxygen template.
2018-01-18 Vladimír Vondrušdoxygen: aaand now the coverage is 100%.
2018-01-18 Vladimír Vondrušdoxygen: warn when export macros are spotted in the...
2018-01-18 Vladimír Vondrušdoxygen: test that example pages work even without...
2018-01-18 Vladimír Vondrušdoxygen: properly ignore empty/private documentation...
2018-01-18 Vladimír Vondrušdoxygen: dedicated test for ignoring empty documentatio...
2018-01-18 Vladimír Vondrušdoxygen: skip the example test on Doxygen < 1.8.14.
2018-01-18 Vladimír Vondrušdoxygen: remove pointless restrictions for valid use...
2018-01-18 Vladimír Vondrušdoxygen: list base and derived classes.
2018-01-18 Vladimír Vondrušdoxygen: moved test for \m_footernavigation to a better...
2018-01-18 Vladimír Vondrušdoxygen: new \m_examplenavigation command.
2018-01-18 Vladimír Vondrušsite: build status page.
2018-01-18 Vladimír Vondrušm.gl: ability to link to WebGL extensions.
2018-01-18 Vladimír Vondrušdoc++
2018-01-18 Vladimír Vondrušpackage/ci: assign unique IDs to builds.
2018-01-18 Vladimír VondrušRevert "package/ci: use Doxygen 1.8.14 on Travis."
next