| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-03-22 | extsh: add linenoise input handlingmaster | Felix Morgner | 6 | -6/+28 | |
| 2018-03-22 | build: fix conan compiler detection | Felix Morgner | 1 | -1/+9 | |
| 2017-10-14 | test: add JUnit Reporting integration | Felix Morgner | 2 | -0/+18 | |
| 2017-10-14 | extsh: refactor shell | Felix Morgner | 3 | -8/+54 | |
| 2017-01-24 | doc: Add documentation for arraydump | Felix Morgner | 3 | -0/+91 | |
| 2017-01-17 | arraydump: remove unnecessary imports | Felix Morgner | 1 | -2/+0 | |
| 2017-01-17 | project: add support for non cmake utilities | Felix Morgner | 1 | -0/+1 | |
| 2016-12-30 | superblock: Define predefined enums | Felix Morgner | 10 | -49/+864 | |
| 2016-12-25 | travis: Use modern libstdc++ for clang builds | Felix Morgner | 1 | -0/+2 | |
| 2016-12-25 | travis: Force creation of the file systems | Felix Morgner | 1 | -10/+10 | |
| 2016-12-25 | travis: Debug file creation | Felix Morgner | 1 | -8/+8 | |
| 2016-12-25 | test: Switch to /dev/urandom for image creation | Felix Morgner | 1 | -10/+10 | |
| 2016-12-25 | extfs: Add exisiting image construction tests | Felix Morgner | 2 | -5/+117 | |
| 2016-12-25 | project: Add Travis and Coveralls badges | Felix Morgner | 1 | -2/+1 | |
| 2016-12-25 | travis: Fix coverage report aggregation | Felix Morgner | 1 | -6/+3 | |
| 2016-12-25 | travis: Fix coverage report script | Felix Morgner | 1 | -1/+1 | |
| 2016-12-25 | travis: Factor out coverage reporting | Felix Morgner | 2 | -2/+19 | |
| 2016-12-25 | coverage: Clean up CodeCoverage.cmake | Felix Morgner | 3 | -45/+78 | |
| 2016-12-25 | coverage: Fix header globbing | Felix Morgner | 1 | -1/+1 | |
| 2016-12-25 | extfs: Fix extfs::label() to handle empty string | Felix Morgner | 1 | -1/+1 | |
| 2016-12-25 | extfs: add empty label test | Felix Morgner | 3 | -2/+9 | |
| 2016-12-25 | travis: Fix src path for lcov | Felix Morgner | 1 | -1/+1 | |
| 2016-12-25 | coverage: Remove path normalization | Felix Morgner | 2 | -7/+2 | |
| 2016-12-25 | coverage: Add path normalization | Felix Morgner | 1 | -1/+9 | |
| 2016-12-25 | extfs: Add new test for extfs::has_label | Felix Morgner | 1 | -0/+7 | |
| 2016-12-25 | cmake: Remove unnecessary flag hack | Felix Morgner | 1 | -3/+0 | |
| 2016-12-25 | cmake: Add missing quotes | Felix Morgner | 1 | -1/+1 | |
| 2016-12-25 | project: Add CI and coverage support | Felix Morgner | 4 | -0/+283 | |
| 2016-12-25 | project: Add first unit test | Felix Morgner | 6 | -1/+216 | |
| 2016-12-25 | superblock: Rename extfs_superblock to superblock | Felix Morgner | 4 | -6/+6 | |
| 2016-12-25 | extfs: Swap order of member variables | Felix Morgner | 1 | -1/+1 | |
| Since we know that sizeof(extfs_superblock) is guaranteed to be 1024, we should move it to the begining of the data member list. Since 1024 is a power of two, we can be pretty certain, that no padding will be inserted after fs::extfs::m_primarySuperblock. std::fstream however makes no guarantees as to what it size is. Thus we would risk the insertion of padding. | |||||
| 2016-12-24 | documentation: Add cppreference tags for doxygen | Felix Morgner | 2 | -0/+35490 | |
| 2016-12-24 | readme: Add "Read the Docs" badge | Felix Morgner | 1 | -0/+3 | |
| 2016-12-24 | extfs: Add label retrieval | Felix Morgner | 3 | -2/+41 | |
| 2016-12-24 | Update documentation | Felix Morgner | 8 | -67/+154 | |
| 2016-12-24 | Update documentation | Felix Morgner | 11 | -8/+179 | |
| 2016-12-23 | Initial commit | Felix Morgner | 14 | -0/+408 | |
