Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-07-30 | util/Error: add method FormatLastError() | Max Kellermann | 1 | -0/+6 | |
2014-07-30 | util/Error: add SetLastError() overload with "DWORD code" parameter | Max Kellermann | 1 | -0/+1 | |
2014-07-30 | util/Error: add "printf" attributes | Max Kellermann | 1 | -0/+5 | |
2013-12-19 | util/Error: add missing <algorithm> include | Max Kellermann | 1 | -0/+1 | |
For std::move(). | |||||
2013-12-16 | util/{Domain,Error}: relicense to BSD 2-clause | Max Kellermann | 1 | -15/+25 | |
2013-11-28 | include cleanup using iwyu | Max Kellermann | 1 | -0/+1 | |
2013-10-17 | util/Error: add method SetLastError() | Max Kellermann | 1 | -0/+9 | |
2013-10-15 | gcc.h: rename to Compiler.h | Max Kellermann | 1 | -1/+1 | |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -0/+162 | |
Replaces GLib's GError. |