~pcsx2-team/pcsx2-github-mirror/+git/lz4:cmakeSymlinks

Last commit made on 2024-05-09
Get this branch:
git clone -b cmakeSymlinks https://git.launchpad.net/~pcsx2-team/pcsx2-github-mirror/+git/lz4

Branch merges

Branch information

Name:
cmakeSymlinks
Repository:
lp:~pcsx2-team/pcsx2-github-mirror/+git/lz4

Recent commits

bdc8e14... by Yann Collet

[cmake]: just a minor refactor of the symlink installation paragraph

for improved readability.

f8df9dd... by Yann Collet <email address hidden>

Merge pull request #1395 from ur4t/fix-cli-symlinks

CMake: Separate symlinks creation and installation

c537f78... by Yann Collet <email address hidden>

Merge pull request #1401 from Nicoshev/updateFunctionComment

Update function comment

c1501a2... by Yann Collet <email address hidden>

Merge pull request #1405 from AtariDreams/loop

Define mlen = MINMATCH at the start of the loop

9c038e9... by Yann Collet <email address hidden>

Merge pull request #1403 from AtariDreams/one

len should be unsigned

db10b08... by Rose <email address hidden>

len should be unsigned

len will never underflow, as it is already bounds-checked, and casting is potentially another instruction.

29cd102... by Yann Collet <email address hidden>

Merge pull request #1404 from AtariDreams/or

Prefer OR over ADD for splicing numbers from byte-addressed memory

642f6b8... by Rose <email address hidden>

Prefer OR over ADD for splicing numbers from byte-addressed memory

7f042fc... by Rose <email address hidden>

Define mlen = MINMATCH at the start of the loop

9838a0d... by Nicolas <email address hidden>

Update function comment