Skip to content

Commit b0c8bf2

Browse files
committed
Import YARP
1 parent 36a602c commit b0c8bf2

File tree

17 files changed

+1018
-5309
lines changed

17 files changed

+1018
-5309
lines changed

src/main/c/yarp/.gitignore

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/doc/
77
/pkg/
88
/spec/reports/
9+
/test/serialized/
910
/top-100-gems/
1011
/tmp/
1112
/vendor/bundle
@@ -28,7 +29,6 @@ a.out
2829
/java/org/yarp/AbstractNodeVisitor.java
2930
/java/org/yarp/Loader.java
3031
/java/org/yarp/Nodes.java
31-
/java/org/yarp/ParseResult.java
3232
/lib/yarp/node.rb
3333
/lib/yarp/serialize.rb
3434
/src/node.c
@@ -40,12 +40,4 @@ a.out
4040
compile_commands.json
4141
.cache/
4242

43-
autom4te.cache
44-
configure
45-
config.log
46-
config.status
47-
Makefile
48-
/include/yarp/config.h
49-
/config.h.in
50-
5143
tags

src/main/c/yarp/Makefile.in renamed to src/main/c/yarp/Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ FUZZ_OUTPUT_DIR = $(shell pwd)/fuzz/output
1010

1111
SOEXT := $(shell ruby -e 'puts RbConfig::CONFIG["SOEXT"]')
1212

13-
DEFS := @DEFS@
14-
CPPFLAGS := @DEFS@ -Iinclude
15-
CFLAGS := @CFLAGS@ -std=c99 -Wall -Werror -Wextra -Wpedantic -Wundef -Wconversion -fPIC -fvisibility=hidden
16-
CC := @CC@
13+
CPPFLAGS := -Iinclude
14+
CFLAGS := -g -O2 -std=c99 -Wall -Werror -Wextra -Wpedantic -Wundef -Wconversion -fPIC -fvisibility=hidden
15+
CC := cc
1716

1817
HEADERS := $(shell find include -name '*.h')
1918
SOURCES := $(shell find src -name '*.c')

src/main/c/yarp/config.h.in

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)