[ufo-core] 07/08: Merge tag 'upstream/0.6.0.931'

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Sat Nov 30 20:54:13 UTC 2013


This is an automated email from the git hooks/post-receive script.

picca pushed a commit to branch master
in repository ufo-core.

commit b1834edaf48d72b4d7acc34189a38118b7831797
Merge: a466073 1743689
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Sat Nov 30 18:41:20 2013 +0100

    Merge tag 'upstream/0.6.0.931'
    
    Upstream version 0.6.0.931

 .gitignore                                  |     1 -
 ufo/Ufo.types => AUTHORS                    |     0
 CMakeLists.txt                              |   227 -
 ChangeLog                                   | 11810 +++++++++++++++++++
 Makefile.am                                 |    21 +
 Makefile.in                                 |   847 ++
 README.md                                   |    11 +-
 aclocal.m4                                  |  2034 ++++
 common/Makefile.am                          |     1 +
 common/Makefile.in                          |   646 ++
 common/autotools/Makefile.am                |     4 +
 common/autotools/Makefile.in                |   608 +
 common/autotools/config.h.in                |    80 +
 common/autotools/ufo.pc.in                  |    11 +
 common/cmake/FindFFTW3.cmake                |   133 -
 common/cmake/FindGObjectIntrospection.cmake |    61 -
 common/cmake/FindNumpy.cmake                |    57 -
 common/cmake/FindOCLFFT.cmake               |    14 -
 common/cmake/FindOpenCL.cmake               |    90 -
 common/cmake/FindVala.cmake                 |    65 -
 config/compile                              |   347 +
 config/config.guess                         |  1558 +++
 config/config.sub                           |  1791 +++
 config/depcomp                              |   791 ++
 config/install-sh                           |   527 +
 config/ltmain.sh                            |  9661 ++++++++++++++++
 config/missing                              |   215 +
 configure                                   | 15949 ++++++++++++++++++++++++++
 configure.ac                                |   123 +
 docs/CMakeLists.txt                         |    37 -
 docs/Makefile.am                            |   105 +
 docs/Makefile.in                            |  1004 ++
 docs/Ufo-docs.xml                           |    64 +
 docs/Ufo-docs.xml.in                        |    29 -
 ufo/Ufo.types => docs/Ufo-overrides.txt     |     0
 docs/Ufo-sections.txt.in                    |   180 -
 docs/html/Ufo-UfoConfigurable.html          |    64 +
 docs/html/Ufo-UfoCpuTask.html               |    82 +
 docs/html/Ufo-UfoGpuTask.html               |    82 +
 docs/html/Ufo-UfoMessenger.html             |   399 +
 docs/html/Ufo-UfoTask.html                  |   216 +
 docs/html/Ufo-ufo-basic-ops.html            |   790 ++
 docs/html/Ufo-ufo-enums.html                |    53 +
 docs/html/Ufo-zmq-shim.html                 |   112 +
 docs/html/Ufo.devhelp2                      |   372 +
 docs/html/UfoArchGraph.html                 |   231 +
 docs/html/UfoBuffer.html                    |   661 ++
 docs/html/UfoConfig.html                    |   235 +
 docs/html/UfoCpuNode.html                   |   117 +
 docs/html/UfoDaemon.html                    |   107 +
 docs/html/UfoDummyTask.html                 |    98 +
 docs/html/UfoGpuNode.html                   |   116 +
 docs/html/UfoGraph.html                     |   744 ++
 docs/html/UfoGroup.html                     |   273 +
 docs/html/UfoInputTask.html                 |   140 +
 docs/html/UfoNode.html                      |   217 +
 docs/html/UfoOutputTask.html                |   146 +
 docs/html/UfoPluginManager.html             |   344 +
 docs/html/UfoProfiler.html                  |   462 +
 docs/html/UfoRemoteNode.html                |   193 +
 docs/html/UfoRemoteTask.html                |    98 +
 docs/html/UfoResources.html                 |   532 +
 docs/html/UfoScheduler.html                 |   296 +
 docs/html/UfoTaskGraph.html                 |   448 +
 docs/html/UfoTaskNode.html                  |   342 +
 docs/html/UfoZmqMessenger.html              |   123 +
 docs/html/annotation-glossary.html          |    69 +
 docs/html/api-index-full.html               |  1209 ++
 docs/html/ch01.html                         |   120 +
 docs/html/deprecated-api-index.html         |    38 +
 docs/html/home.png                          |   Bin 0 -> 654 bytes
 docs/html/index.html                        |   127 +
 docs/html/index.sgml                        |   505 +
 docs/html/left.png                          |   Bin 0 -> 459 bytes
 docs/html/object-tree.html                  |    70 +
 docs/html/right.png                         |   Bin 0 -> 472 bytes
 docs/html/style.css                         |   266 +
 docs/html/up.png                            |   Bin 0 -> 406 bytes
 docs/manual/Makefile.am                     |    19 +
 docs/manual/Makefile.in                     |   485 +
 docs/manual/api/general.rst                 |    19 -
 docs/manual/api/index.rst                   |    13 -
 docs/manual/api/ufo-0.3.rst                 |  1093 --
 docs/manual/bugs.rst                        |    16 +-
 docs/manual/conf.py                         |    56 +
 docs/manual/conf.py.in                      |   202 -
 docs/manual/faq.rst                         |    14 +-
 docs/manual/glossary.rst                    |    14 -
 docs/manual/index.rst                       |    10 +-
 docs/manual/install/linux.rst               |    22 +-
 docs/scangobj.sh.in                         |     1 -
 gtk-doc.make                                |   276 +
 m4/gtk-doc.m4                               |    71 +
 m4/libtool.m4                               |  7991 +++++++++++++
 m4/ltoptions.m4                             |   384 +
 m4/ltsugar.m4                               |   123 +
 m4/ltversion.m4                             |    23 +
 m4/lt~obsolete.m4                           |    98 +
 python/CMakeLists.txt                       |    29 -
 python/setup.py.in                          |    71 -
 python/ufonp.c                              |   136 -
 sphinx.make                                 |   130 +
 tests/CMakeLists.txt                        |    24 -
 tests/Makefile.am                           |    28 +
 tests/Makefile.in                           |   655 ++
 tests/gtester.xsl                           |    72 -
 tests/test-buffer.c                         |    10 +-
 tests/test-config.c                         |     6 +-
 tests/test-graph.c                          |    32 +-
 tests/test-mpi-remote-node.c                |     4 +-
 tests/test-profiler.c                       |     4 +-
 tests/test-remote-node.c                    |     6 +-
 tests/test-suite.c                          |     9 +-
 tests/test-zmq-messenger.c                  |     2 +-
 tests/test.json                             |    24 -
 tools/CMakeLists.txt                        |    10 -
 tools/Makefile.am                           |    16 +
 tools/Makefile.in                           |   749 ++
 tools/clprof                                |   126 -
 tools/deploy.sh                             |    91 -
 tools/leakcheck.sh                          |     4 -
 tools/templates/ufo-cpu-task.c.in           |   174 -
 tools/templates/ufo-cpu-task.h.in           |    66 -
 tools/templates/ufo-gpu-task.c.in           |   181 -
 tools/templates/ufo-gpu-task.h.in           |    66 -
 tools/{mkfilter.py => ufo-mkfilter.py}      |    11 +-
 ufo/CMakeLists.txt                          |   302 -
 ufo/Makefile.am                             |   156 +
 ufo/Makefile.in                             |   930 ++
 ufo/config.h.in                             |     5 -
 ufo/ufo-enums.c                             |   332 +
 ufo/ufo-enums.c.template                    |     2 +-
 ufo/ufo-enums.h                             |    66 +
 ufo/ufo-input-task.c                        |     8 +-
 ufo/ufo-output-task.c                       |     2 +-
 ufo/ufo-resources.c                         |     4 +-
 ufo/ufo-scheduler.c                         |    28 +-
 ufo/ufo-task-node.c                         |    45 +
 ufo/ufo-task-node.h                         |     1 +
 ufo/ufo.pc.in                               |    13 -
 140 files changed, 71424 insertions(+), 3735 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ufo-core.git



More information about the debian-science-commits mailing list