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.
Files changed (289) hide show
  1. package/DEPLOYMENT.md +22 -15
  2. package/README.md +37 -27
  3. package/binding.gyp +5 -7
  4. package/build_scripts/bootstrap.js +2 -1
  5. package/build_scripts/out/build.js +46 -68
  6. package/build_scripts/out/build_model.js +1 -1
  7. package/build_scripts/out/{build_ya.js → build_native.js} +1 -1
  8. package/build_scripts/out/ci.js +5 -5
  9. package/build_scripts/out/config.js +32 -18
  10. package/build_scripts/out/install.js +5 -3
  11. package/build_scripts/out/package_prepublish.js +1 -1
  12. package/build_scripts/out/packaging.js +1 -19
  13. package/build_scripts/out/run_tests.js +1 -1
  14. package/build_scripts/out/test.js +8 -3
  15. package/config.json +18 -11
  16. package/inc/catboost/libs/model_interface/c_api.h +349 -3
  17. package/lib/catboost.d.ts +65 -21
  18. package/package.json +4 -4
  19. package/src/api_helpers.cpp +100 -24
  20. package/src/api_helpers.h +8 -7
  21. package/src/api_module.cpp +1 -2
  22. package/src/model.cpp +483 -83
  23. package/src/model.h +24 -9
  24. package/inc/contrib/libs/cxxsupp/system_stl/include/stlfwd +0 -14
  25. package/inc/util/charset/recode_result.h +0 -9
  26. package/inc/util/charset/unicode_table.h +0 -123
  27. package/inc/util/charset/unidata.h +0 -421
  28. package/inc/util/charset/utf8.h +0 -384
  29. package/inc/util/charset/wide.h +0 -843
  30. package/inc/util/charset/wide_specific.h +0 -22
  31. package/inc/util/datetime/base.h +0 -669
  32. package/inc/util/datetime/constants.h +0 -7
  33. package/inc/util/datetime/cputimer.h +0 -124
  34. package/inc/util/datetime/parser.h +0 -292
  35. package/inc/util/datetime/systime.h +0 -47
  36. package/inc/util/datetime/uptime.h +0 -8
  37. package/inc/util/digest/city.h +0 -88
  38. package/inc/util/digest/fnv.h +0 -73
  39. package/inc/util/digest/multi.h +0 -14
  40. package/inc/util/digest/murmur.h +0 -57
  41. package/inc/util/digest/numeric.h +0 -86
  42. package/inc/util/digest/sequence.h +0 -48
  43. package/inc/util/draft/date.h +0 -129
  44. package/inc/util/draft/datetime.h +0 -184
  45. package/inc/util/draft/enum.h +0 -136
  46. package/inc/util/draft/holder_vector.h +0 -102
  47. package/inc/util/draft/ip.h +0 -131
  48. package/inc/util/draft/matrix.h +0 -108
  49. package/inc/util/draft/memory.h +0 -40
  50. package/inc/util/folder/dirent_win.h +0 -46
  51. package/inc/util/folder/dirut.h +0 -121
  52. package/inc/util/folder/filelist.h +0 -81
  53. package/inc/util/folder/fts.h +0 -108
  54. package/inc/util/folder/iterator.h +0 -109
  55. package/inc/util/folder/lstat_win.h +0 -20
  56. package/inc/util/folder/path.h +0 -225
  57. package/inc/util/folder/pathsplit.h +0 -113
  58. package/inc/util/folder/tempdir.h +0 -42
  59. package/inc/util/generic/adaptor.h +0 -134
  60. package/inc/util/generic/algorithm.h +0 -765
  61. package/inc/util/generic/array_ref.h +0 -282
  62. package/inc/util/generic/array_size.h +0 -24
  63. package/inc/util/generic/benchmark/vector_count_ctor/f.h +0 -9
  64. package/inc/util/generic/bitmap.h +0 -1115
  65. package/inc/util/generic/bitops.h +0 -459
  66. package/inc/util/generic/bt_exception.h +0 -24
  67. package/inc/util/generic/buffer.h +0 -232
  68. package/inc/util/generic/cast.h +0 -176
  69. package/inc/util/generic/deque.h +0 -24
  70. package/inc/util/generic/explicit_type.h +0 -42
  71. package/inc/util/generic/fastqueue.h +0 -55
  72. package/inc/util/generic/flags.h +0 -244
  73. package/inc/util/generic/function.h +0 -103
  74. package/inc/util/generic/fwd.h +0 -171
  75. package/inc/util/generic/guid.h +0 -61
  76. package/inc/util/generic/hash.h +0 -2032
  77. package/inc/util/generic/hash_primes.h +0 -140
  78. package/inc/util/generic/hash_set.h +0 -490
  79. package/inc/util/generic/hide_ptr.h +0 -3
  80. package/inc/util/generic/intrlist.h +0 -876
  81. package/inc/util/generic/is_in.h +0 -53
  82. package/inc/util/generic/iterator.h +0 -137
  83. package/inc/util/generic/iterator_range.h +0 -105
  84. package/inc/util/generic/lazy_value.h +0 -66
  85. package/inc/util/generic/list.h +0 -22
  86. package/inc/util/generic/map.h +0 -44
  87. package/inc/util/generic/mapfindptr.h +0 -60
  88. package/inc/util/generic/maybe.h +0 -713
  89. package/inc/util/generic/maybe_traits.h +0 -164
  90. package/inc/util/generic/mem_copy.h +0 -55
  91. package/inc/util/generic/noncopyable.h +0 -38
  92. package/inc/util/generic/object_counter.h +0 -53
  93. package/inc/util/generic/ptr.h +0 -1113
  94. package/inc/util/generic/queue.h +0 -57
  95. package/inc/util/generic/refcount.h +0 -162
  96. package/inc/util/generic/reserve.h +0 -11
  97. package/inc/util/generic/scope.h +0 -65
  98. package/inc/util/generic/serialized_enum.h +0 -406
  99. package/inc/util/generic/set.h +0 -42
  100. package/inc/util/generic/singleton.h +0 -136
  101. package/inc/util/generic/size_literals.h +0 -65
  102. package/inc/util/generic/stack.h +0 -18
  103. package/inc/util/generic/store_policy.h +0 -120
  104. package/inc/util/generic/strbase.h +0 -612
  105. package/inc/util/generic/strbuf.h +0 -552
  106. package/inc/util/generic/strfcpy.h +0 -17
  107. package/inc/util/generic/string.h +0 -1572
  108. package/inc/util/generic/string_hash.h +0 -21
  109. package/inc/util/generic/string_ut.h +0 -1175
  110. package/inc/util/generic/type_name.h +0 -34
  111. package/inc/util/generic/typelist.h +0 -114
  112. package/inc/util/generic/typetraits.h +0 -325
  113. package/inc/util/generic/utility.h +0 -132
  114. package/inc/util/generic/va_args.h +0 -400
  115. package/inc/util/generic/variant.h +0 -631
  116. package/inc/util/generic/variant_traits.h +0 -171
  117. package/inc/util/generic/vector.h +0 -119
  118. package/inc/util/generic/xrange.h +0 -258
  119. package/inc/util/generic/yexception.h +0 -212
  120. package/inc/util/generic/yexception_ut.h +0 -14
  121. package/inc/util/generic/ylimits.h +0 -92
  122. package/inc/util/generic/ymath.h +0 -206
  123. package/inc/util/memory/addstorage.h +0 -93
  124. package/inc/util/memory/alloc.h +0 -27
  125. package/inc/util/memory/blob.h +0 -296
  126. package/inc/util/memory/mmapalloc.h +0 -8
  127. package/inc/util/memory/pool.h +0 -432
  128. package/inc/util/memory/segmented_string_pool.h +0 -194
  129. package/inc/util/memory/segpool_alloc.h +0 -118
  130. package/inc/util/memory/smallobj.h +0 -141
  131. package/inc/util/memory/tempbuf.h +0 -111
  132. package/inc/util/network/address.h +0 -136
  133. package/inc/util/network/endpoint.h +0 -61
  134. package/inc/util/network/hostip.h +0 -16
  135. package/inc/util/network/init.h +0 -60
  136. package/inc/util/network/interface.h +0 -17
  137. package/inc/util/network/iovec.h +0 -65
  138. package/inc/util/network/ip.h +0 -116
  139. package/inc/util/network/nonblock.h +0 -8
  140. package/inc/util/network/pair.h +0 -9
  141. package/inc/util/network/poller.h +0 -58
  142. package/inc/util/network/pollerimpl.h +0 -707
  143. package/inc/util/network/sock.h +0 -608
  144. package/inc/util/network/socket.h +0 -421
  145. package/inc/util/random/common_ops.h +0 -130
  146. package/inc/util/random/easy.h +0 -47
  147. package/inc/util/random/entropy.h +0 -21
  148. package/inc/util/random/fast.h +0 -101
  149. package/inc/util/random/init_atfork.h +0 -3
  150. package/inc/util/random/lcg_engine.h +0 -66
  151. package/inc/util/random/mersenne.h +0 -46
  152. package/inc/util/random/mersenne32.h +0 -50
  153. package/inc/util/random/mersenne64.h +0 -50
  154. package/inc/util/random/normal.h +0 -38
  155. package/inc/util/random/random.h +0 -30
  156. package/inc/util/random/shuffle.h +0 -39
  157. package/inc/util/str_stl.h +0 -266
  158. package/inc/util/stream/aligned.h +0 -99
  159. package/inc/util/stream/buffer.h +0 -119
  160. package/inc/util/stream/buffered.h +0 -225
  161. package/inc/util/stream/debug.h +0 -53
  162. package/inc/util/stream/direct_io.h +0 -43
  163. package/inc/util/stream/file.h +0 -108
  164. package/inc/util/stream/format.h +0 -444
  165. package/inc/util/stream/fwd.h +0 -100
  166. package/inc/util/stream/hex.h +0 -8
  167. package/inc/util/stream/holder.h +0 -44
  168. package/inc/util/stream/input.h +0 -273
  169. package/inc/util/stream/labeled.h +0 -19
  170. package/inc/util/stream/length.h +0 -100
  171. package/inc/util/stream/mem.h +0 -255
  172. package/inc/util/stream/multi.h +0 -32
  173. package/inc/util/stream/null.h +0 -61
  174. package/inc/util/stream/output.h +0 -304
  175. package/inc/util/stream/pipe.h +0 -112
  176. package/inc/util/stream/printf.h +0 -25
  177. package/inc/util/stream/str.h +0 -207
  178. package/inc/util/stream/tee.h +0 -28
  179. package/inc/util/stream/tempbuf.h +0 -21
  180. package/inc/util/stream/tokenizer.h +0 -214
  181. package/inc/util/stream/trace.h +0 -60
  182. package/inc/util/stream/walk.h +0 -35
  183. package/inc/util/stream/zerocopy.h +0 -91
  184. package/inc/util/stream/zerocopy_output.h +0 -57
  185. package/inc/util/stream/zlib.h +0 -173
  186. package/inc/util/string/ascii.h +0 -236
  187. package/inc/util/string/builder.h +0 -39
  188. package/inc/util/string/cast.h +0 -347
  189. package/inc/util/string/cstriter.h +0 -14
  190. package/inc/util/string/escape.h +0 -70
  191. package/inc/util/string/hex.h +0 -59
  192. package/inc/util/string/join.h +0 -194
  193. package/inc/util/string/printf.h +0 -13
  194. package/inc/util/string/reverse.h +0 -16
  195. package/inc/util/string/split.h +0 -1080
  196. package/inc/util/string/strip.h +0 -257
  197. package/inc/util/string/strspn.h +0 -65
  198. package/inc/util/string/subst.h +0 -56
  199. package/inc/util/string/type.h +0 -50
  200. package/inc/util/string/util.h +0 -195
  201. package/inc/util/string/vector.h +0 -132
  202. package/inc/util/system/align.h +0 -50
  203. package/inc/util/system/atexit.h +0 -22
  204. package/inc/util/system/atomic.h +0 -51
  205. package/inc/util/system/atomic_gcc.h +0 -90
  206. package/inc/util/system/atomic_ops.h +0 -189
  207. package/inc/util/system/atomic_win.h +0 -114
  208. package/inc/util/system/backtrace.h +0 -39
  209. package/inc/util/system/byteorder.h +0 -186
  210. package/inc/util/system/compat.h +0 -84
  211. package/inc/util/system/compiler.h +0 -620
  212. package/inc/util/system/condvar.h +0 -71
  213. package/inc/util/system/context.h +0 -181
  214. package/inc/util/system/context_aarch64.h +0 -8
  215. package/inc/util/system/context_i686.h +0 -9
  216. package/inc/util/system/context_x86.h +0 -12
  217. package/inc/util/system/context_x86_64.h +0 -7
  218. package/inc/util/system/cpu_id.h +0 -159
  219. package/inc/util/system/daemon.h +0 -28
  220. package/inc/util/system/datetime.h +0 -98
  221. package/inc/util/system/defaults.h +0 -149
  222. package/inc/util/system/demangle.h +0 -5
  223. package/inc/util/system/demangle_impl.h +0 -23
  224. package/inc/util/system/direct_io.h +0 -71
  225. package/inc/util/system/dynlib.h +0 -119
  226. package/inc/util/system/env.h +0 -32
  227. package/inc/util/system/error.h +0 -95
  228. package/inc/util/system/event.h +0 -122
  229. package/inc/util/system/execpath.h +0 -17
  230. package/inc/util/system/fasttime.h +0 -6
  231. package/inc/util/system/fhandle.h +0 -27
  232. package/inc/util/system/file.h +0 -210
  233. package/inc/util/system/file_lock.h +0 -34
  234. package/inc/util/system/filemap.h +0 -383
  235. package/inc/util/system/flock.h +0 -35
  236. package/inc/util/system/fs.h +0 -156
  237. package/inc/util/system/fs_win.h +0 -29
  238. package/inc/util/system/fstat.h +0 -46
  239. package/inc/util/system/getpid.h +0 -12
  240. package/inc/util/system/guard.h +0 -179
  241. package/inc/util/system/hi_lo.h +0 -139
  242. package/inc/util/system/hostname.h +0 -10
  243. package/inc/util/system/hp_timer.h +0 -36
  244. package/inc/util/system/info.h +0 -12
  245. package/inc/util/system/interrupt_signals.h +0 -22
  246. package/inc/util/system/madvise.h +0 -30
  247. package/inc/util/system/maxlen.h +0 -32
  248. package/inc/util/system/mem_info.h +0 -18
  249. package/inc/util/system/mincore.h +0 -38
  250. package/inc/util/system/mktemp.h +0 -11
  251. package/inc/util/system/mlock.h +0 -43
  252. package/inc/util/system/mutex.h +0 -67
  253. package/inc/util/system/nice.h +0 -3
  254. package/inc/util/system/pipe.h +0 -90
  255. package/inc/util/system/platform.h +0 -246
  256. package/inc/util/system/progname.h +0 -13
  257. package/inc/util/system/protect.h +0 -25
  258. package/inc/util/system/rusage.h +0 -26
  259. package/inc/util/system/rwlock.h +0 -78
  260. package/inc/util/system/sanitizers.h +0 -122
  261. package/inc/util/system/sem.h +0 -41
  262. package/inc/util/system/shellcommand.h +0 -472
  263. package/inc/util/system/shmat.h +0 -32
  264. package/inc/util/system/sigset.h +0 -78
  265. package/inc/util/system/spin_wait.h +0 -10
  266. package/inc/util/system/spinlock.h +0 -121
  267. package/inc/util/system/src_location.h +0 -25
  268. package/inc/util/system/src_root.h +0 -68
  269. package/inc/util/system/sys_alloc.h +0 -43
  270. package/inc/util/system/sysstat.h +0 -52
  271. package/inc/util/system/tempfile.h +0 -34
  272. package/inc/util/system/thread.h +0 -167
  273. package/inc/util/system/tls.h +0 -307
  274. package/inc/util/system/types.h +0 -119
  275. package/inc/util/system/unaligned_mem.h +0 -67
  276. package/inc/util/system/user.h +0 -5
  277. package/inc/util/system/utime.h +0 -6
  278. package/inc/util/system/valgrind.h +0 -48
  279. package/inc/util/system/winint.h +0 -43
  280. package/inc/util/system/yassert.h +0 -121
  281. package/inc/util/system/yield.h +0 -4
  282. package/inc/util/thread/factory.h +0 -65
  283. package/inc/util/thread/fwd.h +0 -30
  284. package/inc/util/thread/lfqueue.h +0 -406
  285. package/inc/util/thread/lfstack.h +0 -188
  286. package/inc/util/thread/pool.h +0 -388
  287. package/inc/util/thread/singleton.h +0 -42
  288. package/inc/util/ysafeptr.h +0 -427
  289. package/inc/util/ysaveload.h +0 -700
