aboutsummaryrefslogtreecommitdiff
path: root/absl/flags
AgeCommit message (Expand)Author
2024-01-10Automated Code ChangeAbseil Team
2024-01-02Remove workaround for older versions MSVC that did not supportDerek Mauro
2023-12-21Release a few bits and pieces of DFATAL that were left behind: flag parsing &...Andy Getzendanner
2023-11-15Use absl::NoDestructor for global FlagRegistry.Abseil Team
2023-10-11Bazel: Enable the header_modules featureDerek Mauro
2023-10-10Bazel: Support layering_check and parse_headersDerek Mauro
2023-08-11Include what you spellDmitri Gribenko
2023-08-02Use a shared (reader) lock in absl_flags::WasPresentOnCommandLineAbseil Team
2023-07-11Add a comment to absl/flags/parse.cc indicating that the flags defined there ...Mark Barolak
2023-06-15Bug fixTsige Solomon
2023-06-12Adding more support and testing for int128 and uint128 flags from cl/534444213Abseil Team
2023-06-07Update XML output to properly print special characters. Non printable charact...Gennadiy Rozental
2023-06-01Adding support for int128 and uint128 flag typesAbseil Team
2023-05-23Migrate most RAW_LOGs and RAW_CHECKs in tests to regular LOG and CHECK.Andy Getzendanner
2023-05-02Fix spelling mistakesVertexwahn
2023-04-27Fix spelling mistakesVertexwahn
2023-04-24Fix some spelling mistakesVertexwahn
2023-04-12Replace absl::type_traits_internal::is_trivially_copyable withDerek Mauro
2023-04-06Use stdout for help output even in case of errors.Gennadiy Rozental
2023-03-24Add a call to handle usage flags in case of unrecognized flagsGennadiy Rozental
2023-03-21Change ParseAbseilFlagsOnly function to include handling of usage flags and e...Gennadiy Rozental
2023-03-13Correct semantic and documentation for the ReportUnrecognizedFlags interfaceGennadiy Rozental
2023-03-08Introduce two new public APIs for parsing command line flags.Gennadiy Rozental
2023-03-01Finally delete ArgListAction after cleanup is completed.Gennadiy Rozental
2023-02-27Eliminate internal ArgvListAction enum.Gennadiy Rozental
2023-02-21Merge pull request #1394 from AtariDreams:constructorsCopybara-Service
2023-02-17Convert empty constructors to default onesRose
2023-02-16Prefer emplace back over push_back where emplace_back is more appropriateRose
2023-02-02Fix missing includes/dependenciesDerek Mauro
2023-01-09Merge pull request #1356 from MBkkt:patch-6Copybara-Service
2023-01-06Fix missing includeValery Mironov
2023-01-04Suggest similar flags in case of undefined flags.Abseil Team
2022-12-12Only build the section of flag_benchmark used for viewing theDerek Mauro
2022-11-06Fix a few lint findings in flags' usage.ccMichael Diamond
2022-09-12Fix "unsafe narrowing" warnings in absl, 8/n.Abseil Team
2022-09-08Fix "unsafe narrowing" warnings in absl, 9/n.Abseil Team
2022-09-01Rollback of fix "unsafe narrowing" warnings in absl, 8/n.Derek Mauro
2022-09-01Fix "unsafe narrowing" warnings in absl, 8/n.Abseil Team
2022-08-31Typo fixGennadiy Rozental
2022-08-31Added some more no_test.. tags to build targets for controlling testing.Abseil Team
2022-08-25Release the Abseil Logging libraryGennadiy Rozental
2022-06-16Update GoogleTest version used by AbseilDerek Mauro
2022-06-16Revert GoogleTest version used by Abseil to commit 28e1da21d8d677bc98f12ccc7f...Dino Radakovic
2022-06-15Update GoogleTest version used by AbseilDerek Mauro
2022-06-14flags/marshalling_test: work around bogus GCC 12 -Wmaybe-uninitialized warningDerek Mauro
2022-06-08Add documentation on optional flags to the flags library overview.Tom Manshreck
2022-06-02Disable tests on some platforms where they currently fail.Tom Rybka
2022-04-12Export of internal Abseil changesAbseil Team
2022-03-31Export of internal Abseil changesAbseil Team
2022-03-30Export of internal Abseil changesAbseil Team