index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
/
flags
Commit message (
Expand
)
Author
Age
*
Optimize the absl::GetFlag cost for most non built-in flag types (including s...
Gennadiy Rozental
2024-07-03
*
Remove redundant semicolons introduced by macros
Abseil Team
2024-03-15
*
PR #1603: Disable -Wnon-virtual-dtor warning for CommandLineFlag implementations
Adam Gajda
2024-03-13
*
Avoid static initializers in case of ABSL_FLAGS_STRIP_NAMES=1
Gennadiy Rozental
2024-02-02
*
Replace `testonly = 1` with `testonly = True` in abseil BUILD files.
Shahriar Rouf
2024-01-31
*
Remove code pieces for no longer supported GCC versions.
Abseil Team
2024-01-22
*
Automated Code Change
Abseil Team
2024-01-10
*
Remove workaround for older versions MSVC that did not support
Derek Mauro
2024-01-02
*
Release a few bits and pieces of DFATAL that were left behind: flag parsing &...
Andy Getzendanner
2023-12-21
*
Use absl::NoDestructor for global FlagRegistry.
Abseil Team
2023-11-15
*
Bazel: Enable the header_modules feature
Derek Mauro
2023-10-11
*
Bazel: Support layering_check and parse_headers
Derek Mauro
2023-10-10
*
Include what you spell
Dmitri Gribenko
2023-08-11
*
Use a shared (reader) lock in absl_flags::WasPresentOnCommandLine
Abseil Team
2023-08-02
*
Add a comment to absl/flags/parse.cc indicating that the flags defined there ...
Mark Barolak
2023-07-11
*
Bug fix
Tsige Solomon
2023-06-15
*
Adding more support and testing for int128 and uint128 flags from cl/534444213
Abseil Team
2023-06-12
*
Update XML output to properly print special characters. Non printable charact...
Gennadiy Rozental
2023-06-07
*
Adding support for int128 and uint128 flag types
Abseil Team
2023-06-01
*
Migrate most RAW_LOGs and RAW_CHECKs in tests to regular LOG and CHECK.
Andy Getzendanner
2023-05-23
*
Fix spelling mistakes
Vertexwahn
2023-05-02
*
Fix spelling mistakes
Vertexwahn
2023-04-27
*
Fix some spelling mistakes
Vertexwahn
2023-04-24
*
Replace absl::type_traits_internal::is_trivially_copyable with
Derek Mauro
2023-04-12
*
Use stdout for help output even in case of errors.
Gennadiy Rozental
2023-04-06
*
Add a call to handle usage flags in case of unrecognized flags
Gennadiy Rozental
2023-03-24
*
Change ParseAbseilFlagsOnly function to include handling of usage flags and e...
Gennadiy Rozental
2023-03-21
*
Correct semantic and documentation for the ReportUnrecognizedFlags interface
Gennadiy Rozental
2023-03-13
*
Introduce two new public APIs for parsing command line flags.
Gennadiy Rozental
2023-03-08
*
Finally delete ArgListAction after cleanup is completed.
Gennadiy Rozental
2023-03-01
*
Eliminate internal ArgvListAction enum.
Gennadiy Rozental
2023-02-27
*
Merge pull request #1394 from AtariDreams:constructors
Copybara-Service
2023-02-21
|
\
|
*
Convert empty constructors to default ones
Rose
2023-02-17
*
|
Prefer emplace back over push_back where emplace_back is more appropriate
Rose
2023-02-16
|
/
*
Fix missing includes/dependencies
Derek Mauro
2023-02-02
*
Merge pull request #1356 from MBkkt:patch-6
Copybara-Service
2023-01-09
|
\
|
*
Fix missing include
Valery Mironov
2023-01-06
|
/
*
Suggest similar flags in case of undefined flags.
Abseil Team
2023-01-04
*
Only build the section of flag_benchmark used for viewing the
Derek Mauro
2022-12-12
*
Fix a few lint findings in flags' usage.cc
Michael Diamond
2022-11-06
*
Fix "unsafe narrowing" warnings in absl, 8/n.
Abseil Team
2022-09-12
*
Fix "unsafe narrowing" warnings in absl, 9/n.
Abseil Team
2022-09-08
*
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
*
Typo fix
Gennadiy Rozental
2022-08-31
*
Added some more no_test.. tags to build targets for controlling testing.
Abseil Team
2022-08-31
*
Release the Abseil Logging library
Gennadiy Rozental
2022-08-25
*
Update GoogleTest version used by Abseil
Derek Mauro
2022-06-16
*
Revert GoogleTest version used by Abseil to commit 28e1da21d8d677bc98f12ccc7f...
Dino Radakovic
2022-06-16
*
Update GoogleTest version used by Abseil
Derek Mauro
2022-06-15
[next]