aboutsummaryrefslogtreecommitdiff
path: root/absl/flags
Commit message (Expand)AuthorAgeFilesLines
* Optimize the absl::GetFlag cost for most non built-in flag types (including s...Gennadiy Rozental2024-07-035-82/+470
* Remove redundant semicolons introduced by macrosAbseil Team2024-03-152-6/+6
* PR #1603: Disable -Wnon-virtual-dtor warning for CommandLineFlag implementationsAdam Gajda2024-03-133-2/+32
* Avoid static initializers in case of ABSL_FLAGS_STRIP_NAMES=1Gennadiy Rozental2024-02-029-27/+77
* Replace `testonly = 1` with `testonly = True` in abseil BUILD files.Shahriar Rouf2024-01-311-1/+1
* Remove code pieces for no longer supported GCC versions.Abseil Team2024-01-221-8/+0
* Automated Code ChangeAbseil Team2024-01-101-0/+1
* Remove workaround for older versions MSVC that did not supportDerek Mauro2024-01-028-192/+1
* Release a few bits and pieces of DFATAL that were left behind: flag parsing &...Andy Getzendanner2023-12-211-1/+10
* Use absl::NoDestructor for global FlagRegistry.Abseil Team2023-11-153-1/+4
* Bazel: Enable the header_modules featureDerek Mauro2023-10-111-0/+1
* Bazel: Support layering_check and parse_headersDerek Mauro2023-10-101-1/+17
* Include what you spellDmitri Gribenko2023-08-113-2/+6
* Use a shared (reader) lock in absl_flags::WasPresentOnCommandLineAbseil Team2023-08-021-1/+1
* Add a comment to absl/flags/parse.cc indicating that the flags defined there ...Mark Barolak2023-07-111-0/+4
* Bug fixTsige Solomon2023-06-152-81/+62
* Adding more support and testing for int128 and uint128 flags from cl/534444213Abseil Team2023-06-126-1/+113
* Update XML output to properly print special characters. Non printable charact...Gennadiy Rozental2023-06-072-17/+57
* Adding support for int128 and uint128 flag typesAbseil Team2023-06-015-0/+169
* Migrate most RAW_LOGs and RAW_CHECKs in tests to regular LOG and CHECK.Andy Getzendanner2023-05-233-5/+4
* Fix spelling mistakesVertexwahn2023-05-024-6/+6
* Fix spelling mistakesVertexwahn2023-04-273-3/+3
* Fix some spelling mistakesVertexwahn2023-04-241-3/+3
* Replace absl::type_traits_internal::is_trivially_copyable withDerek Mauro2023-04-121-9/+10
* Use stdout for help output even in case of errors.Gennadiy Rozental2023-04-063-8/+31
* Add a call to handle usage flags in case of unrecognized flagsGennadiy Rozental2023-03-242-4/+18
* Change ParseAbseilFlagsOnly function to include handling of usage flags and e...Gennadiy Rozental2023-03-217-117/+202
* Correct semantic and documentation for the ReportUnrecognizedFlags interfaceGennadiy Rozental2023-03-132-39/+41
* Introduce two new public APIs for parsing command line flags.Gennadiy Rozental2023-03-083-156/+342
* Finally delete ArgListAction after cleanup is completed.Gennadiy Rozental2023-03-011-8/+0
* Eliminate internal ArgvListAction enum.Gennadiy Rozental2023-02-273-78/+12
* Merge pull request #1394 from AtariDreams:constructorsCopybara-Service2023-02-211-1/+1
|\
| * Convert empty constructors to default onesRose2023-02-171-1/+1
* | Prefer emplace back over push_back where emplace_back is more appropriateRose2023-02-162-5/+5
|/
* Fix missing includes/dependenciesDerek Mauro2023-02-023-0/+3
* Merge pull request #1356 from MBkkt:patch-6Copybara-Service2023-01-093-0/+3
|\
| * Fix missing includeValery Mironov2023-01-061-0/+1
|/
* Suggest similar flags in case of undefined flags.Abseil Team2023-01-043-4/+148
* Only build the section of flag_benchmark used for viewing theDerek Mauro2022-12-121-2/+3
* Fix a few lint findings in flags' usage.ccMichael Diamond2022-11-061-2/+5
* Fix "unsafe narrowing" warnings in absl, 8/n.Abseil Team2022-09-122-4/+3
* Fix "unsafe narrowing" warnings in absl, 9/n.Abseil Team2022-09-081-6/+6
* Rollback of fix "unsafe narrowing" warnings in absl, 8/n.Derek Mauro2022-09-012-3/+4
* Fix "unsafe narrowing" warnings in absl, 8/n.Abseil Team2022-09-012-4/+3
* Typo fixGennadiy Rozental2022-08-311-1/+1
* Added some more no_test.. tags to build targets for controlling testing.Abseil Team2022-08-311-0/+10
* Release the Abseil Logging libraryGennadiy Rozental2022-08-251-0/+1
* Update GoogleTest version used by AbseilDerek Mauro2022-06-162-6/+14
* Revert GoogleTest version used by Abseil to commit 28e1da21d8d677bc98f12ccc7f...Dino Radakovic2022-06-162-14/+6
* Update GoogleTest version used by AbseilDerek Mauro2022-06-152-6/+14