index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
/
random
Commit message (
Expand
)
Author
Age
*
Remove cyclic cmake dependency that breaks in cmake 3.30.0
Mike Kruskal
2024-07-10
*
Fix comment typo
Anthony Lai
2024-06-24
*
Turn on validation for out of bounds MockUniform in MockingBitGen
Justin Bassett
2024-06-13
*
Fix implicit conversion of temporary bitgen to BitGenRef
Abseil Team
2024-06-10
*
Workaround bogus GCC14 -Wmaybe-uninitialized warning
Derek Mauro
2024-05-24
*
Forbid absl::Uniform<absl::int128>(gen)
Justin Bassett
2024-05-24
*
Support int128/uint128 in validated MockingBitGen
Justin Bassett
2024-05-21
*
Add (unused) validation to absl::MockingBitGen
Justin Bassett
2024-05-20
*
[random] LogUniform: Document as a discrete distribution
Abseil Team
2024-05-02
*
Fix the wrong link.
Abseil Team
2024-03-27
*
Remove redundant semicolons introduced by macros
Abseil Team
2024-03-15
*
Make flaky failures much less likely in BasicMocking.MocksNotTriggeredForInco...
Evan Brown
2024-03-12
*
Adds ABSL_ATTRIBUTE_LIFETIME_BOUND to absl::BitGenRef
Derek Mauro
2024-02-28
*
Roll forward 9d8588bfc4566531c4053b5001e2952308255f44 (which was rolled back ...
Abseil Team
2024-02-05
*
Rollback 9d8588bfc4566531c4053b5001e2952308255f44 for breaking the build
Derek Mauro
2024-02-02
*
No public description
Abseil Team
2024-02-01
*
Replace `testonly = 1` with `testonly = True` in abseil BUILD files.
Shahriar Rouf
2024-01-31
*
Bazel: Enable the header_modules feature
Derek Mauro
2023-10-11
*
Bazel: Support layering_check and parse_headers
Derek Mauro
2023-10-10
*
Update a dead link.
Abseil Team
2023-10-03
*
Ensure arrays are 16-byte aligned before casting to uint128
Abseil Team
2023-06-16
*
Migrate most RAW_LOGs and RAW_CHECKs in tests to regular LOG and CHECK.
Andy Getzendanner
2023-05-23
*
Add a declaration for __cpuid for the IntelLLVM compiler.
niranjan-nilakantan
2023-05-23
*
Rollback of add a declaration for __cpuid for the IntelLLVM compiler.
Abseil Team
2023-05-22
*
Merge pull request #1452 from niranjan-nilakantan:niranjan-nilakantan/issue1358
Copybara-Service
2023-05-22
|
\
|
*
Add a declaration for __cpuid for the IntelLLVM compiler.
Niranjan Nilakantan
2023-05-18
|
/
*
YuleSimon/SkewedLow: Cleanup/move benchmarks and overload tests.
Laramie Leavitt
2023-05-10
*
Fix spelling mistakes
Vertexwahn
2023-05-02
*
Fix spelling mistakes
Vertexwahn
2023-04-27
*
Fix some spelling mistakes
Vertexwahn
2023-04-24
*
Prefer copy_n and fill_n over copy and fill where appropriate.
Rose
2023-04-19
*
Changes necessary to support clang-cl
Derek Mauro
2023-03-30
*
Fix an implicit truncation warning under MSVC 32-bit
Derek Mauro
2023-03-20
*
Pass correct flags for mingw to use bcrypt
Fahrzin Hemmati
2023-01-25
*
Replace the tag "no_test_msvc_x64" with "no_test_lexan" in absl.
Abseil Team
2023-01-12
*
Improve BitGen stability documentation
Abseil Team
2023-01-11
*
Adding BigQuery package to randen_engine visibility
Abseil Team
2022-12-08
*
Add missing include
Tom Hughes
2022-11-16
*
Fix typos
Tom Hughes
2022-11-15
*
Use the `-l` form for MinGW-specific link dependencies
Russell Johnston
2022-10-15
*
Fix "unsafe narrowing" warnings in absl, 12/12.
Abseil Team
2022-10-13
*
Fix "unsafe narrowing" warnings in absl, 8/n.
Abseil Team
2022-09-12
*
Remove the ABSL_HAVE_INTRINSIC_INT128 test from pcg_engine.h
Derek Mauro
2022-09-02
*
Rollback of fix "unsafe narrowing" warnings in absl, 8/n.
Derek Mauro
2022-09-01
*
Fix "unsafe narrowing" warnings in absl, 8/n.
Abseil Team
2022-09-01
*
Fix "unsafe narrowing" warnings in absl, 3/n.
Abseil Team
2022-08-04
*
Make exponential_distribution_test a bigger test (timeout small -> moderate).
Abseil Team
2022-07-07
*
explicit_seed_seq_test: work around/disable bogus warnings in GCC 12
Derek Mauro
2022-06-15
*
Make absl::StdSeedSeq an alias for std::seed_seq
Laramie Leavitt
2022-06-14
*
Obey ABSL_DEFAULT_LINKOPTS for all cc_library targets
Jeremy Nimmer
2022-06-06
[next]