Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2022-11-08 | args: Replace function pointer with std::function | -10/+12 | |
2022-11-08 | args: Use IteratorRange<T>::empty() (NFC) | -7/+7 | |
2022-11-08 | args: Remove unnecessary if statement (NFC) | -11/+10 | |
2022-11-08 | args: Make use of new iteration helpers (NFC) | -17/+13 | |
2022-11-08 | args: Add StringSetArg::allowed_args() | -1/+7 | |
2022-11-08 | args: Add EnumArg::allowed_args() | -1/+7 | |
2022-11-08 | args: Add StringSequenceArg::args() | -4/+9 | |
2022-11-08 | args: Use range-based for loops | -41/+33 | |
2022-10-10 | Isolate declarations (NFC) | -2/+6 | |
2021-12-08 | fix ignored attribute on types already defined | -9/+9 | |
2020-10-16 | modernize: Mark overriding functions as such | -65/+65 | |
2016-12-16 | build: Add missing linkage between shared libraries | -0/+3 | |
2016-12-04 | use range based for loops more pervasively (NFC) | -1/+8 | |
2016-12-03 | args: move the visibility macros to the definition | -18/+18 | |
2016-11-30 | build: remove autotools based build | -70/+0 | |
2016-11-30 | build: introduce cmake based build system | -0/+43 | |
2016-11-28 | paludis: mark visibility on a few extern templates | -8/+4 | |
2016-08-06 | modernize: use default method synthesis | -53/+15 | |
2016-08-04 | modernize: use override annotations | -4/+4 | |
2016-08-04 | modernize: convert to range based for-loops | -13/+12 | |
2016-02-27 | paludis: apply missing changes to previous commit | -9/+10 | |
2016-02-27 | args: add some iteration helpers | -6/+32 | |
2016-01-17 | build: unconditionally use visibility flags | -1/+1 | |
2015-08-21 | Remove superfluous parentheses. | -2/+2 | |
2015-08-21 | throw() -> noexcept | -8/+8 | |
2013-06-23 | C++11: auto convert to nullptr via cpp11-migrate | -2/+2 | |
2013-05-23 | Move code around | -1/+0 | |
2013-02-26 | perform some dead code elimintation | -15/+0 | |
2013-02-26 | fix tag mismatches | -2/+2 | |
2012-04-15 | GCC 4.7 does visibility differently | -15/+15 | |
2012-03-30 | Fix formatting of argumentless usage lines | -2/+6 | |
2012-01-30 | render StringSetArgs nicely | -1/+2 | |
2011-10-14 | Use nice new toupper/tolower functions | -4/+2 | |
2011-10-04 | Support negated short options | -8/+19 | |
2011-10-04 | Refactor checking for --no- validity | -72/+50 | |
2011-08-07 | Move explicit instantiations to namespace paludis | -25/+32 | |
2011-06-22 | Warn if an --option is specified multiple times | -22/+69 | |
2011-06-15 | Better man page escaping | -23/+3 | |
2011-05-18 | Fix warnings | -4/+4 | |
2011-05-02 | Allow StringArgs to support --no- | -6/+18 | |
2011-03-21 | gtest more | -189/+131 | |
2011-03-20 | Don't bother with test_extras | -1/+0 | |
2011-03-19 | Kill non-asciidoc writers | -593/+1 | |
2011-02-21 | Remove simple_ from visitor | -5/+5 | |
2011-02-16 | Missing blank line | -1/+2 | |
2011-02-14 | AsciidocWriter: Escape ' and * | -13/+71 | |
2011-02-14 | Args::DocWriter: Add support for asciidoc output | -0/+292 | |
2011-02-06 | Missing includes | -1/+4 | |
2011-02-05 | Remove legacy args | -1055/+1 | |
2011-01-22 | Don't store keys, IDs in masks | -3/+3 |