|
lipsum-cpp 0.5.4
A basic library written in C++ for generating placeholder Lorem Ipsum text.
|
Directories | |
| cli | |
| jsbind | |
| lipsum | |
| lipsumc | |
| lipsumpy | |
| test | |
Files | |
| lipsum.h | |
| C wrapper over lipsum-cpp. | |
| lipsum.hpp | |
| Main header of lipsum-cpp. | |
| lipsum_h.cpp | |
| Contains the definitions of all the C wrapper's functions. | |
| lipsum_static.cpp | |
| Source file when building lipsum-cpp as static or shared library. | |
This is the main source directory of lipsum-cpp.
The changes between "minimum build" mode and normal mode is that the only functionality that is available is the core plain text generation functions. Commas and periods are the only punctuation symbols available, many unneeded settings are stripped, some C++20 lpsm::internal concepts are stripped, and lpsm::internal::ToString() and lpsm::internal::ToType() only use basic std::stringstream conversion. Multi-source lorem-ipsum functionality is stripped and log messages do not contain colour. Quiet mode disables logging from lpsm::internal::LogWarn(). Verbose mode enables verbose log messages from lipsum-cpp. If both verbose and quiet mode are enabled, treat as simply quiet mode.