aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools
Commit message (Collapse)AuthorAgeFilesLines
* Revert unnecessary patch from contrib/tools/bisonthegeorg2024-08-111-11/+1
| | | | | We explicitly pass output files via `-o` cmdline option. ae36f5a2f4605acef0795821ad5e1a81edfe8c2f
* Update contrib/tools/bison to 3.7.6thegeorg2024-08-11197-3509/+16560
| | | | 583623e1fb299df0a04a0aecdc47eb759ef412b9
* Update contrib/tools/bison to 3.6.4thegeorg2024-08-1063-3519/+5354
| | | | 9febd1b3a041f2e2083c076fbde9680a7cdc9b9e
* contrib/tools/bison: Further cleanup after rXXXXXXthegeorg2024-08-073-27/+0
| | | | 4ae644b897a128c8b05d5b4e7cf999a8142f85b4
* Replace another bison patch with environment variablethegeorg2024-08-061-9/+0
| | | | 038ae732c509e3b2c4b4fc745092e090378ab5a2
* fix _io.TextIOWrapper.write() write during flushnechda2024-08-041-9/+22
| | | | 816f3097d548522bcfae2b763098747304285d0f
* Update contrib/tools/bison to 3.5.4thegeorg2024-08-04297-5499/+13871
| | | | | 3.4.2 build is broken in NixOS, hence 3.3.x is updated to 3.5.y. 61a027adbe6cc0b27392bf3980c328640fd0ba69
* contrib/tools/bison: Replace patch with environment variablethegeorg2024-08-024-13/+1
| | | | 59fef9fd4f33196d66de3ac1fba18aba86a7f327
* Intermediate changesrobot-piglet2024-07-311-0/+4
|
* Remove temporal header-smikhnenko2024-07-101-1/+1
| | | | 485e28e1515e9fee43480be9d8202bebe53e419c
* Completely remove traces of prebuilt contrib/tools/flatcthegeorg2024-07-031-27/+0
| | | | ab468c13a4ddf617e8b43c98d237c329fc5ece20
* Update contrib/tools/python3 to 3.12.4robot-contrib2024-07-0288-11626/+13078
| | | | 6e8edffbef193b35b45ddccdc3beda6bb2627186
* Update contrib/tools/bison to 3.3.2thegeorg2024-06-29279-6699/+7374
| | | | 6215035f251de2d87363064fb4f07a2b14a3b4c8
* Remove unused sysincl spec for relocatable.hthegeorg2024-06-291-1/+1
| | | | 0045c9e232732fd10d0dd4a22447ff755c037740
* Update contrib/tools/bison to 3.2.4thegeorg2024-06-2988-3442/+3962
| | | | 78e59a97f3fde03511ddb9969cd1daabbaf998bd
* Intermediate changesrobot-piglet2024-06-271-2/+0
|
* Update contrib/tools/bison to 3.1thegeorg2024-06-26262-8272/+11103
| | | | 3649391e5dae6eedaa45d736e3febbde1342c10a
* Update protobuf to 3.20.2 and pyprotobuf to 3.20.3mikhnenko2024-06-251-1/+1
| | | | | | | | Если это pull-request что-то сломал, то: - если это тест с канонизацией и еще нет pr с переканонизацией, то переканонизируйте пожалуйста сами - проверьте, что тест не флапает - приходите в [DEVTOOLSSUPPORT](https://st.yandex-team.ru/createTicket?queue=DEVTOOLSSUPPORT) - там вам обязательно помогут 987be5ed151f827f7f292f32420470b04b71a91d
* Put contrib/tools/bison under yamakerthegeorg2024-06-2120-717/+3399
| | | | fc8958be3a17b5e88f21aad92b3ed2b1630d4ad8
* cleanupspg2024-06-213-24/+0
| | | | fab244d13c2d96ffdc94e094f09cce18fccfaa96
* 304c8527dd2afe95b8027de1e37c625914b755e0pg2024-06-201-7/+1
|
* Suppress the warning, do not patch itthegeorg2024-06-201-9/+0
| | | | 6147ffa4e0dc2f129f111d2a143726b348d4bfcf
* Revert more bison patches (but be more accurate this time)thegeorg2024-06-1910-14/+16
| | | | ec99123741a115e4fba95ef0478d6b8a4dd9c152
* Restore one bison patchthegeorg2024-06-182-0/+6
| | | | | bison was broken on macOS in rXXXXXX f783cfcb7ea1e42c78e77b568091234050b15475
* Restore one more patchthegeorg2024-06-171-1/+1
| | | | 9f9d88c6dfb83ccfc865bedd8b5aa9bfd303c3b3
* Revert "Restore bison's --print-localedir option (which will yield weird ↵thegeorg2024-06-176-25/+9
| | | | | | | | results in runtime though)" This reverts commit 55fd53701f86aa798c20ad45965d5e4a64ddedf9, reversing changes made to 89df74cf12526af7c176ae938b9d4580cac7a16e. 98b2cba6d69da3be15b0b6c851656398dfc0c371
* Revert more of custom bison patchesthegeorg2024-06-167-86/+57
| | | | 176d0d7e21f1789b8281d81a41b6ef7796753193
* Ignore warnings from bison, do not try to fix themthegeorg2024-06-163-12/+5
| | | | | | Some attempts to fix `-Wimplicit-fallthrough` are also visible. This warning was not enabled by default so there should be no need to ignore it. c285009965d42ab59060edad82d2af1715d686b8
* Restore bison's --print-localedir option (which will yield weird results in ↵thegeorg2024-06-166-9/+24
| | | | | | runtime though) 55fd53701f86aa798c20ad45965d5e4a64ddedf9
* Sync some bison sources with 3.0 upstreamthegeorg2024-06-169-49/+17
| | | | dbe435b110a9abbac764542e7c2364458b0f4f4c
* Intermediate changesrobot-piglet2024-06-162-1/+56
|
* Update Python from 2.7.16 to 2.7.18shadchin2024-06-1342-186/+237
| | | | 2a151e9cf2ebdfa59d250c1bbb800e908703a6f0
* Minimize windows-specific gnulib partthegeorg2024-06-106-4138/+0
| | | | f4ba0963736393922e1ee161890fd0badf82f3ec
* Remove unused sources from contrib/tools/bisonthegeorg2024-06-103-441/+0
| | | | 17e77a969b35d09bccf907b68df41ae001d1383c
* Intermediate changesrobot-piglet2024-06-092-77/+0
|
* contrib/tools/bison: Revert more harmless patchesthegeorg2024-06-0910-33/+6
| | | | 020fb104b9a689c3747315b1299fdb50e00feb14
* Flatten posix-specific headers in bison/lib (gnulib)thegeorg2024-06-0910-932/+21
| | | | | Also: switch configs to platform_dispatchers. 82894b183119eb953ffd9eb90de5d6bf29ffed9a
* contrib/tools/bison: Revert some harmless patchesthegeorg2024-06-0914-52/+35
| | | | 7ba13f28ff2841bd4468387feaa6536b3e372bde
* Intermediate changesrobot-piglet2024-05-312-33/+0
|
* Revert commit rXXXXXX, Remove unnecessary patchshadchin2024-05-285-0/+31
| | | | ee6f033bb92851c8403ba801453b3b964d12ec87
* Remove unnecessary patchshadchin2024-05-255-31/+0
| | | | 294af49eb80feb0cff89ea1de5cd9a8728bfbe89
* Remove more of unused bison srcsthegeorg2024-05-2517-1631/+4
| | | | ec341d5b3591dde87f6f7c171e12aa7f45a2da12
* Remove more unused gnulib sourcesthegeorg2024-05-2339-4833/+5
| | | | 7dedc56d9c3dca7ed4ff1387f800c2f60338c0ee
* Use protoc_old for py2 and only for itmikhnenko2024-05-225-0/+67
| | | | b33d3a4c9adc28d2a9f5af78d52ed54fcc6df41b
* Intermediate changesrobot-piglet2024-05-215-28713/+3
|
* Remove more of unused gnulib sources from contrib/tools/bisonthegeorg2024-05-2118-12957/+0
| | | | 6f612070e58cd7e6c16b0d090a809077b0a454ff
* Drop unused gnulib srcs from contrib/tools/bisonthegeorg2024-05-2165-8288/+4
| | | | 231e84067197fe69ac80bee1f6cd14648ba7f18c
* Duplicate bison/lib (gnulib) to m4/lib as they actually need to be differentthegeorg2024-05-21307-1/+75450
| | | | 597ee3bf4ec17244e6ef615a1ec10491798e18fe
* Remove unnecessary patchshadchin2024-05-201-5/+0
| | | | 1e746c21e253120adc9124771d9fb797a8c44da0
* Flatten bison/gnulib/src to bison/lib to match upstream layoutthegeorg2024-05-18312-249/+249
| | | | 2f47b5eab59c8031971bd995b703c854fd6f106d