| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs: move linux kernel specific docs to docs/linux/ dir | Andrey Konovalov | 2017-10-27 | 1 | -70/+0 |
| | | |||||
| * | docs, tools: add local link checker | Andrey Konovalov | 2017-10-27 | 1 | -1/+1 |
| | | | | | | | This commit adds tools/check_links.py script, that checks that all local links from documentation files are valid; fixes some of the invalid links that we had; and makes travis buildbot check them as well. | ||||
| * | Makefile: build target binaries into separate dirs | Dmitry Vyukov | 2017-09-19 | 1 | -3/+3 |
| | | | | | | | | | | | | | We currently build binaries for all targets into bin. This makes mess in bin/ and does not allow testing of different archs. Build target binaries into bin/OS_ARCH/ subdirs. Host binaries are still built into bin/. Update #333 Update #324 Update #191 | ||||
| * | docs: various improvements | Andrey Konovalov | 2017-06-14 | 1 | -0/+70 |
