ReferencesΒΆ
Useful references for developers:
BOOST
C++ Libraries
Lexical cast: http://www.boost.org/doc/libs/1_66_0/doc/html/boost_lexical_cast.html
Python interface: http://www.boost.org/doc/libs/1_66_0/libs/python/doc/html/index.html
Spirit.Qi: http://www.boost.org/doc/libs/1_66_0/libs/spirit/doc/html/index.html
ECMA-262
Formal specification: http://ecma-international.org/ecma-262/5.1/#sec-15.10
Description with C++ specific commentary: http://en.cppreference.com/w/cpp/regex/ecmascript
Regular expression grammar, as modified for use in C++
Google Test
Primer/documentation: https://github.com/google/googletest/blob/master/googletest/docs/Primer.md
Intel Thread Building Blocks (TBB)
Project home: https://github.com/01org/tbb
Documentation: https://www.threadingbuildingblocks.org/docs/help/index.htm
JSON for Modern C++
Project home and user guide: https://github.com/nlohmann/json
Reference documentation: https://nlohmann.github.io/json/index.html
reStructured Text
Markup Syntax and Parser Component of Docutils
Formal documentation: http://docutils.sourceforge.net/rst.html
Sphinx summary and extensions: http://www.sphinx-doc.org/en/stable/rest.html
Scintilla
A free source code editing component for Win32, GTK+, and OS X
Project home: http://www.scintilla.org/index.html
Documentation: http://www.scintilla.org/ScintillaDoc.html
Sphinx
Project home: http://www.sphinx-doc.org/en/stable/index.html
Python Documentation Generator
Project home: http://www.sphinx-doc.org/en/stable/index.html
Documentation: http://www.sphinx-doc.org/en/stable/contents.html
wxPython
The GUI Toolkit for Python.
Project home: https://wxpython.org/
Documentation: https://docs.wxpython.org/
wxWidgets
Cross Platform GUI Library
Project home: http://www.wxwidgets.org/
Documentation: http://docs.wxwidgets.org/3.0/