| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Converted use of _format UDL to fmt::format | Martin Ridgers | 2022-01-10 | 1 | -2/+1 |
| | | |||||
| * | Turn all ThrowLastError() sites in source_location variants | Martin Ridgers | 2022-01-07 | 1 | -7/+7 |
| | | |||||
| * | Compile out source_location use if the toolchain doesn't support it | Martin Ridgers | 2021-12-16 | 1 | -1/+1 |
| | | |||||
| * | Merged latest from main | Stefan Boberg | 2021-09-27 | 1 | -2/+2 |
| |\ | |||||
| | * | GetWindowsErrorAsString() -> GetSystemErrorAsString() | Stefan Boberg | 2021-09-27 | 1 | -2/+2 |
| | | | |||||
| * | | Merged main into linux-mac | Martin Ridgers | 2021-09-21 | 1 | -0/+41 |
| |\| | |||||
| | * | Added ThrowSystemError() helper | Stefan Boberg | 2021-09-17 | 1 | -0/+6 |
| | | | |||||
| | * | Removed WindowsException from public headers | Stefan Boberg | 2021-09-17 | 1 | -0/+35 |
| | | | |||||
| * | | Merge main into linux-mac | Martin Ridgers | 2021-09-16 | 1 | -1/+1 |
| |\| | |||||
| | * | clang-format fixes | Stefan Boberg | 2021-09-16 | 1 | -1/+1 |
| | | | |||||
| * | | Merge from main | Martin Ridgers | 2021-09-16 | 1 | -0/+2 |
| |\| | |||||
| | * | Handle absence of std::source_location somewhat more gracefully (relies on ↵ | Stefan Boberg | 2021-09-15 | 1 | -0/+2 |
| | | | | | | | | | client code also checking) | ||||
| * | | GetWindowsErrorAsString() -> GetErrorAsString() | Martin Ridgers | 2021-09-16 | 1 | -3/+3 |
| |/ | |||||
| * | Added #ifdef condition around Windows-specific exception handling | Martin Ridgers | 2021-09-15 | 1 | -0/+4 |
| | | |||||
| * | Moved system_error include to except.h for std::error_code | Martin Ridgers | 2021-09-15 | 1 | -1/+0 |
| | | |||||
| * | Cross-platform zen::GetLastError() | Martin Ridgers | 2021-09-15 | 1 | -3/+3 |
| | | |||||
| * | Added some std::error_code helpers | Stefan Boberg | 2021-09-12 | 1 | -1/+7 |
| | | | | | | * Added MakeWin32ErrorCode/MakeErrorCodeFromLastError * Fixed GetLastErrorAsString() implementation so it doesn't throw (!) | ||||
| * | Added GetLastErrorAsString() to retrieve error string for last Windows API ↵ | Stefan Boberg | 2021-08-26 | 1 | -0/+6 |
| | | | | | | | error. Should ultimately be replaced with some more platform agnostic implementation | ||||
| * | clang-format fixes | Stefan Boberg | 2021-08-09 | 1 | -2/+3 |
| | | |||||
| * | Added ThrowLastError which accepts a std::source_location | Stefan Boberg | 2021-08-09 | 1 | -0/+8 |
| | | |||||
| * | Cleaned up exception handling | Stefan Boberg | 2021-05-21 | 1 | -5/+15 |
| | | | | | We now use std::system_error where possible to report Win32 system errors. We still have WindowsException for general HRESULT based errors but we should phase it out where possible | ||||
| * | Adding zenservice code | Stefan Boberg | 2021-05-11 | 1 | -0/+17 |