chiark / gitweb /
blog.git
2018-02-11 Vladimír Vondrušdoxygen: propagate keywords from inside sections as...
2018-02-11 Vladimír Vondrušdoxygen: minor cleanup.
2018-02-11 Vladimír Vondrušdoxygen: go back in history when closing search.
2018-02-11 Vladimír Vondrušdoxygen: render the aliases in search better.
2018-02-11 Vladimír Vondrušdoxygen: properly bubble up also enum-values-as-keyword...
2018-02-10 Vladimír Vondrušdoxygen: properly bubble search keywords from sections...
2018-02-10 Vladimír Vondrušdoxygen: test that search keywords inside sections...
2018-02-10 Vladimír Vondrušdoxygen: test another case of result URL merging.
2018-02-10 Vladimír Vondrušdoxygen: this is not needed, it was tested elsewhere.
2018-02-10 Vladimír Vondrušdoxygen: fix heavily nested result URL combining.
2018-02-10 Vladimír Vondrušdoxygen: test that nested namespaces have the URL prope...
2018-02-10 Vladimír Vondrušdoxygen: document why a test is skipped.
2018-02-10 Vladimír Vondrušdoxygen: support rendering namespace members in file...
2018-02-10 Vladimír Vondrušdoxygen: properly qualify base/derived classes in other...
2018-02-10 Vladimír Vondrušdoxygen: be more strict when parsing symbol IDs.
2018-02-10 Vladimír Vondrušdoxygen: be compatible with stock HTML output for undoc...
2018-02-10 Vladimír Vondrušdoxygen: don't populate search data when search is...
2018-02-10 Vladimír Vondrušdoxygen: explicitly encode all output files as UTF-8.
2018-02-10 Arvid GerstmannFix encoding error on Windows
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...
next