summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #713 from libexpat/readme-be-specific-about-version-of-xmlHEADmasterSebastian Pipping2023-05-101-1/+2
|\ | | | | README.md: Be specific about version of XML and version of C
| * README.md: Be specific about version of XML and version of CSebastian Pipping2023-05-101-1/+2
| |
* | Merge pull request #709 from libexpat/pin-github-actions-at-commit-levelSebastian Pipping2023-04-188-9/+9
|\ \ | |/ |/| CI: Pin all GitHub Actions to specific commits for security
| * CI: Pin all GitHub Actions to specific commits for securitypin-github-actions-at-commit-levelSebastian Pipping2023-04-178-9/+9
|/
* Merge pull request #708 from ↵Sebastian Pipping2023-04-178-8/+8
|\ | | | | | | | | libexpat/dependabot/github_actions/actions/checkout-3.5.2 Actions(deps): Bump actions/checkout from 3.5.0 to 3.5.2
| * Actions(deps): Bump actions/checkout from 3.5.0 to 3.5.2dependabot[bot]2023-04-178-8/+8
|/ | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.5.0...v3.5.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #704 from ↵Sebastian Pipping2023-04-068-8/+8
|\ | | | | | | | | libexpat/dependabot/github_actions/actions/checkout-3.5.0 Actions(deps): Bump actions/checkout from 3.4.0 to 3.5.0
| * Actions(deps): Bump actions/checkout from 3.4.0 to 3.5.0dependabot[bot]2023-03-278-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #706 from libexpat/autotools-sync-cmake-filesSebastian Pipping2023-04-061-1/+1
|\ \ | | | | | | autotools: Sync CMake templates with CMake 3.24
| * | autotools: Sync CMake templates with CMake 3.24Sebastian Pipping2023-04-061-1/+1
|/ /
* | Merge pull request #701 from joycebrum/masterSebastian Pipping2023-04-061-0/+13
|\ \ | |/ |/| Create a Security Policy
| * Update SECURITY.mdJoyce2023-04-061-1/+8
| | | | | | Signed-off-by: Joyce <joycebrum@google.com>
| * Create SECURITY.mdJoyce2023-03-211-0/+6
| | | | | | Signed-off-by: Joyce <joycebrum@google.com>
* | Merge pull request #705 from libexpat/autotools-sync-cmake-filesSebastian Pipping2023-03-272-7/+2
|\ \ | | | | | | autotools: Sync CMake templates with CMake 3.24
| * | autotools: Sync CMake templates with CMake 3.24Sebastian Pipping2023-03-242-7/+2
|/ /
* | lib: Fix winconfig.h for clang-formatSebastian Pipping2023-03-221-1/+1
| |
* | Merge pull request #703 from orgads/dup-lean-and-meanSebastian Pipping2023-03-221-0/+2
|\ \ | |/ |/| winconfig: Avoid redefinition of WIN32_LEAN_AND_MEAN
| * winconfig: Avoid redefinition of WIN32_LEAN_AND_MEANOrgad Shaneh2023-03-221-0/+2
|/ | | | If it is already defined externally, do not define it again.
* Merge pull request #699 from ↵Sebastian Pipping2023-03-208-8/+8
|\ | | | | | | | | libexpat/dependabot/github_actions/actions/checkout-3.4.0 Actions(deps): Bump actions/checkout from 3.3.0 to 3.4.0
| * Actions(deps): Bump actions/checkout from 3.3.0 to 3.4.0dependabot[bot]2023-03-208-8/+8
|/ | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #696 from hannob/httpsifySebastian Pipping2023-03-164-8/+8
|\ | | | | Use HTTPS URLs instead of HTTP at various places
| * Use HTTPS where possible in URLs in code comments.Hanno Böck2023-03-162-2/+2
| |
| * Use HTTPS URLs where possible in documentation, change from libexpat.org to ↵Hanno Böck2023-03-161-5/+5
| | | | | | | | libexpat.github.io.
| * Use https apt repository in CI.Hanno Böck2023-03-161-1/+1
|/
* Merge pull request #694 from joycebrum/masterSebastian Pipping2023-03-078-0/+24
|\ | | | | Actions: Set permissions to "contents: read" to avoid permissive workflows
| * chore: change cmake permission to readJoyce2023-03-071-1/+2
| | | | | | Signed-off-by: Joyce <joycebrum@google.com>
| * chore: valid-xml to contents: readJoyce2023-03-071-0/+3
| | | | | | Signed-off-by: Joyce <joycebrum@google.com>
| * chore: macos as contents readJoyce2023-03-071-0/+3
| | | | | | Signed-off-by: Joyce <joycebrum@google.com>
| * chore: linux.yml as contents readJoyce2023-03-071-0/+3
| | | | | | Signed-off-by: Joyce <joycebrum@google.com>
| * chore: expat config with contents readJoyce2023-03-071-0/+3
| | | | | | Signed-off-by: Joyce <joycebrum@google.com>
| * chore: cppcheck as contents readJoyce2023-03-071-0/+3
| | | | | | Signed-off-by: Joyce <joycebrum@google.com>
| * chore: set coverage.yml permissions.Joyce2023-03-071-0/+3
| | | | | | Signed-off-by: Joyce <joycebrum@google.com>
| * chore cmake-required-version write allJoyce2023-03-071-0/+2
| | | | | | Signed-off-by: Joyce <joycebrum@google.com>
| * chore: set permissions to autotools-cmakeJoyce2023-03-071-0/+3
|/ | | Signed-off-by: Joyce <joycebrum@google.com>
* Merge pull request #695 from libexpat/fix-coverage-sh-for-forksSebastian Pipping2023-03-071-1/+1
|\ | | | | coverage.sh: Be robust towards absence of Git tags
| * coverage.sh: Be robust towards absence of Git tagsSebastian Pipping2023-03-071-1/+1
|/ | | | | | .. e.g. when someone forks the Git repository in a way that only copies the master branch but no tags.
* Merge pull request #692 from OTheDev/patch-1Sebastian Pipping2023-02-191-2/+2
|\ | | | | Silence dead code warnings caused by if (0) and company
| * lib: Address -Wunreachable-code for Clangoda-gitso2023-02-201-2/+2
|/
* Merge pull request #689 from libexpat/fix-clang-ciSebastian Pipping2023-01-131-1/+1
|\ | | | | Fix Linux CI / Make sure that AddressSanitizer Clang files are always available
| * linux.yml: Make sure that AddressSanitizer files are always availableSebastian Pipping2023-01-131-1/+1
|/ | | | | | | | | Symptom was: > /usr/bin/ld: cannot find /usr/lib/llvm-15/lib/clang/15.0.7/lib/linux/libclang_rt.asan_static-x86_64.a: No such file or directory > /usr/bin/ld: cannot find /usr/lib/llvm-15/lib/clang/15.0.7/lib/linux/libclang_rt.asan-x86_64.a: No such file or directory Related: https://github.com/llvm/llvm-project/issues/60008
* Merge pull request #687 from ↵Sebastian Pipping2023-01-091-1/+1
|\ | | | | | | | | libexpat/dependabot/github_actions/actions/upload-artifact-3.1.2 Actions(deps): Bump actions/upload-artifact from 3.1.1 to 3.1.2
| * Actions(deps): Bump actions/upload-artifact from 3.1.1 to 3.1.2dependabot[bot]2023-01-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3.1.1...v3.1.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #688 from ↵Sebastian Pipping2023-01-098-8/+8
|\ \ | |/ |/| | | | | libexpat/dependabot/github_actions/actions/checkout-3.3.0 Actions(deps): Bump actions/checkout from 3.2.0 to 3.3.0
| * Actions(deps): Bump actions/checkout from 3.2.0 to 3.3.0dependabot[bot]2023-01-098-8/+8
|/ | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #680 from ↵Sebastian Pipping2022-12-208-8/+8
|\ | | | | | | | | libexpat/dependabot/github_actions/actions/checkout-3.2.0 Actions(deps): Bump actions/checkout from 3.1.0 to 3.2.0
| * Actions(deps): Bump actions/checkout from 3.1.0 to 3.2.0dependabot[bot]2022-12-198-8/+8
|/ | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #678 from libexpat/autotools-sync-cmake-filesSebastian Pipping2022-11-272-1/+2
|\ | | | | Autotools: Get CMake templates back in sync with CMake of GitHub Actions image "ubuntu-20.04"
| * Changes: Document #678Sebastian Pipping2022-11-251-0/+1
| |
| * Autotools: Get CMake templates back in sync with ubuntu-20.04Sebastian Pipping2022-11-251-1/+1
|/
* Merge pull request #675 from libexpat/fix-ciSebastian Pipping2022-11-041-13/+1
|\ | | | | Fix CI / coverage.yml: Drop ppa:ondrej/php removal