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,472 +0,0 @@
1
- #pragma once
2
-
3
- #include <util/generic/noncopyable.h>
4
- #include <util/generic/string.h>
5
- #include <util/generic/list.h>
6
- #include <util/generic/hash.h>
7
- #include <util/generic/strbuf.h>
8
- #include <util/generic/maybe.h>
9
- #include <util/stream/input.h>
10
- #include <util/stream/output.h>
11
- #include "file.h"
12
- #include "getpid.h"
13
- #include "thread.h"
14
- #include "mutex.h"
15
- #include <sys/types.h>
16
-
17
- class TShellCommandOptions {
18
- public:
19
- struct TUserOptions {
20
- TString Name;
21
- #if defined(_win_)
22
- TString Password;
23
- #endif
24
- #if defined(_unix_)
25
- /**
26
- * Run child process with the user supplementary groups.
27
- * If true, the user supplementary groups will be set in the child process upon exec().
28
- * If false, the supplementary groups of the parent process will be used.
29
- */
30
- bool UseUserGroups = false;
31
- #endif
32
- };
33
-
34
- enum EHandleMode {
35
- HANDLE_INHERIT,
36
- HANDLE_PIPE,
37
- HANDLE_STREAM
38
- };
39
-
40
- public:
41
- inline TShellCommandOptions() noexcept
42
- : ClearSignalMask(false)
43
- , CloseAllFdsOnExec(false)
44
- , AsyncMode(false)
45
- , PollDelayMs(DefaultSyncPollDelay)
46
- , UseShell(true)
47
- , QuoteArguments(true)
48
- , DetachSession(true)
49
- , CloseStreams(false)
50
- , ShouldCloseInput(true)
51
- , InputMode(HANDLE_INHERIT)
52
- , OutputMode(HANDLE_STREAM)
53
- , ErrorMode(HANDLE_STREAM)
54
- , InputStream(nullptr)
55
- , OutputStream(nullptr)
56
- , ErrorStream(nullptr)
57
- , Nice(0)
58
- {
59
- }
60
-
61
- inline TShellCommandOptions& SetNice(int value) noexcept {
62
- Nice = value;
63
-
64
- return *this;
65
- }
66
-
67
- /**
68
- * @brief clear signal mask from parent process. If true, child process
69
- * clears the signal mask inherited from the parent process; otherwise
70
- * child process retains the signal mask of the parent process.
71
- *
72
- * @param clearSignalMask true if child process should clear signal mask
73
- * @note in default child process inherits signal mask.
74
- * @return self
75
- */
76
- inline TShellCommandOptions& SetClearSignalMask(bool clearSignalMask) {
77
- ClearSignalMask = clearSignalMask;
78
- return *this;
79
- }
80
-
81
- /**
82
- * @brief set close-on-exec mode. If true, all file descriptors
83
- * from the parent process, except stdin, stdout, stderr, will be closed
84
- * in the child process upon exec().
85
- *
86
- * @param closeAllFdsOnExec true if close-on-exec mode is needed
87
- * @note in default close-on-exec mode is off.
88
- * @return self
89
- */
90
- inline TShellCommandOptions& SetCloseAllFdsOnExec(bool closeAllFdsOnExec) {
91
- CloseAllFdsOnExec = closeAllFdsOnExec;
92
- return *this;
93
- }
94
-
95
- /**
96
- * @brief set asynchronous mode. If true, task will be run
97
- * in separate thread, and control will be returned immediately
98
- *
99
- * @param async true if asynchonous mode is needed
100
- * @note in default async mode launcher will need 100% cpu for rapid process termination
101
- * @return self
102
- */
103
- inline TShellCommandOptions& SetAsync(bool async) {
104
- AsyncMode = async;
105
- if (AsyncMode)
106
- PollDelayMs = 0;
107
- return *this;
108
- }
109
-
110
- /**
111
- * @brief specify delay for process controlling loop
112
- * @param ms number of milliseconds to poll for
113
- * @note for synchronous process default of 1s should generally fit
114
- * for async process default is no latency and that consumes 100% one cpu
115
- * SetAsync(true) will reset this delay to 0, so call this method after
116
- * @return self
117
- */
118
- inline TShellCommandOptions& SetLatency(size_t ms) {
119
- PollDelayMs = ms;
120
- return *this;
121
- }
122
-
123
- /**
124
- * @brief set the stream, which is input fetched from
125
- *
126
- * @param stream Pointer to stream.
127
- * If stream is NULL or not set, input channel will be closed.
128
- *
129
- * @return self
130
- */
131
- inline TShellCommandOptions& SetInputStream(IInputStream* stream) {
132
- InputStream = stream;
133
- if (InputStream == nullptr) {
134
- InputMode = HANDLE_INHERIT;
135
- } else {
136
- InputMode = HANDLE_STREAM;
137
- }
138
- return *this;
139
- }
140
-
141
- /**
142
- * @brief set the stream, collecting the command output
143
- *
144
- * @param stream Pointer to stream.
145
- * If stream is NULL or not set, output will be collected to the
146
- * internal variable
147
- *
148
- * @return self
149
- */
150
- inline TShellCommandOptions& SetOutputStream(IOutputStream* stream) {
151
- OutputStream = stream;
152
- return *this;
153
- }
154
-
155
- /**
156
- * @brief set the stream, collecting the command error output
157
- *
158
- * @param stream Pointer to stream.
159
- * If stream is NULL or not set, errors will be collected to the
160
- * internal variable
161
- *
162
- * @return self
163
- */
164
- inline TShellCommandOptions& SetErrorStream(IOutputStream* stream) {
165
- ErrorStream = stream;
166
- return *this;
167
- }
168
-
169
- /**
170
- * @brief set if Finish() should be called on user-supplied streams
171
- * if process is run in async mode Finish will be called in process' thread
172
- * @param val if Finish() should be called
173
- * @return self
174
- */
175
- inline TShellCommandOptions& SetCloseStreams(bool val) {
176
- CloseStreams = val;
177
- return *this;
178
- }
179
-
180
- /**
181
- * @brief set if input stream should be closed after all data is read
182
- * call SetCloseInput(false) for interactive process
183
- * @param val if input stream should be closed
184
- * @return self
185
- */
186
- inline TShellCommandOptions& SetCloseInput(bool val) {
187
- ShouldCloseInput = val;
188
- return *this;
189
- }
190
-
191
- /**
192
- * @brief set if command should be interpreted by OS shell (/bin/sh or cmd.exe)
193
- * shell is enabled by default
194
- * call SetUseShell(false) for command to be sent to OS verbatim
195
- * @note shell operators > < | && || will not work if this option is off
196
- * @param useShell if command should be run in shell
197
- * @return self
198
- */
199
- inline TShellCommandOptions& SetUseShell(bool useShell) {
200
- UseShell = useShell;
201
- if (!useShell)
202
- QuoteArguments = false;
203
- return *this;
204
- }
205
-
206
- /**
207
- * @brief set if the arguments should be wrapped in quotes.
208
- * Please, note that this option makes no difference between
209
- * real arguments and shell syntax, so if you execute something
210
- * like \b TShellCommand("sleep") << "3" << "&&" << "ls", your
211
- * command will look like:
212
- * sleep "3" "&&" "ls"
213
- * which will never end successfully.
214
- * By default, this option is turned on.
215
- *
216
- * @note arguments will only be quoted if shell is used
217
- * @param quote if the arguments should be quoted
218
- *
219
- * @return self
220
- */
221
- inline TShellCommandOptions& SetQuoteArguments(bool quote) {
222
- QuoteArguments = quote;
223
- return *this;
224
- }
225
-
226
- /**
227
- * @brief set to run command in new session
228
- * @note set this option to off to deliver parent's signals to command as well
229
- * @note currently ignored on windows
230
- * @param detach if command should be run in new session
231
- * @return self
232
- */
233
- inline TShellCommandOptions& SetDetachSession(bool detach) {
234
- DetachSession = detach;
235
- return *this;
236
- }
237
-
238
- /**
239
- * @brief create a pipe for child input
240
- * Write end of the pipe will be accessible via TShellCommand::GetInputHandle
241
- *
242
- * @return self
243
- */
244
- inline TShellCommandOptions& PipeInput() {
245
- InputMode = HANDLE_PIPE;
246
- InputStream = nullptr;
247
- return *this;
248
- }
249
-
250
- inline TShellCommandOptions& PipeOutput() {
251
- OutputMode = HANDLE_PIPE;
252
- OutputStream = nullptr;
253
- return *this;
254
- }
255
-
256
- inline TShellCommandOptions& PipeError() {
257
- ErrorMode = HANDLE_PIPE;
258
- ErrorStream = nullptr;
259
- return *this;
260
- }
261
-
262
- /**
263
- * @brief set if child should inherit output handle
264
- *
265
- * @param inherit if child should inherit output handle
266
- *
267
- * @return self
268
- */
269
- inline TShellCommandOptions& SetInheritOutput(bool inherit) {
270
- OutputMode = inherit ? HANDLE_INHERIT : HANDLE_STREAM;
271
- return *this;
272
- }
273
-
274
- /**
275
- * @brief set if child should inherit stderr handle
276
- *
277
- * @param inherit if child should inherit error output handle
278
- *
279
- * @return self
280
- */
281
- inline TShellCommandOptions& SetInheritError(bool inherit) {
282
- ErrorMode = inherit ? HANDLE_INHERIT : HANDLE_STREAM;
283
- return *this;
284
- }
285
-
286
- public:
287
- bool ClearSignalMask = false;
288
- bool CloseAllFdsOnExec = false;
289
- bool AsyncMode = false;
290
- size_t PollDelayMs = 0;
291
- bool UseShell = false;
292
- bool QuoteArguments = false;
293
- bool DetachSession = false;
294
- bool CloseStreams = false;
295
- bool ShouldCloseInput = false;
296
- EHandleMode InputMode = HANDLE_STREAM;
297
- EHandleMode OutputMode = HANDLE_STREAM;
298
- EHandleMode ErrorMode = HANDLE_STREAM;
299
-
300
- /// @todo more options
301
- // bool SearchPath // search exe name in $PATH
302
- // bool UnicodeConsole
303
- // bool EmulateConsole // provide isatty == true
304
- /// @todo command's stdin should be exposet as IOutputStream to support dialogue
305
- IInputStream* InputStream;
306
- IOutputStream* OutputStream;
307
- IOutputStream* ErrorStream;
308
- TUserOptions User;
309
- THashMap<TString, TString> Environment;
310
- int Nice = 0;
311
-
312
- static const size_t DefaultSyncPollDelay = 1000; // ms
313
- };
314
-
315
- /**
316
- * @brief Execute command in shell and provide its results
317
- * @attention Not thread-safe
318
- */
319
- class TShellCommand: public TNonCopyable {
320
- private:
321
- TShellCommand();
322
-
323
- public:
324
- enum ECommandStatus {
325
- SHELL_NONE,
326
- SHELL_RUNNING,
327
- SHELL_FINISHED,
328
- SHELL_INTERNAL_ERROR,
329
- SHELL_ERROR
330
- };
331
-
332
- public:
333
- /**
334
- * @brief create the command with initial arguments list
335
- *
336
- * @param cmd binary name
337
- * @param args arguments list
338
- * @param options execution options
339
- * @todo store entire options structure
340
- */
341
- TShellCommand(const TStringBuf cmd, const TList<TString>& args, const TShellCommandOptions& options = TShellCommandOptions(),
342
- const TString& workdir = TString());
343
- TShellCommand(const TStringBuf cmd, const TShellCommandOptions& options = TShellCommandOptions(), const TString& workdir = TString());
344
- ~TShellCommand();
345
-
346
- public:
347
- /**
348
- * @brief append argument to the args list
349
- *
350
- * @param argument string argument
351
- *
352
- * @return self
353
- */
354
- TShellCommand& operator<<(const TStringBuf argument);
355
-
356
- /**
357
- * @brief return the collected output from the command.
358
- * If the output stream is set, empty string will be returned
359
- *
360
- * @return collected output
361
- */
362
- const TString& GetOutput() const;
363
-
364
- /**
365
- * @brief return the collected error output from the command.
366
- * If the error stream is set, empty string will be returned
367
- *
368
- * @return collected error output
369
- */
370
- const TString& GetError() const;
371
-
372
- /**
373
- * @brief return the internal error occured while watching
374
- * the command execution. Should be called if execution
375
- * status is SHELL_INTERNAL_ERROR
376
- *
377
- * @return error text
378
- */
379
- const TString& GetInternalError() const;
380
-
381
- /**
382
- * @brief get current status of command execution
383
- *
384
- * @return current status
385
- */
386
- ECommandStatus GetStatus() const;
387
-
388
- /**
389
- * @brief return exit code of finished process
390
- * The value is unspecified in case of internal errors or if the process is running
391
- *
392
- * @return exit code
393
- */
394
- TMaybe<int> GetExitCode() const;
395
-
396
- /**
397
- * @brief get id of underlying process
398
- * @note depends on os: pid_t on UNIX, HANDLE on win
399
- *
400
- * @return pid or handle
401
- */
402
- TProcessId GetPid() const;
403
-
404
- /**
405
- * @brief return the file handle that provides input to the child process
406
- *
407
- * @return input file handle
408
- */
409
- TFileHandle& GetInputHandle();
410
-
411
- /**
412
- * @brief return the file handle that provides output from the child process
413
- *
414
- * @return output file handle
415
- */
416
- TFileHandle& GetOutputHandle();
417
-
418
- /**
419
- * @brief return the file handle that provides error output from the child process
420
- *
421
- * @return error file handle
422
- */
423
- TFileHandle& GetErrorHandle();
424
-
425
- /**
426
- * @brief run the execution
427
- *
428
- * @return self
429
- */
430
- TShellCommand& Run();
431
-
432
- /**
433
- * @brief terminate the execution
434
- * @note if DetachSession is set, it terminates all procs in command's new process group
435
- *
436
- * @return self
437
- */
438
- TShellCommand& Terminate();
439
-
440
- /**
441
- * @brief wait until the execution is finished
442
- *
443
- * @return self
444
- */
445
- TShellCommand& Wait();
446
-
447
- /**
448
- * @brief close process' stdin
449
- *
450
- * @return self
451
- */
452
- TShellCommand& CloseInput();
453
-
454
- /**
455
- * @brief Get quoted command (for debug/view purposes only!)
456
- **/
457
- TString GetQuotedCommand() const;
458
-
459
- private:
460
- class TImpl;
461
- using TImplRef = TSimpleIntrusivePtr<TImpl>;
462
- TImplRef Impl;
463
- };
464
-
465
- /// Appends to dst: quoted arg
466
- void ShellQuoteArg(TString& dst, TStringBuf arg);
467
-
468
- /// Appends to dst: space, quoted arg
469
- void ShellQuoteArgSp(TString& dst, TStringBuf arg);
470
-
471
- /// Returns true if arg should be quoted
472
- bool ArgNeedsQuotes(TStringBuf arg) noexcept;
@@ -1,32 +0,0 @@
1
- #pragma once
2
-
3
- #include "fhandle.h"
4
-
5
- #include <util/generic/ptr.h>
6
- #include <util/generic/guid.h>
7
-
8
- class TSharedMemory: public TThrRefBase {
9
- TGUID Id;
10
- FHANDLE Handle;
11
- void* Data;
12
- int Size;
13
-
14
- public:
15
- TSharedMemory();
16
- ~TSharedMemory() override;
17
-
18
- bool Create(int Size);
19
- bool Open(const TGUID& id, int size);
20
-
21
- const TGUID& GetId() {
22
- return Id;
23
- }
24
-
25
- void* GetPtr() {
26
- return Data;
27
- }
28
-
29
- int GetSize() const {
30
- return Size;
31
- }
32
- };
@@ -1,78 +0,0 @@
1
- #pragma once
2
-
3
- // Functions for manipulating signal sets
4
-
5
- #include "compat.h"
6
-
7
- #if defined _unix_
8
- #include <pthread.h>
9
- #elif defined _win_
10
- // Flags for sigprocmask:
11
- #define SIG_BLOCK 1
12
- #define SIG_UNBLOCK 2
13
- #define SIG_SETMASK 3
14
-
15
- using sigset_t = ui32;
16
-
17
- #else
18
- #error not supported yet
19
- #endif
20
-
21
- inline int SigEmptySet(sigset_t* set) {
22
- #if defined _unix_
23
- return sigemptyset(set);
24
- #else
25
- Y_UNUSED(set);
26
- return 0;
27
- #endif
28
- }
29
-
30
- inline int SigFillSet(sigset_t* set) {
31
- #if defined _unix_
32
- return sigfillset(set);
33
- #else
34
- Y_UNUSED(set);
35
- return 0;
36
- #endif
37
- }
38
-
39
- inline int SigAddSet(sigset_t* set, int signo) {
40
- #if defined _unix_
41
- return sigaddset(set, signo);
42
- #else
43
- Y_UNUSED(set);
44
- Y_UNUSED(signo);
45
- return 0;
46
- #endif
47
- }
48
-
49
- inline int SigDelSet(sigset_t* set, int signo) {
50
- #if defined _unix_
51
- return sigdelset(set, signo);
52
- #else
53
- Y_UNUSED(set);
54
- Y_UNUSED(signo);
55
- return 0;
56
- #endif
57
- }
58
-
59
- inline int SigIsMember(const sigset_t* set, int signo) {
60
- #if defined _unix_
61
- return sigismember(const_cast<sigset_t*>(set), signo);
62
- #else
63
- Y_UNUSED(set);
64
- Y_UNUSED(signo);
65
- return 0;
66
- #endif
67
- }
68
-
69
- inline int SigProcMask(int how, const sigset_t* set, sigset_t* oset) {
70
- #if defined _unix_
71
- return pthread_sigmask(how, set, oset);
72
- #else
73
- Y_UNUSED(set);
74
- Y_UNUSED(oset);
75
- Y_UNUSED(how);
76
- return 0;
77
- #endif
78
- }
@@ -1,10 +0,0 @@
1
- #pragma once
2
-
3
- struct TSpinWait {
4
- TSpinWait() noexcept;
5
-
6
- void Sleep() noexcept;
7
-
8
- unsigned T;
9
- unsigned C;
10
- };
@@ -1,121 +0,0 @@
1
- #pragma once
2
-
3
- #include "atomic.h"
4
- #include "spin_wait.h"
5
-
6
- class TSpinLockBase {
7
- protected:
8
- inline TSpinLockBase() noexcept {
9
- AtomicSet(Val_, 0);
10
- }
11
-
12
- public:
13
- inline bool IsLocked() const noexcept {
14
- return AtomicGet(Val_);
15
- }
16
-
17
- inline bool TryAcquire() noexcept {
18
- return AtomicTryLock(&Val_);
19
- }
20
-
21
- inline bool try_lock() noexcept {
22
- return TryAcquire();
23
- }
24
-
25
- protected:
26
- TAtomic Val_;
27
- };
28
-
29
- static inline void SpinLockPause() {
30
- #if defined(__GNUC__) && (defined(_i386_) || defined(_x86_64_))
31
- __asm __volatile("pause");
32
- #endif
33
- }
34
-
35
- static inline void AcquireSpinLock(TAtomic* l) {
36
- if (!AtomicTryLock(l)) {
37
- do {
38
- SpinLockPause();
39
- } while (!AtomicTryAndTryLock(l));
40
- }
41
- }
42
-
43
- static inline void ReleaseSpinLock(TAtomic* l) {
44
- AtomicUnlock(l);
45
- }
46
-
47
- /*
48
- * You should almost always use TAdaptiveLock instead of TSpinLock
49
- */
50
- class TSpinLock: public TSpinLockBase {
51
- public:
52
- using TSpinLockBase::TSpinLockBase;
53
-
54
- inline void Release() noexcept {
55
- ReleaseSpinLock(&Val_);
56
- }
57
-
58
- inline void Acquire() noexcept {
59
- AcquireSpinLock(&Val_);
60
- }
61
-
62
- inline void unlock() noexcept {
63
- Release();
64
- }
65
-
66
- inline void lock() noexcept {
67
- Acquire();
68
- }
69
- };
70
-
71
- static inline void AcquireAdaptiveLock(TAtomic* l) {
72
- if (!AtomicTryLock(l)) {
73
- TSpinWait sw;
74
-
75
- while (!AtomicTryAndTryLock(l)) {
76
- sw.Sleep();
77
- }
78
- }
79
- }
80
-
81
- static inline void ReleaseAdaptiveLock(TAtomic* l) {
82
- AtomicUnlock(l);
83
- }
84
-
85
- class TAdaptiveLock: public TSpinLockBase {
86
- public:
87
- using TSpinLockBase::TSpinLockBase;
88
-
89
- inline void Release() noexcept {
90
- ReleaseAdaptiveLock(&Val_);
91
- }
92
-
93
- inline void Acquire() noexcept {
94
- AcquireAdaptiveLock(&Val_);
95
- }
96
-
97
- inline void unlock() noexcept {
98
- Release();
99
- }
100
-
101
- inline void lock() noexcept {
102
- Acquire();
103
- }
104
- };
105
-
106
- #include "guard.h"
107
-
108
- template <>
109
- struct TCommonLockOps<TAtomic> {
110
- static inline void Acquire(TAtomic* v) noexcept {
111
- AcquireAdaptiveLock(v);
112
- }
113
-
114
- static inline bool TryAcquire(TAtomic* v) noexcept {
115
- return AtomicTryLock(v);
116
- }
117
-
118
- static inline void Release(TAtomic* v) noexcept {
119
- ReleaseAdaptiveLock(v);
120
- }
121
- };