Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
4ca5982
CMake improvements:
MarkCallow Oct 2, 2025
e050b91
Ignore `bin` directory.
MarkCallow Oct 2, 2025
fc215d6
Add qoi.h to source list.
MarkCallow Oct 2, 2025
0d2eefa
Remove redundant code.
MarkCallow Oct 4, 2025
9702b74
Simplify with function for setting common properties.
MarkCallow Oct 4, 2025
52c44af
Further simplification
MarkCallow Oct 4, 2025
8bc8194
Add m and pthread to basisu_encoder lib interface.
MarkCallow Oct 11, 2025
0fe17d8
Fix clang compile warnings.
MarkCallow Oct 28, 2025
02dabcd
Stop using CMAKE_ globals to enable use as a subproject.
MarkCallow Oct 28, 2025
43762ec
Merge branch 'cmake_fixes' into combined_cmake_warnings
MarkCallow Oct 28, 2025
8c6a9e3
Expose zstd include dir in lib BUILD_INTERFACE.
MarkCallow Oct 30, 2025
eb54d11
Fix warnings in headers when included from libktx code.
MarkCallow Oct 30, 2025
a8b7a32
Merge branch 'warning_fixes' into combined_cmake_warnings
MarkCallow Oct 30, 2025
e269829
Merge branch 'cmake_fixes' into combined_cmake_warnings
MarkCallow Oct 30, 2025
33a046b
Various fixes:
MarkCallow Oct 31, 2025
89115a7
Fix GCC 15 warnings:
MarkCallow Oct 31, 2025
8bbb4ec
Merge branch 'cmake_fixes' into combined_cmake_warnings
MarkCallow Oct 31, 2025
7c0b5dd
Merge branch 'warning_fixes' into combined_cmake_warnings
MarkCallow Oct 31, 2025
a01431d
Only set OSX_DEPLOYMENT_TARGET if not already set.
MarkCallow Nov 1, 2025
11584e8
Remove #ifndef __EMSCRIPTEN__.
MarkCallow Nov 1, 2025
6cfe4db
Merge branch 'cmake_fixes' into combined_cmake_warnings
MarkCallow Nov 1, 2025
1eee663
Merge branch 'warning_fixes' into combined_cmake_warnings
MarkCallow Nov 1, 2025
00dbf47
Fix cxx_std_17 setting. Suppress warnings for ClangCL.
MarkCallow Nov 1, 2025
c412cd6
Merge branch 'cmake_fixes' into combined_cmake_warnings
MarkCallow Nov 1, 2025
3c57878
Reinstate the quote marks on genex.
MarkCallow Nov 1, 2025
70e0ece
Merge branch 'cmake_fixes' into combined_cmake_warnings
MarkCallow Nov 1, 2025
f34f774
Ignore bitwise instead of logical warning from clang 14.
MarkCallow Nov 1, 2025
3783997
Merge branch 'cmake_fixes' into combined_cmake_warnings
MarkCallow Nov 1, 2025
cc5d5f4
Ignore warning for all versions < 17.
MarkCallow Nov 1, 2025
06e7dec
Merge branch 'cmake_fixes' into combined_cmake_warnings
MarkCallow Nov 1, 2025
1e1c284
Fix setting of -msse4.1.
MarkCallow Nov 3, 2025
218ee77
Merge branch 'cmake_fixes' into combined_cmake_warnings
MarkCallow Nov 3, 2025
24babf2
Remove fake BASISU_STATIC option.
MarkCallow Nov 3, 2025
5a60e32
Merge branch 'cmake_fixes' into combined_cmake_warnings
MarkCallow Nov 3, 2025
4bcab6e
Use FindThreads to make it work on MinGW and Android.
MarkCallow Nov 3, 2025
77db378
Merge branch 'cmake_fixes' into combined_cmake_warnings
MarkCallow Nov 3, 2025
624dc28
Fix licensing info so reuse lint passes.
MarkCallow Nov 4, 2025
6fcf5a0
Fix BASISU_STATIC handling.
MarkCallow Nov 5, 2025
d2257c1
Merge branch 'cmake_fixes' into combined_cmake_warnings
MarkCallow Nov 5, 2025
f9554e7
Do not ignore known files in bin and build.
MarkCallow Nov 5, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
build/

CMakeUserPresets.json

# VS project and working files
*.vcxproj.user
Expand Down
30 changes: 0 additions & 30 deletions .reuse/dep5

This file was deleted.

Loading