Commit graph

3566 commits

Author SHA1 Message Date
Sebastian Pipping
6101fbc18e lib: Address Cppcheck 2.8.1 warning
expat/lib/xmlparse.c:4288:21: error: Uninitialized variable: &versionend [uninitvar]
          &version, &versionend, &encodingName, &newEncoding, &standalone)) {
                    ^
2022-07-15 23:27:44 +02:00
Sebastian Pipping
4e91da28fb
Merge pull request #609 from libexpat/issue-585-license-file
Add /COPYING file + sync file headers (fixes #585)
2022-07-14 23:29:06 +02:00
Sebastian Pipping
34f57a0b30 COPYING: cp expat/COPYING ./ 2022-07-14 22:27:25 +02:00
Sebastian Pipping
39b2e99355 Sync file headers 2022-07-14 22:26:59 +02:00
Sebastian Pipping
24fa196ae8 .mailmap: Add Martin Ettl 2022-07-14 22:26:59 +02:00
Sebastian Pipping
f450135112
Merge pull request #603 from libexpat/dependabot/github_actions/actions/upload-artifact-3.1.0
Actions(deps): Bump actions/upload-artifact from 3.0.0 to 3.1.0
2022-05-24 21:18:38 +02:00
dependabot[bot]
3c6aaff666
Actions(deps): Bump actions/upload-artifact from 3.0.0 to 3.1.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3.0.0...v3.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-23 12:04:59 +00:00
Sebastian Pipping
d444af3b47
Merge pull request #602 from libexpat/dependabot/github_actions/actions/checkout-3.0.2
Actions(deps): Bump actions/checkout from 3.0.1 to 3.0.2
2022-04-25 20:30:44 +02:00
dependabot[bot]
1e1bceb379
Actions(deps): Bump actions/checkout from 3.0.1 to 3.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.1 to 3.0.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.0.1...v3.0.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>
2022-04-25 12:06:42 +00:00
orbitcowboy
dc156ea168
[style] Added parentheses around macro arguments (#601) 2022-04-20 12:43:53 +02:00
Sebastian Pipping
38b14bb2da
Merge pull request #595 from orbitcowboy/master
[style] Added parentheses around macro arguments
2022-04-19 19:51:08 +02:00
Sebastian Pipping
d010395c09
Merge pull request #599 from libexpat/issue-597-windows-tests-xml-static
CMake: Add missing XML_STATIC to test runners and fuzzers on Windows (related to #597)
2022-04-19 19:50:28 +02:00
Sebastian Pipping
967fb8bb6e
Merge pull request #600 from libexpat/dependabot/github_actions/actions/checkout-3.0.1
Actions(deps): Bump actions/checkout from 3.0.0 to 3.0.1
2022-04-18 16:56:08 +02:00
dependabot[bot]
00036b3e6e
Actions(deps): Bump actions/checkout from 3.0.0 to 3.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.0.1.
- [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.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-18 12:10:04 +00:00
Sebastian Pipping
4b92533bbe CMake: Add missing XML_STATIC to test runners and fuzzers on Windows 2022-04-16 15:17:49 +02:00
Sebastian Pipping
6c7c40a6b7 CMake: Add missing section comment for fuzzers 2022-04-16 14:03:15 +02:00
Sebastian Pipping
aaf785b842 CMake: Extract loop to resolve runtests/runtestspp duplication 2022-04-16 14:03:15 +02:00
Sebastian Pipping
dd969fc5d9
Merge pull request #598 from libexpat/appveyor-msvc2022
AppVeyor: Add MSVC 2022
2022-04-12 23:36:43 +02:00
Sebastian Pipping
53ff63e199 appveyor.yml: Add MSVC 2022 2022-04-12 22:25:57 +02:00
Sebastian Pipping
88faa785fd
Merge pull request #596 from libexpat/sync-autotools-cmake-templates
autotools: Sync expat.cmake to agree with CI
2022-04-08 20:51:37 +02:00
Sebastian Pipping
1ba57f7858 autotools: Sync expat.cmake to agree with CI 2022-04-08 19:55:48 +02:00
orbitcowboy
a100d0132d
[STYLE] Added parentheses around macro argument 2022-04-01 17:57:04 +02:00
Sebastian Pipping
e55290c77f
Merge pull request #594 from orbitcowboy/master
Fixed variable mix-up in nsattcmp attribute handling
2022-04-01 17:15:42 +02:00
orbitcowboy
4ead0836c5
Fixed typo in nsattcmp attribute handling 2022-04-01 16:37:13 +02:00
Sebastian Pipping
f1b05559cc
Merge pull request #593 from orbitcowboy/master
Assign LPVOID pointer with NULL before it's being used
2022-03-30 15:02:15 +02:00
orbitcowboy
399a65e637
Assign LPVOID pointer with NULL before it's being used
This fixes https://github.com/libexpat/libexpat/issues/592
2022-03-30 14:29:20 +02:00
Sebastian Pipping
3bab6c09bb
Merge pull request #591 from libexpat/issue-590-prepare-release
Prepare release 2.4.8 (part of #590)
2022-03-28 23:11:38 +02:00
Sebastian Pipping
8902f86c39 Set expected release date for 2.4.8 2022-03-28 16:57:36 +02:00
Sebastian Pipping
8a23721475 Sync file headers 2022-03-28 16:52:39 +02:00
Sebastian Pipping
24ae16273b Bump version to 2.4.8 2022-03-28 16:49:52 +02:00
Sebastian Pipping
44c2a9470a Bump version info from 9:7:8 to 9:8:8
See https://verbump.de/ for what these numbers do
2022-03-28 16:01:01 +02:00
Sebastian Pipping
f1fd4b6d4a
Merge pull request #587 from libexpat/fix-pkg-config
Fix pkg-config files
2022-03-28 15:52:03 +02:00
Sebastian Pipping
011c4b5a5c
Merge pull request #589 from libexpat/clang-14
Actions: Upgrade Clang from 13 to 14
2022-03-25 17:06:41 +01:00
Sebastian Pipping
5764f867d4
Merge pull request #586 from libexpat/actions-migrate-off-moving-tags
Actions: Migrate off moving Git tags
2022-03-25 14:59:32 +01:00
Sebastian Pipping
0684e6e183 Actions: Resolve hardcoding of "bionic" for maintainability 2022-03-25 14:58:25 +01:00
Sebastian Pipping
ef31c8681e Actions: Upgrade Clang from 13 to 14 2022-03-25 14:58:25 +01:00
Sebastian Pipping
bc42b64076 Actions: Migrate off moving Git tags 2022-03-24 18:21:29 +01:00
Sebastian Pipping
540c7eb707
Merge pull request #588 from libexpat/actions-make-robust-towards-outdated-images
Actions: Make robust toward outdated images
2022-03-24 18:21:02 +01:00
Sebastian Pipping
95397f52e4 Actions: Make robust toward outdated images 2022-03-24 16:51:44 +01:00
Sebastian Pipping
cbd4807ea6 Changes: Document #587 2022-03-24 16:41:18 +01:00
Sebastian Pipping
7165ae8bff CMake: Fix pkg-config section "Libs" for MSVC 2022-03-24 16:36:29 +01:00
Sebastian Pipping
896e94000c pkg-config: Move "-lm" from section "Libs" to section "Libs.private" 2022-03-24 16:29:58 +01:00
Sebastian Pipping
bccf36869d
Merge pull request #582 from libexpat/issue-55-macos-library-version
CMake: Enforce library versioning compatible with GNU Libtool for macOS (fixes #55)
2022-03-09 20:33:21 +01:00
Sebastian Pipping
53fbdf5b89
Merge pull request #583 from libexpat/dependabot/github_actions/actions/checkout-3
Actions(deps): Bump actions/checkout from 2.4.0 to 3
2022-03-07 19:54:44 +01:00
Sebastian Pipping
f02c23a021
Merge pull request #584 from libexpat/dependabot/github_actions/actions/upload-artifact-3
Actions(deps): Bump actions/upload-artifact from 2.3.1 to 3
2022-03-07 19:54:35 +01:00
Sebastian Pipping
707cea1898 Changes: Document #55 and #582 2022-03-07 18:11:29 +01:00
dependabot[bot]
f1205b2914
Actions(deps): Bump actions/upload-artifact from 2.3.1 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.1 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2.3.1...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-07 12:05:18 +00:00
dependabot[bot]
3e200940b0
Actions(deps): Bump actions/checkout from 2.4.0 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.
- [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/v2.4.0...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-07 12:05:16 +00:00
Sebastian Pipping
f00c5857f9 CMake: Enforce library versioning compatible with GNU Libtool for macOS 2022-03-07 03:31:21 +01:00
Sebastian Pipping
27d5b8ba17
Merge pull request #581 from libexpat/fix-windows-installer
Fix windows installer (related to #555, follow-up to #570)
2022-03-04 22:23:07 +01:00