| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Use an unsigned value to produce the needed mask.
|
|
|
|
|
|
|
|
|
|
| |
Any "#define restrict ..." line may conflict with MSVC header files
that use "__declspec(restrict)". Define our own LZMA_RESTRICT macro
in "Utilities/cmliblzma/config.h.in" and transform liblzma code to
use it:
git grep -lE '\<restrict\>' Utilities/cmliblzma/liblzma |
xargs sed -i 's/\<restrict\>/LZMA_RESTRICT/g'
|
|
|
|
|
| |
Remove use of designated initializers and declarations of variables
after statements. Leave "//" comments as-is for now.
|
|
|
|
| |
We will provide our own CMake-based build system.
|
|
|