73 Commits

Author SHA1 Message Date
Chuck Walbourn
cfd5f27126
Code review for const auto vs auto const (#579) 2025-02-04 12:12:59 -08:00
Chuck Walbourn
b81e202ec4
Convert command-line tools to use GNU-style long options (#541) 2024-10-28 13:54:51 -07:00
Chuck Walbourn
73aa2f3c34
Refactor command-line tools to use shared header (#514)
Some checks failed
MSBuild / build (Release, x86, 2019) (push) Has been cancelled
MSBuild / build (Release, x86, 2022) (push) Has been cancelled
Microsoft C++ Code Analysis / Analyze (push) Has been cancelled
CTest (Windows) / build (amd64, x64-Debug, windows-2019) (push) Has been cancelled
CTest (Windows) / build (amd64, x64-Debug, windows-2022) (push) Has been cancelled
CMake (Windows using VCPKG) / build (amd64_arm64, arm64-Debug-VCPKG, windows-2022) (push) Has been cancelled
CTest (Windows) / build (amd64, x64-Debug-Clang, windows-2022) (push) Has been cancelled
CTest (Windows) / build (amd64, x64-Release, windows-2019) (push) Has been cancelled
CTest (Windows) / build (amd64, x64-Release, windows-2022) (push) Has been cancelled
CTest (Windows) / build (amd64, x64-Release-Clang, windows-2022) (push) Has been cancelled
CMake (Windows using VCPKG) / build (amd64_x86, x86-Debug-VCPKG, windows-2022) (push) Has been cancelled
CTest (Windows) / build (amd64_arm64, arm64-Debug, windows-2022) (push) Has been cancelled
CTest (Windows) / build (amd64_arm64, arm64-Release, windows-2022) (push) Has been cancelled
CTest (Windows) / build (amd64_arm64, arm64ec-Debug, windows-2022) (push) Has been cancelled
CTest (Windows) / build (amd64_arm64, arm64ec-Release, windows-2022) (push) Has been cancelled
CTest (Windows) / build (amd64_x86, x86-Debug, windows-2019) (push) Has been cancelled
CTest (Windows) / build (amd64_x86, x86-Debug, windows-2022) (push) Has been cancelled
CTest (Windows) / build (amd64_x86, x86-Debug-Clang, windows-2022) (push) Has been cancelled
CTest (Windows) / build (amd64_x86, x86-Release, windows-2019) (push) Has been cancelled
CTest (Windows) / build (amd64_x86, x86-Release, windows-2022) (push) Has been cancelled
CTest (Windows) / build (amd64_x86, x86-Release-Clang, windows-2022) (push) Has been cancelled
CMake (Windows using VCPKG) / build (amd64, x64-Debug-Clang-VCPKG, windows-2022) (push) Has been cancelled
CMake (Windows using VCPKG) / build (amd64, x64-Debug-VCPKG, windows-2019) (push) Has been cancelled
CMake (Windows using VCPKG) / build (amd64, x64-Debug-VCPKG, windows-2022) (push) Has been cancelled
CMake (WSL) / build (x64-Debug-Linux, 10) (push) Has been cancelled
CMake (WSL) / build (x64-Debug-Linux, 11) (push) Has been cancelled
CMake (WSL) / build (x64-Debug-Linux, 12) (push) Has been cancelled
CMake (WSL) / build (x64-Release-Linux, 10) (push) Has been cancelled
CMake (WSL) / build (x64-Release-Linux, 11) (push) Has been cancelled
CMake (WSL) / build (x64-Release-Linux, 12) (push) Has been cancelled
2024-09-17 13:45:12 -07:00
Chuck Walbourn
78ca9628e2
Added GitHub Actions for build and security analysis (#491)
Some checks are pending
MSBuild / build (Release, ARM64, 2022) (push) Waiting to run
MSBuild / build (Debug, ARM64, 2019) (push) Waiting to run
MSBuild / build (Debug, ARM64, 2022) (push) Waiting to run
MSBuild / build (Debug, x64, 2019) (push) Waiting to run
MSBuild / build (Debug, x64, 2022) (push) Waiting to run
MSBuild / build (Release, x64, 2019) (push) Waiting to run
MSBuild / build (Release, x64, 2022) (push) Waiting to run
MSBuild / build (Release, x86, 2019) (push) Waiting to run
MSBuild / build (Release, x86, 2022) (push) Waiting to run
Microsoft C++ Code Analysis / Analyze (push) Waiting to run
CTest (Windows) / build (amd64, x64-Debug, windows-2019) (push) Waiting to run
CTest (Windows) / build (amd64, x64-Debug, windows-2022) (push) Waiting to run
CTest (Windows) / build (amd64, x64-Debug-Clang, windows-2019) (push) Waiting to run
CTest (Windows) / build (amd64, x64-Debug-Clang, windows-2022) (push) Waiting to run
CTest (Windows) / build (amd64, x64-Release, windows-2019) (push) Waiting to run
CTest (Windows) / build (amd64, x64-Release, windows-2022) (push) Waiting to run
CTest (Windows) / build (amd64, x64-Release-Clang, windows-2019) (push) Waiting to run
CTest (Windows) / build (amd64, x64-Release-Clang, windows-2022) (push) Waiting to run
CTest (Windows) / build (amd64_arm64, arm64-Debug, windows-2022) (push) Waiting to run
CTest (Windows) / build (amd64_arm64, arm64-Release, windows-2022) (push) Waiting to run
CTest (Windows) / build (amd64_arm64, arm64ec-Debug, windows-2022) (push) Waiting to run
CTest (Windows) / build (amd64_arm64, arm64ec-Release, windows-2022) (push) Waiting to run
CTest (Windows) / build (amd64_x86, x86-Debug, windows-2019) (push) Waiting to run
CTest (Windows) / build (amd64_x86, x86-Debug, windows-2022) (push) Waiting to run
CTest (Windows) / build (amd64_x86, x86-Debug-Clang, windows-2019) (push) Waiting to run
CTest (Windows) / build (amd64_x86, x86-Debug-Clang, windows-2022) (push) Waiting to run
CTest (Windows) / build (amd64_x86, x86-Release, windows-2019) (push) Waiting to run
CTest (Windows) / build (amd64_x86, x86-Release, windows-2022) (push) Waiting to run
CTest (Windows) / build (amd64_x86, x86-Release-Clang, windows-2019) (push) Waiting to run
CTest (Windows) / build (amd64_x86, x86-Release-Clang, windows-2022) (push) Waiting to run
2024-07-29 20:13:36 -07:00
Chuck Walbourn
e102d0bd3e
texconv: -ignoremips options for reading some invalid DDS files (#484) 2024-07-01 18:47:31 -07:00
Park DongHa
fae11ce578
Add Auxiliary files for JPEG/PNG support on Linux (#407) 2024-01-20 11:02:19 -08:00
J. Peter Mugaas
a3d032b8a6
Fix warnings in tools for MinGW (#428) 2023-12-30 12:45:09 -08:00
Chuck Walbourn
d19b882a55
Fixed -flist handling for filenames with spaces (#402) 2023-10-06 14:18:53 -07:00
Chuck Walbourn
86cf9d542f
tex tools updated with support for long file paths with Windows 10 (#364) 2023-06-13 15:40:45 -07:00
Chuck Walbourn
d664193c05
tex tools: remove newlines from FORMAT_MESSAGE_FROM_SYSTEM (#355) 2023-05-17 11:38:08 -07:00
Chuck Walbourn
e0a7be5a4b
Add support for new DXGI 16bpp format (#348) 2023-05-11 09:58:28 -07:00
Chuck Walbourn
654ec26168
tex tool updates for some POSIX like support (#333) 2023-03-27 16:02:41 -07:00
Chuck Walbourn
d3289691b7 Code review update 2022-10-25 13:18:09 -07:00
Chuck Walbourn
1c8fe32e87 Fixed some missing standard includes for better conformance 2022-05-01 00:44:51 -07:00
Chuck Walbourn
b1001d15b3
.edtiorconfig driven reformat of source (#271) 2022-04-04 15:03:02 -07:00
Chuck Walbourn
1c20d528d4
Add support for HEIF and WEBP to command-line tools (#268) 2022-03-02 14:25:27 -08:00
Chuck Walbourn
a8b5aab1c0 Constify tools 2022-03-01 14:31:55 -08:00
Chuck Walbourn
fbe1eb5c6f Fixed potential locale issue in parsing -flist 2021-10-28 11:12:18 -07:00
Chuck Walbourn
1363046e2b std::ignore usage instead of (void) for ignoring return values 2021-10-17 11:57:07 -07:00
Chuck Walbourn
144847dfcc Minor code review 2021-10-16 17:31:17 -07:00
Chuck Walbourn
2324cb0dc4 Fixed texconv to default to lower-case extension 2021-07-31 17:03:54 -07:00
Chuck Walbourn
2f6e506a8c texdiag: diff command updated with -c and -t highlighting switches 2021-06-09 17:40:17 -07:00
Chuck Walbourn
848e37625a
texassemble/texconv/texdiag updated with improved -flist support (#239) 2021-06-08 15:00:22 -07:00
Chuck Walbourn
42ce4fe69d Add BGR alias 2021-06-02 18:12:59 -07:00
Chuck Walbourn
fb220387c4 Update for FormatMessageW best practice 2021-06-02 14:36:31 -07:00
Chuck Walbourn
1ab21d9900 Fixed localized error strings 2021-04-28 14:33:45 -07:00
Chuck Walbourn
32faa3bec4 code review for command-line tool 2021-04-24 20:02:28 -07:00
Chuck Walbourn
d13f66af05 command-line tools updated to provide text description for HRESULTs 2021-04-01 00:59:57 -07:00
Chuck Walbourn
7df49719a1 Updated copyright banner 2021-02-26 22:59:42 -08:00
Chuck Walbourn
2a1a884507 Ensure tools return non-zero exit code for failures 2021-02-03 16:04:36 -08:00
Chuck Walbourn
152b44d1ec A few more Standard C++ Library header cleanups 2021-01-17 11:59:46 -08:00
Chuck Walbourn
f550d9998e
texconv support for -r:keep (#209) 2021-01-09 12:44:59 -08:00
Chuck Walbourn
705a8e3766 Standard header cleanup 2021-01-07 00:43:18 -08:00
Chuck Walbourn
f3bad9f318 Added iterator header 2021-01-02 14:37:52 -08:00
Chuck Walbourn
f764da5176 Replaced _countof / ARRAYSIZE with std::size 2021-01-02 12:44:35 -08:00
Chuck Walbourn
e14c36125c
Code review for standard library header usage (#207) 2020-12-29 18:04:51 -08:00
Chuck Walbourn
b68c0df6d5 Updated tools to use TGA_FLAGS parameter 2020-09-30 12:37:49 -07:00
Chuck Walbourn
5b64d42b39 Added version info to tex tool logo output 2020-08-15 16:09:40 -07:00
Chuck Walbourn
eda42c4923 Minor code review: 2020-07-10 15:39:55 -07:00
Chuck Walbourn
d980fb6576
DirectXTex updated with DDS_FLAGS_ALLOW_LARGE_FILES (#188) 2020-07-09 14:13:38 -07:00
Chuck Walbourn
759caf730e /analyze warning cleanup 2020-06-05 15:01:02 -07:00
Chuck Walbourn
0539287324
Portable PixMap reader/writers for texconv (#180) 2020-06-04 20:07:21 -07:00
Chuck Walbourn
17aeb40917
Switched to using strongly typed flags (#179) 2020-06-01 00:42:02 -07:00
Chuck Walbourn
1d7790d553 Fix macro conformance 2020-05-20 18:18:24 -07:00
Chuck Walbourn
f02f9db942 Fix preprocessor conformance issue 2020-05-19 20:13:05 -07:00
Chuck Walbourn
e169033b60 texassemble/texconv/texdiag: added -l switch 2020-04-13 17:33:04 -07:00
Chuck Walbourn
ded992f48a Minor code review 2020-01-19 01:36:52 -08:00
Chuck Walbourn
12fff67438 Fixed printf portability issues 2019-11-15 00:13:05 -08:00
Chuck Walbourn
138efff1b9 Fix some /analyze warnings 2019-10-24 16:55:13 -07:00
Chuck Walbourn
f4954ce11b Minor code review and reformatting 2019-09-13 17:31:09 -07:00