14 Commits

Author SHA1 Message Date
Anton Bachin
520d8ee390 Update copyright year 2024-01-07 15:20:03 +03:00
Anton Bachin
1e8f499ddf Update copyright year 2021-09-09 14:18:02 +03:00
Anton Bachin
517387fba0 Docs: rely on GitHub issues only for contact
[skip ci]
2020-10-19 09:11:14 +03:00
Anton Bachin
c35576bed0 Docs: update version number
[skip ci]
2020-10-19 08:45:29 +03:00
Anton Bachin
8b4d8a9499 Bump version to 0.11.2
[skip ci]
2019-04-02 10:01:36 -05:00
Anton Bachin
21417b76b9 Doc generator: remove stale tweet image references
[skip ci]
2018-08-07 15:56:33 -05:00
Anton Bachin
2d6b337419 Bumped version to 0.11.1. 2016-03-14 10:51:05 -05:00
Anton Bachin
d99bae7284 Updated documentation. 2015-10-06 15:19:39 -05:00
Anton Bachin
f1a0b5d0e4 Simple implementation of N4428 enum reflection. 2015-07-09 18:29:44 -05:00
Anton Bachin
9273051e07 Updated documentation and appearance. 2015-07-09 00:38:45 -05:00
Anton Bachin
faf3676fec Made it easier to generate offline documentation.
Documentation can be generated by going to doc/ and running "make".
This requires Python. Before this change, the user had to install the
mistune library, which is used by the generator. The mistune library is
now included in the Better Enums distribution.

The generated docs are available at doc/html/index.html. Note that some
links won't be local (the GitHub repo, the download link, outgoing
links to MSDN, tutorial source in the GitHub repo, and so on). All the
pages belonging to the actual docs will be local, however.

The online version of the docs can be generated by running "make web".
The only difference between the online and offline versions is that the
former includes Google Analytics tracking code, and may include social
communication buttons, comment section, or other useless things in the
future.

Also included errata since the last release.

Resolves #2.
2015-06-27 13:56:27 -05:00
Anton Bachin
f5f669277a Updated documentation. 2015-06-20 13:11:56 -05:00
Anton Bachin
b24d155b7b Updated and improved documentation. 2015-06-05 13:01:28 -05:00
Anton Bachin
2acb5743fa Complete documentation and testing overhaul.
The documentation is now generated from markdown. Samples are generated from the
tutorial pages. Testing is done by a Python script which runs the tests for a
large number of compilers.

This version is not very developer-friendly - the Python scripts need ways of
limiting what compilers they try to run. If you don't have 15 compilers
installed, you won't be able to run the tests in this commit. Fix coming soon.
2015-05-27 09:58:34 -05:00