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

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

Branch merges

Branch information

Recent commits

540b539... by Yann Collet

change INSTALL_DIR into MAKE_DIR

INSTALL_DIR is apparently used by cmake

4cf83dd... by Yann Collet <email address hidden>

Merge pull request #1348 from lz4/dependabot/github_actions/github/codeql-action-3.23.0

Bump github/codeql-action from 3.22.12 to 3.23.0

2d92034... by Yann Collet <email address hidden>

Merge pull request #1349 from lz4/dependabot/github_actions/actions/upload-artifact-4.1.0

Bump actions/upload-artifact from 4.0.0 to 4.1.0

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

Bump actions/upload-artifact from 4.0.0 to 4.1.0

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/c7d193f32edcb7bfad88892161225aeda64e9392...1eb3cb2b3e0f29609092a73eb033bb759a334595)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

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

Bump github/codeql-action from 3.22.12 to 3.23.0

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.22.12 to 3.23.0.
- [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/012739e5082ff0c22ca6d6ab32e07c36df03c4a4...e5f05b81d5b6ff8cfa111c80c22c5fd02a384118)

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

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

76b07a1... by Yann Collet <email address hidden>

Merge pull request #1343 from lz4/mt_control2

Compile-time constants

1230f1c... by Yann Collet

regrouped all compile-time variables into programs/lz4conf.h

also:
updated naming scheme for better consistency

d61b4f1... by Yann Collet

LZ4IO_MULTITHREADING can be forcefully disabled at compile time

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

Merge pull request #1342 from lz4/mt_build_control

Control default nb of threads at compilation time

0d57b82... by Yann Collet

Build variable LZ4_NBTHREADS_DEFAULT

can provide a different default nb of threads at compile time.