17 Commits (d2ea2bcb5cf58d7afe0837b517d7c4718bd0317b)

Author SHA1 Message Date
Dan Raviv bc70ab5dff Fix header guards using reserved identifiers 7 years ago
practicalswift 90d4d89230 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 7 years ago
Matt Corallo c73b8be244 Explicitly initialize prevector::_union to avoid new warning 7 years ago
Jorge Timón 33aed5bf89
Fix const_reverse_iterator constructor (pass const ptr) 7 years ago
Pieter Wuille e241a63c23 Clarify prevector::erase and avoid swap-to-clear 7 years ago
Cory Fields d4ee7baef7 prevector: assert successful allocation 8 years ago
Jeremy Rubin 45a5aaf147 Only call clear on prevector if it isn't trivially destructible and don't loop in clear 8 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
Pieter Wuille 2ddfcfd2d6 Make CScript (and prevector) c++11 movable. 8 years ago
Wladimir J. van der Laan f00705ae7f
serialize: Deprecate `begin_ptr` / `end_ptr` 8 years ago
Wladimir J. van der Laan 47314e6daa prevector: add C++11-like data() method 8 years ago
Kaz Wesley a7af72a697 prevector::swap: fix (unreached) data corruption 8 years ago
Kaz Wesley 1e2c29f263 prevector: destroy elements only via erase() 8 years ago
MarcoFalke fa60d05a4e Add missing copyright headers 9 years ago
Pavel Janík 1812de9091 Name union to prevent compiler warning 9 years ago
Pieter Wuille 114b5812f6 Prevector type 9 years ago