| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cli11: 1.6.2 -> 1.7.1 | William A. Kennington III via Openembedded-devel | 2019-05-29 | 1 | -19/+0 |
| | | | | | | | | | LICENSE checksum updated to reflect a new copyright date being updated there. Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
| * | cli11: Add knob to Enable/Disable clang-tidy explicity | Khem Raj | 2019-02-13 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | When building with clang otherwise this gets enabled and we have problems with headers especially due to OEs multilibbing effort on arm where headers like bits/wordsize.h are hijacked and some wrappers are translanted, these transplants have additional requirements/constraints e.g. compiler internal arch defines e.g. __arm__ etc. which may not be passed by tools like clang-tidy which are arch independent. Ideally we should not require to disable clang-tidy here but we make a compromise, since OEs headers are the way as explained above Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
| * | cli11: Add recipe | William A. Kennington III via Openembedded-devel | 2019-01-15 | 1 | -0/+16 |
| cli11 is a c++ command line parser library that provides a simple user interface with modern c++ semantics. Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
