[libmce-perl] 02/10: Updated version 1.805 from 'upstream/1.805'

Florian Schlichting fsfs at moszumanska.debian.org
Sun Oct 9 22:57:34 UTC 2016


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

fsfs pushed a commit to branch master
in repository libmce-perl.

commit 38c57865afa4cf3d90d4c8fadfd37d29da6910c1
Merge: 1447e60 ba267b3
Author: Florian Schlichting <fsfs at debian.org>
Date:   Mon Oct 10 00:35:23 2016 +0200

    Updated version 1.805 from 'upstream/1.805'
    
    with Debian dir 116078cf428882ab7379426c47788ab364d5afc2

 CHANGES => Changes                       |  205 ++++-
 LICENSE => Copying                       |  137 +---
 CREDITS => Credits                       |   90 ++-
 LICENSE                                  |  446 +++--------
 MANIFEST                                 |   80 +-
 MANIFEST.SKIP                            |    7 +-
 META.json                                |  164 ++++
 META.yml                                 |  216 +++---
 Makefile.PL                              |  102 ++-
 README                                   |  143 ----
 README.md                                |  199 +++++
 examples/biofasta/README                 |   77 --
 examples/biofasta/fasta_aidx.pl          |  154 ----
 examples/biofasta/fasta_rdr1.pl          |   75 --
 examples/biofasta/fasta_rdr2.pl          |   83 --
 examples/biofasta/fasta_rdr3.pl          |  131 ----
 examples/biofasta/include/Fasta.pm       |  207 -----
 examples/biofasta/include/FastaC.pm      |  116 ---
 examples/biofasta/include/fasta_aidx.txt |   78 --
 examples/biofasta/include/fasta_rdr.txt  |   46 --
 examples/biofasta/include/fasta_seqlen.c |   61 --
 examples/biofasta/include/sample.fasta   |   39 -
 examples/cat.pl                          |  275 -------
 examples/egrep.pl                        |  656 ----------------
 examples/files_flow.pl                   |   64 --
 examples/files_mce.pl                    |   59 --
 examples/files_thr.pl                    |   64 --
 examples/findnull.pl                     |  242 ------
 examples/flow_demo.pl                    |  166 ----
 examples/flow_model.pl                   |  157 ----
 examples/forchunk.pl                     |  113 ---
 examples/foreach.pl                      |   92 ---
 examples/forseq.pl                       |  114 ---
 examples/interval.pl                     |  114 ---
 examples/iterator.pl                     |  157 ----
 examples/matmult/README                  |  382 ---------
 examples/matmult/matmult_base.pl         |   49 --
 examples/matmult/matmult_mce_d.pl        |  130 ----
 examples/matmult/matmult_mce_f.pl        |  118 ---
 examples/matmult/matmult_mce_t.pl        |  112 ---
 examples/matmult/matmult_perl.pl         |  143 ----
 examples/matmult/matmult_simd.pl         |   87 ---
 examples/matmult/strassen_07_f.pl        |  334 --------
 examples/matmult/strassen_07_t.pl        |  312 --------
 examples/matmult/strassen_49_f.pl        |  387 ----------
 examples/matmult/strassen_49_t.pl        |  375 ---------
 examples/matmult/strassen_perl.pl        |  323 --------
 examples/mutex.pl                        |   35 -
 examples/pipe1.pl                        |  256 -------
 examples/pipe2.pl                        |  340 --------
 examples/relay.pl                        |   96 ---
 examples/sampledb/README                 |   65 --
 examples/sampledb/create.pl              |   84 --
 examples/sampledb/query1.pl              |   62 --
 examples/sampledb/query2.pl              |   68 --
 examples/sampledb/query3.pl              |   84 --
 examples/sampledb/update1.pl             |  123 ---
 examples/sampledb/update2.pl             |  127 ---
 examples/sampledb/update3.pl             |  129 ----
 examples/seq_demo.pl                     |   67 --
 examples/step_demo.pl                    |   69 --
 examples/sync.pl                         |   37 -
 examples/tbray/README                    |   93 ---
 examples/tbray/tbray_baseline1.pl        |   27 -
 examples/tbray/tbray_baseline2.pl        |   30 -
 examples/tbray/wf_mce1.pl                |   78 --
 examples/tbray/wf_mce2.pl                |   69 --
 examples/tbray/wf_mce3.pl                |   75 --
 examples/tbray/wf_mmap.pl                |   80 --
 examples/utf8.pl                         |   80 --
 examples/wc.pl                           |  353 ---------
 images/01_Bank_Queuing_Model.gif         |  Bin 61554 -> 0 bytes
 images/02_Bank_Model_Chunking.gif        |  Bin 71205 -> 0 bytes
 images/03_Bank_Model_Chunk_ID.gif        |  Bin 62829 -> 0 bytes
 images/04_Enabling_Chunking.gif          |  Bin 98302 -> 0 bytes
 images/05_Power_of_Randomness.gif        |  Bin 170440 -> 0 bytes
 images/06_Shared_Sockets.gif             |  Bin 90857 -> 0 bytes
 images/07_Sequential_IO.gif              |  Bin 105559 -> 0 bytes
 images/08_Natural_Callback.gif           |  Bin 54275 -> 0 bytes
 images/09_Supported_OS.gif               |  Bin 115834 -> 0 bytes
 images/10_Scaling_Pings.gif              |  Bin 66354 -> 0 bytes
 lib/MCE.pm                               | 1121 ++++++++++++++-------------
 lib/MCE.pod                              |  210 ++++-
 lib/MCE/Candy.pm                         |   25 +-
 lib/MCE/Core.pod                         |  214 ++++--
 lib/MCE/Core/Input/Generator.pm          |   51 +-
 lib/MCE/Core/Input/Handle.pm             |  103 +--
 lib/MCE/Core/Input/Iterator.pm           |   26 +-
 lib/MCE/Core/Input/Request.pm            |   26 +-
 lib/MCE/Core/Input/Sequence.pm           |   40 +-
 lib/MCE/Core/Manager.pm                  |  441 ++++++-----
 lib/MCE/Core/Validation.pm               |   27 +-
 lib/MCE/Core/Worker.pm                   |  307 ++++----
 lib/MCE/Examples.pod                     |  498 ++++++++++--
 lib/MCE/Flow.pm                          |  383 ++++-----
 lib/MCE/Grep.pm                          |  357 +++++----
 lib/MCE/Loop.pm                          |  288 ++++---
 lib/MCE/Map.pm                           |  308 ++++----
 lib/MCE/Mutex.pm                         |  100 +--
 lib/MCE/Queue.pm                         | 1237 ++++++++++++++++--------------
 lib/MCE/Relay.pm                         |   72 +-
 lib/MCE/Signal.pm                        |  441 +++++------
 lib/MCE/Step.pm                          |  789 +++++++++++++------
 lib/MCE/Stream.pm                        |  401 +++++-----
 lib/MCE/Subs.pm                          |  116 +--
 lib/MCE/Util.pm                          |  197 +++--
 t/00_required_modules.t                  |    4 +-
 t/00_required_signals.t                  |    8 +-
 t/01_load_mce.t                          |    4 +-
 t/01_load_signal_arg.t                   |    4 +-
 t/01_load_signal_export.t                |    4 +-
 t/01_load_signal_tag.t                   |    4 +-
 t/02_do_callback_args.t                  |    8 +-
 t/02_do_callback_result.t                |    8 +-
 t/03_chunk_size.t                        |    8 +-
 t/03_user_args.t                         |   12 +-
 t/04_norm_que_local.t                    |   28 +-
 t/04_norm_que_manager.t                  |   34 +-
 t/04_norm_que_worker.t                   |   34 +-
 t/04_prio_que_local.t                    |   10 +-
 t/04_prio_que_manager.t                  |   16 +-
 t/04_prio_que_worker.t                   |   18 +-
 t/05_mce_flow.t                          |   20 +-
 t/05_mce_grep.t                          |   16 +-
 t/05_mce_loop.t                          |   14 +-
 t/05_mce_map.t                           |   10 +-
 t/05_mce_step.t                          |   18 +-
 t/05_mce_stream.t                        |   14 +-
 t/06_nodata_flow.t                       |    8 +-
 t/06_nodata_step.t                       |    8 +-
 130 files changed, 5558 insertions(+), 12940 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmce-perl.git



More information about the Pkg-perl-cvs-commits mailing list