Evan Hunt
|
e851ed0bb5
|
apply the modified style
|
2020-02-13 15:05:06 -08:00 |
|
Ondřej Surý
|
056e133c4c
|
Use clang-tidy to add curly braces around one-line statements
The command used to reformat the files in this commit was:
./util/run-clang-tidy \
-clang-tidy-binary clang-tidy-11
-clang-apply-replacements-binary clang-apply-replacements-11 \
-checks=-*,readability-braces-around-statements \
-j 9 \
-fix \
-format \
-style=file \
-quiet
clang-format -i --style=format $(git ls-files '*.c' '*.h')
uncrustify -c .uncrustify.cfg --replace --no-backup $(git ls-files '*.c' '*.h')
clang-format -i --style=format $(git ls-files '*.c' '*.h')
|
2020-02-13 22:07:21 +01:00 |
|
Ondřej Surý
|
f50b1e0685
|
Use clang-format to reformat the source files
|
2020-02-12 15:04:17 +01:00 |
|
Ondřej Surý
|
f8c96ad27a
|
Bump Windows minimum target environment to _WIN32_WINNT_WIN8/NTDDI_WIN8 values
|
2019-01-30 09:37:38 +01:00 |
|
Ondřej Surý
|
7cba3cc474
|
Bump the minimum required Windows version to Windows Vista and Windows Server 2008
|
2018-08-29 22:03:09 +02:00 |
|
Mark Andrews
|
c3c8823fed
|
3681. [port] Update the Windows build system to support feature
selection and WIN64 builds. This is a work in
progress. [RT #34160]
|
2013-12-04 12:47:23 +11:00 |
|
Mark Andrews
|
36e97eb661
|
3187. [port] win32: support for Visual Studio 2008. [RT #26356]
|
2011-10-30 23:39:39 +00:00 |
|
Mark Andrews
|
7d5c3810ce
|
Silence warnings
|
2006-09-25 07:31:27 +00:00 |
|
Danny Mayer
|
01c7700793
|
Install Support for BIND 9 on win32
|
2001-07-18 05:04:46 +00:00 |
|