catboost 1.25.1 → 1.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/DEPLOYMENT.md +22 -15
- package/README.md +37 -27
- package/binding.gyp +5 -7
- package/build_scripts/bootstrap.js +2 -1
- package/build_scripts/out/build.js +46 -68
- package/build_scripts/out/build_model.js +1 -1
- package/build_scripts/out/{build_ya.js → build_native.js} +1 -1
- package/build_scripts/out/ci.js +5 -5
- package/build_scripts/out/config.js +32 -18
- package/build_scripts/out/install.js +5 -3
- package/build_scripts/out/package_prepublish.js +1 -1
- package/build_scripts/out/packaging.js +1 -19
- package/build_scripts/out/run_tests.js +1 -1
- package/build_scripts/out/test.js +8 -3
- package/config.json +18 -11
- package/inc/catboost/libs/model_interface/c_api.h +349 -3
- package/lib/catboost.d.ts +65 -21
- package/package.json +4 -4
- package/src/api_helpers.cpp +100 -24
- package/src/api_helpers.h +8 -7
- package/src/api_module.cpp +1 -2
- package/src/model.cpp +483 -83
- package/src/model.h +24 -9
- package/inc/contrib/libs/cxxsupp/system_stl/include/stlfwd +0 -14
- package/inc/util/charset/recode_result.h +0 -9
- package/inc/util/charset/unicode_table.h +0 -123
- package/inc/util/charset/unidata.h +0 -421
- package/inc/util/charset/utf8.h +0 -384
- package/inc/util/charset/wide.h +0 -843
- package/inc/util/charset/wide_specific.h +0 -22
- package/inc/util/datetime/base.h +0 -669
- package/inc/util/datetime/constants.h +0 -7
- package/inc/util/datetime/cputimer.h +0 -124
- package/inc/util/datetime/parser.h +0 -292
- package/inc/util/datetime/systime.h +0 -47
- package/inc/util/datetime/uptime.h +0 -8
- package/inc/util/digest/city.h +0 -88
- package/inc/util/digest/fnv.h +0 -73
- package/inc/util/digest/multi.h +0 -14
- package/inc/util/digest/murmur.h +0 -57
- package/inc/util/digest/numeric.h +0 -86
- package/inc/util/digest/sequence.h +0 -48
- package/inc/util/draft/date.h +0 -129
- package/inc/util/draft/datetime.h +0 -184
- package/inc/util/draft/enum.h +0 -136
- package/inc/util/draft/holder_vector.h +0 -102
- package/inc/util/draft/ip.h +0 -131
- package/inc/util/draft/matrix.h +0 -108
- package/inc/util/draft/memory.h +0 -40
- package/inc/util/folder/dirent_win.h +0 -46
- package/inc/util/folder/dirut.h +0 -121
- package/inc/util/folder/filelist.h +0 -81
- package/inc/util/folder/fts.h +0 -108
- package/inc/util/folder/iterator.h +0 -109
- package/inc/util/folder/lstat_win.h +0 -20
- package/inc/util/folder/path.h +0 -225
- package/inc/util/folder/pathsplit.h +0 -113
- package/inc/util/folder/tempdir.h +0 -42
- package/inc/util/generic/adaptor.h +0 -134
- package/inc/util/generic/algorithm.h +0 -765
- package/inc/util/generic/array_ref.h +0 -282
- package/inc/util/generic/array_size.h +0 -24
- package/inc/util/generic/benchmark/vector_count_ctor/f.h +0 -9
- package/inc/util/generic/bitmap.h +0 -1115
- package/inc/util/generic/bitops.h +0 -459
- package/inc/util/generic/bt_exception.h +0 -24
- package/inc/util/generic/buffer.h +0 -232
- package/inc/util/generic/cast.h +0 -176
- package/inc/util/generic/deque.h +0 -24
- package/inc/util/generic/explicit_type.h +0 -42
- package/inc/util/generic/fastqueue.h +0 -55
- package/inc/util/generic/flags.h +0 -244
- package/inc/util/generic/function.h +0 -103
- package/inc/util/generic/fwd.h +0 -171
- package/inc/util/generic/guid.h +0 -61
- package/inc/util/generic/hash.h +0 -2032
- package/inc/util/generic/hash_primes.h +0 -140
- package/inc/util/generic/hash_set.h +0 -490
- package/inc/util/generic/hide_ptr.h +0 -3
- package/inc/util/generic/intrlist.h +0 -876
- package/inc/util/generic/is_in.h +0 -53
- package/inc/util/generic/iterator.h +0 -137
- package/inc/util/generic/iterator_range.h +0 -105
- package/inc/util/generic/lazy_value.h +0 -66
- package/inc/util/generic/list.h +0 -22
- package/inc/util/generic/map.h +0 -44
- package/inc/util/generic/mapfindptr.h +0 -60
- package/inc/util/generic/maybe.h +0 -713
- package/inc/util/generic/maybe_traits.h +0 -164
- package/inc/util/generic/mem_copy.h +0 -55
- package/inc/util/generic/noncopyable.h +0 -38
- package/inc/util/generic/object_counter.h +0 -53
- package/inc/util/generic/ptr.h +0 -1113
- package/inc/util/generic/queue.h +0 -57
- package/inc/util/generic/refcount.h +0 -162
- package/inc/util/generic/reserve.h +0 -11
- package/inc/util/generic/scope.h +0 -65
- package/inc/util/generic/serialized_enum.h +0 -406
- package/inc/util/generic/set.h +0 -42
- package/inc/util/generic/singleton.h +0 -136
- package/inc/util/generic/size_literals.h +0 -65
- package/inc/util/generic/stack.h +0 -18
- package/inc/util/generic/store_policy.h +0 -120
- package/inc/util/generic/strbase.h +0 -612
- package/inc/util/generic/strbuf.h +0 -552
- package/inc/util/generic/strfcpy.h +0 -17
- package/inc/util/generic/string.h +0 -1572
- package/inc/util/generic/string_hash.h +0 -21
- package/inc/util/generic/string_ut.h +0 -1175
- package/inc/util/generic/type_name.h +0 -34
- package/inc/util/generic/typelist.h +0 -114
- package/inc/util/generic/typetraits.h +0 -325
- package/inc/util/generic/utility.h +0 -132
- package/inc/util/generic/va_args.h +0 -400
- package/inc/util/generic/variant.h +0 -631
- package/inc/util/generic/variant_traits.h +0 -171
- package/inc/util/generic/vector.h +0 -119
- package/inc/util/generic/xrange.h +0 -258
- package/inc/util/generic/yexception.h +0 -212
- package/inc/util/generic/yexception_ut.h +0 -14
- package/inc/util/generic/ylimits.h +0 -92
- package/inc/util/generic/ymath.h +0 -206
- package/inc/util/memory/addstorage.h +0 -93
- package/inc/util/memory/alloc.h +0 -27
- package/inc/util/memory/blob.h +0 -296
- package/inc/util/memory/mmapalloc.h +0 -8
- package/inc/util/memory/pool.h +0 -432
- package/inc/util/memory/segmented_string_pool.h +0 -194
- package/inc/util/memory/segpool_alloc.h +0 -118
- package/inc/util/memory/smallobj.h +0 -141
- package/inc/util/memory/tempbuf.h +0 -111
- package/inc/util/network/address.h +0 -136
- package/inc/util/network/endpoint.h +0 -61
- package/inc/util/network/hostip.h +0 -16
- package/inc/util/network/init.h +0 -60
- package/inc/util/network/interface.h +0 -17
- package/inc/util/network/iovec.h +0 -65
- package/inc/util/network/ip.h +0 -116
- package/inc/util/network/nonblock.h +0 -8
- package/inc/util/network/pair.h +0 -9
- package/inc/util/network/poller.h +0 -58
- package/inc/util/network/pollerimpl.h +0 -707
- package/inc/util/network/sock.h +0 -608
- package/inc/util/network/socket.h +0 -421
- package/inc/util/random/common_ops.h +0 -130
- package/inc/util/random/easy.h +0 -47
- package/inc/util/random/entropy.h +0 -21
- package/inc/util/random/fast.h +0 -101
- package/inc/util/random/init_atfork.h +0 -3
- package/inc/util/random/lcg_engine.h +0 -66
- package/inc/util/random/mersenne.h +0 -46
- package/inc/util/random/mersenne32.h +0 -50
- package/inc/util/random/mersenne64.h +0 -50
- package/inc/util/random/normal.h +0 -38
- package/inc/util/random/random.h +0 -30
- package/inc/util/random/shuffle.h +0 -39
- package/inc/util/str_stl.h +0 -266
- package/inc/util/stream/aligned.h +0 -99
- package/inc/util/stream/buffer.h +0 -119
- package/inc/util/stream/buffered.h +0 -225
- package/inc/util/stream/debug.h +0 -53
- package/inc/util/stream/direct_io.h +0 -43
- package/inc/util/stream/file.h +0 -108
- package/inc/util/stream/format.h +0 -444
- package/inc/util/stream/fwd.h +0 -100
- package/inc/util/stream/hex.h +0 -8
- package/inc/util/stream/holder.h +0 -44
- package/inc/util/stream/input.h +0 -273
- package/inc/util/stream/labeled.h +0 -19
- package/inc/util/stream/length.h +0 -100
- package/inc/util/stream/mem.h +0 -255
- package/inc/util/stream/multi.h +0 -32
- package/inc/util/stream/null.h +0 -61
- package/inc/util/stream/output.h +0 -304
- package/inc/util/stream/pipe.h +0 -112
- package/inc/util/stream/printf.h +0 -25
- package/inc/util/stream/str.h +0 -207
- package/inc/util/stream/tee.h +0 -28
- package/inc/util/stream/tempbuf.h +0 -21
- package/inc/util/stream/tokenizer.h +0 -214
- package/inc/util/stream/trace.h +0 -60
- package/inc/util/stream/walk.h +0 -35
- package/inc/util/stream/zerocopy.h +0 -91
- package/inc/util/stream/zerocopy_output.h +0 -57
- package/inc/util/stream/zlib.h +0 -173
- package/inc/util/string/ascii.h +0 -236
- package/inc/util/string/builder.h +0 -39
- package/inc/util/string/cast.h +0 -347
- package/inc/util/string/cstriter.h +0 -14
- package/inc/util/string/escape.h +0 -70
- package/inc/util/string/hex.h +0 -59
- package/inc/util/string/join.h +0 -194
- package/inc/util/string/printf.h +0 -13
- package/inc/util/string/reverse.h +0 -16
- package/inc/util/string/split.h +0 -1080
- package/inc/util/string/strip.h +0 -257
- package/inc/util/string/strspn.h +0 -65
- package/inc/util/string/subst.h +0 -56
- package/inc/util/string/type.h +0 -50
- package/inc/util/string/util.h +0 -195
- package/inc/util/string/vector.h +0 -132
- package/inc/util/system/align.h +0 -50
- package/inc/util/system/atexit.h +0 -22
- package/inc/util/system/atomic.h +0 -51
- package/inc/util/system/atomic_gcc.h +0 -90
- package/inc/util/system/atomic_ops.h +0 -189
- package/inc/util/system/atomic_win.h +0 -114
- package/inc/util/system/backtrace.h +0 -39
- package/inc/util/system/byteorder.h +0 -186
- package/inc/util/system/compat.h +0 -84
- package/inc/util/system/compiler.h +0 -620
- package/inc/util/system/condvar.h +0 -71
- package/inc/util/system/context.h +0 -181
- package/inc/util/system/context_aarch64.h +0 -8
- package/inc/util/system/context_i686.h +0 -9
- package/inc/util/system/context_x86.h +0 -12
- package/inc/util/system/context_x86_64.h +0 -7
- package/inc/util/system/cpu_id.h +0 -159
- package/inc/util/system/daemon.h +0 -28
- package/inc/util/system/datetime.h +0 -98
- package/inc/util/system/defaults.h +0 -149
- package/inc/util/system/demangle.h +0 -5
- package/inc/util/system/demangle_impl.h +0 -23
- package/inc/util/system/direct_io.h +0 -71
- package/inc/util/system/dynlib.h +0 -119
- package/inc/util/system/env.h +0 -32
- package/inc/util/system/error.h +0 -95
- package/inc/util/system/event.h +0 -122
- package/inc/util/system/execpath.h +0 -17
- package/inc/util/system/fasttime.h +0 -6
- package/inc/util/system/fhandle.h +0 -27
- package/inc/util/system/file.h +0 -210
- package/inc/util/system/file_lock.h +0 -34
- package/inc/util/system/filemap.h +0 -383
- package/inc/util/system/flock.h +0 -35
- package/inc/util/system/fs.h +0 -156
- package/inc/util/system/fs_win.h +0 -29
- package/inc/util/system/fstat.h +0 -46
- package/inc/util/system/getpid.h +0 -12
- package/inc/util/system/guard.h +0 -179
- package/inc/util/system/hi_lo.h +0 -139
- package/inc/util/system/hostname.h +0 -10
- package/inc/util/system/hp_timer.h +0 -36
- package/inc/util/system/info.h +0 -12
- package/inc/util/system/interrupt_signals.h +0 -22
- package/inc/util/system/madvise.h +0 -30
- package/inc/util/system/maxlen.h +0 -32
- package/inc/util/system/mem_info.h +0 -18
- package/inc/util/system/mincore.h +0 -38
- package/inc/util/system/mktemp.h +0 -11
- package/inc/util/system/mlock.h +0 -43
- package/inc/util/system/mutex.h +0 -67
- package/inc/util/system/nice.h +0 -3
- package/inc/util/system/pipe.h +0 -90
- package/inc/util/system/platform.h +0 -246
- package/inc/util/system/progname.h +0 -13
- package/inc/util/system/protect.h +0 -25
- package/inc/util/system/rusage.h +0 -26
- package/inc/util/system/rwlock.h +0 -78
- package/inc/util/system/sanitizers.h +0 -122
- package/inc/util/system/sem.h +0 -41
- package/inc/util/system/shellcommand.h +0 -472
- package/inc/util/system/shmat.h +0 -32
- package/inc/util/system/sigset.h +0 -78
- package/inc/util/system/spin_wait.h +0 -10
- package/inc/util/system/spinlock.h +0 -121
- package/inc/util/system/src_location.h +0 -25
- package/inc/util/system/src_root.h +0 -68
- package/inc/util/system/sys_alloc.h +0 -43
- package/inc/util/system/sysstat.h +0 -52
- package/inc/util/system/tempfile.h +0 -34
- package/inc/util/system/thread.h +0 -167
- package/inc/util/system/tls.h +0 -307
- package/inc/util/system/types.h +0 -119
- package/inc/util/system/unaligned_mem.h +0 -67
- package/inc/util/system/user.h +0 -5
- package/inc/util/system/utime.h +0 -6
- package/inc/util/system/valgrind.h +0 -48
- package/inc/util/system/winint.h +0 -43
- package/inc/util/system/yassert.h +0 -121
- package/inc/util/system/yield.h +0 -4
- package/inc/util/thread/factory.h +0 -65
- package/inc/util/thread/fwd.h +0 -30
- package/inc/util/thread/lfqueue.h +0 -406
- package/inc/util/thread/lfstack.h +0 -188
- package/inc/util/thread/pool.h +0 -388
- package/inc/util/thread/singleton.h +0 -42
- package/inc/util/ysafeptr.h +0 -427
- package/inc/util/ysaveload.h +0 -700
package/inc/util/draft/ip.h
DELETED
|
@@ -1,131 +0,0 @@
|
|
|
1
|
-
#pragma once
|
|
2
|
-
|
|
3
|
-
#include <util/digest/murmur.h>
|
|
4
|
-
|
|
5
|
-
#include <util/network/ip.h>
|
|
6
|
-
|
|
7
|
-
#include <util/str_stl.h>
|
|
8
|
-
#include <util/generic/maybe.h>
|
|
9
|
-
#include <util/generic/variant.h>
|
|
10
|
-
|
|
11
|
-
#ifdef _unix_
|
|
12
|
-
#include <sys/types.h>
|
|
13
|
-
#include <sys/socket.h>
|
|
14
|
-
#include <arpa/inet.h>
|
|
15
|
-
#endif // _unix_
|
|
16
|
-
|
|
17
|
-
#include <string.h>
|
|
18
|
-
|
|
19
|
-
#ifndef INET6_ADDRSTRLEN
|
|
20
|
-
#define INET6_ADDRSTRLEN 46
|
|
21
|
-
#endif
|
|
22
|
-
|
|
23
|
-
// Network (big-endian) byte order
|
|
24
|
-
using TIp4 = TIpHost;
|
|
25
|
-
|
|
26
|
-
// Network (big-endian) byte order
|
|
27
|
-
struct TIp6 {
|
|
28
|
-
char Data[16];
|
|
29
|
-
|
|
30
|
-
bool operator==(const TIp6& rhs) const {
|
|
31
|
-
return memcmp(Data, rhs.Data, sizeof(Data)) == 0;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
bool operator<(const TIp6& rhs) const {
|
|
35
|
-
return memcmp(Data, rhs.Data, sizeof(Data)) < 0;
|
|
36
|
-
}
|
|
37
|
-
};
|
|
38
|
-
|
|
39
|
-
template <>
|
|
40
|
-
struct THash<TIp6> {
|
|
41
|
-
inline size_t operator()(const TIp6& ip) const {
|
|
42
|
-
return MurmurHash<size_t>((const void*)ip.Data, 16);
|
|
43
|
-
}
|
|
44
|
-
};
|
|
45
|
-
|
|
46
|
-
static inline TIp6 Ip6FromIp4(TIp4 addr) {
|
|
47
|
-
TIp6 res;
|
|
48
|
-
memset(res.Data, 0, sizeof(res.Data));
|
|
49
|
-
res.Data[10] = '\xFF';
|
|
50
|
-
res.Data[11] = '\xFF';
|
|
51
|
-
memcpy(res.Data + 12, &addr, 4);
|
|
52
|
-
return res;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
static inline TIp6 Ip6FromString(const char* ipStr) {
|
|
56
|
-
TIp6 res;
|
|
57
|
-
|
|
58
|
-
if (inet_pton(AF_INET6, ipStr, &res.Data) == 0) {
|
|
59
|
-
ythrow TSystemError() << "Failed to convert (" << ipStr << ") to ipv6 address";
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
return res;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
static inline TMaybe<TIp6> TryParseIp6FromString(const char* ipStr) {
|
|
66
|
-
TIp6 res;
|
|
67
|
-
|
|
68
|
-
if (inet_pton(AF_INET6, ipStr, &res.Data) == 0) {
|
|
69
|
-
return Nothing();
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
return res;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
static inline char* Ip6ToString(const TIp6& ip, char* buf, size_t len) {
|
|
76
|
-
if (!inet_ntop(AF_INET6, (void*)&ip.Data, buf, (socklen_t)len)) {
|
|
77
|
-
ythrow TSystemError() << "Failed to get ipv6 address string";
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
return buf;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
static inline TString Ip6ToString(const TIp6& ip) {
|
|
84
|
-
char buf[INET6_ADDRSTRLEN];
|
|
85
|
-
|
|
86
|
-
return TString(Ip6ToString(ip, buf, sizeof(buf)));
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
template <>
|
|
90
|
-
inline void Out<TIp6>(IOutputStream& os, const TIp6& a) {
|
|
91
|
-
os << Ip6ToString(a);
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
using TIp4Or6 = TVariant<TIp4, TIp6>;
|
|
95
|
-
|
|
96
|
-
static inline TIp4Or6 Ip4Or6FromString(const char* ipStr) {
|
|
97
|
-
const char* c = ipStr;
|
|
98
|
-
for (; *c; ++c) {
|
|
99
|
-
if (*c == '.') {
|
|
100
|
-
return IpFromString(ipStr);
|
|
101
|
-
}
|
|
102
|
-
if (*c == ':') {
|
|
103
|
-
return Ip6FromString(ipStr);
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
ythrow TSystemError() << "Failed to convert (" << ipStr << ") to ipv4 or ipv6 address";
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
static inline TString Ip4Or6ToString(const TIp4Or6& ip) {
|
|
110
|
-
if (HoldsAlternative<TIp6>(ip)) {
|
|
111
|
-
return Ip6ToString(Get<TIp6>(ip));
|
|
112
|
-
} else {
|
|
113
|
-
return IpToString(Get<TIp4>(ip));
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
// for TIp4 or TIp6, not TIp4Or6
|
|
118
|
-
template <class TIp>
|
|
119
|
-
struct TIpCompare {
|
|
120
|
-
bool Less(const TIp& l, const TIp& r) const {
|
|
121
|
-
return memcmp(&l, &r, sizeof(TIp)) < 0;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
bool LessEqual(const TIp& l, const TIp& r) const {
|
|
125
|
-
return memcmp(&l, &r, sizeof(TIp)) <= 0;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
bool operator()(const TIp& l, const TIp& r) const {
|
|
129
|
-
return Less(l, r);
|
|
130
|
-
}
|
|
131
|
-
};
|
package/inc/util/draft/matrix.h
DELETED
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
#pragma once
|
|
2
|
-
|
|
3
|
-
#include <util/generic/noncopyable.h>
|
|
4
|
-
#include <util/system/yassert.h>
|
|
5
|
-
#include <util/system/defaults.h>
|
|
6
|
-
#include <string.h>
|
|
7
|
-
|
|
8
|
-
template <typename T>
|
|
9
|
-
class TMatrix : TNonCopyable {
|
|
10
|
-
// Constructor/Destructor
|
|
11
|
-
public:
|
|
12
|
-
TMatrix()
|
|
13
|
-
: Buf(nullptr)
|
|
14
|
-
, Arr(nullptr)
|
|
15
|
-
, M(0)
|
|
16
|
-
, N(0)
|
|
17
|
-
, BufSize(0)
|
|
18
|
-
{
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
TMatrix(size_t m, size_t n)
|
|
22
|
-
: Buf(new T[m * n])
|
|
23
|
-
, Arr(Buf)
|
|
24
|
-
, M(m)
|
|
25
|
-
, N(n)
|
|
26
|
-
, BufSize(m * n)
|
|
27
|
-
{
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
TMatrix(size_t m, size_t n, T* buf)
|
|
31
|
-
: Buf(nullptr)
|
|
32
|
-
, Arr(buf)
|
|
33
|
-
, M(m)
|
|
34
|
-
, N(n)
|
|
35
|
-
, BufSize(m * n)
|
|
36
|
-
{
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
~TMatrix() {
|
|
40
|
-
delete[] Buf;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
// Properties/Methods
|
|
44
|
-
public:
|
|
45
|
-
void Clear() {
|
|
46
|
-
M = N = 0;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
void ReDim(size_t m, size_t n) {
|
|
50
|
-
Y_ASSERT(m >= 1 && n >= 1);
|
|
51
|
-
size_t newSize = m * n;
|
|
52
|
-
if (newSize > BufSize) {
|
|
53
|
-
T* newBuf = new T[newSize];
|
|
54
|
-
delete[] Buf;
|
|
55
|
-
Arr = Buf = newBuf;
|
|
56
|
-
BufSize = newSize;
|
|
57
|
-
}
|
|
58
|
-
M = m;
|
|
59
|
-
N = n;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
size_t Width() const {
|
|
63
|
-
return N;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
size_t Height() const {
|
|
67
|
-
return M;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
// Access element matrix[i][j]
|
|
71
|
-
T* operator[](size_t i) {
|
|
72
|
-
Y_ASSERT(i >= 0 && i < M);
|
|
73
|
-
return Arr + i * N;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
// Access element matrix[i][j]
|
|
77
|
-
const T* operator[](size_t i) const {
|
|
78
|
-
Y_ASSERT(i >= 0 && i < M);
|
|
79
|
-
return Arr + i * N;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
// Access element matrix(i, j)
|
|
83
|
-
T& operator()(size_t i, size_t j) {
|
|
84
|
-
Y_ASSERT(i >= 0 && i < M && j >= 0 && j < N);
|
|
85
|
-
return Arr[i * N + j];
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
// Access element matrix(i, j)
|
|
89
|
-
const T& operator()(size_t i, size_t j) const {
|
|
90
|
-
Y_ASSERT(i >= 0 && i < M && j >= 0 && j < N);
|
|
91
|
-
return Arr[i * N + j];
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
void Zero() {
|
|
95
|
-
memset((void*)Arr, 0, M * N * sizeof(T));
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
void Fill(T value) {
|
|
99
|
-
for (T *p = Arr, *end = Arr + M * N; p < end; ++p)
|
|
100
|
-
*p = value;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
private:
|
|
104
|
-
T* Buf;
|
|
105
|
-
T* Arr;
|
|
106
|
-
size_t M, N;
|
|
107
|
-
size_t BufSize;
|
|
108
|
-
};
|
package/inc/util/draft/memory.h
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
#pragma once
|
|
2
|
-
|
|
3
|
-
#include <util/system/defaults.h>
|
|
4
|
-
|
|
5
|
-
#include <algorithm>
|
|
6
|
-
#include <functional>
|
|
7
|
-
#include <utility>
|
|
8
|
-
|
|
9
|
-
template <class T>
|
|
10
|
-
inline bool IsZero(const T* begin, const T* end) {
|
|
11
|
-
return std::find_if(begin, end, [](const T& other) { return other != T(0); }) == end;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
template <size_t Size>
|
|
15
|
-
inline bool IsZero(const char* p) {
|
|
16
|
-
size_t sizeInUI64 = Size / 8;
|
|
17
|
-
const char* pEndUi64 = p + sizeInUI64 * 8;
|
|
18
|
-
if (sizeInUI64 && !IsZero<ui64>((const ui64*)p, (const ui64*)pEndUi64))
|
|
19
|
-
return false;
|
|
20
|
-
return IsZero(pEndUi64, p + Size);
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
#define IS_ZERO_INTSZ(INT) \
|
|
24
|
-
template <> \
|
|
25
|
-
inline bool IsZero<sizeof(INT)>(const char* p) { \
|
|
26
|
-
return (*(INT*)p) == INT(0); \
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
IS_ZERO_INTSZ(ui8)
|
|
30
|
-
IS_ZERO_INTSZ(ui16)
|
|
31
|
-
IS_ZERO_INTSZ(ui32)
|
|
32
|
-
IS_ZERO_INTSZ(ui64)
|
|
33
|
-
|
|
34
|
-
#undef IS_ZERO_INTSZ
|
|
35
|
-
|
|
36
|
-
// If you want to use this to check all fields in a struct make sure it's w/o holes or #pragma pack(1)
|
|
37
|
-
template <class T>
|
|
38
|
-
bool IsZero(const T& t) {
|
|
39
|
-
return IsZero<sizeof(T)>((const char*)&t);
|
|
40
|
-
}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
#pragma once
|
|
2
|
-
|
|
3
|
-
#include <util/system/defaults.h>
|
|
4
|
-
|
|
5
|
-
#ifdef _win_
|
|
6
|
-
|
|
7
|
-
#include <util/system/winint.h>
|
|
8
|
-
|
|
9
|
-
#ifdef __cplusplus
|
|
10
|
-
extern "C" {
|
|
11
|
-
#endif
|
|
12
|
-
|
|
13
|
-
struct DIR {
|
|
14
|
-
HANDLE sh;
|
|
15
|
-
WIN32_FIND_DATAW wfd;
|
|
16
|
-
WCHAR* fff_templ;
|
|
17
|
-
int file_no;
|
|
18
|
-
struct dirent* readdir_buf;
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
#define MAXNAMLEN (MAX_PATH - 1) * 2
|
|
22
|
-
#define MAXPATHLEN MAX_PATH
|
|
23
|
-
#define DT_DIR 4
|
|
24
|
-
#define DT_REG 8
|
|
25
|
-
#define DT_LNK 10
|
|
26
|
-
#define DT_UNKNOWN 0
|
|
27
|
-
|
|
28
|
-
struct dirent {
|
|
29
|
-
ui32 d_fileno; /* file number of entry */
|
|
30
|
-
ui16 d_reclen; /* length of this record */
|
|
31
|
-
ui8 d_type; /* file type */
|
|
32
|
-
ui8 d_namlen; /* length of string in d_name */
|
|
33
|
-
char d_name[MAXNAMLEN + 1]; /* name must be no longer than this */
|
|
34
|
-
};
|
|
35
|
-
|
|
36
|
-
struct DIR* opendir(const char* dirname);
|
|
37
|
-
int closedir(struct DIR* dir);
|
|
38
|
-
int readdir_r(struct DIR* dir, struct dirent* entry, struct dirent** result);
|
|
39
|
-
struct dirent* readdir(struct DIR* dir);
|
|
40
|
-
void rewinddir(struct DIR* dir);
|
|
41
|
-
|
|
42
|
-
#ifdef __cplusplus
|
|
43
|
-
}
|
|
44
|
-
#endif
|
|
45
|
-
|
|
46
|
-
#endif //_win_
|
package/inc/util/folder/dirut.h
DELETED
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
#pragma once
|
|
2
|
-
|
|
3
|
-
#include <util/system/defaults.h>
|
|
4
|
-
#include <util/system/sysstat.h>
|
|
5
|
-
#include <util/system/fs.h>
|
|
6
|
-
#include <util/generic/string.h>
|
|
7
|
-
#include <util/generic/yexception.h>
|
|
8
|
-
|
|
9
|
-
#include <sys/types.h>
|
|
10
|
-
|
|
11
|
-
#include <cerrno>
|
|
12
|
-
#include <cstdlib>
|
|
13
|
-
|
|
14
|
-
#ifdef _win32_
|
|
15
|
-
#include <util/system/winint.h>
|
|
16
|
-
#include <direct.h>
|
|
17
|
-
#include <malloc.h>
|
|
18
|
-
#include <time.h>
|
|
19
|
-
#include <io.h>
|
|
20
|
-
#include "dirent_win.h"
|
|
21
|
-
|
|
22
|
-
// these live in mktemp_system.cpp
|
|
23
|
-
extern "C" int mkstemps(char* path, int slen);
|
|
24
|
-
char* mkdtemp(char* path);
|
|
25
|
-
|
|
26
|
-
#else
|
|
27
|
-
#ifdef _sun_
|
|
28
|
-
#include <alloca.h>
|
|
29
|
-
|
|
30
|
-
char* mkdtemp(char* path);
|
|
31
|
-
#endif
|
|
32
|
-
#include <unistd.h>
|
|
33
|
-
#include <pwd.h>
|
|
34
|
-
#include <dirent.h>
|
|
35
|
-
#ifndef DT_DIR
|
|
36
|
-
#include <sys/stat.h>
|
|
37
|
-
#endif
|
|
38
|
-
#endif
|
|
39
|
-
|
|
40
|
-
bool IsDir(const TString& path);
|
|
41
|
-
|
|
42
|
-
int mkpath(char* path, int mode = 0777);
|
|
43
|
-
|
|
44
|
-
TString GetHomeDir();
|
|
45
|
-
|
|
46
|
-
void MakeDirIfNotExist(const char* path, int mode = 0777);
|
|
47
|
-
|
|
48
|
-
inline void MakeDirIfNotExist(const TString& path, int mode = 0777) {
|
|
49
|
-
MakeDirIfNotExist(path.data(), mode);
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
/// Create path making parent directories as needed
|
|
53
|
-
void MakePathIfNotExist(const char* path, int mode = 0777);
|
|
54
|
-
|
|
55
|
-
void SlashFolderLocal(TString& folder);
|
|
56
|
-
bool correctpath(TString& filename);
|
|
57
|
-
bool resolvepath(TString& folder, const TString& home);
|
|
58
|
-
|
|
59
|
-
char GetDirectorySeparator();
|
|
60
|
-
const char* GetDirectorySeparatorS();
|
|
61
|
-
|
|
62
|
-
void RemoveDirWithContents(TString dirName);
|
|
63
|
-
|
|
64
|
-
const char* GetFileNameComponent(const char* f);
|
|
65
|
-
|
|
66
|
-
inline TString GetFileNameComponent(const TString& f) {
|
|
67
|
-
return GetFileNameComponent(f.data());
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
/// RealPath doesn't guarantee trailing separator to be stripped or left in place for directories.
|
|
71
|
-
TString RealPath(const TString& path); // throws
|
|
72
|
-
TString RealLocation(const TString& path); /// throws; last file name component doesn't need to exist
|
|
73
|
-
|
|
74
|
-
TString GetSystemTempDir();
|
|
75
|
-
|
|
76
|
-
int MakeTempDir(char path[/*FILENAME_MAX*/], const char* prefix);
|
|
77
|
-
//! @todo this function should be replaced with @c RemoveDirWithContents
|
|
78
|
-
int RemoveTempDir(const char* dirName);
|
|
79
|
-
|
|
80
|
-
int ResolvePath(const char* rel, const char* abs, char res[/*FILENAME_MAX*/], bool isdir = false);
|
|
81
|
-
TString ResolvePath(const char* rel, const char* abs, bool isdir = false);
|
|
82
|
-
TString ResolvePath(const char* path, bool isDir = false);
|
|
83
|
-
|
|
84
|
-
TString ResolveDir(const char* path);
|
|
85
|
-
|
|
86
|
-
bool SafeResolveDir(const char* path, TString& result);
|
|
87
|
-
|
|
88
|
-
TString GetDirName(const TString& path);
|
|
89
|
-
|
|
90
|
-
TString GetBaseName(const TString& path);
|
|
91
|
-
|
|
92
|
-
TString StripFileComponent(const TString& fileName);
|
|
93
|
-
|
|
94
|
-
class TExistenceChecker {
|
|
95
|
-
public:
|
|
96
|
-
TExistenceChecker(bool strict = false)
|
|
97
|
-
: Strict(strict)
|
|
98
|
-
{
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
void SetStrict(bool strict) {
|
|
102
|
-
Strict = strict;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
bool IsStrict() const {
|
|
106
|
-
return Strict;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
const char* Check(const char* fname) const {
|
|
110
|
-
if (!fname || !*fname)
|
|
111
|
-
return nullptr;
|
|
112
|
-
if (Strict) {
|
|
113
|
-
NFs::EnsureExists(fname);
|
|
114
|
-
} else if (!NFs::Exists(fname))
|
|
115
|
-
fname = nullptr;
|
|
116
|
-
return fname;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
private:
|
|
120
|
-
bool Strict;
|
|
121
|
-
};
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
#pragma once
|
|
2
|
-
|
|
3
|
-
#include <util/generic/buffer.h>
|
|
4
|
-
#include <util/generic/string.h>
|
|
5
|
-
#include <util/generic/strbuf.h>
|
|
6
|
-
#include <util/generic/flags.h>
|
|
7
|
-
|
|
8
|
-
class TFileEntitiesList {
|
|
9
|
-
public:
|
|
10
|
-
enum EMaskFlag {
|
|
11
|
-
EM_FILES = 1,
|
|
12
|
-
EM_DIRS = 2,
|
|
13
|
-
EM_SLINKS = 4,
|
|
14
|
-
|
|
15
|
-
EM_FILES_DIRS = EM_FILES | EM_DIRS,
|
|
16
|
-
EM_FILES_SLINKS = EM_FILES | EM_SLINKS,
|
|
17
|
-
EM_DIRS_SLINKS = EM_DIRS | EM_SLINKS,
|
|
18
|
-
EM_FILES_DIRS_SLINKS = EM_FILES | EM_DIRS | EM_SLINKS
|
|
19
|
-
};
|
|
20
|
-
Y_DECLARE_FLAGS(EMask, EMaskFlag)
|
|
21
|
-
|
|
22
|
-
TFileEntitiesList(EMask mask)
|
|
23
|
-
: Mask(mask)
|
|
24
|
-
{
|
|
25
|
-
Clear();
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
void Clear() {
|
|
29
|
-
Cur = nullptr;
|
|
30
|
-
FileNamesSize = CurName = 0;
|
|
31
|
-
FileNames.Clear();
|
|
32
|
-
FileNames.Append("", 1);
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
const char* Next() {
|
|
36
|
-
return Cur = (CurName++ < FileNamesSize ? strchr(Cur, 0) + 1 : nullptr);
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
size_t Size() {
|
|
40
|
-
return FileNamesSize;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
inline void Fill(const TString& dirname, bool sort = false) {
|
|
44
|
-
Fill(dirname, TStringBuf(), sort);
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
inline void Fill(const TString& dirname, TStringBuf prefix, bool sort = false) {
|
|
48
|
-
Fill(dirname, prefix, TStringBuf(), 1, sort);
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
void Fill(const TString& dirname, TStringBuf prefix, TStringBuf suffix, int depth, bool sort = false);
|
|
52
|
-
|
|
53
|
-
void Restart() {
|
|
54
|
-
Cur = FileNames.Data();
|
|
55
|
-
CurName = 0;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
protected:
|
|
59
|
-
TBuffer FileNames;
|
|
60
|
-
size_t FileNamesSize, CurName;
|
|
61
|
-
const char* Cur;
|
|
62
|
-
EMask Mask;
|
|
63
|
-
};
|
|
64
|
-
|
|
65
|
-
Y_DECLARE_OPERATORS_FOR_FLAGS(TFileEntitiesList::EMask)
|
|
66
|
-
|
|
67
|
-
class TFileList: public TFileEntitiesList {
|
|
68
|
-
public:
|
|
69
|
-
TFileList()
|
|
70
|
-
: TFileEntitiesList(TFileEntitiesList::EM_FILES)
|
|
71
|
-
{
|
|
72
|
-
}
|
|
73
|
-
};
|
|
74
|
-
|
|
75
|
-
class TDirsList: public TFileEntitiesList {
|
|
76
|
-
public:
|
|
77
|
-
TDirsList()
|
|
78
|
-
: TFileEntitiesList(TFileEntitiesList::EM_DIRS)
|
|
79
|
-
{
|
|
80
|
-
}
|
|
81
|
-
};
|
package/inc/util/folder/fts.h
DELETED
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
#pragma once
|
|
2
|
-
|
|
3
|
-
#include <sys/types.h>
|
|
4
|
-
|
|
5
|
-
#include <util/system/defaults.h>
|
|
6
|
-
|
|
7
|
-
#ifndef _win32_
|
|
8
|
-
typedef int dird;
|
|
9
|
-
typedef struct stat stat_struct;
|
|
10
|
-
#define STAT_FUNC stat
|
|
11
|
-
#else
|
|
12
|
-
#include <util/folder/dirent_win.h>
|
|
13
|
-
typedef WCHAR* dird;
|
|
14
|
-
typedef unsigned short u_short;
|
|
15
|
-
typedef unsigned int nlink_t;
|
|
16
|
-
typedef struct _stat64 stat_struct;
|
|
17
|
-
#define STAT_FUNC stat64UTF
|
|
18
|
-
//TODO: remove from global scope stat64UTF stat64UTF
|
|
19
|
-
#ifdef __cplusplus
|
|
20
|
-
int stat64UTF(const char* path, struct _stat64* _Stat);
|
|
21
|
-
int stat64UTF(dird path, struct _stat64* _Stat);
|
|
22
|
-
#endif
|
|
23
|
-
#endif
|
|
24
|
-
|
|
25
|
-
typedef struct {
|
|
26
|
-
struct _ftsent* fts_cur; /* current node */
|
|
27
|
-
struct _ftsent* fts_child; /* linked list of children */
|
|
28
|
-
struct _ftsent** fts_array; /* sort array */
|
|
29
|
-
dev_t fts_dev; /* starting device # */
|
|
30
|
-
char* fts_path; /* path for this descent */
|
|
31
|
-
dird fts_rfd; /* fd for root */
|
|
32
|
-
int fts_pathlen; /* sizeof(path) */
|
|
33
|
-
int fts_nitems; /* elements in the sort array */
|
|
34
|
-
int(*fts_compar) /* compare function */
|
|
35
|
-
(const struct _ftsent**, const struct _ftsent**);
|
|
36
|
-
|
|
37
|
-
#define FTS_COMFOLLOW 0x001 /* follow command line symlinks */
|
|
38
|
-
#define FTS_LOGICAL 0x002 /* logical walk */
|
|
39
|
-
#define FTS_NOCHDIR 0x004 /* don't change directories */
|
|
40
|
-
#define FTS_NOSTAT 0x008 /* don't get stat info */
|
|
41
|
-
#define FTS_PHYSICAL 0x010 /* physical walk */
|
|
42
|
-
#define FTS_SEEDOT 0x020 /* return dot and dot-dot */
|
|
43
|
-
#define FTS_XDEV 0x040 /* don't cross devices */
|
|
44
|
-
#define FTS_OPTIONMASK 0x0ff /* valid user option mask */
|
|
45
|
-
|
|
46
|
-
#define FTS_NAMEONLY 0x100 /* (private) child names only */
|
|
47
|
-
#define FTS_STOP 0x200 /* (private) unrecoverable error */
|
|
48
|
-
int fts_options; /* yfts_open options, global flags */
|
|
49
|
-
} FTS;
|
|
50
|
-
|
|
51
|
-
typedef struct _ftsent {
|
|
52
|
-
struct _ftsent* fts_cycle; /* cycle node */
|
|
53
|
-
struct _ftsent* fts_parent; /* parent directory */
|
|
54
|
-
struct _ftsent* fts_link; /* next file in directory */
|
|
55
|
-
long fts_number; /* local numeric value */
|
|
56
|
-
void* fts_pointer; /* local address value */
|
|
57
|
-
char* fts_accpath; /* access path */
|
|
58
|
-
char* fts_path; /* root path */
|
|
59
|
-
int fts_errno; /* errno for this node */
|
|
60
|
-
dird fts_symfd; /* fd for symlink */
|
|
61
|
-
u_short fts_pathlen; /* strlen(fts_path) */
|
|
62
|
-
u_short fts_namelen; /* strlen(fts_name) */
|
|
63
|
-
|
|
64
|
-
ino_t fts_ino; /* inode */
|
|
65
|
-
dev_t fts_dev; /* device */
|
|
66
|
-
nlink_t fts_nlink; /* link count */
|
|
67
|
-
|
|
68
|
-
#define FTS_ROOTPARENTLEVEL -1
|
|
69
|
-
#define FTS_ROOTLEVEL 0
|
|
70
|
-
short fts_level; /* depth (-1 to N) */
|
|
71
|
-
|
|
72
|
-
#define FTS_D 1 /* preorder directory */
|
|
73
|
-
#define FTS_DC 2 /* directory that causes cycles */
|
|
74
|
-
#define FTS_DEFAULT 3 /* none of the above */
|
|
75
|
-
#define FTS_DNR 4 /* unreadable directory */
|
|
76
|
-
#define FTS_DOT 5 /* dot or dot-dot */
|
|
77
|
-
#define FTS_DP 6 /* postorder directory */
|
|
78
|
-
#define FTS_ERR 7 /* error; errno is set */
|
|
79
|
-
#define FTS_F 8 /* regular file */
|
|
80
|
-
#define FTS_INIT 9 /* initialized only */
|
|
81
|
-
#define FTS_NS 10 /* stat(2) failed */
|
|
82
|
-
#define FTS_NSOK 11 /* no stat(2) requested */
|
|
83
|
-
#define FTS_SL 12 /* symbolic link */
|
|
84
|
-
#define FTS_SLNONE 13 /* symbolic link without target */
|
|
85
|
-
#define FTS_W 14 /* whiteout object */
|
|
86
|
-
u_short fts_info; /* user flags for FTSENT structure */
|
|
87
|
-
u_short fts_type; /* type of fs node; one of FTS_D, FTS_F, FTS_SL */
|
|
88
|
-
|
|
89
|
-
#define FTS_DONTCHDIR 0x01 /* don't chdir .. to the parent */
|
|
90
|
-
#define FTS_SYMFOLLOW 0x02 /* followed a symlink to get here */
|
|
91
|
-
#define FTS_ISW 0x04 /* this is a whiteout object */
|
|
92
|
-
u_short fts_flags; /* private flags for FTSENT structure */
|
|
93
|
-
|
|
94
|
-
#define FTS_AGAIN 1 /* read node again */
|
|
95
|
-
#define FTS_FOLLOW 2 /* follow symbolic link */
|
|
96
|
-
#define FTS_NOINSTR 3 /* no instructions */
|
|
97
|
-
#define FTS_SKIP 4 /* discard node */
|
|
98
|
-
u_short fts_instr; /* yfts_set() instructions */
|
|
99
|
-
|
|
100
|
-
stat_struct* fts_statp; /* stat(2) information */
|
|
101
|
-
char fts_name[1]; /* file name */
|
|
102
|
-
} FTSENT;
|
|
103
|
-
|
|
104
|
-
FTSENT* yfts_children(FTS*, int);
|
|
105
|
-
int yfts_close(FTS*);
|
|
106
|
-
FTS* yfts_open(char* const*, int, int (*)(const FTSENT**, const FTSENT**));
|
|
107
|
-
FTSENT* yfts_read(FTS*);
|
|
108
|
-
int yfts_set(FTS*, FTSENT*, int);
|