- Washington DC
-
14:58
- 5h behind - https://orcid.org/0009-0005-8183-4254
Pinned Loading
-
-
-
-
cppalliance/decimal
cppalliance/decimal PublicA C++14 implementation of IEEE 754 decimal floating point numbers
-
cppalliance/crypt
cppalliance/crypt PublicA C++20 module of cryptographic utilities for CPU and GPU
5,645 contributions in the last year
Day of Week | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
cppalliance/decimal,
cppalliance/crypt,
cppalliance/cuda-math
and 21 other
repositories
Loading
Contribution activity
January 2025
Created 541 commits in 6 repositories
Created a pull request in cppalliance/decimal that received 14 comments
Opened 71 other pull requests in 6 repositories
cppalliance/decimal
1
open
33
merged
-
Start building wrapper of GCC decimal32
This contribution was made on Jan 23
-
Make
uint128
public since we return in a few places to the userThis contribution was made on Jan 23 -
Fix
decimal128_fast
scalblnd
implementationThis contribution was made on Jan 23 -
Change values of fast nans and infs to reduce comparisons
This contribution was made on Jan 23
-
Allow separate header usage and test all includes
This contribution was made on Jan 23
-
Allow implicit widening between decimal types and keep explicit narrowing
This contribution was made on Jan 22
-
Make -0 = +0
This contribution was made on Jan 21
-
Remove
sprintf
and fix conceptual requirements for <cstdio>This contribution was made on Jan 21 -
Fix calculation of resultant digits to keep us in the range of
uint128
This contribution was made on Jan 21 -
Fix narrowing in equality of mixed types
This contribution was made on Jan 21
-
Move literals into namespace literals
This contribution was made on Jan 21
-
Revert "Merge pull request #789 from cppalliance/fuzzing"
This contribution was made on Jan 18
-
Merge to Master for 3.0.1
This contribution was made on Jan 18
-
Fix handling of trailing 0 in fixed format to_chars with unspecified precision
This contribution was made on Jan 17
-
Add note on normalization in charconv to docs
This contribution was made on Jan 15
-
Improved Fuzzing
This contribution was made on Jan 15
-
Remove domain error verbiage for quantexp
This contribution was made on Jan 15
-
Expand the basics section
This contribution was made on Jan 9
-
Merge to master for 3.0.0
This contribution was made on Jan 8
-
Capital format
This contribution was made on Jan 8
-
Fix macro naming for format
This contribution was made on Jan 7
-
Implement proper 64 bit FMA
This contribution was made on Jan 7
-
Fix for 777
This contribution was made on Jan 6
-
Improve Coverage
This contribution was made on Jan 6
-
Re-activate MSVC 14.3 and Clang-CL testing and Improve Intel Testing
This contribution was made on Jan 6
- Some pull requests not shown.
cppalliance/crypt
32
merged
-
Fuzz hmac
This contribution was made on Jan 17
-
Add
consteval
hmac testing and collected fixes for extents and byte sizingThis contribution was made on Jan 17 -
Shake and hmac docs
This contribution was made on Jan 17
-
Add CUDA HMAC test
This contribution was made on Jan 17
-
Update CAVS testing for crypt2 HMAC
This contribution was made on Jan 16
-
Upgrade HMAC class
This contribution was made on Jan 16
-
Fix consistency of concepts
This contribution was made on Jan 15
-
Better fuzzing
This contribution was made on Jan 15
-
Upgrade Shake256
This contribution was made on Jan 14
-
Shake128 upgrade
This contribution was made on Jan 14
-
Update SHA3-224
This contribution was made on Jan 14
-
Update SHA3-256
This contribution was made on Jan 14
-
Add additional testing/fix user-provided span get_digest methods
This contribution was made on Jan 14
-
Update SHA3-384
This contribution was made on Jan 14
-
Consolidate CI runs
This contribution was made on Jan 13
-
Improve macros
This contribution was made on Jan 13
-
Upgrade SHA3-512
This contribution was made on Jan 13
-
Reduce code duplication in hashing of files
This contribution was made on Jan 13
-
Add SHA3/SHAKE base class v2
This contribution was made on Jan 11
-
Get digest with provided container should only return state
This contribution was made on Jan 10
-
Update SHA512-256
This contribution was made on Jan 10
-
Update SHA512/224
This contribution was made on Jan 10
-
Sha384v2
This contribution was made on Jan 10
-
Use expected as the return type
This contribution was made on Jan 10
-
Improvements
This contribution was made on Jan 10
- Some pull requests not shown.
boostorg/charconv
1
open
1
merged
-
Update fuzzing seed-corpus generation
This contribution was made on Jan 15
-
Fix boost min/max guidelines violations
This contribution was made on Jan 3
boostorg/test
1
merged
-
Add additional paths to guarantee BOOST_TEST_PRIxPTR is defined
This contribution was made on Jan 22
boostorg/math
1
merged
-
Update library version on Master
This contribution was made on Jan 21
cppalliance/cppalliance.github.io
1
merged
-
Add matts 24Q4 update
This contribution was made on Jan 10
Reviewed 16 pull requests in 4 repositories
boostorg/charconv
8 pull requests
-
Update fuzzing seed-corpus generation
This contribution was made on Jan 15
-
C++20 module support
This contribution was made on Jan 13
-
Fix uninitialized values when parsing zeroes
This contribution was made on Jan 2
-
Removed a spurious dependency to Boost.Random in tests
This contribution was made on Jan 2
-
GHA: Fix GCC 13 job
This contribution was made on Jan 2
-
GHA: Show b2 command invocation
This contribution was made on Jan 2
-
Remove superflous assignment to exponent argument in parser
This contribution was made on Jan 2
-
Fix off-by-one error in parser buffer size
This contribution was made on Jan 2
boostorg/math
5 pull requests
-
Miscellaneous comment and doc corrections.
This contribution was made on Jan 27
-
Fix check for clang warning -Wnan-infinity-disabled
This contribution was made on Jan 23
-
Update gamma.hpp
This contribution was made on Jan 21
-
Simplify the formula for the CDF of the Cauchy distribution.
This contribution was made on Jan 17
-
Fix constexpr cmath floor of 1 returning 0 #1232
This contribution was made on Jan 13
cppalliance/decimal
2 pull requests
-
Fix calculation of resultant digits to keep us in the range of
uint128
This contribution was made on Jan 21 -
Expand the basics section
This contribution was made on Jan 9
boostorg/test
1 pull request
-
execution_monitor.ipp: follow-up fix for macOS
This contribution was made on Jan 27
Created an issue in cppalliance/decimal that received 2 comments
sprintf pointer usage incorrect
From the ML: From sprintf's documentation: "In the interest of safety sprintf simply calls snprintf with buf_size equal to sizeof(buffer). ". This …
2
comments
Opened 56 other issues in 4 repositories
cppalliance/crypt
9
open
28
closed
-
Add
consteval
DRBG testingThis contribution was made on Jan 17 -
Update DRBG docs
This contribution was made on Jan 17
-
Add NVCC DRBG testing
This contribution was made on Jan 17
-
Update DRBG fuzzing
This contribution was made on Jan 17
-
Update HMAC DRBG NIST CAVS testing
This contribution was made on Jan 17
-
Update Hash DRBG NIST CAVS testing
This contribution was made on Jan 17
-
Upgrade HMAC DRBG
This contribution was made on Jan 17
-
Upgrade HASH DRBG
This contribution was made on Jan 17
-
C++20 Rewrite DRBGs
This contribution was made on Jan 17
-
Add hmac fuzzing
This contribution was made on Jan 17
-
Add
consteval
hmac testingThis contribution was made on Jan 17 -
Output range conversions are wrong size
This contribution was made on Jan 17
-
Add documentation on SHAKE and update SHA3 get_digest signatures
This contribution was made on Jan 17
-
Document new HMAC
This contribution was made on Jan 16
-
Add HMAC NVCC testing
This contribution was made on Jan 16
-
SHA3 get_digest should be const
This contribution was made on Jan 16
-
Update HMAC NIST CAVS testing to work with Crypt2
This contribution was made on Jan 16
-
Upgrade HMAC class to C++20
This contribution was made on Jan 16
-
C++20 Re-write HMAC
This contribution was made on Jan 14
-
Move concepts out of
compat::
and intoconcepts::
This contribution was made on Jan 14 -
Add Extents template to span output parameter
This contribution was made on Jan 14
-
Improve macros
This contribution was made on Jan 13
-
Consolidate file reader implementation for hash
This contribution was made on Jan 13
-
SHAKE256
This contribution was made on Jan 10
-
SHAKE128
This contribution was made on Jan 10
- Some issues not shown.
cppalliance/decimal
3
open
14
closed
-
Decode decimal types in one shot
This contribution was made on Jan 24
-
Add libstdc++ decimal wrapper
This contribution was made on Jan 23
-
Make uint128 a non-detail value since it can be returned to the user
This contribution was made on Jan 22
-
Change values of fast NANs and INFs
This contribution was made on Jan 21
-
-0 should equal +0
This contribution was made on Jan 21
-
Add Intel DFP library benchmarks using Intel Compiler
This contribution was made on Jan 20
-
All implicit widening, but keep explicit shortening between types
This contribution was made on Jan 20
-
Enable individual includes of non-detail headers
This contribution was made on Jan 20
-
Remove
sprintf
This contribution was made on Jan 20 -
Move literals into literals namespace like the STL
This contribution was made on Jan 16
-
Fix/test <format> of capitalized non-finite values
This contribution was made on Jan 8
-
to_chars
fixed formatting with trailing zeros and no fractional part is incorrectThis contribution was made on Jan 6 -
Add example that uses boost.math statistics
This contribution was made on Jan 6
-
Re-design Proper FMAs
This contribution was made on Jan 3
-
Fix usage of UINTXX_C in modules
This contribution was made on Jan 2
-
Add string and string_view interfaces to <charconv>
This contribution was made on Jan 2
-
Rename / redocument
trunc_to
torescale
This contribution was made on Jan 2
boostorg/multiprecision
1
open
-
New warning with Clang-20
This contribution was made on Jan 6
boostorg/charconv
1
closed
-
Fix MIN/MAX violations
This contribution was made on Jan 2
5
contributions
in private repositories
Jan 23