From: adrian <adr...@us...> - 2011-12-16 21:44:11
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "compose-hpc". The branch, master has been updated via 00eae0ddbd52d5c17314a980d9b17ce354267013 (commit) via b935f9e792bbbbec5ffe82d521b55761bdf78756 (commit) via d96059374b1178ac77c4eabec1d24d11da7f96c7 (commit) from 5c97494fc5ff300ca3ddaa4aa6da12098bdb49e3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 00eae0ddbd52d5c17314a980d9b17ce354267013 Author: Adrian Prantl <ad...@ll...> Date: Fri Dec 16 13:33:40 2011 -0800 added a doxygen 'make doc' target added auto-generated man pages commit b935f9e792bbbbec5ffe82d521b55761bdf78756 Author: Adrian Prantl <ad...@ll...> Date: Thu Dec 15 11:57:33 2011 -0800 update for chapel svn commit d96059374b1178ac77c4eabec1d24d11da7f96c7 Author: Adrian Prantl <ad...@ll...> Date: Thu Dec 15 11:57:05 2011 -0800 first step for doxygen in minitermite ----------------------------------------------------------------------- Summary of changes: braid/Makefile.in | 1 + braid/aclocal.m4 | 4 +- braid/braid/chapel/backend.py | 342 ++++----- braid/braid/sidl_symbols.py | 104 +++ braid/configure | 777 +++++++++++--------- braid/configure.ac | 23 +- {braid => rote/minitermite}/Doxyfile.in | 4 +- rote/minitermite/Makefile.am | 47 ++ rote/minitermite/README | 14 +- rote/minitermite/configure.ac | 23 +- {braid => rote/minitermite}/doc/man_header.txt | 8 +- rote/minitermite/doc/src2term.1 | 127 ++++ rote/minitermite/doc/term2src.1 | 125 ++++ .../minitermite}/m4/ax_compare_version.m4 | 0 {braid => rote/minitermite}/m4/ax_prog_doxygen.m4 | 0 {braid => rote/minitermite}/m4/ax_with_prog.m4 | 0 .../minitermite}/m4/llnl_enable_regression.m4 | 0 rote/minitermite/src/Makefile.include | 8 +- rote/minitermite/src/RoseToTerm.C | 8 +- rote/minitermite/src/TermToRose.C | 74 +- 20 files changed, 1074 insertions(+), 615 deletions(-) copy {braid => rote/minitermite}/Doxyfile.in (99%) copy {braid => rote/minitermite}/doc/man_header.txt (75%) create mode 100644 rote/minitermite/doc/src2term.1 create mode 100644 rote/minitermite/doc/term2src.1 copy {braid => rote/minitermite}/m4/ax_compare_version.m4 (100%) copy {braid => rote/minitermite}/m4/ax_prog_doxygen.m4 (100%) copy {braid => rote/minitermite}/m4/ax_with_prog.m4 (100%) copy {braid => rote/minitermite}/m4/llnl_enable_regression.m4 (100%) hooks/post-receive -- compose-hpc |