mmle Code
High level, cross-platform, header-only, C++ library for common tasks.
Brought to you by:
antumdeluge
| File | Date | Author | Commit |
|---|---|---|---|
| cmake | 2025-03-02 |
|
[4dcb11] Add some tests |
| docs | 2025-03-02 |
|
[055151] Add placeholder files for CMake & documentation... |
| include | 2025-03-02 |
|
[bb4b1b] Rename methods to extract basename & dirname fr... |
| src | 2025-03-02 |
|
[cf5fd9] Move fs_supported definition to config.h |
| tests | 2025-03-02 |
|
[65b37e] Update tests to proper function names |
| .gitignore | 2025-03-02 |
|
[07b3bf] Exclude build directory from staging |
| CMakeLists.txt | 2025-03-02 |
|
[1256e1] Fix include path |
| LICENSE.txt | 2025-03-01 |
|
[85aeb9] Add license & README texts |
| README.md | 2025-03-02 |
|
[b753e4] Change project type to header & source library |
| config.h.in | 2025-03-02 |
|
[cf5fd9] Move fs_supported definition to config.h |
(this project is a work-in-progress & may not yet be fully functional)
MMLE (Make My Life Easier) is a high level, cross-platform, C++ library for common tasks.
Originally written as part of Binary to Header, it is
now a separate project.