6 Commits

Author SHA1 Message Date
Anton Bachin
ccc7858f14 Ported to Microsoft Visual Studio.
Worked around a bug with vararg macro expansion in VC++ and tested with Visual
Studio 2013. This commit does not include exhaustive tests for that compiler as
for clang and gcc. They are coming in a follow-on commit.

https://connect.microsoft.com/VisualStudio/feedback/details/521844/variadic-macro-treating-va-args-as-a-single-parameter-for-other-macros
2015-05-27 13:20:14 -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
Anton Bachin
10c9977a9c Minimally updated documentation. 2015-05-17 22:49:24 -05:00
Anton Bachin
e28177b11a Updated documentation with new front page. 2015-05-15 10:15:31 -05:00
Anton Bachin
e7a093709f Added contact information to README. 2015-05-14 07:45:09 -05:00
Anton Bachin
dd606fd450 Initial release. 2015-05-11 17:38:41 -04:00