| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
