Commit Graph

608 Commits

Author SHA1 Message Date
Michael R Sweet
933dd8716d
Changelog. 2024-02-28 08:40:50 -05:00
Michael R Sweet
f89c801fbd
Fix VC++ static library project. 2024-02-27 16:53:58 -05:00
Michael R Sweet
fde58fe7a7
More versioning changes, add tests to makesrcdist. 2024-02-27 16:50:25 -05:00
Michael R Sweet
f9b9a40494
Start working on Mini-XML v4.0. 2024-02-27 15:04:27 -05:00
Michael R Sweet
809204a305
Merge pull request #298 from lgtm-migrator/codeql
Add CodeQL workflow for GitHub code scanning
2022-11-09 10:08:08 -05:00
LGTM Migrator
4fe37e4417
Add CodeQL workflow for GitHub code scanning 2022-11-09 08:24:46 +00:00
Michael R Sweet
7fa546c365
Update config.guess/sub to absolute latest from GNU Savannah config repo. 2022-08-18 08:20:46 -04:00
Michael R Sweet
94dd0dec9d
Update config.guess and config.sub (Issue #296) 2022-07-29 07:59:39 -04:00
Michael R Sweet
fd47c7d115
Prep for 3.3.1 release. 2022-07-25 08:56:27 -04:00
Michael R Sweet
d32818a16c
Another POSIX thread destructor fix (Issue #293) 2022-07-14 09:52:34 -04:00
Michael R Sweet
e1dd7234b4
Add security and code-of-conduct files to Mini-XML repo. 2022-05-30 07:23:08 -04:00
Michael R Sweet
6785ee4357
Fix POSIX thread cleanup code - _mxml_fini shouldn't be calling the global
destructor, just deleting the per-thread key.

Bump version to 3.3.1.
2021-12-14 21:23:35 -05:00
Michael R Sweet
0237559fdb
Add ZIP archive for source code. 2021-11-06 10:12:49 -04:00
Michael R Sweet
dd686baba6
Fix issue with mxml.pc. 2021-11-06 10:03:11 -04:00
Michael R Sweet
86ae60799c
Update configure script 2021-10-27 09:47:02 -04:00
Michael R Sweet
a3486a3b2a
Merge pull request #288 from carlo-bramini/fix-autoconf-1
Improve detection of "long long int"
2021-10-27 09:46:43 -04:00
Carlo Bramini
5472dc62f2 Improve detection of "long long int"
In my opinion, you can simplify a bit the configure script by using AC_TYPE_LONG_LONG_INT for detecting the support of long long type. The sources using HAVE_LONG_LONG just need to use HAVE_LONG_LONG_INT instead.
2021-10-27 14:38:49 +02:00
Michael R Sweet
04c5b938e4
Update documentation for v3.3. 2021-10-26 16:29:57 -04:00
Michael R Sweet
42d766cb86 Normalize VS project to produce x64 binaries that can be packaged. 2021-10-26 15:59:25 -04:00
Michael R Sweet
4e9ebda4a9
Add badges to README. 2021-10-26 15:48:02 -04:00
Michael R Sweet
7ea46c9965
Bump version to 3.3, add NuGet files for VS. 2021-10-26 15:43:44 -04:00
Michael R Sweet
19941798d8 Fix builds on Windows. 2021-10-26 15:30:45 -04:00
Michael R Sweet
759e4db3a9
Add more error handling for memory allocations (Issue #277) 2021-10-26 15:11:00 -04:00
Michael R Sweet
e058082021
Clean up usage of free (Issue #276) 2021-10-26 14:50:25 -04:00
Michael R Sweet
3a4ece2266
Fix mxmlSaveString with a 0-length buffer (Issue #284) 2021-10-26 14:44:15 -04:00
Michael R Sweet
bd4eb861a7
Fix potential memory leak in mxmlLoadXxx (Issue #278, Issue #279) 2021-10-26 14:34:33 -04:00
Michael R Sweet
02f3310322
Fix POSIX threading support on MingW (Issue #287) 2021-10-26 14:28:16 -04:00
Michael R Sweet
1df294d735
Fix some minor Coverity memory leak issues. 2021-10-26 13:44:00 -04:00
Michael R Sweet
0b1aa069c9
Modernize configure script.
Add Github Actions CI builds and Coverity scanning.

Add clang and cppcheck scanning.

Add test target.
2021-10-26 08:25:41 -04:00
Michael R Sweet
c44aa254cc
Fix minor version in header (Issue #285) 2021-06-23 10:40:09 -04:00
Michael R Sweet
990d4b54ea
Update copyright in docos. 2021-05-30 09:46:03 -04:00
Michael R Sweet
546b86fa8a
Update logo and docos. 2021-05-30 09:44:57 -04:00
Michael R Sweet
7e03e4670b
Gratuitous change to README file to bump commits for v3.2 branch. 2021-05-09 17:06:00 -04:00
Michael R Sweet
26fb9e0ea6
Merge pull request #282 from orbea/libtool
build: Don't use libtool.
2021-04-07 17:26:02 -04:00
orbea
4e2e31236f build: Don't use libtool. 2021-04-07 09:17:52 -07:00
Michael R Sweet
ab78fd816f
Add Liberapay to Mini-XML funding options. 2020-12-04 18:45:05 -05:00
Michael R Sweet
23dddcff50
Bump version. 2020-12-04 18:44:50 -05:00
Michael R Sweet
5490479ae7
Merge pull request #274 from timgates42/bugfix_typo_destination
docs: fix simple typo, destinatipon -> destination
2020-10-11 18:17:52 -04:00
Tim Gates
38a533c2eb
docs: fix simple typo, destinatipon -> destination
There is a small typo in mxml-string.c.

Should read `destination` rather than `destinatipon`.
2020-10-11 20:31:05 +11:00
Michael R Sweet
dd55272944
Fix handling of elements that start with a Unicode character (Issue #267) 2020-10-02 16:36:19 -04:00
Michael R Sweet
f1b2682ce1
Clean up .gitignore and Makefile cleaning up of temporary files.
Bump version in RPM spec file.
2020-10-01 09:17:32 -04:00
Michael R Sweet
371bb0c0a0
Bump copyrights. 2020-10-01 08:59:08 -04:00
Michael R Sweet
f2454294f3
I am beginning to dislike lawyers. (Issue #270) 2020-08-18 09:13:49 -04:00
Michael R Sweet
fd5cfe483d
Create FUNDING.yml 2020-02-27 21:46:53 -05:00
Michael R Sweet
b43af676ba
Update documentation. 2020-01-10 14:58:24 -05:00
Michael R Sweet
2099ff6962
Fix unquoted Unicode attribute values (Issue #264)
Bump version to 3.2.

Bump copyright to 2020.
2020-01-10 14:55:59 -05:00
Michael R Sweet
12a8d2962b
Fix typo in changelog. 2019-11-30 12:26:48 -05:00
Michael R Sweet
8b84490619
Add support for shared libraries on the Haiku OS (Issue #262) 2019-11-30 10:52:42 -05:00
Michael R Sweet
cccb6ea053
Add header guard. 2019-11-19 11:27:12 -05:00
Michael R Sweet
55c6c7278d
Add proper annotation to mxml_error and fix format string errors in several
places (detected by LGTM security scanner)
2019-11-17 08:38:38 -05:00