@@ -1,109 +0,0 @@
1
- #pragma once
2
-
3
- #include "fts.h"
4
-
5
- #include <util/system/error.h>
6
- #include <util/generic/ptr.h>
7
- #include <util/generic/iterator.h>
8
- #include <util/generic/yexception.h>
9
-
10
- /// Note this magic API traverses directory hierarchy
11
-
12
- class TDirIterator: public TInputRangeAdaptor<TDirIterator> {
13
- struct TFtsDestroy {
14
- static inline void Destroy(FTS* f) noexcept {
15
- yfts_close(f);
16
- }
17
- };
18
-
19
- public:
20
- class TError: public TSystemError {
21
- public:
22
- inline TError(int err)
23
- : TSystemError(err)
24
- {
25
- }
26
- };
27
-
28
- using TCompare = int (*)(const FTSENT**, const FTSENT**);
29
-
30
- struct TOptions {
31
- inline TOptions() {
32
- Init(FTS_PHYSICAL);
33
- }
34
-
35
- inline TOptions(int opts) {
36
- Init(opts);
37
- }
38
-
39
- inline TOptions& SetMaxLevel(size_t level) noexcept {
40
- MaxLevel = level;
41
-
42
- return *this;
43
- }
44
-
45
- inline TOptions& SetSortFunctor(TCompare cmp) noexcept {
46
- Cmp = cmp;
47
-
48
- return *this;
49
- }
50
-
51
- TOptions& SetSortByName() noexcept;
52
-
53
- int FtsOptions;
54
- size_t MaxLevel;
55
- TCompare Cmp;
56
-
57
- private:
58
- inline void Init(int opts) noexcept {
59
- FtsOptions = opts | FTS_NOCHDIR;
60
- MaxLevel = Max<size_t>();
61
- Cmp = nullptr;
62
- }
63
- };
64
-
65
- inline TDirIterator(const TString& path, const TOptions& options = TOptions())
66
- : Options_(options)
67
- , Path_(path)
68
- {
69
- Trees_[0] = Path_.begin();
70
- Trees_[1] = nullptr;
71
-
72
- ClearLastSystemError();
73
- FileTree_.Reset(yfts_open(Trees_, Options_.FtsOptions, Options_.Cmp));
74
-
75
- const int err = LastSystemError();
76
-
77
- if (err) {
78
- ythrow TError(err) << "can not open '" << Path_ << "'";
79
- }
80
- }
81
-
82
- inline FTSENT* Next() {
83
- FTSENT* ret = yfts_read(FileTree_.Get());
84
-
85
- if (ret) {
86
- if ((size_t)(ret->fts_level + 1) > Options_.MaxLevel) {
87
- yfts_set(FileTree_.Get(), ret, FTS_SKIP);
88
- }
89
- } else {
90
- const int err = LastSystemError();
91
-
92
- if (err) {
93
- ythrow TError(err) << "error while iterating " << Path_;
94
- }
95
- }
96
-
97
- return ret;
98
- }
99
-
100
- inline void Skip(FTSENT* ent) {
101
- yfts_set(FileTree_.Get(), ent, FTS_SKIP);
102
- }
103
-
104
- private:
105
- TOptions Options_;
106
- TString Path_;
107
- char* Trees_[2];
108
- THolder<FTS, TFtsDestroy> FileTree_;
109
- };
@@ -1,20 +0,0 @@
1
- #pragma once
2
-
3
- #include <util/system/defaults.h>
4
- #include "fts.h"
5
-
6
- #ifdef _win_
7
- #include <sys/stat.h>
8
-
9
- #ifdef __cplusplus
10
- extern "C" {
11
- #endif
12
-
13
- #define _S_IFLNK 0xA000
14
- int lstat(const char* fileName, stat_struct* fileStat);
15
-
16
- #ifdef __cplusplus
17
- }
18
- #endif
19
-
20
- #endif //_win_
@@ -1,225 +0,0 @@
1
- #pragma once
2
-
3
- #include "pathsplit.h"
4
-
5
- #include <util/generic/ptr.h>
6
- #include <util/generic/strbuf.h>
7
- #include <util/generic/string.h>
8
- #include <util/generic/vector.h>
9
- #include <util/string/cast.h>
10
- #include <util/system/fstat.h>
11
- #include <util/system/platform.h>
12
- #include <util/system/sysstat.h>
13
- #include <util/system/yassert.h>
14
-
15
- #include <utility>
16
-
17
- /**
18
- * Class behaviour is platform-dependent.
19
- * It uses platform-dependent separators for path-reconstructing operations.
20
- */
21
- class TFsPath {
22
- private:
23
- struct TSplit;
24
-
25
- public:
26
- TFsPath();
27
- TFsPath(const TString& path);
28
- TFsPath(const TStringBuf path);
29
- TFsPath(const char* path);
30
-
31
- void CheckDefined() const;
32
-
33
- inline bool IsDefined() const {
34
- return Path_.length() > 0;
35
- }
36
-
37
- inline explicit operator bool() const {
38
- return IsDefined();
39
- }
40
-
41
- inline const char* c_str() const {
42
- return Path_.c_str();
43
- }
44
-
45
- inline operator const TString&() const {
46
- return Path_;
47
- }
48
-
49
- inline bool operator==(const TFsPath& that) const {
50
- return Path_ == that.Path_;
51
- }
52
-
53
- inline bool operator!=(const TFsPath& that) const {
54
- return Path_ != that.Path_;
55
- }
56
-
57
- TFsPath& operator/=(const TFsPath& that);
58
-
59
- friend TFsPath operator/(const TFsPath& s, const TFsPath& p) {
60
- TFsPath ret(s);
61
- return ret /= p;
62
- }
63
-
64
- const TPathSplit& PathSplit() const;
65
-
66
- TFsPath& Fix();
67
-
68
- inline const TString& GetPath() const {
69
- return Path_;
70
- }
71
-
72
- /// last component of path, or "/" if root
73
- TString GetName() const;
74
-
75
- /**
76
- * "a.b.tmp" -> "tmp"
77
- * "a.tmp" -> "tmp"
78
- * ".tmp" -> ""
79
- */
80
- TString GetExtension() const;
81
-
82
- bool IsAbsolute() const;
83
- bool IsRelative() const;
84
-
85
- /**
86
- * TFsPath("/a/b").IsSubpathOf("/a") -> true
87
- *
88
- * TFsPath("/a").IsSubpathOf("/a") -> false
89
- *
90
- * TFsPath("/a").IsSubpathOf("/other/path") -> false
91
- * @param that - presumable parent path of this
92
- * @return True if this is a subpath of that and false otherwise.
93
- */
94
- bool IsSubpathOf(const TFsPath& that) const;
95
-
96
- /**
97
- * TFsPath("/a/b").IsNonStrictSubpathOf("/a") -> true
98
- *
99
- * TFsPath("/a").IsNonStrictSubpathOf("/a") -> true
100
- *
101
- * TFsPath("/a").IsNonStrictSubpathOf("/other/path") -> false
102
- * @param that - presumable parent path of this
103
- * @return True if this is a subpath of that or they are equivalent and false otherwise.
104
- */
105
- bool IsNonStrictSubpathOf(const TFsPath& that) const;
106
-
107
- bool IsContainerOf(const TFsPath& that) const {
108
- return that.IsSubpathOf(*this);
109
- }
110
-
111
- TFsPath RelativeTo(const TFsPath& root) const; //must be subpath of root
112
-
113
- /**
114
- * @returns relative path or empty path if root equals to this.
115
- */
116
- TFsPath RelativePath(const TFsPath& root) const; //..; for relative paths 1st component must be the same
117
-
118
- /**
119
- * Never fails. Returns this if already a root.
120
- */
121
- TFsPath Parent() const;
122
-
123
- TString Basename() const {
124
- return GetName();
125
- }
126
- TString Dirname() const {
127
- return Parent();
128
- }
129
-
130
- TFsPath Child(const TString& name) const;
131
-
132
- /**
133
- * @brief create this directory
134
- *
135
- * @param mode specifies permissions to use as described in mkdir(2), makes sense only on Unix-like systems.
136
- *
137
- * Nothing to do if dir exists.
138
- */
139
- void MkDir(const int mode = MODE0777) const;
140
-
141
- /**
142
- * @brief create this directory and all parent directories as needed
143
- *
144
- * @param mode specifies permissions to use as described in mkdir(2), makes sense only on Unix-like systems.
145
- */
146
- void MkDirs(const int mode = MODE0777) const;
147
-
148
- // XXX: rewrite to return iterator
149
- void List(TVector<TFsPath>& children) const;
150
- void ListNames(TVector<TString>& children) const;
151
-
152
- // Check, if path contains at least one component with a specific name.
153
- bool Contains(const TString& component) const;
154
-
155
- // fails to delete non-empty directory
156
- void DeleteIfExists() const;
157
- // delete recursively. Does nothing if not exists
158
- void ForceDelete() const;
159
-
160
- // XXX: ino
161
-
162
- inline bool Stat(TFileStat& stat) const {
163
- stat = TFileStat(Path_.data());
164
-
165
- return stat.Mode;
166
- }
167
-
168
- bool Exists() const;
169
- /// false if not exists
170
- bool IsDirectory() const;
171
- /// false if not exists
172
- bool IsFile() const;
173
- /// false if not exists
174
- bool IsSymlink() const;
175
- /// throw TIoException if not exists
176
- void CheckExists() const;
177
-
178
- void RenameTo(const TString& newPath) const;
179
- void RenameTo(const char* newPath) const;
180
- void RenameTo(const TFsPath& newFile) const;
181
- void ForceRenameTo(const TString& newPath) const;
182
-
183
- void CopyTo(const TString& newPath, bool force) const;
184
-
185
- void Touch() const;
186
-
187
- TFsPath RealPath() const;
188
- TFsPath RealLocation() const;
189
- TFsPath ReadLink() const;
190
-
191
- /// always absolute
192
- static TFsPath Cwd();
193
-
194
- inline void Swap(TFsPath& p) noexcept {
195
- DoSwap(Path_, p.Path_);
196
- Split_.Swap(p.Split_);
197
- }
198
-
199
- private:
200
- void InitSplit() const;
201
- TSplit& GetSplit() const;
202
-
203
- private:
204
- TString Path_;
205
- /// cache
206
- mutable TSimpleIntrusivePtr<TSplit> Split_;
207
- };
208
-
209
- namespace NPrivate {
210
- inline void AppendToFsPath(TFsPath&) {
211
- }
212
-
213
- template <class T, class... Ts>
214
- void AppendToFsPath(TFsPath& fsPath, const T& arg, Ts&&... args) {
215
- fsPath /= TFsPath(arg);
216
- AppendToFsPath(fsPath, std::forward<Ts>(args)...);
217
- }
218
- }
219
-
220
- template <class... Ts>
221
- TString JoinFsPaths(Ts&&... args) {
222
- TFsPath fsPath;
223
- ::NPrivate::AppendToFsPath(fsPath, std::forward<Ts>(args)...);
224
- return fsPath.GetPath();
225
- }
@@ -1,113 +0,0 @@
1
- #pragma once
2
-
3
- #include <util/generic/vector.h>
4
- #include <util/generic/strbuf.h>
5
- #include <util/generic/string.h>
6
- #include <util/string/ascii.h>
7
-
8
- //do not own any data
9
- struct TPathSplitStore: public TVector<TStringBuf> {
10
- TStringBuf Drive;
11
- bool IsAbsolute = false;
12
-
13
- void AppendComponent(const TStringBuf comp);
14
- TStringBuf Extension() const;
15
-
16
- protected:
17
- TString DoReconstruct(const TStringBuf slash) const;
18
-
19
- inline void DoAppendHint(size_t hint) {
20
- reserve(size() + hint);
21
- }
22
- };
23
-
24
- struct TPathSplitTraitsUnix: public TPathSplitStore {
25
- static constexpr char MainPathSep = '/';
26
-
27
- inline TString Reconstruct() const {
28
- return DoReconstruct(TStringBuf("/"));
29
- }
30
-
31
- static constexpr bool IsPathSep(const char c) noexcept {
32
- return c == '/';
33
- }
34
-
35
- static inline bool IsAbsolutePath(const TStringBuf path) noexcept {
36
- return path && IsPathSep(path[0]);
37
- }
38
-
39
- void DoParseFirstPart(const TStringBuf part);
40
- void DoParsePart(const TStringBuf part);
41
- };
42
-
43
- struct TPathSplitTraitsWindows: public TPathSplitStore {
44
- static constexpr char MainPathSep = '\\';
45
-
46
- inline TString Reconstruct() const {
47
- return DoReconstruct(TStringBuf("\\"));
48
- }
49
-
50
- static constexpr bool IsPathSep(char c) noexcept {
51
- return c == '/' || c == '\\';
52
- }
53
-
54
- static inline bool IsAbsolutePath(const TStringBuf path) noexcept {
55
- return path && (IsPathSep(path[0]) || (path.size() > 1 && path[1] == ':' && IsAsciiAlpha(path[0]) && (path.size() == 2 || IsPathSep(path[2]))));
56
- }
57
-
58
- void DoParseFirstPart(const TStringBuf part);
59
- void DoParsePart(const TStringBuf part);
60
- };
61
-
62
- #if defined(_unix_)
63
- using TPathSplitTraitsLocal = TPathSplitTraitsUnix;
64
- #else
65
- using TPathSplitTraitsLocal = TPathSplitTraitsWindows;
66
- #endif
67
-
68
- template <class TTraits>
69
- class TPathSplitBase: public TTraits {
70
- public:
71
- inline TPathSplitBase() = default;
72
-
73
- inline TPathSplitBase(const TStringBuf part) {
74
- this->ParseFirstPart(part);
75
- }
76
-
77
- inline TPathSplitBase& AppendHint(size_t hint) {
78
- this->DoAppendHint(hint);
79
-
80
- return *this;
81
- }
82
-
83
- inline TPathSplitBase& ParseFirstPart(const TStringBuf part) {
84
- this->DoParseFirstPart(part);
85
-
86
- return *this;
87
- }
88
-
89
- inline TPathSplitBase& ParsePart(const TStringBuf part) {
90
- this->DoParsePart(part);
91
-
92
- return *this;
93
- }
94
-
95
- template <class It>
96
- inline TPathSplitBase& AppendMany(It b, It e) {
97
- this->AppendHint(e - b);
98
-
99
- while (b != e) {
100
- this->AppendComponent(*b++);
101
- }
102
-
103
- return *this;
104
- }
105
- };
106
-
107
- using TPathSplit = TPathSplitBase<TPathSplitTraitsLocal>;
108
- using TPathSplitUnix = TPathSplitBase<TPathSplitTraitsUnix>;
109
- using TPathSplitWindows = TPathSplitBase<TPathSplitTraitsWindows>;
110
-
111
- TString JoinPaths(const TPathSplit& p1, const TPathSplit& p2);
112
-
113
- TStringBuf CutExtension(const TStringBuf fileName);
@@ -1,42 +0,0 @@
1
- #pragma once
2
-
3
- #include "path.h"
4
- #include <util/generic/string.h>
5
-
6
- class TTempDir {
7
- public:
8
- /// Create new directory in system tmp folder.
9
- TTempDir();
10
-
11
- /// Create new directory with this fixed name. If it already exists, clear it.
12
- TTempDir(const TString& tempDir);
13
-
14
- ~TTempDir();
15
-
16
- /// Create new directory in given folder.
17
- static TTempDir NewTempDir(const TString& root);
18
-
19
- const TString& operator()() const {
20
- return Name();
21
- }
22
-
23
- const TString& Name() const {
24
- return TempDir.GetPath();
25
- }
26
-
27
- const TFsPath& Path() const {
28
- return TempDir;
29
- }
30
-
31
- void DoNotRemove();
32
-
33
- private:
34
- struct TCreationToken {};
35
-
36
- // Prevent people from confusing this ctor with the public one
37
- // by requiring additional fake argument.
38
- TTempDir(const char* prefix, TCreationToken);
39
-
40
- TFsPath TempDir;
41
- bool Remove;
42
- };
@@ -1,134 +0,0 @@
1
- #pragma once
2
-
3
- #include "store_policy.h"
4
- #include "typetraits.h"
5
-
6
- namespace NPrivate {
7
- template<class Range>
8
- class TReverseRangeStorage {
9
- public:
10
- TReverseRangeStorage(Range&& range) : Base_(std::forward<Range>(range)) {}
11
-
12
- decltype(auto) Base() const {
13
- return *Base_.Ptr();
14
- }
15
-
16
- decltype(auto) Base() {
17
- return *Base_.Ptr();
18
- }
19
-
20
- private:
21
- TAutoEmbedOrPtrPolicy<Range> Base_;
22
- };
23
-
24
- template <class Range>
25
- constexpr bool HasReverseIterators(i32, decltype(std::declval<Range>().rbegin())*) {
26
- return true;
27
- }
28
-
29
- template <class Range>
30
- constexpr bool HasReverseIterators(char, std::nullptr_t*) {
31
- return false;
32
- }
33
-
34
- template <class Range, bool hasReverseIterators = HasReverseIterators<Range>((i32)0, nullptr)>
35
- class TReverseRangeBase: public TReverseRangeStorage<Range> {
36
- using TBase = TReverseRangeStorage<Range>;
37
- public:
38
- using TBase::TBase;
39
- using TBase::Base;
40
-
41
- auto begin() const {
42
- return Base().rbegin();
43
- }
44
-
45
- auto end() const {
46
- return Base().rend();
47
- }
48
-
49
- auto begin() {
50
- return Base().rbegin();
51
- }
52
-
53
- auto end() {
54
- return Base().rend();
55
- }
56
- };
57
-
58
- template <class Range>
59
- class TReverseRangeBase<Range, false>: public TReverseRangeStorage<Range> {
60
- using TBase = TReverseRangeStorage<Range>;
61
- public:
62
- using TBase::TBase;
63
- using TBase::Base;
64
-
65
- auto begin() const {
66
- using std::end;
67
- return std::make_reverse_iterator(end(Base()));
68
- }
69
-
70
- auto end() const {
71
- using std::begin;
72
- return std::make_reverse_iterator(begin(Base()));
73
- }
74
-
75
- auto begin() {
76
- using std::end;
77
- return std::make_reverse_iterator(end(Base()));
78
- }
79
-
80
- auto end() {
81
- using std::begin;
82
- return std::make_reverse_iterator(begin(Base()));
83
- }
84
- };
85
-
86
- template <class Range>
87
- class TReverseRange : public TReverseRangeBase<Range> {
88
- using TBase = TReverseRangeBase<Range>;
89
- public:
90
- using TBase::TBase;
91
- using TBase::Base;
92
-
93
- TReverseRange(TReverseRange&&) = default;
94
- TReverseRange(const TReverseRange&) = default;
95
-
96
- auto rbegin() const {
97
- using std::begin;
98
- return begin(Base());
99
- }
100
-
101
- auto rend() const {
102
- using std::end;
103
- return end(Base());
104
- }
105
-
106
- auto rbegin() {
107
- using std::begin;
108
- return begin(Base());
109
- }
110
-
111
- auto rend() {
112
- using std::end;
113
- return end(Base());
114
- }
115
- };
116
- }
117
-
118
- /**
119
- * Provides a reverse view into the provided container.
120
- *
121
- * Example usage:
122
- * @code
123
- * for(auto&& value: Reversed(container)) {
124
- * // use value here.
125
- * }
126
- * @endcode
127
- *
128
- * @param cont Container to provide a view into. Must be an lvalue.
129
- * @returns A reverse view into the provided container.
130
- */
131
- template <class Range>
132
- constexpr ::NPrivate::TReverseRange<Range> Reversed(Range&& range) {
133
- return ::NPrivate::TReverseRange<Range>(std::forward<Range>(range));
134
- }