Trihedraf
0987f8b479
remove windows specific code because stat works for this on windows
2021-05-09 15:16:13 +02:00
Gleb Mazovetskiy
f8a2552ac8
RemoveFile: Use DeleteFileW on Windows
2021-05-09 15:15:38 +02:00
Gleb Mazovetskiy
46742824ad
FileExists: Use PathFileExistsW on Windows
2021-05-09 15:15:38 +02:00
Gleb Mazovetskiy
adb5fa49da
🐞 Fix Windows UTF-8-to-16 conversion
...
Follow-up to #1905
2021-05-09 15:15:38 +02:00
Gleb Mazovetskiy
7ed08077f6
♻️ file_util: Cleanup Windows UTF-8-to-16 conversion
2021-05-09 05:41:08 +02:00
Jmgr
1b7e0d2cb3
Migrate existing log entries
2021-04-25 02:39:42 +02:00
Anders Jenbo
cc164985a3
🎨 Correct type checks in src sub-folder
2021-04-22 20:33:24 +02:00
Anders Jenbo
2969b80163
🎨 Run readability-identifier-naming on all src sub-folders
2021-04-22 03:53:35 +02:00
Anders Jenbo
b978d80119
🎨 llvm-include-order
2021-04-19 20:11:20 +02:00
Anders Jenbo
bb4e1960e7
🎨 modernize-use-nullptr
2021-04-19 16:02:05 +02:00
Gleb Mazovetskiy
86afa95d2a
Move file_util.h implementations to file_util.cpp
...
There is no reason for these functions to be in the header (inlining
won't benefit them one bit).
I put them in the header originally only because of the weird state
SourceS was in back then.
2021-04-17 03:49:24 +02:00