| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
commit_hash:0899d0942e1f7ad8dd12e28f6b3f088982660699
|
|
|
|
| |
94b36f1500126afc596f281469a94124efa9cda4
|
|
|
|
| |
dafdaedfdc8d7dd4c6681da5b98a59940c63f548
|
|
|
|
| |
ba7df0e549915def70c0b6d303aa625ddc636db9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
occupancy_grid_utils
maintenance_tools
incident_detectors
topic_commutator
sdcbag_player
launcherd
f4ef1453a86ab809b9ceefb57dc6a5fb45a90ec9
|
|
|
|
| |
171c556f349e96400867de4937fe0c703849c0c8
|
|
|
|
|
| |
Set ram drive path in scripts
a9a79267f4e34aff3b96e3147b646e474adf24a1
|
|
|
|
|
|
|
| |
Python 3.14 will, by default, filter extracted tar archives and reject files or modify their metadata. Use the filter argument to control this behavior.
https://docs.python.org/3/library/tarfile.html#tarfile.TarFile.extractall
79005c43af0996c47603d56b5663378c89fa9f2e
|
|
|
|
| |
f1b4ab8d00e0ac2175f0ea34a0353ce2963549b7
|
|
|
|
| |
dfc8799dabb18df54b1ac354a9ceb9c27c2e1be2
|
|
|
|
|
|
|
|
| |
Данный PR - это выжимка из [PR](https://github.com/ydb-platform/ydb/pull/2977) внешнего [контрибьютора](https://github.com/OrlovPavel ). Ему для решения основной задачи (перевод грамматики YQL с ANTLRv3 на ANTLRv4) пришлось поправить файл build/scripts/configure_file.py в проекте github.com/ydb-platform/ydb.
Собственно, в проекте YDB запрещено вносить правки в build/..., т.к. эта папка синкается ТОЛЬКО из Аркадии в гитхаб, в обратную сторону синка нет. Из-за этого мы не можем принять PR от внешнего контрибьютора.
В качестве решения - я хочу занести данный фикс в Аркадию и дождаться синка из Аркадии в гитхаб, по-rebase-ить PR контрибьютора и тогда его уже можно будет мерджить.
Сама проблема, которую решает данный фикс, описана в тикете
158ceea6282b8df7c8b62a43ffece62a8d9f70ca
|
|
|
|
| |
0863674d44d570c182d324e821946e3f4d898d94
|
|
|
|
| |
479e79ff20f8b8551bc8a5505eb740dc61e7a854
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Revert "collect .proto files by PROTO_DESCRIPTIONS"
This reverts commit 1b642fbbf446d68522225c9794b993dc4ba3760e, reversing
changes made to d98cd239c58371f81606a07ed034bdd4fe047d64.
Revert "Fix "build/scripts/desc_rawproto_wrapper.py""
This reverts commit b21b7e0155944e115b76a8530fd6da0687eb5c65, reversing
changes made to 186fa4c81699cea84cb35c15c7cc050ccff602fa.
3f211d58faacd2ac500331707f54d065c4be088c
|
|
|
|
| |
b21b7e0155944e115b76a8530fd6da0687eb5c65
|
|
|
|
| |
1b642fbbf446d68522225c9794b993dc4ba3760e
|
|
|
|
| |
81668e85a416903e82cfa2a2223680f04a3343c7
|
|
|
|
| |
b9f5656ae46daedf9083c3721d8cb31a02b1c4c7
|
|
|
|
| |
0727af35f2be899dfb58c5e49ed9cd1701be9066
|
|
|
|
| |
b590ca5fca91b744ffa85f8ef555564ea54d6cd6
|
|
|
|
| |
f716810a9fedbb4497a907fd542cb5d7f54be0f9
|
|
|
|
|
|
|
|
| |
```
/Users/pazus/arc/arcadia/build/scripts/compile_java.py:61: DeprecationWarning: Python 3.14 will, by default, filter extracted tar archives and reject files or modify their metadata. Use the filter argument to control this behavior.
tf.extractall(sources_dir)
```
42ec528aee4d87622049495202c50de9b509926d
|
|
|
|
|
| |
Set utf-8 encoding for read/write in export scripts
88d1ac61b0f29800dc727cb95fa69e734b0c4b17
|
|
|
|
|
| |
Fix generators py-scripts to use UTF-8
fdb604a98b1deb6c0f03822b584b1cc0ec5e6b2a
|
|
|
|
|
|
| |
exception
d2096b68c73660f5f1be097e031d167f18fb0b62
|
|
|
|
| |
ac03c8c8d7beb99b5a8fcda8c0c6bf948ca2bb2e
|
|
|
|
|
| |
* remove chained 'execv' Python calls for compiling Java with with "javac" and "ErrorProne" - replace with single "run_javac.py" script
84bc60b4e87890e6ceea1ef22a2c0936410ff6bb
|
|
|
|
|
|
| |
Conf part is internal and the script is never used in opensource
no need to publish it.
ded65be538ce345af34c8ca0ffe557bfeb7e3818
|
|
|
|
|
| |
Убрал assert на то что srcdir начинается на source_root потому что он может начинаться и на build_root и на это есть проверка ниже
ee3d9f2add347c40168fc9162dfbebf6be7cb21c
|
|
|
|
| |
5ebefdb42da5a6118db1c0f98f25231c63fef96e
|
|
|
|
| |
e43ef305d767fb94adc0f4f6e3901156fc3b7939
|
|
|
|
| |
bddf00bb1bd387adf17502c2af8be1e265c8f5a8
|
|
|
|
|
| |
In order to get stable command regardless of platform we shall use linux way of representing commands everywhere. Happily this almost always works on Windows except direct file presence checks like in compile_cuda.py
1412fdabc2fcf1732cd2578e0c6ffe91b220aa2e
|
|
|
|
| |
89c8f9767a1ef610f9ee050e1a5da5728bba02d7
|
|
|
|
| |
4ef12dd52c1d38cd7a1018ec1bc40800644ea775
|
|
|
|
| |
b7ff75f77e1a1818aac0062ec06948dad92af1bc
|
|
|
|
| |
acd26311852d82fb81a5e57f7b5e5c67f9d89f64
|
|
|
|
|
| |
Both `http:` and `https:` are recognized as `http` resource type
deda06fcadd25ab57d1b64d39c17349a33c1a55e
|
|
|
|
| |
d394e1d4a37d8c9b93bc4c1feab8362a3488f41e
|
|
|
|
| |
d587f95edf5636edfae6672d36f57c8a15f5f3e0
|
|
|
|
|
| |
Fix patching cpp proto
af01597c047856b865c6a4e9933cfeacb0a2f39b
|
|
|
|
| |
d9beae52f9300e65eddec8c2b865f132ea6b5833
|
|
|
|
| |
81235399e4c6e917bcabe929f3897deeb2232bbc
|
|
|
|
| |
da1125f4b9b5aebe87b610dd1e1a61864ba500cf
|
|
|
|
| |
cf4738908ddc23b6c6a3e669f225bd15999a1404
|
|
|
|
|
| |
Add encoding utf-8 for reading/writing files
12a3ca5bf28ac486a2897fd6cdf155b0bf049483
|
|
|
|
|
| |
Remove final in cpp pb.h/cc by outputs list
1307ef1d33bab92f478e7a4d213c08bf6691ebd5
|
|
|
|
|
|
| |
native build
0bd1ab2bb753fb9458cc5f295e94e24cf1115055
|
|
|
|
| |
ab1a950f25a9a5f4a9ca38655f443ff23cece827
|