Skip to content

Commit

Permalink
Merge pull request #128 from cockroachdb/pmattis/roachlib
Browse files Browse the repository at this point in the history
Provide our own C interface to rocksdb.
  • Loading branch information
petermattis committed Oct 17, 2014
2 parents d46ccc5 + 8be8538 commit c829bc5
Show file tree
Hide file tree
Showing 15 changed files with 934 additions and 876 deletions.
2 changes: 1 addition & 1 deletion roachlib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Author: Andrew Bonventre ([email protected])

ROACH_LIB := libroach.a
SOURCES := compaction.cc merge.cc
SOURCES := db.cc
OBJECTS := $(SOURCES:.cc=.o)

CXXFLAGS += -std=c++11 -I../proto/lib -I../_vendor/rocksdb/include
Expand Down
127 changes: 0 additions & 127 deletions roachlib/compaction.cc

This file was deleted.

Loading

0 comments on commit c829bc5

Please sign in to comment.