Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-15 | src/win32: run clang-format | Shen-Ta Hsieh | |
2021-02-15 | src/win32: Add error message for NO_ERROR | Shen-Ta Hsieh | |
2021-01-01 | copyright year 2021 | Max Kellermann | |
2020-05-30 | win32: add COM helper classes | Shen-Ta Hsieh | |
2020-03-16 | remove gcc_unused | Rosen Penev | |
[[maybe_unused]] (introduced in C++17) is standard C++. https://clang.llvm.org/docs/AttributeReference.html#maybe-unused-unused says that this is equivalent to the GNU unused attribute. Signed-off-by: Rosen Penev <rosenp@gmail.com> | |||
2020-01-18 | copyright year 2020 | Max Kellermann | |
2019-06-17 | Copyright year 2019 | Max Kellermann | |
2019-05-29 | Main: allocate Instance on the stack | Max Kellermann | |
2018-11-19 | check.h: remove obsolete header | Max Kellermann | |
Since we switched from autotools to Meson in commit 94592c14062d5afc9482d11baa401648082022c0, we don't need to include `config.h` early to properly enable large file support. Meson passes the required macros on the compiler command line instead of defining them in `config.h`. This means we can include `config.h` at any time, whenever we want to check its macros, and there are no ordering constraints. | |||
2018-10-31 | *: copyright year 2018 | Max Kellermann | |
2018-08-20 | Compiler.h: move to util/ | Max Kellermann | |
2018-01-29 | Instance: rename Shutdown() to Break() | Max Kellermann | |
2017-12-12 | *: check defined(_WIN32) instead of defined(WIN32) | Max Kellermann | |
Only _WIN32 is defined by the compiler, and WIN32 is not standardized and may be missing. Closes #169 | |||
2017-01-03 | update copyright year | Max Kellermann | |
2016-03-05 | GlobalEvents: eliminate SHUTDOWN, use Instance::Shutdown() instead | Max Kellermann | |
2016-02-26 | update copyright year to 2016 | Max Kellermann | |
2015-02-28 | Win32Main: use TCHAR where appropriate | Max Kellermann | |
2015-01-01 | Copyright year 2015 | Max Kellermann | |
2014-12-09 | src/win32: move resources to win32/ | Max Kellermann | |
2014-12-05 | Win32Main: make the service table "constexpr" | Max Kellermann | |
2014-12-05 | Win32Main: make variables more local | Max Kellermann | |
2014-12-05 | Win32Main: use FatalSystemError() | Max Kellermann | |
2014-01-24 | Win32Main: move to win32/ | Max Kellermann | |