[Pkg-bitcoin-commits] [cgminer] 03/04: Merge tag 'upstream/3.8.1'

Scott Sheridan Howard showard at moszumanska.debian.org
Fri Nov 22 04:09:47 UTC 2013


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

showard pushed a commit to branch master
in repository cgminer.

commit a239b486fa1a78033af9c0bf2b94c0090f363cdc
Merge: 9c02944 6fbb7e9
Author: Scott Howard <showard314 at gmail.com>
Date:   Thu Nov 21 22:42:04 2013 -0500

    Merge tag 'upstream/3.8.1'
    
    Upstream version 3.8.1

 .gitignore                                         |   46 +
 01-cgminer.rules                                   |   32 +
 API-README                                         | 1628 ++++
 API.class                                          |  Bin 0 -> 3431 bytes
 API.java                                           |  166 +
 ASIC-README                                        |  306 +
 AUTHORS                                            |    7 +
 COPYING                                            |  674 ++
 ChangeLog                                          |    6 +
 FPGA-README                                        |  271 +
 LICENSE                                            |    3 +
 MCast.class                                        |  Bin 0 -> 5678 bytes
 MCast.java                                         |  333 +
 Makefile.am                                        |   95 +
 NEWS                                               | 5322 +++++++++++++
 README                                             |  731 ++
 api-example.c                                      |  313 +
 api-example.php                                    |  118 +
 api-example.py                                     |   52 +
 api.c                                              | 4638 +++++++++++
 arg-nonnull.h                                      |   26 +
 autogen.sh                                         |   11 +
 bench_block.h                                      |   39 +
 bitforce-firmware-flash.c                          |  108 +
 bitstreams/COPYING_fpgaminer                       |   23 +
 bitstreams/fpgaminer_top_fixed7_197MHz.ncd         |  Bin 0 -> 3682603 bytes
 c++defs.h                                          |  271 +
 ccan/Makefile.am                                   |    4 +
 ccan/compiler/LICENSE                              |  165 +
 ccan/compiler/_info                                |   64 +
 ccan/compiler/compiler.h                           |  216 +
 ccan/compiler/test/compile_fail-printf.c           |   22 +
 ccan/compiler/test/run-is_compile_constant.c       |   15 +
 ccan/opt/LICENSE                                   |  339 +
 ccan/opt/_info                                     |   67 +
 ccan/opt/helpers.c                                 |  193 +
 ccan/opt/opt.c                                     |  255 +
 ccan/opt/opt.h                                     |  347 +
 ccan/opt/parse.c                                   |  130 +
 ccan/opt/private.h                                 |   19 +
 ccan/opt/test/compile_ok-const-arg.c               |   13 +
 ccan/opt/test/run-checkopt.c                       |  144 +
 ccan/opt/test/run-correct-reporting.c              |   49 +
 ccan/opt/test/run-helpers.c                        |  440 ++
 ccan/opt/test/run-iter.c                           |   88 +
 ccan/opt/test/run-no-options.c                     |   33 +
 ccan/opt/test/run-usage.c                          |  112 +
 ccan/opt/test/run.c                                |  297 +
 ccan/opt/test/utils.c                              |  110 +
 ccan/opt/test/utils.h                              |   19 +
 ccan/opt/usage.c                                   |  111 +
 ccan/typesafe_cb/LICENSE                           |  510 ++
 ccan/typesafe_cb/_info                             |  151 +
 .../test/compile_fail-cast_if_type-promotable.c    |   23 +
 .../test/compile_fail-typesafe_cb-int.c            |   27 +
 ccan/typesafe_cb/test/compile_fail-typesafe_cb.c   |   34 +
 .../test/compile_fail-typesafe_cb_cast-multi.c     |   43 +
 .../test/compile_fail-typesafe_cb_cast.c           |   25 +
 .../test/compile_fail-typesafe_cb_postargs.c       |   27 +
 .../test/compile_fail-typesafe_cb_preargs.c        |   28 +
 .../typesafe_cb/test/compile_ok-typesafe_cb-NULL.c |   17 +
 .../test/compile_ok-typesafe_cb-undefined.c        |   49 +
 .../typesafe_cb/test/compile_ok-typesafe_cb-vars.c |   52 +
 .../typesafe_cb/test/compile_ok-typesafe_cb_cast.c |   41 +
 ccan/typesafe_cb/test/run.c                        |  109 +
 ccan/typesafe_cb/typesafe_cb.h                     |  133 +
 cgminer.c                                          | 8266 ++++++++++++++++++++
 compat.h                                           |   88 +
 compat/.gitignore                                  |    3 +
 compat/Makefile.am                                 |    8 +
 compat/jansson-2.5/CHANGES                         |  554 ++
 compat/jansson-2.5/LICENSE                         |   19 +
 compat/jansson-2.5/Makefile.am                     |   17 +
 compat/jansson-2.5/README.rst                      |   63 +
 compat/jansson-2.5/configure.ac                    |   54 +
 compat/jansson-2.5/jansson.pc.in                   |   10 +
 compat/jansson-2.5/src/Makefile.am                 |   24 +
 compat/jansson-2.5/src/dump.c                      |  456 ++
 compat/jansson-2.5/src/error.c                     |   63 +
 compat/jansson-2.5/src/hashtable.c                 |  360 +
 compat/jansson-2.5/src/hashtable.h                 |  180 +
 compat/jansson-2.5/src/jansson.def                 |   63 +
 compat/jansson-2.5/src/jansson.h                   |  281 +
 compat/jansson-2.5/src/jansson_config.h.in         |   39 +
 compat/jansson-2.5/src/jansson_private.h           |   93 +
 compat/jansson-2.5/src/load.c                      | 1077 +++
 compat/jansson-2.5/src/memory.c                    |   56 +
 compat/jansson-2.5/src/pack_unpack.c               |  762 ++
 compat/jansson-2.5/src/strbuffer.c                 |  116 +
 compat/jansson-2.5/src/strbuffer.h                 |   33 +
 compat/jansson-2.5/src/strconv.c                   |  134 +
 compat/jansson-2.5/src/utf.c                       |  190 +
 compat/jansson-2.5/src/utf.h                       |   39 +
 compat/jansson-2.5/src/value.c                     |  950 +++
 compat/libusb-1.0/AUTHORS                          |   46 +
 compat/libusb-1.0/COPYING                          |  504 ++
 compat/libusb-1.0/Makefile.am                      |   24 +
 compat/libusb-1.0/NEWS                             |   65 +
 compat/libusb-1.0/PORTING                          |   95 +
 compat/libusb-1.0/README                           |   22 +
 compat/libusb-1.0/THANKS                           |    8 +
 compat/libusb-1.0/TODO                             |    9 +
 compat/libusb-1.0/configure.ac                     |  229 +
 compat/libusb-1.0/libusb-1.0.pc.in                 |   12 +
 compat/libusb-1.0/libusb/Makefile.am               |   55 +
 compat/libusb-1.0/libusb/core.c                    | 2049 +++++
 compat/libusb-1.0/libusb/descriptor.c              |  872 +++
 compat/libusb-1.0/libusb/hotplug.c                 |  298 +
 compat/libusb-1.0/libusb/hotplug.h                 |   77 +
 compat/libusb-1.0/libusb/io.c                      | 2500 ++++++
 compat/libusb-1.0/libusb/libusb-1.0.def            |  120 +
 compat/libusb-1.0/libusb/libusb-1.0.rc             |   56 +
 compat/libusb-1.0/libusb/libusb.h                  | 1779 +++++
 compat/libusb-1.0/libusb/libusbi.h                 |  974 +++
 compat/libusb-1.0/libusb/os/darwin_usb.c           | 1788 +++++
 compat/libusb-1.0/libusb/os/darwin_usb.h           |  175 +
 compat/libusb-1.0/libusb/os/linux_netlink.c        |  231 +
 compat/libusb-1.0/libusb/os/linux_udev.c           |  242 +
 compat/libusb-1.0/libusb/os/linux_usbfs.c          | 2609 ++++++
 compat/libusb-1.0/libusb/os/linux_usbfs.h          |  168 +
 compat/libusb-1.0/libusb/os/openbsd_usb.c          |  727 ++
 compat/libusb-1.0/libusb/os/poll_posix.h           |   10 +
 compat/libusb-1.0/libusb/os/poll_windows.c         |  745 ++
 compat/libusb-1.0/libusb/os/poll_windows.h         |  117 +
 compat/libusb-1.0/libusb/os/threads_posix.c        |   55 +
 compat/libusb-1.0/libusb/os/threads_posix.h        |   48 +
 compat/libusb-1.0/libusb/os/threads_windows.c      |  208 +
 compat/libusb-1.0/libusb/os/threads_windows.h      |   88 +
 compat/libusb-1.0/libusb/os/windows_usb.c          | 3000 +++++++
 compat/libusb-1.0/libusb/os/windows_usb.h          |  608 ++
 compat/libusb-1.0/libusb/sync.c                    |  322 +
 compat/libusb-1.0/libusb/version.h                 |   18 +
 compat/libusb-1.0/m4/.gitignore                    |    5 +
 configure.ac                                       |  517 ++
 driver-avalon.c                                    | 1665 ++++
 driver-avalon.h                                    |  200 +
 driver-bab.c                                       | 1870 +++++
 driver-bflsc.c                                     | 1948 +++++
 driver-bflsc.h                                     |  363 +
 driver-bitforce.c                                  |  756 ++
 driver-bitfury.c                                   |  390 +
 driver-bitfury.h                                   |   29 +
 driver-hashfast.c                                  |  976 +++
 driver-hashfast.h                                  |   99 +
 driver-icarus.c                                    | 1419 ++++
 driver-klondike.c                                  | 1558 ++++
 driver-knc-spi-fpga.c                              |  762 ++
 driver-modminer.c                                  | 1144 +++
 elist.h                                            |  256 +
 example.conf                                       |   40 +
 fpgautils.c                                        |  610 ++
 fpgautils.h                                        |   84 +
 hexdump.c                                          |   77 +
 hf_protocol.h                                      |  349 +
 hf_protocol_be.h                                   |  267 +
 lib/Makefile.am                                    |  367 +
 lib/dummy.c                                        |   42 +
 lib/memchr.c                                       |  172 +
 lib/memchr.valgrind                                |   14 +
 lib/memmem.c                                       |   76 +
 lib/sig-handler.h                                  |   44 +
 lib/sigaction.c                                    |  204 +
 lib/signal.in.h                                    |  378 +
 lib/sigprocmask.c                                  |  329 +
 lib/stddef.in.h                                    |   87 +
 lib/stdint.in.h                                    |  592 ++
 lib/str-two-way.h                                  |  453 ++
 lib/string.in.h                                    |  981 +++
 linux-usb-cgminer                                  |  305 +
 logging.c                                          |   88 +
 logging.h                                          |  110 +
 m4/00gnulib.m4                                     |   30 +
 m4/extensions.m4                                   |  118 +
 m4/gnulib-cache.m4                                 |   38 +
 m4/gnulib-common.m4                                |  282 +
 m4/gnulib-comp.m4                                  |  268 +
 m4/gnulib-tool.m4                                  |   57 +
 m4/include_next.m4                                 |  244 +
 m4/longlong.m4                                     |  113 +
 m4/memchr.m4                                       |   88 +
 m4/memmem.m4                                       |  145 +
 m4/mmap-anon.m4                                    |   55 +
 m4/multiarch.m4                                    |   62 +
 m4/onceonly.m4                                     |   91 +
 m4/sigaction.m4                                    |   43 +
 m4/signal_h.m4                                     |   58 +
 m4/signalblocking.m4                               |   40 +
 m4/stddef_h.m4                                     |   47 +
 m4/stdint.m4                                       |  480 ++
 m4/string_h.m4                                     |  116 +
 m4/warn-on-use.m4                                  |   45 +
 m4/wchar_t.m4                                      |   24 +
 miner.h                                            | 1542 ++++
 miner.php                                          | 3020 +++++++
 mknsis.sh                                          |   34 +
 sha2.c                                             |  208 +
 sha2.h                                             |   70 +
 usbtest.py                                         |   86 +
 usbutils.c                                         | 3733 +++++++++
 usbutils.h                                         |  486 ++
 uthash.h                                           |  948 +++
 util.c                                             | 2676 +++++++
 util.h                                             |  156 +
 warn-on-use.h                                      |  109 +
 windows-build.txt                                  |  258 +
 205 files changed, 90087 insertions(+)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/cgminer.git



More information about the Pkg-bitcoin-commits mailing list