Commit Graph

97 Commits

Author SHA1 Message Date
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
b4dfd13d06
Add NOTPARALLEL GNU make extension to avoid install errors (Issue #314) 2024-03-22 15:09:23 -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
8a5c9ee279
Fix missing docdir in Makefile.in. 2024-03-20 21:07:20 -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
83e9b0a6bc
Merge pull request #306 from DarkRelay-Security-Labs/DarkRelayLabs-AFL-feature
Implemented AFL Fuzzing
2024-03-06 16:30:26 -05:00
Michael R Sweet
ce7f251a0a
Update configure script defaults to install as libmxml4 with mxml4 pkg-config
name (to allow for installing both old and new Mini-XML...)
2024-03-04 08:09:55 -05:00
Michael R Sweet
0cd995c772
Add separate node types for comments, CDATA, directives, and declarations (Issue #250) 2024-03-02 18:47:57 -05:00
Michael R Sweet
f9b9a40494
Start working on Mini-XML v4.0. 2024-02-27 15:04:27 -05:00
DarkRelay
bfb4518068
Added AFL Fuzzer in Makefile.in
Starts AFL Fuzzing on build using "make afl"
2023-08-24 14:28:56 +05:30
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
orbea
4e2e31236f build: Don't use libtool. 2021-04-07 09:17:52 -07: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
75da0dcf21 Fix make install issues (Issue #257)
Bump version to 3.1.
2019-07-03 11:30:38 -04:00
Michael R Sweet
99aecba0d9
Drop HP-UX, IRIX support for shared libraries.
Fix installation of man page.
2019-01-07 12:05:16 -05:00
Michael R Sweet
f166ad1977
License change to Apache 2.0 w/exceptions for GPL2/LGPL2 software. 2019-01-04 20:44:51 -05:00
Michael R Sweet
bc27547035
Switch to codedoc-generated documentation. Remove all old HTML docs. 2019-01-02 22:54:23 -05:00
Michael R Sweet
0e19e432a5
Drop references to epub, update copyright. 2019-01-02 20:39:02 -05:00
Michael R Sweet
eadf40fa70
Remove mxmldoc (Issue #237) 2019-01-02 20:36:53 -05:00
Michael R Sweet
ba3cca82e1
Incorporate Linux DSO changes and add autoheader protection (Issue #218) 2018-07-04 02:10:30 -04:00
Michael R Sweet
4a593cc075
Fix cross-compile installs (Issue #218) 2018-07-02 18:27:34 -04:00
Michael R Sweet
8eef15b7a5
Update to current version of zipc functions.
Drop Xcode docset generation since current versions of Xcode no longer support
it... :/
2018-07-02 17:44:55 -04:00
Michael Sweet
bcfa6ef518 Update/fix documentation.
Add mxmlNewOpaquef and mxmlSetOpaquef functions.

Fix discussion writing code to look for opaque strings.

Fix dependencies for documentation generation.
2017-04-24 10:42:03 -04:00
Michael Sweet
48c3c62521 Add mxmlElementAttrGetByIndex and mxmlElementAttrGetCount (Issue #185) 2017-04-23 13:12:39 -04:00
Michael Sweet
3700ebd2c3 Add libmxml1.dll target and support for mingw cross-compilation (Issue #188) 2017-04-23 12:21:38 -04:00
Michael Sweet
c6bda8e144 Add markdown support for HTML/EPUB/DOCSET output (Issue #194) 2017-04-11 15:37:38 -04:00
Michael Sweet
1fba7887b7 Add cover image for manual.
Fix iTunesArtwork file in EPUB.
2017-04-08 13:07:30 -04:00
Michael Sweet
6d824fd830 Ignore new filenames. 2017-04-06 15:10:18 -04:00
Michael Sweet
003eea7429 Clean up mxmldoc and refactor a bunch of the code. 2017-04-06 14:25:19 -04:00
Michael Sweet
e6146472e6 Make EPUB generation conditional on the presence of ZLIB (again). 2017-04-05 09:47:24 -04:00
Michael Sweet
7c2551e996 Switch to using hand-rolled ZIP container "library" for EPUB files. 2017-04-04 16:16:17 -04:00
Michael Sweet
24c7481d65 Add EPUB target, libarchive tests. 2017-03-31 13:38:06 -04:00
Michael Sweet
8c6a46e4f6 Don't strip installed binaries, as cross-compiling won't use the right strip
command... (Issue #188)
2017-03-29 17:10:10 -04:00
Michael Sweet
150195f8e1 Fix cross-compilation so that we don't run locally-built targets when cross-
compiling.
2017-03-29 11:23:29 -04:00
Michael Sweet
89a9742c0e Bump version to 2.11.
Update copyrights and web site addresses.

New logo image following msweet.org template.
2017-03-22 14:51:16 -04:00
Michael R Sweet
21f436f36c Fix loading of text values with MXML_NO_CALLBACK or MXML_TEXT_CALLBACK (Bug #502)
Update unit test program to validate fix and cleanup output so that we can get
proper error messages.
2014-10-19 17:21:48 +00:00
Michael R Sweet
4351cf060c Prep for 2.8 release... 2014-01-04 21:50:06 +00:00
Michael R Sweet
6338dccaac Escape HTML special characters inside @code foo@.
Use xcrun to run the docsetutil program.
2013-07-03 14:16:22 +00:00
Michael R Sweet
f5b0b9270d Clean share libraries, and fix SAX unit test to look for the right number of data nodes.
Add --version option to mxmldoc.
2011-04-13 15:43:32 +00:00
Michael R Sweet
682852c289 Fix memory leak when loading a badly-formed XML file (STR #121) 2011-03-24 05:47:51 +00:00
Michael R Sweet
3899cb0aa5 Fix some HTML and CSS validation issues. 2011-01-14 18:36:09 +00:00
Michael R Sweet
aaefc5c07c Rename mxmlFindValue to mxmlFindPath.
Rename mxmlGetPrevious to mxmlGetPrevSibling.

Rename mxmlGetNext to mxmlGetNextSibling.

Update documentation.
2011-01-03 02:03:29 +00:00
Michael R Sweet
a9012172c1 Implemment getters for all of mxml_node_t and mxml_index_t fields (STR #118)
Make mxml_node_s and mxml_index_s private (but still in the public header for
2.x).
2011-01-01 23:42:17 +00:00
Michael R Sweet
2e9f4022bf Fix some typos and the clang target. 2010-09-19 07:28:06 +00:00
Michael R Sweet
97ca6dc424 Updated the source headers to reference the Mini-XML license and its exceptions
to the LGPL2 (STR #108)
2010-09-19 05:26:46 +00:00
Michael R Sweet
fd57e148c5 Fix docset generation. 2008-12-06 04:20:38 +00:00
Michael R Sweet
96564158e1 Fix some typos. 2008-11-28 11:07:49 +00:00
Michael R Sweet
eba74ebb7d When building the Xcode documentation set, also package it and update the
ATOM file, too.
2008-11-28 11:02:55 +00:00
Michael R Sweet
59e1bbbb7a Add support for generating Xcode documentation sets.
Fix a few Clang-detected issues.
2008-11-28 10:56:50 +00:00