]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/jit/docs/cp/intro/tutorial02.rst
Document libgccjit++.h
authorDavid Malcolm <dmalcolm@redhat.com>
Wed, 10 Dec 2014 18:25:58 +0000 (18:25 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Wed, 10 Dec 2014 18:25:58 +0000 (18:25 +0000)
commit29df5715c0a1817ba3ad76dd3e10c7fb6e235254
tree7d2b3665134ff461d2c6383fbbadeb7c15357953
parente56e603b72a8a878da237b3119a6dfb80e966524
Document libgccjit++.h

gcc/jit/ChangeLog:
* docs/cp/index.rst: New file.
* docs/cp/intro/index.rst: New file.
* docs/cp/intro/tutorial01.rst: New file.
* docs/cp/intro/tutorial02.rst: New file.
* docs/cp/intro/tutorial03.rst: New file.
* docs/cp/intro/tutorial04.rst: New file.
* docs/cp/topics/contexts.rst: New file.
* docs/cp/topics/expressions.rst: New file.
* docs/cp/topics/functions.rst: New file.
* docs/cp/topics/index.rst: New file.
* docs/cp/topics/locations.rst: New file.
* docs/cp/topics/objects.rst: New file.
* docs/cp/topics/results.rst: New file.
* docs/cp/topics/types.rst: New file.
* docs/examples/tut01-hello-world.cc: New file.
* docs/examples/tut02-square.c: Fix missing newline in output.
* docs/examples/tut02-square.cc: New file.
* docs/examples/tut03-sum-of-squares.cc: New file.
* docs/examples/tut04-toyvm/toyvm.cc: New file.
* docs/index.rst: Move summary to above the table of contents.
Add text about the C vs C++ APIs.
* docs/topics/contexts.rst: Fix a typo.

* docs/_build/texinfo/libgccjit.texi: Regenerate.
* docs/_build/texinfo/factorial1.png: New file.
* docs/_build/texinfo/sum-of-squares1.png: New file.

From-SVN: r218588
25 files changed:
gcc/jit/ChangeLog
gcc/jit/docs/_build/texinfo/factorial1.png [new file with mode: 0644]
gcc/jit/docs/_build/texinfo/libgccjit.texi
gcc/jit/docs/_build/texinfo/sum-of-squares1.png [new file with mode: 0644]
gcc/jit/docs/cp/index.rst [new file with mode: 0644]
gcc/jit/docs/cp/intro/index.rst [new file with mode: 0644]
gcc/jit/docs/cp/intro/tutorial01.rst [new file with mode: 0644]
gcc/jit/docs/cp/intro/tutorial02.rst [new file with mode: 0644]
gcc/jit/docs/cp/intro/tutorial03.rst [new file with mode: 0644]
gcc/jit/docs/cp/intro/tutorial04.rst [new file with mode: 0644]
gcc/jit/docs/cp/topics/contexts.rst [new file with mode: 0644]
gcc/jit/docs/cp/topics/expressions.rst [new file with mode: 0644]
gcc/jit/docs/cp/topics/functions.rst [new file with mode: 0644]
gcc/jit/docs/cp/topics/index.rst [new file with mode: 0644]
gcc/jit/docs/cp/topics/locations.rst [new file with mode: 0644]
gcc/jit/docs/cp/topics/objects.rst [new file with mode: 0644]
gcc/jit/docs/cp/topics/results.rst [new file with mode: 0644]
gcc/jit/docs/cp/topics/types.rst [new file with mode: 0644]
gcc/jit/docs/examples/tut01-hello-world.cc [new file with mode: 0644]
gcc/jit/docs/examples/tut02-square.c
gcc/jit/docs/examples/tut02-square.cc [new file with mode: 0644]
gcc/jit/docs/examples/tut03-sum-of-squares.cc [new file with mode: 0644]
gcc/jit/docs/examples/tut04-toyvm/toyvm.cc [new file with mode: 0644]
gcc/jit/docs/index.rst
gcc/jit/docs/topics/contexts.rst