summaryrefslogtreecommitdiff
path: root/install-headers.patch
blob: 3efe2f9aa9b23d5453e14aef957c44bfb0e26b68 (plain)
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
--- folly-0.1/folly/Makefile.am	2013-10-06 18:16:51.140695708 +0300
+++ folly-0.1/folly/Makefile.am	2013-10-06 18:18:18.131398586 +0300
@@ -26,19 +26,25 @@
 	ConcurrentSkipList.h \
 	ConcurrentSkipList-inl.h \
 	Conv.h \
+	CpuId.h \
 	detail/AtomicHashUtils.h \
 	detail/BitIteratorDetail.h \
+	detail/BitsDetail.h \
 	detail/DiscriminatedPtrDetail.h \
 	detail/FingerprintPolynomial.h \
 	detail/GroupVarintDetail.h \
 	detail/SlowFingerprint.h \
+	detail/Stats.h \
 	detail/ThreadLocalDetail.h \
 	DiscriminatedPtr.h \
+	DynamicConverter.h \
+	Exception.h \
 	dynamic.h \
 	dynamic-inl.h \
 	eventfd.h \
 	FBString.h \
 	FBVector.h \
+	FileUtil.h \
 	Fingerprint.h \
 	folly-config.h \
 	Foreach.h \
@@ -51,10 +57,13 @@
 	Histogram-inl.h \
 	IntrusiveList.h \
 	json.h \
+	Lazy.h \
 	Likely.h \
 	Logging.h \
 	Malloc.h \
 	MapUtil.h \
+	Memory.h \
+	Optional.h \
 	PackedSyncPtr.h \
 	Portability.h \
 	Preprocessor.h \
@@ -68,6 +77,10 @@
 	sorted_vector_types.h \
 	SpookyHashV1.h \
 	SpookyHashV2.h \
+	stats/BucketedTimeSeries.h \
+	stats/Histogram-defs.h \
+	stats/Histogram.h \
+	stats/MultiLevelTimeSeries.h \
 	StlAllocator.h \
 	String.h \
 	String-inl.h \
@@ -83,6 +96,7 @@
 	ThreadLocal.h \
 	TimeoutQueue.h \
 	Traits.h \
+	Varint.h \
 	Unicode.h
 
 FormatTables.cpp: build/generate_format_tables.py