tornavis/extern/lzma
Campbell Barton 0cd414120b Unbreak build on macOS with AppleClang from recent cleanup
Exact an exact match with Clang broke building when the compiler ID
was "AppleClang", reverting parts of [0].

[0]: 6549019ae1
2024-03-07 19:56:58 +11:00
..
7zTypes.h External: update LZMA SDK to latest version 2024-02-18 17:38:04 +01:00
7zWindows.h External: update LZMA SDK to latest version 2024-02-18 17:38:04 +01:00
Alloc.c External: update LZMA SDK to latest version 2024-02-18 17:38:04 +01:00
Alloc.h External: update LZMA SDK to latest version 2024-02-18 17:38:04 +01:00
CMakeLists.txt Unbreak build on macOS with AppleClang from recent cleanup 2024-03-07 19:56:58 +11:00
Compiler.h External: update LZMA SDK to latest version 2024-02-18 17:38:04 +01:00
CpuArch.c External: update LZMA SDK to latest version 2024-02-18 17:38:04 +01:00
CpuArch.h External: update LZMA SDK to latest version 2024-02-18 17:38:04 +01:00
LzFind.c External: update LZMA SDK to latest version 2024-02-18 17:38:04 +01:00
LzFind.h External: update LZMA SDK to latest version 2024-02-18 17:38:04 +01:00
LzFindMt.c External: update LZMA SDK to latest version 2024-02-18 17:38:04 +01:00
LzFindMt.h External: update LZMA SDK to latest version 2024-02-18 17:38:04 +01:00
LzFindOpt.c External: update LZMA SDK to latest version 2024-02-18 17:38:04 +01:00
LzHash.h External: update LZMA SDK to latest version 2024-02-18 17:38:04 +01:00
LzmaDec.c External: update LZMA SDK to latest version 2024-02-18 17:38:04 +01:00
LzmaDec.h External: update LZMA SDK to latest version 2024-02-18 17:38:04 +01:00
LzmaEnc.c External: update LZMA SDK to latest version 2024-02-18 17:38:04 +01:00
LzmaEnc.h External: update LZMA SDK to latest version 2024-02-18 17:38:04 +01:00
LzmaLib.c External: update LZMA SDK to latest version 2024-02-18 17:38:04 +01:00
LzmaLib.h External: update LZMA SDK to latest version 2024-02-18 17:38:04 +01:00
Precomp.h External: update LZMA SDK to latest version 2024-02-18 17:38:04 +01:00
README.blender External: update LZMA SDK to latest version 2024-02-18 17:38:04 +01:00
Threads.c External: update LZMA SDK to latest version 2024-02-18 17:38:04 +01:00
Threads.h External: update LZMA SDK to latest version 2024-02-18 17:38:04 +01:00

README.blender

Project: LZMA SDK
URL: https://www.7-zip.org/sdk.html
License: Public Domain
Upstream version: 23.01
Local modifications: No code changes

- Took only files needed for Blender: C source for raw LZMA1 encoder/decoder.
- CMakeLists.txt is made for Blender codebase