Commit 533ece10 authored by Kenton Varda's avatar Kenton Varda

logging -> debug

parent db505f42
......@@ -70,9 +70,9 @@ includekj_HEADERS = \
src/kj/array.h \
src/kj/string.h \
src/kj/exception.h \
src/kj/logging.h \
src/kj/debug.h \
src/kj/io.h
includecapnp_HEADERS = \
src/capnproto/common.h \
src/capnproto/blob.h \
......@@ -100,7 +100,7 @@ libcapnproto_a_SOURCES= \
src/kj/array.c++ \
src/kj/string.c++ \
src/kj/exception.c++ \
src/kj/logging.c++ \
src/kj/debug.c++ \
src/kj/io.c++ \
src/capnproto/blob.c++ \
src/capnproto/arena.h \
......@@ -151,7 +151,7 @@ capnproto_test_LDADD = -lgtest -lgtest_main libcapnproto.a
capnproto_test_SOURCES = \
src/kj/array-test.c++ \
src/kj/common-test.c++ \
src/kj/logging-test.c++ \
src/kj/debug-test.c++ \
src/kj/string-test.c++ \
src/kj/units-test.c++ \
src/capnproto/blob-test.c++ \
......
......@@ -24,7 +24,7 @@
#define CAPNPROTO_PRIVATE
#include "arena.h"
#include "message.h"
#include <kj/logging.h>
#include <kj/debug.h>
#include <vector>
#include <string.h>
#include <stdio.h>
......
......@@ -28,7 +28,7 @@
#include "common.h"
#include <capnproto/serialize.h>
#include <capnproto/serialize-packed.h>
#include <kj/logging.h>
#include <kj/debug.h>
#if HAVE_SNAPPY
#include <capnproto/serialize-snappy.h>
#endif // HAVE_SNAPPY
......
......@@ -28,7 +28,7 @@
#include "../schema.capnp.h"
#include "../serialize.h"
#include <kj/logging.h>
#include <kj/debug.h>
#include <kj/io.h>
#include "../schema-loader.h"
#include "../dynamic.h"
......
......@@ -47,7 +47,7 @@
#define CAPNPROTO_PRIVATE
#include "dynamic.h"
#include "message.h"
#include <kj/logging.h>
#include <kj/debug.h>
#include <gtest/gtest.h>
#include "test-util.h"
......
......@@ -23,7 +23,7 @@
#define CAPNPROTO_PRIVATE
#include "dynamic.h"
#include <kj/logging.h>
#include <kj/debug.h>
namespace capnproto {
......
......@@ -24,7 +24,7 @@
#define CAPNPROTO_PRIVATE
#include "test-import.capnp.h"
#include "message.h"
#include <kj/logging.h>
#include <kj/debug.h>
#include <gtest/gtest.h>
#include "test-util.h"
......
......@@ -23,7 +23,7 @@
#define CAPNPROTO_PRIVATE
#include "layout.h"
#include <kj/logging.h>
#include <kj/debug.h>
#include "arena.h"
#include <string.h>
#include <limits>
......
......@@ -23,7 +23,7 @@
#define CAPNPROTO_PRIVATE
#include "message.h"
#include <kj/logging.h>
#include <kj/debug.h>
#include "arena.h"
#include "stdlib.h"
#include <exception>
......
......@@ -25,7 +25,7 @@
#include "schema-loader.h"
#include <gtest/gtest.h>
#include "test-util.h"
#include <kj/logging.h>
#include <kj/debug.h>
namespace capnproto {
namespace internal {
......
......@@ -27,7 +27,7 @@
#include <map>
#include "message.h"
#include "arena.h"
#include <kj/logging.h>
#include <kj/debug.h>
#include <kj/exception.h>
namespace capnproto {
......
......@@ -24,7 +24,7 @@
#define CAPNPROTO_PRIVATE
#include "schema.h"
#include "message.h"
#include <kj/logging.h>
#include <kj/debug.h>
namespace capnproto {
......
......@@ -24,7 +24,7 @@
#define CAPNPROTO_PRIVATE
#include "serialize-packed.h"
#include "test.capnp.h"
#include <kj/logging.h>
#include <kj/debug.h>
#include <gtest/gtest.h>
#include <string>
#include <stdlib.h>
......
......@@ -23,7 +23,7 @@
#define CAPNPROTO_PRIVATE
#include "serialize-packed.h"
#include <kj/logging.h>
#include <kj/debug.h>
#include "layout.h"
#include <vector>
......
......@@ -23,7 +23,7 @@
#define CAPNPROTO_PRIVATE
#include "serialize-snappy.h"
#include <kj/logging.h>
#include <kj/debug.h>
#include "test.capnp.h"
#include <gtest/gtest.h>
#include <string>
......
......@@ -23,7 +23,7 @@
#define CAPNPROTO_PRIVATE
#include "serialize-snappy.h"
#include <kj/logging.h>
#include <kj/debug.h>
#include "layout.h"
#include <snappy/snappy.h>
#include <snappy/snappy-sinksource.h>
......
......@@ -23,7 +23,7 @@
#define CAPNPROTO_PRIVATE
#include "serialize.h"
#include <kj/logging.h>
#include <kj/debug.h>
#include "test.capnp.h"
#include <gtest/gtest.h>
#include <string>
......
......@@ -24,7 +24,7 @@
#define CAPNPROTO_PRIVATE
#include "serialize.h"
#include "layout.h"
#include <kj/logging.h>
#include <kj/debug.h>
namespace capnproto {
......
......@@ -47,7 +47,7 @@
#define CAPNPROTO_PRIVATE
#include "message.h"
#include "dynamic.h"
#include <kj/logging.h>
#include <kj/debug.h>
#include <gtest/gtest.h>
#include "test-util.h"
......
......@@ -23,7 +23,7 @@
#define CAPNPROTO_PRIVATE
#include "dynamic.h"
#include <kj/logging.h>
#include <kj/debug.h>
#include <sstream>
// TODO(cleanup): Rewrite this using something other than iostream?
......
......@@ -23,7 +23,7 @@
#include "array.h"
#include <gtest/gtest.h>
#include "logging.h"
#include "debug.h"
#include <string>
#include <list>
......
......@@ -22,7 +22,7 @@
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "common.h"
#include "logging.h"
#include "debug.h"
namespace kj {
namespace internal {
......
......@@ -21,7 +21,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "logging.h"
#include "debug.h"
#include "exception.h"
#include <gtest/gtest.h>
#include <string>
......
......@@ -21,7 +21,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "logging.h"
#include "debug.h"
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
......
......@@ -23,7 +23,7 @@
#include "exception.h"
#include "string.h"
#include "logging.h"
#include "debug.h"
#include <unistd.h>
#include <execinfo.h>
#include <stdlib.h>
......
......@@ -22,7 +22,7 @@
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "io.h"
#include "logging.h"
#include "debug.h"
#include <unistd.h>
#include <sys/uio.h>
#include <algorithm>
......
......@@ -22,7 +22,7 @@
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "string.h"
#include "logging.h"
#include "debug.h"
#include <stdio.h>
#include <float.h>
#include <limits>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment