Commit Graph

676 Commits

Author SHA1 Message Date
Lance Wallis
257e1fefff
Make sure 'config.h' doesn't stay in the public include DIR. 2024-06-17 21:06:35 -05:00
Lance Wallis
fe2d99b779
Flip executable bit. 2024-06-17 20:30:34 -05:00
Lance Wallis
88da5e4dd9
Easy build script. 2024-06-17 20:29:39 -05:00
Lance Wallis
98bab6c182
Fix LONG LONG detection. 2024-06-17 20:22:56 -05:00
Lance Wallis
48a3b248dc
Delete accidentally copied file. 2024-06-17 19:42:21 -05:00
Lance Wallis
5258657051
Cmake configure for config.h. 2024-06-17 19:40:32 -05:00
Lance Wallis
a5d1342d53
Update gitignore. 2024-06-17 19:18:41 -05:00
Lance Wallis
8e6d313f47
Cache python libraries. 2024-06-17 18:34:31 -05:00
Lance Wallis
a62033f7ac
Working conan build. 2024-06-17 18:34:00 -05:00
Lance Wallis
02a2f38550
Initial conan support. 2024-06-17 16:59:39 -05:00
Lance Wallis
081b2c75de
Initial CMake conversion. 2024-06-17 16:52:21 -05:00
Michael R Sweet
d650587449
Bump version, changelog. 2024-06-14 06:28:30 -04:00
Michael R Sweet
68a9c50f5b
Merge pull request #329 from BBIGQ-LYQ/patch-1
Update mxml-options.c
2024-06-14 06:25:53 -04:00
钰棋
3727b95db5
Update mxml-options.c
If the passed-in options are null, a segment error occurs when trying to access a member with a null pointer.
2024-06-14 09:47:56 +08:00
Michael R Sweet
804c4f4d92
Bump version. 2024-04-21 17:10:21 -04:00
Michael R Sweet
002c34f458
Add MXML_ALLOC_SIZE define (Issue #318) 2024-04-21 17:08:39 -04:00
Michael R Sweet
0c97db4186
Fixed mxmlSetDeclarationf implementation (Issue #322) 2024-04-21 16:58:53 -04:00
Michael R Sweet
c81526ad84
Install mxml man page as mxml4 by default (Issue #324) 2024-04-21 16:55:44 -04:00
Michael R Sweet
ef6b4684c3
Default DSOFLAGS to LDFLAGS (Issue #325) 2024-04-21 16:50:30 -04:00
Michael R Sweet
7ed214cbcf
Bump version. 2024-03-22 15:10:12 -04:00
Michael R Sweet
b4dfd13d06
Add NOTPARALLEL GNU make extension to avoid install errors (Issue #314) 2024-03-22 15:09:23 -04:00
Michael R Sweet
c9f2cbf411
Bump package versions. 2024-03-22 08:59:10 -04:00
Michael R Sweet
3fa5510610
Another try at getting all of the builds working properly regardless of options. 2024-03-22 08:52:51 -04:00
Michael R Sweet
1b59c3a8a0
Fix CFLAGS in makefile. 2024-03-21 17:16:39 -04:00
Michael R Sweet
be928961e0
One more fix for docdir in makefile. 2024-03-21 11:20:50 -04:00
Michael R Sweet
883f174de2
Bump version. 2024-03-20 21:07:58 -04:00
Michael R Sweet
8a5c9ee279
Fix missing docdir in Makefile.in. 2024-03-20 21:07:20 -04:00
Michael R Sweet
9856aa51e3
Update makesrcdist script. 2024-03-20 12:14:01 -04:00
Michael R Sweet
22f7fd4e47
Clean up README.md for release. 2024-03-20 12:12:47 -04:00
Michael R Sweet
d54a88db43
Update README.md examples. 2024-03-20 11:32:06 -04:00
Michael R Sweet
db39074de2
Finalize documentation changes (Issue #312) 2024-03-20 11:18:15 -04:00
Michael R Sweet
b438d21b9b
Save work on documentation updates. 2024-03-19 13:18:43 -04:00
Michael R Sweet
73c05c8b23
Fix some code scanning issues. 2024-03-19 11:28:18 -04:00
Michael R Sweet
528c89ef86
Fix Windows compile errors. 2024-03-19 11:22:41 -04:00
Michael R Sweet
e676eb35cb
Implement mxmlOptions APIs to normalize all of the load/save option stuff (Issue #312) 2024-03-18 21:46:14 -04:00
Michael R Sweet
726dc0dce7
Fix Windows DLL exports. 2024-03-17 10:15:57 -04:00
Michael R Sweet
03d18d0883
Windows requires config.h for the unit test. 2024-03-17 08:16:07 -04:00
Michael R Sweet
c8f67c29f0
Tweak README. 2024-03-17 08:13:44 -04:00
Michael R Sweet
496bcdd21b
Update quick API overview in README. 2024-03-16 22:31:17 -04:00
Michael R Sweet
143fa436ca
More doco updates. 2024-03-16 22:20:24 -04:00
Michael R Sweet
c1d787dc5f
Update docos some more. 2024-03-13 09:59:47 -04:00
Michael R Sweet
a9aea16f3a
Save work on docos. 2024-03-10 10:23:51 -04:00
Michael R Sweet
9e22b3ef64
Add alternate string management support. 2024-03-07 14:06:50 -05:00
Michael R Sweet
1dfe8e7ac9
Update docos. 2024-03-06 20:10:09 -05:00
Michael R Sweet
2c62878254
Normalize MXML_DESCEND_ values.
Normalize MXML_ADD_ values.

Drop MXML_ADD_TO_PARENT.

Move MXML_TAB to mxml-private.h
2024-03-06 20:03:48 -05:00
Michael R Sweet
77d609e8e8
Fix real number support in non-English locales (Issue #311) 2024-03-06 18:18:29 -05:00
Michael R Sweet
99736682f1
Remove unused code and update docos. 2024-03-06 17:13:13 -05:00
Michael R Sweet
30fedd64d8
Update CodeQL filters. 2024-03-06 17:04:22 -05:00
Michael R Sweet
6715b91540
Update Github CI rules. 2024-03-06 17:02:28 -05:00
Michael R Sweet
3e58559c69
Third time's the charm... 2024-03-06 16:56:41 -05:00