Commit Graph

5 Commits

Author SHA1 Message Date
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
Alex Miller 9c2fdee86f Simplify boolean logic. 2018-08-08 16:12:48 -07:00
Alex Miller f40f33f555 Do not attempt to dereference past-the-end iterators in MemoryKVS.
mapIter could have been store.end(), if selector.getKey() was larger than
anything in store, and various conditionals weren't tolerant of this case.

This fixes #652.
2018-08-01 18:42:37 -07: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