[DRE-commits] [ruby-thread-safe] branch master updated (7fa41bb -> 1f45e85)

Ondrej Sury ondrej at moszumanska.debian.org
Tue Apr 29 11:10:01 UTC 2014


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

ondrej pushed a change to branch master
in repository ruby-thread-safe.

      from  7fa41bb   add dversionmangle in debian/watch
      adds  d039b95   New upstream version 0.3.3
       new  4bc2471   Merge tag 'upstream/0.3.3'
       new  3d39308   Update patches for 0.3.3 release
       new  1f45e85   prepare 0.3.3-1 release

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |   1 +
 .travis.yml                                        |  24 ++
 README.md                                          |  32 ++-
 Rakefile                                           |  19 +-
 checksums.yaml.gz                                  | Bin 270 -> 269 bytes
 debian/changelog                                   |   7 +
 debian/patches/deactive_test_hash_ruby20.patch     |  13 +-
 examples/bench_cache.rb                            |   2 +-
 .../ext/thread_safe/JRubyCacheBackendLibrary.java  |  77 ++++--
 .../ext/thread_safe/jsr166e/ConcurrentHashMap.java |  31 +++
 .../thread_safe/jsr166e/ConcurrentHashMapV8.java   |  53 ++--
 .../jruby/ext/thread_safe/jsr166e/LongAdder.java   |   3 +-
 .../jruby/ext/thread_safe/jsr166e/Striped64.java   |   2 +-
 .../{ => nounsafe}/ConcurrentHashMapV8.java        | 282 +++++++++------------
 .../jsr166e/{ => nounsafe}/LongAdder.java          |   6 +-
 .../jsr166e/{ => nounsafe}/Striped64.java          |  77 +-----
 .../ext/thread_safe/jsr166y/ThreadLocalRandom.java |   2 +-
 ext/thread_safe/JrubyCacheBackendService.java      |   4 +-
 lib/thread_safe.rb                                 |   2 +-
 lib/thread_safe/atomic_reference_cache_backend.rb  |   2 +-
 lib/thread_safe/cache.rb                           |  15 +-
 lib/thread_safe/mri_cache_backend.rb               |   4 +-
 lib/thread_safe/non_concurrent_cache_backend.rb    |   2 +-
 lib/thread_safe/synchronized_cache_backend.rb      |   2 +-
 lib/thread_safe/synchronized_delegator.rb          |  63 +++--
 lib/thread_safe/util.rb                            |   2 +-
 lib/thread_safe/util/adder.rb                      |   2 +-
 lib/thread_safe/util/atomic_reference.rb           |  41 ++-
 lib/thread_safe/util/cheap_lockable.rb             |   2 +-
 lib/thread_safe/util/power_of_two_tuple.rb         |   2 +-
 lib/thread_safe/util/striped64.rb                  |   2 +-
 lib/thread_safe/util/volatile.rb                   |   2 +-
 lib/thread_safe/util/volatile_tuple.rb             |   2 +-
 lib/thread_safe/util/xor_shift_random.rb           |   2 +-
 lib/thread_safe/version.rb                         |  20 +-
 metadata.yml                                       |  37 ++-
 test/src/thread_safe/SecurityManager.java          |  21 ++
 test/test_array.rb                                 |   2 +-
 test/test_cache.rb                                 |  49 +++-
 test/test_cache_loops.rb                           |  41 ++-
 test/test_hash.rb                                  |   3 +-
 test/test_helper.rb                                |  36 ++-
 test/test_synchronized_delegator.rb                |  76 ++++--
 thread_safe.gemspec                                |  11 +-
 44 files changed, 683 insertions(+), 395 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMap.java
 copy ext/org/jruby/ext/thread_safe/jsr166e/{ => nounsafe}/ConcurrentHashMapV8.java (95%)
 copy ext/org/jruby/ext/thread_safe/jsr166e/{ => nounsafe}/LongAdder.java (98%)
 copy ext/org/jruby/ext/thread_safe/jsr166e/{ => nounsafe}/Striped64.java (81%)
 create mode 100644 test/src/thread_safe/SecurityManager.java

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-thread-safe.git



More information about the Pkg-ruby-extras-commits mailing list