Commit Graph

34 Commits

Author SHA1 Message Date
Lee Thomason
8d3cdf50db now fix the badge 2023-11-21 12:02:26 -08:00
Lee Thomason
428cd1be42 update readme 2023-11-21 11:52:44 -08:00
Lee Thomason
95b80f4458 update readme 2021-05-15 19:57:11 -07:00
Lee Thomason
be4eaaac8a remove bit rotted premake5, update readme 2021-05-15 19:40:53 -07:00
Lee Thomason
97739352a7 test new build links 2021-05-15 19:26:51 -07:00
Dylan Baker
c509d569c0 Add meson build system
Meson is a build system somewhat like cmake, but without all of the
rough edges. It supports many OSes, including all of the major ones, and
a large number of C++ compilers.

My interest isn't really in convincing people to use meson as the
default here, but meson provides a subproject mechanism that can fetch
external projects and build them along with the main project in a single
configure/compile invocation. This is extremely useful for platforms
that lack a (competent) package manager.

As far as I know the meson build does everything the cmake build does,
with one exception: generate the cmake config/version files. meson can
generate these files, but only in simple cases, and not when using
export targets like tinyxml2 does.
2020-10-09 12:21:27 -07:00
Lee Thomason
2c5a6bfdd4 reorder 2020-07-02 15:41:27 -07:00
Lee Thomason
51d9f51d1a update readme link 2020-07-02 15:40:30 -07:00
Lee Thomason
8504195843 fix vs version 2020-03-01 17:23:36 -08:00
wangli28
1eb8a3f765 Add vcpkg installation instructions 2020-02-16 04:43:09 +00:00
Andrey Tsurkan
eda7f81b1f Fixed typos 2019-04-25 17:35:17 +03:00
Lee Thomason
db39dbc0fd add license and minor readme edit 2019-03-17 18:18:20 -07:00
Lee Thomason
3cdaf8b15e update the readme 2018-04-06 15:49:47 -07:00
Lee Thomason
f3f9925f12 update docs 2017-07-15 19:39:42 -07:00
Lee Thomason
528986ff26 update readme 2017-07-15 19:37:47 -07:00
kezenator
a43ff7210e Removed line numbering support as an advantage of TinyXML-1.
Added error reporting system that discusses the support for line number information.
2016-11-26 17:33:12 +10:00
Kevin Wojniak
3c97724d0e Fix typo 2016-10-06 16:05:59 -07:00
Lee Thomason
098bd1f17a fix project file version 2016-07-17 21:35:10 -07:00
ReadmeCritic
ff714133bc Correct the capitalization of Xcode in README 2016-02-17 09:24:03 -08:00
Lee Thomason
f47b20f114 fix readme syntax 2015-10-19 22:55:32 -07:00
Chocobo1
f2c6b118da readme.md: add CI build status badges 2015-10-02 22:09:12 +08:00
Lee Thomason
433f1272d4 update readme 2014-03-16 20:22:12 -07:00
Lee Thomason
61871d60a6 Fix up the readme, add attribution for the logo. 2013-12-05 11:44:38 -08:00
Dennis Jenkins
68a1c93e2e Grammar error: there -> their. 2013-10-25 23:01:34 -05:00
Lee Thomason
74a81cf1d9 minor readme update 2013-09-12 23:59:43 -07:00
Lee Thomason
1f83145cb4 Merge branch 'master' of github.com:leethomason/tinyxml2 2013-09-12 23:53:47 -07:00
Lee Thomason
1688114e55 add logo 2013-09-12 23:53:08 -07:00
Vasily Biryukov
9a975b7bdb Small fixes in documentation 2013-05-19 17:01:05 +06:00
Guillaume P
d60fe35073 Add a Code::Blocks project. 2013-05-12 15:11:37 +02:00
Kevin Wojniak
273f7b4cf8 Fixed wrongly encoded apostrophe. Fixed typo. 2013-01-09 09:21:13 -08:00
Lee Thomason (grinliz)
9b6011c478 working out whitespace notes 2012-09-09 19:12:06 -07:00
Lee Thomason (grinliz)
c5defa6b25 whitespace doc 2012-09-08 22:06:14 -07:00
Lee Thomason
77d7f206f6 fix typo in readme 2012-07-29 18:51:41 -07:00
Arkadiy Shapkin
2204dda8fe Readme format changed to markdown 2012-07-21 02:40:57 +04:00