53 Commits

Author SHA1 Message Date
Milo Yip
17254e090e Version 1.1.0
Change version numbers
Fixed some document linkage
Fix #648
2016-08-25 14:35:17 +08:00
Dan Vanderkam
6b6b121ff0 Fix filterkeydom link 2016-04-26 19:24:52 -04:00
Milo Yip
05b2ed7532 Add filterkey and filterkeydom examples 2016-04-23 16:02:40 +08:00
Milo Yip
105c92ee08 Add example catalog in readme 2016-04-15 11:18:00 +08:00
ReadmeCritic
292a5c9d83 Update README URLs based on HTTP redirects 2016-01-20 11:24:11 -08:00
Sean Leather
481ae5b11d Highlight main features in bold
Might help some people see things better when skimming.
2015-10-09 14:29:30 +02:00
miloyip
19687067b7 Try to remove www 2015-06-06 21:29:52 +08:00
Milo Yip
3bc945fdce Change documentation URL to http://www.rapidjson.org 2015-06-05 09:57:11 +08:00
Milo Yip
0e9fe888b7 v1.0.2 release 2015-05-14 15:49:26 +08:00
Milo Yip
2e913bfea6 Update readme badge to version 1.0.1 also 2015-04-25 10:18:30 +08:00
miloyip
95c6ec97c4 Add release badge to readmes 2015-04-21 17:28:31 +08:00
Milo Yip
e857b082fb Update readme.md
Add coverall badges
2015-04-16 00:11:41 +08:00
miloyip
3f562e118f Fix "SSE 4.1 -> SSE 4.2" typo and add some comments about SIMD in internals and FAQ 2015-04-15 14:57:29 +08:00
miloyip
3b9676f722 Add Gitbook links 2015-04-08 14:28:46 +08:00
Milo Yip
d1959ba6e3 Change copyright owner and related changes. 2015-04-03 12:57:16 +08:00
Milo Yip
b72219e7bb Fix language names in readme 2015-04-03 10:27:44 +08:00
Philipp A. Hartmann
b688580cb3 fix zh-cn Doxygen generation for Travis CI 2015-04-02 21:17:23 +02:00
Philipp A. Hartmann
3735542cc2 readme.md: improve build status rendering by Doxygen
Doxygen currently does not support images with links, which breaks the
current rendering of the front page at https://miloyip.github.io/rapidjson.

Move the status badges to a table with the links in the top-row instead.

While at it, add a description below the logo and put the GitHub and
documentation links into in itemisation.
2015-02-20 19:38:52 +01:00
Milo Yip
80119a6a74 Change AppVeyor badge 2015-02-18 14:11:10 +08:00
unknown
c7672553de fix doxygen link 2015-02-17 12:42:29 +01:00
Kosta
a843e63993 fixed travis badge icon 2015-02-17 11:39:30 +01:00
unknown
119f1ddb04 [skip CI] fixed Travis CI badge to point to Milo's travis account 2015-02-17 11:36:46 +01:00
unknown
63ad11c367 add support for AppVeyor CI for checking Windows builds 2015-02-17 10:42:43 +01:00
Milo Yip
10b6a133f6 Update readme.md
Fix typesetting
2015-02-11 12:06:18 +08:00
Milo Yip
09118fa230 Merge pull request #192 from jollyroger/cmake
CMake support
2015-02-11 12:04:19 +08:00
Andriy Senkovych
40c03114e3 Try new travis configuration 2014-11-19 03:13:06 +02:00
Andriy Senkovych
6f7789ef6d Update readme with changes to CMake build process 2014-11-11 17:26:59 +02:00
spacewander
01e78d7a0a Use absolute path for the link to examples
So the example link in documentation will always point to correct place.
2014-10-27 16:26:08 +08:00
Milo Yip
7cca533971 Update readme.md 2014-09-09 14:05:57 +08:00
Philipp A. Hartmann
4d031d054a readme.md: reference RFC7159 instead of RFC4627 2014-08-11 17:14:31 +02:00
Milo Yip
54a615a8a3 Added rapidjson logo 2014-08-10 21:32:12 +08:00
Milo Yip
fe33a0178f Update readme.md 2014-07-28 13:21:31 +08:00
Milo Yip
a7dca0d446 Update readme.md 2014-07-23 22:16:37 +08:00
Milo Yip
62970ee230 Improves documentation style, TOC, fixes links.
Some links will become broken in GitHub.
2014-07-08 14:11:18 +08:00
Philipp A. Hartmann
a213d2d881 Doxygen: fixup main page
To avoid the {#mainpage} tag to be rendered on GitHub, explicitly add a
`\mainpage` section to `rapidjson.h`, referring to `readme.md`.
2014-07-06 16:39:23 +02:00
Philipp A. Hartmann
b30c3c0538 readme.md: prepare Markdown for GitHub and Doxygen rendering 2014-07-06 15:35:43 +02:00
Milo Yip
99ea434eef Typo in readme 2014-07-04 10:36:15 +08:00
Milo Yip
ba5e27a007 Update readme.md 2014-06-30 14:06:40 +08:00
Milo Yip
8e6da6bdff Update readme.md
rapidjson -> RapidJSON
2014-06-30 14:02:30 +08:00
Milo Yip
c4a4acc6c7 Merge pull request #29 from miloyip/DefaultFlag
Added overloaded functions for default parseFlags
2014-06-29 16:37:18 +08:00
Milo Yip
21b8d22575 Update readme.md 2014-06-29 16:30:55 +08:00
Milo Yip
1d14748bc9 Added overloaded functions for default parseFlags
Can write d.Parse(...) instead of d.Parse<0>(...)
Hope to reduce strangeness and confusion for beginner.
2014-06-29 15:03:38 +08:00
Milo Yip
6f306755d5 Minor adjustment to simpledom example
Showing the type Value and preventing member lookup twice.
2014-06-29 14:18:33 +08:00
Milo Yip
8a959c3898 Fixes comment mistakes 2014-06-28 20:37:22 +08:00
Milo Yip
331c4cf500 Update readme.md
Fixes image path
2014-06-28 19:47:11 +08:00
Milo Yip
cd144c3cfd Added a simple example and a diagram showing the process. 2014-06-28 19:44:11 +08:00
Milo Yip
fbf29dfc52 Update readme.md
minor mistake
2014-06-27 14:02:20 +08:00
Milo Yip
b429a82a1a Update readme.md
Added a paragraph about the unicode features
2014-06-27 13:55:45 +08:00
Milo Yip
c0f89f6f07 Update readme.md 2014-06-26 12:06:40 +08:00
Milo Yip
26e6fcb9a1 Update readme.md
Add compatibility section and minor changes about JSON.
2014-06-26 12:05:46 +08:00