r218588 - in /trunk/gcc/jit: ChangeLog docs/_bu...

dmalcolm@gcc.gnu.org dmalcolm@gcc.gnu.org
Wed Dec 10 18:26:00 GMT 2014


Author: dmalcolm
Date: Wed Dec 10 18:25:58 2014
New Revision: 218588

URL: https://gcc.gnu.org/viewcvs?rev=218588&root=gcc&view=rev
Log:
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.

Added:
    trunk/gcc/jit/docs/_build/texinfo/factorial1.png   (with props)
    trunk/gcc/jit/docs/_build/texinfo/sum-of-squares1.png   (with props)
    trunk/gcc/jit/docs/cp/
    trunk/gcc/jit/docs/cp/index.rst
    trunk/gcc/jit/docs/cp/intro/
    trunk/gcc/jit/docs/cp/intro/index.rst
    trunk/gcc/jit/docs/cp/intro/tutorial01.rst
    trunk/gcc/jit/docs/cp/intro/tutorial02.rst
    trunk/gcc/jit/docs/cp/intro/tutorial03.rst
    trunk/gcc/jit/docs/cp/intro/tutorial04.rst
    trunk/gcc/jit/docs/cp/topics/
    trunk/gcc/jit/docs/cp/topics/contexts.rst
    trunk/gcc/jit/docs/cp/topics/expressions.rst
    trunk/gcc/jit/docs/cp/topics/functions.rst
    trunk/gcc/jit/docs/cp/topics/index.rst
    trunk/gcc/jit/docs/cp/topics/locations.rst
    trunk/gcc/jit/docs/cp/topics/objects.rst
    trunk/gcc/jit/docs/cp/topics/results.rst
    trunk/gcc/jit/docs/cp/topics/types.rst
    trunk/gcc/jit/docs/examples/tut01-hello-world.cc
    trunk/gcc/jit/docs/examples/tut02-square.cc
    trunk/gcc/jit/docs/examples/tut03-sum-of-squares.cc
    trunk/gcc/jit/docs/examples/tut04-toyvm/toyvm.cc
Modified:
    trunk/gcc/jit/ChangeLog
    trunk/gcc/jit/docs/_build/texinfo/libgccjit.texi
    trunk/gcc/jit/docs/examples/tut02-square.c
    trunk/gcc/jit/docs/index.rst
    trunk/gcc/jit/docs/topics/contexts.rst

Propchange: trunk/gcc/jit/docs/_build/texinfo/factorial1.png
            ('svn:mime-type' added)

Propchange: trunk/gcc/jit/docs/_build/texinfo/sum-of-squares1.png
            ('svn:mime-type' added)




More information about the Gcc-cvs mailing list