Tobias Hunger
|
bfca0e3573
|
Mass update copyright messages to be more REUSE compliant
|
2021-12-22 10:06:12 +01:00 |
|
Olivier Goffart
|
c15a59892a
|
C++: use the const version of begin and end from SharedVector::clear
|
2021-11-26 15:12:21 +01:00 |
|
Olivier Goffart
|
d9637816bb
|
Fix memory leak in the C++ SharedVector
detaching in the destructor is not a good idea, make sure to use the const version
|
2021-11-26 15:02:46 +01:00 |
|
Simon Hausmann
|
a752c798b8
|
Changed C++'s SharedVector::clear() to not preserve capacity when shared
|
2021-08-12 13:41:08 +02:00 |
|
Simon Hausmann
|
511027dad0
|
Implement SharedVector::clear() for C++
|
2021-08-12 13:41:08 +02:00 |
|
Tobias Hunger
|
39984b27db
|
Janitor: Fix spelling in comments
|
2021-07-03 15:49:43 +02:00 |
|
Olivier Goffart
|
13bd828b96
|
Update license date
|
2021-07-02 15:55:54 +02:00 |
|
Simon Hausmann
|
f7c7d2e67a
|
C++: Add documentation for SharedVector
|
2021-06-24 17:04:58 +02:00 |
|
Simon Hausmann
|
07dd3ec82f
|
C++: Hide global comparison operators for private Slice API
|
2021-06-21 15:50:58 +02:00 |
|
Simon Hausmann
|
dc30106037
|
Add SharedVector<T>::empty() and a constructor that takes an initializer list
|
2021-03-17 15:19:59 +01:00 |
|
Simon Hausmann
|
ffb1d7bd83
|
Reformat sharedvector.h with clang-format
|
2021-03-17 15:03:48 +01:00 |
|
Olivier Goffart
|
dfa25b96f7
|
Rename SharedArray to SharedVector
|
2020-12-18 10:26:07 +01:00 |
|