Commit Graph

47 Commits

Author SHA1 Message Date
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
c9f2cbf411
Bump package versions. 2024-03-22 08:59:10 -04:00
Michael R Sweet
883f174de2
Bump version. 2024-03-20 21:07:58 -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
09f0dcfe42
Update windows exports. 2024-03-06 14:47:27 -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
5c66db0383
Update DLL exports. 2024-03-02 20:05:25 -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
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
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
42d766cb86 Normalize VS project to produce x64 binaries that can be packaged. 2021-10-26 15:59:25 -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
23dddcff50
Bump version. 2020-12-04 18:44:50 -05:00
Michael R Sweet
371bb0c0a0
Bump copyrights. 2020-10-01 08:59:08 -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
f8c52d8ac9
Update Visual Studio config.h.
Update header comments in Xcode config.h.
2019-02-13 11:27:58 -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
eadf40fa70
Remove mxmldoc (Issue #237) 2019-01-02 20:36:53 -05:00
Michael R Sweet
3aaa12c7d7 Fix dependencies in VS projects. 2018-10-02 10:23:30 -04:00
Michael R Sweet
166ce17827 Upgrade project files to Visual Studio 2017, add static lib project (Issue #226) 2018-10-02 01:19:02 -04:00
Michael R Sweet
bfbfa67eb6
Bump version to 2.12. 2018-07-02 17:47:26 -04:00
Michael Sweet
48c3c62521 Add mxmlElementAttrGetByIndex and mxmlElementAttrGetCount (Issue #185) 2017-04-23 13:12:39 -04:00
Michael R Sweet
4813db0209 Fix builds on Windows. 2017-03-29 20:20:00 -04:00
Michael R Sweet
ec1122a0d2 Upgrade VS project files. 2017-03-29 20:09:17 -04:00
Michael Sweet
4f00c46a3a Sync up Visual Studio config.h with TOT. 2017-03-29 20:08:15 -04:00
Michael R Sweet
aa94383125 Prep for 2.10 release. 2016-06-13 01:02:37 +00:00
Michael R Sweet
4351cf060c Prep for 2.8 release... 2014-01-04 21:50:06 +00:00
Michael R Sweet
2283c7065a Add 64-bit configurations to VC++ project files. 2011-12-21 07:34:29 +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
1a660a57d4 Add mxmlFindValue to VC++ DLL export file. 2010-12-25 16:25:42 +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
f3475bf739 Update solution file 2009-05-17 16:10:38 +00:00
Michael R Sweet
9ac6418218 Add long long support for printf-style functions. 2009-04-18 17:05:52 +00:00
Michael R Sweet
8398491f0e Fix builds on VC++ 2008 (STR #80) 2008-10-26 19:44:57 +00:00
Michael R Sweet
ada7da928c Add debug definition file. 2008-01-13 01:23:22 +00:00
Michael R Sweet
5115ffdbd1 VC++ fix - use non-standard names for POSIX functions to avoid heap corruption. 2007-12-06 06:07:50 +00:00
Michael R Sweet
ef09aec9bd Fix DLL generation, add testmxml to project. 2007-11-19 05:53:50 +00:00
Michael R Sweet
c1c940970d Convert to DLL 2007-10-03 06:25:07 +00:00
Michael R Sweet
8395465800 Fix Visual C++ config.h... 2007-09-09 08:13:09 +00:00
Michael R Sweet
9fb36b4a2f Added snprintf() emulation function for test program (STR #32) 2007-04-18 13:14:10 +00:00
Michael R Sweet
c27692f2d0 Add the _CRT_SECURE_NO_DEPRECATE definition when building on VC++
2005 (STR #36)
2007-04-18 12:58:36 +00:00
Michael R Sweet
195aef09fd VC++.NET fixes. 2004-06-25 18:52:34 +00:00
Michael R Sweet
ee2eb12e07 Add VC++.NET project.
Update doco files for VC++ build instructions.
2004-06-21 11:17:52 +00:00