index
:
abseil.git
hurd
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
/
container
/
internal
/
inlined_vector.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[absl] Re-use the existing `std::type_identity` backfill instead of redefinin...
Lawrence Wolf-Sonkin
2024-04-18
1
-11
/
+2
*
PR #1632: inlined_vector: Use trivial relocation for `erase`
Arthur O'Dwyer
2024-03-03
1
-8
/
+22
*
PR #1618: inlined_vector: Use trivial relocation for `SwapInlinedElements`
Arthur O'Dwyer
2024-02-21
1
-16
/
+15
*
Add a pragma to disable a maybe-uninitialized warning for GCC12+
Abseil Team
2023-12-19
1
-1
/
+12
*
InlinedVector: Disable CFI checking on the const GetInlinedData() path
Derek Mauro
2023-08-01
1
-1
/
+1
*
InlinedVector: Disable CFI checking on GetInlinedData()
Derek Mauro
2023-07-26
1
-13
/
+8
*
InlinedVector: Fix control-flow-inregrity warning when using a class
Derek Mauro
2023-07-25
1
-5
/
+14
*
Fix some spelling mistakes
Vertexwahn
2023-04-24
1
-1
/
+1
*
inlined_vector: fix incorrect restrictions on the copy constructor fast path.
Aaron Jacobs
2023-04-11
1
-11
/
+1
*
inlined_vector: fix incorrect restrictions on the swap fast path.
Aaron Jacobs
2023-04-11
1
-6
/
+2
*
inlined_vector: fix incorrect restrictions on the move-assignment fast path.
Aaron Jacobs
2023-04-11
1
-14
/
+3
*
inlined_vector: relax the requirements on the move-construction fast path.
Aaron Jacobs
2023-04-11
1
-7
/
+10
*
inlined_vector: fix incorrect conditions for move constructor fast paths.
Aaron Jacobs
2023-03-29
1
-10
/
+14
*
inlined_vector: destroy all types with trivial destructors efficiently.
Aaron Jacobs
2023-03-27
1
-8
/
+3
*
inlined_vector: get rid of IsMemcpyOk.
Abseil Team
2023-03-24
1
-19
/
+97
*
Auto increase inlined capacity whenever it does not affect class' size.
Abseil Team
2022-11-09
1
-2
/
+11
*
Merge pull request #1287 from GOGOYAO:patch-1
Copybara-Service
2022-11-03
1
-2
/
+2
|
\
|
*
Initialize `Allocation` to eliminate compile error
GOGOYAO
2022-10-04
1
-2
/
+2
*
|
`absl::InlinedVector::swap` supports non-assignable types.
Abseil Team
2022-10-25
1
-20
/
+86
*
|
`absl::InlinedVector` supports move assignment with non-assignable types.
Abseil Team
2022-10-12
1
-0
/
+3
|
/
*
Fix "unsafe narrowing" warnings in absl, 8/n.
Abseil Team
2022-09-12
1
-2
/
+2
*
Rollback of fix "unsafe narrowing" warnings in absl, 8/n.
Derek Mauro
2022-09-01
1
-2
/
+2
*
Fix "unsafe narrowing" warnings in absl, 8/n.
Abseil Team
2022-09-01
1
-2
/
+2
*
Fixed header guards to match style guide conventions.
Abseil Team
2022-08-31
1
-3
/
+3
*
Fix "unsafe narrowing" warnings in absl, 1/n.
Abseil Team
2022-07-28
1
-3
/
+3
*
Fix several typos in comments.
Abseil Team
2022-06-10
1
-1
/
+1
*
InlinedVector: Limit the scope of the maybe-uninitialized warning suppression
Derek Mauro
2022-06-06
1
-2
/
+1
*
Export of internal Abseil changes
Abseil Team
2022-02-01
1
-4
/
+4
*
Export of internal Abseil changes
Abseil Team
2022-01-05
1
-2
/
+2
*
Export of internal Abseil changes
Abseil Team
2021-11-09
1
-7
/
+8
*
Export of internal Abseil changes
Abseil Team
2021-11-03
1
-22
/
+43
*
Export of internal Abseil changes
Abseil Team
2021-09-30
1
-23
/
+7
*
Export of internal Abseil changes
Abseil Team
2021-09-23
1
-5
/
+5
*
Export of internal Abseil changes
Abseil Team
2021-09-22
1
-48
/
+87
*
Export of internal Abseil changes
Abseil Team
2021-09-01
1
-383
/
+324
*
Export of internal Abseil changes
Abseil Team
2021-05-19
1
-1
/
+2
*
Export of internal Abseil changes
Abseil Team
2021-01-29
1
-3
/
+63
*
Export of internal Abseil changes
Abseil Team
2020-12-11
1
-0
/
+11
*
Export of internal Abseil changes
Abseil Team
2020-12-07
1
-2
/
+3
*
Export of internal Abseil changes
Abseil Team
2020-11-19
1
-61
/
+64
*
Export of internal Abseil changes
Abseil Team
2019-12-12
1
-0
/
+2
*
Export of internal Abseil changes
Abseil Team
2019-10-31
1
-65
/
+73
*
Export of internal Abseil changes
Abseil Team
2019-10-30
1
-19
/
+10
*
Export of internal Abseil changes
Abseil Team
2019-10-22
1
-5
/
+3
*
Export of internal Abseil changes
Abseil Team
2019-08-20
1
-3
/
+1
*
Export of internal Abseil changes
Abseil Team
2019-08-12
1
-14
/
+16
*
Export of internal Abseil changes
Abseil Team
2019-08-08
1
-70
/
+88
*
Export of internal Abseil changes
Abseil Team
2019-08-08
1
-42
/
+19
*
Export of internal Abseil changes.
Abseil Team
2019-07-25
1
-37
/
+52
*
Export of internal Abseil changes.
Abseil Team
2019-07-23
1
-0
/
+97
[next]