17 Commits

Author SHA1 Message Date
3fbf1b80ae Adopt WinStd changes
Signed-off-by: Simon Rozman <simon@rozman.si>
2022-03-02 16:19:30 +01:00
b447e24d42 Update Copyright year
Signed-off-by: Simon Rozman <simon@rozman.si>
2022-01-07 11:38:09 +01:00
f35a15f3fd Switch to SPDX license notice
Signed-off-by: Simon Rozman <simon@rozman.si>
2021-12-01 08:47:25 +01:00
c27435b037 Copyright: Bump year
Signed-off-by: Simon Rozman <simon@rozman.si>
2021-03-25 08:32:39 +01:00
a1f596f968 Add UTF-8 BOM markers
MSVC needs them to use correct charset when Language for non-Unicode
programs is set to Windows-1252 or anything different than UTF-8.

Signed-off-by: Simon Rozman <simon@rozman.si>
2020-11-19 10:56:40 +01:00
1eb3292770 Address C5205 compiler warning
Recent Visual Studio 2019 suggests that auto-generated base virtual
class destructor is non-virtual resulting in undefined behavior.

Signed-off-by: Simon Rozman <simon@rozman.si>
2020-08-20 12:13:57 +02:00
6e26cd801a Address code analysis warnings
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-15 19:06:26 +01:00
f39c7b3caf Simplify COpRegValueCreate
Registry is a binary storage. No need to treat strings, DWORDs, or
binaries any different.

Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-13 10:52:14 +01:00
5581277863 Extend copyright year
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-11 15:35:07 +01:00
07188e9b20 Extend copyright year 2018-09-07 23:57:23 +02:00
5de934285e Over-matching template operators << and >> replaced with variants for selected data-types only 2017-04-25 00:34:43 +02:00
64296e1d3b ATL to WinStd transition completed:
- COpList changed to comprise of std::unique_ptr objects instead of raw COperation* pointers, allowing auto-cleanup
- ATL::CAtlFile replaced with MSICA::CStream
- CComPtr and CComQIPtr replaced with winstd::com_obj
2017-04-24 21:46:00 +02:00
a8b69efe02 ATL::CAtlString, ATL::CAtlArray and ATL::CAtlList replaced with std c++ equivalents 2017-04-24 14:30:23 +02:00
365d82a3ee Copyright extended to 2017 2017-04-18 13:49:23 +02:00
d64d5d31ab Wlanapi.dll is accessed dynamically now (since not present on Windows Server by default) 2016-03-11 12:44:45 +01:00
d30de3937c Copyright year updated 2016-03-11 10:54:32 +01:00
53306e12e3 Source and build files reorganized into folders 2016-03-11 10:51:10 +01:00