Meng Xu
856fb7b38f
Revert "Merge pull request #3197 from tclinken/optimize-deque-copy-ctor"
...
This reverts commit e898cb7f38ba7a5ba501001c5dc748ded8bfa192, reversing
changes made to 18c2c3d346c48fb62e532647f09e4c5d1987d427.
2020-05-27 09:46:20 -07:00
tclinken
9a64ec9343
Use std::copy in Deque copy ctor
2020-05-18 20:41:41 -07:00
Andrew Noyes
ff8758b1fd
Request alignment that's at least sizeof(void*)
...
According to https://en.cppreference.com/w/c/memory/aligned_alloc#Notes ,
aligned_alloc may return nullptr if it doesn't like the requested
alignment. Let's also detect if nullptr is returned.
2019-12-02 12:51:33 -08:00
Jingyu Zhou
38c6681349
Fix some signed and unsigned mismatch warnings.
2019-03-26 14:54:11 -07:00
Alex Miller
c6a65389ae
Remove noexcept macro and replace with BOOST_NOEXCEPT.
...
BOOST_NOEXCEPT does what the noexcept macro was supposed to do, but in a
way that is correctly maintained over time.
2019-03-05 22:06:12 -08:00
mpilman
79637f07ac
Fixed several minor code issues
...
These will become a problem as soon as we
switch to C++17
2019-01-24 14:43:12 -08:00
Robert Escriva
268093a96d
Adjust all includes to be relative to the root.
...
Remove the use of relative paths. A header at foo/bar.h could be included by
files under foo/ with "bar.h", but would be included everywhere else as
"foo/bar.h". Adjust so that every include references such a header with the
latter form.
Signed-off-by: Robert Escriva <rescriva@dropbox.com>
2018-10-19 17:35:33 +00:00
Alec Grieser
0bae9880f1
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
2018-02-21 10:25:11 -08:00
FDB Dev Team
a674cb4ef4
Initial repository commit
2017-05-25 13:48:44 -07:00