Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-11-28 | Compiler.h: add macro CLANG_OR_GCC_VERSION() | Max Kellermann | 1 | -2/+2 | |
2014-07-14 | util/Cast: add "const" overload | Max Kellermann | 1 | -0/+13 | |
2014-07-14 | util/Cast: add missing include | Max Kellermann | 1 | -0/+2 | |
2014-07-14 | util/Cast: fix indent | Max Kellermann | 1 | -3/+3 | |
2014-07-14 | util/Cast: reimplement as template without macro | Max Kellermann | 1 | -4/+24 | |
2014-07-14 | util/Cast: add const overloads | Max Kellermann | 1 | -0/+16 | |
2014-07-14 | util/Cast: suppress "unused function" warning by using "inline" | Max Kellermann | 1 | -2/+2 | |
2014-07-14 | util/Cast: fix indent | Max Kellermann | 1 | -4/+4 | |
2014-01-06 | util/Cast: new utility library | Max Kellermann | 1 | -23/+25 | |
2013-12-16 | util/{Domain,Error}: relicense to BSD 2-clause | Max Kellermann | 1 | -15/+25 | |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -9/+22 | |
Replaces GLib's GError. | |||||
2013-01-30 | ConfigFile: add enum ConfigOption | Max Kellermann | 1 | -70/+5 | |
Look up top-level config options by enum (= integer), not by name string. | |||||
2013-01-30 | ConfigOption: rename to ConfigTemplate | Max Kellermann | 1 | -4/+4 | |
2013-01-30 | ConfigFile: move code to ConfigOptions.cxx | Max Kellermann | 1 | -0/+98 | |