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

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

Branch merges

Branch information

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

Recent commits

6b88d0a... by Yann Collet

fix to please C++ compiler

though I wonder what's the point for units of the CLI program...

3233600... by Yann Collet

minor: keep old single-thread code

use compilation variable LZ4IO_MULTITHREAD to switch between the 2

7a1b705... by Yann Collet

fix variable LZ4IO_MULTITHREAD

43ae8c8... by Yann Collet

first implementation of async io for decoder

e0410ac... by Yann Collet

reorganize mt code

20c2f3c... by Yann Collet <email address hidden>

Merge pull request #1375 from deining/fix-typo

Fix typo

56e80ab... by Andreas Deininger

Fix typo

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

Merge pull request #1373 from lz4/dependabot/github_actions/github/codeql-action-3.24.6

Bump github/codeql-action from 3.24.3 to 3.24.6

a1b741e... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

Bump github/codeql-action from 3.24.3 to 3.24.6

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.3 to 3.24.6.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/379614612a29c9e28f31f39a59013eb8012a51f0...8a470fddafa5cbb6266ee11b37ef4d8aae19c571)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <email address hidden>

0e4fa24... by Yann Collet <email address hidden>

Merge pull request #1372 from teo-tsirpanis/unified-target

Add unified CMake target if building only a shared or statric library.