http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/4920d272/src/main/native/com/intel/chimera/cipher/OpensslNative.c
--
diff --git a/src/main/native/com/intel/chimera/cipher/OpensslNative.c
b/src/main/native/com/intel/chim
CRYPTO-7: Rename source code in Chimera to Apache name space
Update some typos in README
Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/4920d272
Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/t
http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/4920d272/src/main/java/com/intel/chimera/stream/output/StreamOutput.java
--
diff --git a/src/main/java/com/intel/chimera/stream/output/StreamOutput.java
b/src/main/java/co
Repository: commons-crypto
Updated Branches:
refs/heads/master 92d129aa5 -> 4920d2729
http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/4920d272/src/test/java/org/apache/commons/crypto/cipher/AbstractCipherTest.java
--
http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/4920d272/src/main/native/org/apache/commons/crypto/random/OpensslSecureRandomNative.c
--
diff --git
a/src/main/native/org/apache/commons/crypto/random/OpensslSecureRandomN
http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/4920d272/src/main/java/org/apache/commons/crypto/cipher/OpensslNative.java
--
diff --git a/src/main/java/org/apache/commons/crypto/cipher/OpensslNative.java
b/src/main/jav
http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/4920d272/src/main/java/com/intel/chimera/random/OsSecureRandom.java
--
diff --git a/src/main/java/com/intel/chimera/random/OsSecureRandom.java
b/src/main/java/com/intel/ch
http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/4920d272/src/main/java/org/apache/commons/crypto/stream/input/ChannelInput.java
--
diff --git
a/src/main/java/org/apache/commons/crypto/stream/input/ChannelInput.java
b/s
The Apache Jenkins build system has built Commons Math DeveloperBranch (build
#7)
Status: Failure
Check console output at
https://builds.apache.org/job/Commons%20Math%20DeveloperBranch/7/ to view the
results.
Fixed failing tests.
Source of failure was MATH-1355: "EigenDecomposition" was assuming that a
diagonal matrix could be made non-diagonal.
Added a utility method that creates a dense matrix from an array specifying its
diagonal elements.
Project: http://git-wip-us.apache.org/repos/asf/commons-
Repository: commons-math
Updated Branches:
refs/heads/develop baae2a6f3 -> f16d5b172
Fixed failing unit test.
Source of failure was MATH-1340: Expected exception is now wrapped in another
exception.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.
Author: bimargulies
Date: Fri Apr 22 01:05:04 2016
New Revision: 1740435
URL: http://svn.apache.org/viewvc?rev=1740435&view=rev
Log:
commons-io 2.5.
Modified:
commons/cms-site/trunk/doap/doap_io.rdf
Modified: commons/cms-site/trunk/doap/doap_io.rdf
URL:
http://svn.apache.org/viewvc/commons/
Author: bimargulies
Date: Fri Apr 22 01:00:12 2016
New Revision: 13346
Log:
Remove 2.4 materials.
Removed:
release/commons/io/binaries/commons-io-2.4-bin.tar.gz
release/commons/io/binaries/commons-io-2.4-bin.tar.gz.asc
release/commons/io/binaries/commons-io-2.4-bin.tar.gz.md5
rele
Author: bimargulies
Date: Fri Apr 22 00:56:55 2016
New Revision: 1740434
URL: http://svn.apache.org/viewvc?rev=1740434&view=rev
Log:
io 2.5
Modified:
commons/cms-site/trunk/conf/component_releases.properties
Modified: commons/cms-site/trunk/conf/component_releases.properties
URL:
http://svn
Author: bimargulies
Date: Fri Apr 22 00:33:16 2016
New Revision: 1740432
URL: http://svn.apache.org/viewvc?rev=1740432&view=rev
Log:
Release commons IO 2.5 based on RC4.
Added:
commons/proper/io/tags/commons-io-2.5/
- copied from r1740431, commons/proper/io/tags/commons-io-2.5-RC4/
Message from: https://repository.apache.orgDeployer properties:"userAgent" = "Apache-Maven/3.0.4 (Java 1.7.0_85; Linux 3.13.0-37-generic)""userId" = "bimargulies""ip" = "208.178.90.142"Details:The following artifacts have been promoted to the "Releases" [id=releases] repository/commons-io/commons-i
Author: bimargulies
Date: Fri Apr 22 00:30:33 2016
New Revision: 13345
Log:
README.
Modified:
release/commons/io/README.html
Modified: release/commons/io/README.html
==
--- release/commons/io/README.html (original)
+
Author: bimargulies
Date: Fri Apr 22 00:29:31 2016
New Revision: 13344
Log:
Update release notes.
Modified:
release/commons/io/RELEASE-NOTES.txt
Modified: release/commons/io/RELEASE-NOTES.txt
==
--- release/commons/i
Author: bimargulies
Date: Fri Apr 22 00:25:59 2016
New Revision: 13343
Log:
Publish commons-io 2.5 Release
Added:
release/commons/io/binaries/commons-io-2.5-bin.tar.gz
- copied unchanged from r13342,
dev/commons/io/binaries/commons-io-2.5-bin.tar.gz
release/commons/io/binaries/comm
The Apache Jenkins build system has built Commons Math DeveloperBranch (build
#6)
Status: Unstable
Check console output at
https://builds.apache.org/job/Commons%20Math%20DeveloperBranch/6/ to view the
results.
http://git-wip-us.apache.org/repos/asf/commons-math/blob/6ddf4769/src/main/java/org/apache/commons/math4/rng/internal/source32/MersenneTwister.java
--
diff --git
a/src/main/java/org/apache/commons/math4/rng/internal/source32/Merse
http://git-wip-us.apache.org/repos/asf/commons-math/blob/6ddf4769/src/site/resources/txt/userguide/rng/stress/dh/run_2/dh_13
--
diff --git a/src/site/resources/txt/userguide/rng/stress/dh/run_2/dh_13
b/src/site/resources/txt/userg
Merge branch 'feature-MATH-1340' into develop
Fixes the following issue (see JIRA):
MATH-1340
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/71760ddf
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/
MATH-1355
Use "DiagonalMatrix" class.
Thanks to Kazuhiro Koshino for the report.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/350c4771
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/350c4771
D
http://git-wip-us.apache.org/repos/asf/commons-math/blob/6ddf4769/src/site/resources/txt/userguide/rng/stress/dh/run_1/dh_8
--
diff --git a/src/site/resources/txt/userguide/rng/stress/dh/run_1/dh_8
b/src/site/resources/txt/usergui
http://git-wip-us.apache.org/repos/asf/commons-math/blob/6ddf4769/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_3
--
diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_3
b/src/site/resources/txt/usergui
MATH-1356
Handle special cases for which the computation would otherwise produce NaN.
Thanks to Thomas Lacroix for the report.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/0880a21c
Tree: http://git-wip-us.apa
Merge branch 'feature-MATH-1158' into develop
Fixes the following issues (see JIRA):
MATH-1356
MATH-1351
MATH-1348
MATH-1158
MATH-1343
MATH-1124
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/78ebed
http://git-wip-us.apache.org/repos/asf/commons-math/blob/6ddf4769/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_9
--
diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_9
b/src/site/resources/txt/usergui
http://git-wip-us.apache.org/repos/asf/commons-math/blob/6ddf4769/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_4
--
diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_4
b/src/site/resources/txt/usergui
MATH-1340
Avoid exception swallowing.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/96f2b16b
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/96f2b16b
Diff: http://git-wip-us.apache.org/repos/asf
Merge branch 'feature-MATH-1335' into develop
Fixes the following issues (see JIRA):
MATH-1335
MATH-1337
MATH-1327
MATH-1314
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/aeb21280
Tree: http://git-wip-
http://git-wip-us.apache.org/repos/asf/commons-math/blob/6ddf4769/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_5
--
diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_5
b/src/site/resources/txt/usergui
Update of "changes.xml".
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/baae2a6f
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/baae2a6f
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/
Merge branch 'feature-MATH-1339' into develop
Fixes the following issue (see JIRA):
MATH-1339
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/73952558
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/
Added unit test.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/80814930
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/80814930
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/808
MATH-1158
Adapt "examples" code to the new sampler API.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/e3668946
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/e3668946
Diff: http://git-wip-us.ap
http://git-wip-us.apache.org/repos/asf/commons-math/blob/6ddf4769/src/site/resources/txt/userguide/rng/stress/dh/run_1/dh_12
--
diff --git a/src/site/resources/txt/userguide/rng/stress/dh/run_1/dh_12
b/src/site/resources/txt/userg
http://git-wip-us.apache.org/repos/asf/commons-math/blob/6ddf4769/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_5
--
diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_5
b/src/site/resources/txt/usergui
http://git-wip-us.apache.org/repos/asf/commons-math/blob/6ddf4769/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_1
--
diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_1
b/src/site/resources/txt/usergui
http://git-wip-us.apache.org/repos/asf/commons-math/blob/6ddf4769/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_10
--
diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_10
b/src/site/resources/txt/userg
http://git-wip-us.apache.org/repos/asf/commons-math/blob/6ddf4769/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_3
--
diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_3
b/src/site/resources/txt/usergui
MATH-1335.
New package "o.a.c.m.rng" contains RNG core functionality (uniform
distribution).
Utilities to interface with stress test suites.
Userguide: benchmarks and stress test suites reports (MATH-1327).
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wi
http://git-wip-us.apache.org/repos/asf/commons-math/blob/6ddf4769/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_12
--
diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_12
b/src/site/resources/txt/userg
MATH-1351
New sampling API for multivariate distributions (similar to changes performed
for MATH-1158).
Unit test file renamed in accordance to the class being tested.
One failing test "@Ignore"d (see comments on the bug-tracking system).
Project: http://git-wip-us.apache.org/repos/asf/commons
MATH-1348
Subclass of "java.util.Random".
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/3411f29e
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/3411f29e
Diff: http://git-wip-us.apache.org/repos
http://git-wip-us.apache.org/repos/asf/commons-math/blob/6ddf4769/src/site/resources/txt/userguide/rng/stress/dh/run_2/dh_8
--
diff --git a/src/site/resources/txt/userguide/rng/stress/dh/run_2/dh_8
b/src/site/resources/txt/usergui
http://git-wip-us.apache.org/repos/asf/commons-math/blob/6ddf4769/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_6
--
diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_6
b/src/site/resources/txt/usergui
http://git-wip-us.apache.org/repos/asf/commons-math/blob/6ddf4769/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_4
--
diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_4
b/src/site/resources/txt/usergui
http://git-wip-us.apache.org/repos/asf/commons-math/blob/6ddf4769/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_7
--
diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_7
b/src/site/resources/txt/usergui
Merge branch 'feature-MATH-1355' into develop
Fixes the following issue (see JIRA):
MATH-1355
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/6c4fc064
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/
http://git-wip-us.apache.org/repos/asf/commons-math/blob/6ddf4769/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_6
--
diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_6
b/src/site/resources/txt/usergui
http://git-wip-us.apache.org/repos/asf/commons-math/blob/6ddf4769/src/site/site.xml
--
diff --git a/src/site/site.xml b/src/site/site.xml
index b6e0f7a..22fefe6 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -76,6 +76,7
Example code updated.
Usage of "JDKRandomAdaptor".
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/880b0481
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/880b0481
Diff: http://git-wip-us.apache.
http://git-wip-us.apache.org/repos/asf/commons-math/blob/6ddf4769/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_9
--
diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_9
b/src/site/resources/txt/usergui
http://git-wip-us.apache.org/repos/asf/commons-math/blob/6ddf4769/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_13
--
diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_13
b/src/site/resources/txt/userg
http://git-wip-us.apache.org/repos/asf/commons-math/blob/6ddf4769/src/test/java/org/apache/commons/math4/rng/internal/source32/MersenneTwisterTest.java
--
diff --git
a/src/test/java/org/apache/commons/math4/rng/internal/source32/M
http://git-wip-us.apache.org/repos/asf/commons-math/blob/6ddf4769/src/main/java/org/apache/commons/math4/rng/internal/util/LongMixLong.java
--
diff --git
a/src/main/java/org/apache/commons/math4/rng/internal/util/LongMixLong.java
http://git-wip-us.apache.org/repos/asf/commons-math/blob/6ddf4769/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_10
--
diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_10
b/src/site/resources/txt/userg
http://git-wip-us.apache.org/repos/asf/commons-math/blob/6ddf4769/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_13
--
diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_13
b/src/site/resources/txt/userg
MATH-1343
Unnecessary recomputation.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/b5778053
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/b5778053
Diff: http://git-wip-us.apache.org/repos/asf/
http://git-wip-us.apache.org/repos/asf/commons-math/blob/6ddf4769/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_8
--
diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_8
b/src/site/resources/txt/usergui
http://git-wip-us.apache.org/repos/asf/commons-math/blob/6ddf4769/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_2
--
diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_2
b/src/site/resources/txt/usergui
http://git-wip-us.apache.org/repos/asf/commons-math/blob/6ddf4769/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_11
--
diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_11
b/src/site/resources/txt/userg
MATH-1337
Adaptor from new to old API.
Class is deprecated: it is temporarily provided to allow testing of the new
RNGs (in user applications) with minimal changes.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/comm
MATH-1339.
Avoid unnecessary object creations and method calls.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/55fd738c
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/55fd738c
Diff: http://git-w
http://git-wip-us.apache.org/repos/asf/commons-math/blob/6ddf4769/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_8
--
diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_8
b/src/site/resources/txt/usergui
http://git-wip-us.apache.org/repos/asf/commons-math/blob/6ddf4769/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_2
--
diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_2
b/src/site/resources/txt/usergui
http://git-wip-us.apache.org/repos/asf/commons-math/blob/6ddf4769/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_11
--
diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_11
b/src/site/resources/txt/userg
http://git-wip-us.apache.org/repos/asf/commons-math/blob/6ddf4769/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_12
--
diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_12
b/src/site/resources/txt/userg
Repository: commons-math
Updated Branches:
refs/heads/develop 03661de17 -> baae2a6f3
http://git-wip-us.apache.org/repos/asf/commons-math/blob/6ddf4769/src/test/java/org/apache/commons/math4/rng/internal/source32/Well44497bTest.java
---
http://git-wip-us.apache.org/repos/asf/commons-math/blob/6ddf4769/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_1
--
diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_1
b/src/site/resources/txt/usergui
http://git-wip-us.apache.org/repos/asf/commons-math/blob/6ddf4769/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_7
--
diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_7
b/src/site/resources/txt/usergui
73 matches
Mail list logo