pict/cli
Sumit Bhardwaj 555d2d4273
Enable warnings as error and W4 on MSVC (#83)
This commit increase warning level from `W3` to `W4` on MSVC and sets
warnings as errors. Exclusion is made for a specific warning (C4189).
2022-03-30 14:21:01 -07:00
..
CMakeLists.txt Adding building using CMake (#81) 2022-03-29 14:30:20 -07:00
Resource.rc Initial commit of the codebase. 2015-10-16 10:00:07 -07:00
ccommon.cpp Fixing a bunch of enum-related warnings (#69) 2021-08-25 21:49:12 -07:00
ccommon.h Fixing a bunch of enum-related warnings (#69) 2021-08-25 21:49:12 -07:00
cmdline.cpp Add alias for max order (#77) 2022-02-15 20:27:28 -08:00
cmdline.h Initial commit of the codebase. 2015-10-16 10:00:07 -07:00
common.cpp Replace obsolete C++ API (#71) 2021-09-01 08:27:02 -07:00
common.h Compiler warnings fix (#64) 2021-08-23 11:27:05 -07:00
cparser.cpp Fixing a bunch of enum-related warnings (#69) 2021-08-25 21:49:12 -07:00
cparser.h Fixing a bunch of enum-related warnings (#69) 2021-08-25 21:49:12 -07:00
ctokenizer.cpp Enable warnings as error and W4 on MSVC (#83) 2022-03-30 14:21:01 -07:00
ctokenizer.h Fixing a bunch of enum-related warnings (#69) 2021-08-25 21:49:12 -07:00
gcd.cpp Multi byte char support for non-ASCII path name (#65) 2021-08-25 21:58:34 -07:00
gcd.h Initial commit of the codebase. 2015-10-16 10:00:07 -07:00
gcdexcl.cpp Multi byte char support for non-ASCII path name (#65) 2021-08-25 21:58:34 -07:00
gcdexcl.h Fixing a bunch of enum-related warnings (#69) 2021-08-25 21:49:12 -07:00
gcdmodel.cpp Enable warnings as error and W4 on MSVC (#83) 2022-03-30 14:21:01 -07:00
gcdmodel.h Enum1 (#68) 2021-08-25 20:04:45 -07:00
model.cpp Multi byte char support for non-ASCII path name (#65) 2021-08-25 21:58:34 -07:00
model.h Enable warnings as error and W4 on MSVC (#83) 2022-03-30 14:21:01 -07:00
mparser.cpp Enable warnings as error and W4 on MSVC (#83) 2022-03-30 14:21:01 -07:00
pict.cpp Fix mismatched new[]/delete[] pair (#70) 2021-08-29 18:26:55 -07:00
pictcli.vcxproj Upgrade projects to VS2019, bump the ver number. 2021-02-24 08:26:56 -08:00
pictcli.vcxproj.filters Initial commit of the codebase. 2015-10-16 10:00:07 -07:00
resource.h Initial commit of the codebase. 2015-10-16 10:00:07 -07:00
strings.cpp Replace obsolete C++ API (#71) 2021-09-01 08:27:02 -07:00
strings.h Fix warnings pertaining to EncodingType. (#66) 2021-08-25 18:57:29 -07:00
ver.h Update ver.h 2022-02-18 12:49:40 -08:00