This repository was archived by the owner on Aug 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgit++.pro
86 lines (84 loc) · 2.49 KB
/
git++.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
INCLUDEPATH = /usr/local/include/ryppl-1.45.0 \
/usr/include \
test \
src
HEADERS += \
include/git/model/db/odb.hpp \
include/git/global.h.in \
include/git/model/db/odb_alloc.hpp \
include/git/model/db/odb_mem.hpp \
include/git/model/db/odb_iter.hpp \
include/git/model/db/odb_obj.hpp \
include/git/model/db/odb_stream.hpp \
include/git/lib/db/odb.h \
include/git/lib/libconfig.h \
model/git/gitmodelconfig.h \
model/git/db/odb_stream.hpp \
model/git/db/odb_obj.hpp \
model/git/db/odb_mem.hpp \
model/git/db/odb_iter.hpp \
model/git/db/odb_alloc.hpp \
model/git/db/odb.hpp \
src/gitmodel/db/odb_stream.hpp \
src/gitmodel/db/odb_obj.hpp \
src/gitmodel/db/odb_mem.hpp \
src/gitmodel/db/odb_alloc.hpp \
src/gitmodel/db/odb.hpp \
src/gitmodel/config.h \
src/git/config.h.in \
test/git/util.hpp \
test/git/testutil.hpp \
src/git/db/sha1.h \
src/git/db/sha1_gen.h \
test/gtl/testutil.hpp \
src/gtl/config.h \
src/gtl/db/odb_mem.hpp \
src/gtl/db/odb_iter.hpp \
src/gtl/db/odb_alloc.hpp \
src/gtl/db/odb.hpp \
src/git/db/traits.hpp \
src/git/obj/object.hpp \
src/git/obj/tree.h \
src/git/obj/multiobj.h \
src/git/obj/commit.h \
src/git/obj/blob.h \
src/git/obj/tag.h \
src/gtl/db/generator_filter.hpp \
src/gtl/db/generator_stream.hpp \
src/gtl/db/odb_object.hpp \
src/gtl/db/generator.hpp \
src/gtl/db/hash.hpp \
src/gtl/util.hpp \
src/git/db/policy.hpp \
src/git/obj/stream.h \
src/gtl/db/hash_generator_stream.hpp \
src/gtl/db/hash_generator_filter.hpp \
src/gtl/db/hash_generator.hpp \
src/git/db/util.hpp \
src/gtl/db/odb_loose.hpp \
src/git/db/odb_mem.h \
src/git/db/odb_loose.h \
test/git/fixture.hpp
SOURCES += \
test/git/model/db/odb_test.cpp \
src/git/lib/db/odb.cpp \
test/git/model/db/model_odb_test.cpp \
test/git/db/lib_odb_test.cpp \
test/gitmodel/db/model_odb_test.cpp \
src/git/db/sha1.cpp \
src/git/db/sha1_gen.cpp \
test/git/db/sha1_performance_test.cpp \
test/gtl/db/model_odb_test.cpp \
src/git/obj/Tree.cpp \
src/git/obj/tree.cpp \
src/git/obj/commit.cpp \
src/git/obj/blob.cpp \
src/git/obj/tag.cpp \
src/git/obj/object.cpp \
src/git/db/policy.cpp \
src/git/obj/stream.cpp \
src/git/db/util.cpp \
src/git/db/odb_mem.cpp \
src/git/db/odb_loose.cpp \
src/git/obj/multiobj.cpp \
test/git/db/looseodb_performance_test.cpp