aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused NO_WERROR() macrothegeorg2024-12-131-8/+0
| | | | commit_hash:db9f52736e29a4ca8c058a5ca173b1f96cd07c15
* yt/cpp/mapreduce: move Create to THttpRawClienthiddenpath2024-12-138-81/+98
| | | | commit_hash:9ca8428c322034064576bb56f74e704425ce7de9
* change double quotes to single quoteszhvv1172024-12-131044-6577/+6597
| | | | commit_hash:7890ab16bc6488d4f13fd6ec6cd512107c0cba51
* YQL-19397 Fix tiny bug in Re2avevad2024-12-131-1/+1
| | | | commit_hash:5e0947e4fbecc6de20eac2f987e45849f1755448
* Block output for YT operationsziganshinmr2024-12-1342-164/+784
| | | | commit_hash:469d6669ff3d3216234cac1ac27e03e22600aff8
* Parse and pass streamlookup parameters, YQL partyumkam72024-12-136-6/+26
| | | | commit_hash:1ad24832c82e465562c48bea1189a0187f691cd4
* Intermediate changesrobot-piglet2024-12-131-0/+2
| | | | commit_hash:e4f538de906ec2dcfa4e6907edad0b20916b93ca
* introduce TCgiParameters::GetLastilnurkh2024-12-133-0/+19
| | | | commit_hash:db2785d0d17510b53aeaec1e30271e6b08e07db1
* YQL-19230: Move unboxed values to WriterStatemaxkovalev2024-12-131-11/+19
| | | | commit_hash:4df0abb5155d3251412c0213788290fb37d74d79
* YQL-19230: Fix dependencies for MakeCodeWrappermaxkovalev2024-12-131-2/+10
| | | | commit_hash:06e203235ec4a2f4214906b6b98b21f954fb50a3
* YT-23210: Update ytexecilyaibraev2024-12-131-2/+4
| | | | commit_hash:26723a34f47b7140acc072f5d6a2816355d54232
* Add missing Postprocess to ApplyDynamicbabenko2024-12-133-0/+5
| | | | commit_hash:93da0e65796ecbfe6b13e4f604ae18b398bbbfd2
* Release clang-format-18 #3robot-brewer2024-12-131-0/+10
| | | | | https://github.com/yandex/toolchain-registry/releases/tag/clang-format-18-v3 commit_hash:6e0e093d92b0f811733dd1f255d30cc052bd7f9e
* yt/cpp/mapreduce: move Get, TryGet, Exists, MultisetAttributes to THttpRawClienthiddenpath2024-12-1332-185/+376
| | | | commit_hash:bd2228f98fa92de408ca850f9bc1608fdf99e7f5
* Fix style issues in yt/cpp/mapreducehiddenpath2024-12-134-5/+9
| | | | commit_hash:2cca58ff0d61f7952ef077cb802395ba80e3a217
* ymake_conf.py: Remove remaining traces of 'ya ide msvs'thegeorg2024-12-131-13/+0
| | | | commit_hash:07ad0a185cb38ae3fb29a6955d471f6b17836ba2
* Intermediate changesrobot-piglet2024-12-131147-2/+0
| | | | commit_hash:27af5f8a0a7836d78ffdc205213f07f79dd9f7ad
* Facade runner libudovichenko-r2024-12-1317-911/+1359
| | | | commit_hash:06b99da07b603d38b18615794ce645139fcec9d0
* Update contrib/libs/simdjson to 3.11.3robot-contrib2024-12-135-10/+20
| | | | commit_hash:bbb78c8d26b70cf1fa9fb3eadd40b0c09c2550fd
* YQL-19163 Fix StaticFold behavior with optional args lambdasavevad2024-12-134-10/+36
| | | | commit_hash:bbea0c78d15d9ba627f15182d80dd2406a494b93
* Intermediate changesrobot-piglet2024-12-133-8/+8
| | | | commit_hash:992717cf79aff70cae8cf0b99d379f3c804aa73f
* RESOLVED_TIMESTAMPS => BARRIERS_INTERVAL (part 2)ilnaz2024-12-136-15/+15
| | | | | Part 1: [https://github.com/ydb-platform/ydb/pull/12555](https://github.com/ydb-platform/ydb/pull/12555/files) commit_hash:6fec02d61652f1b4ee5fd2c677f4cedb547ef9ac
* Intermediate changesrobot-piglet2024-12-132-8/+20
| | | | commit_hash:2a11ff590327dfcbc75eefcb8505784d9eb077d1
* yqls library suffixvvvv2024-12-137-10/+44
| | | | commit_hash:145c28ad6f2af01a89393fb186a5934394d6f9a0
* Fix RESOURCE_LIBRARY_SEMdimdim112024-12-131-2/+3
| | | | | Fix RESOURCE_LIBRARY_SEM commit_hash:f26285b5a272c7f2b0a97d96dbc0cbc73c3c88de
* Intermediate changesrobot-piglet2024-12-137-21/+47
| | | | commit_hash:733d9d1dc02b26eb79eefc2059e2b9e39f7e1289
* Automatic release build for test_tool, os_ya, ya_bin, os_test_toolrobot-ya-builder2024-12-134-20/+24
| | | | | Update tools: test_tool, os_ya, ya_bin, os_test_tool commit_hash:db4f64852481cb3fcde219679e83900e4d9e3180
* Fastfix using errorpronedimdim112024-12-131-1/+1
| | | | | Fastfix using errorprone commit_hash:76995d86d8c38f497912f4b27a190d63479e581c
* Never compress python build resources to speedup python configuration and buildspreis2024-12-133-19/+20
| | | | | | | There is no runtime perf impact, but - The change reduces build graph by removing 2 nodes out of 5 for python which accelerates both configuration and build - surprisingly in all experiments there were positive impact on binary size about 2MiB commit_hash:909fdeeb91b7f20c749177d638e97d5a469e422d
* Intermediate changesrobot-piglet2024-12-131-0/+6
| | | | commit_hash:f26321556d10c5c94f9c1ec687f9f409516118cc
* ymake impl is the only impl of GENERATE_SCRIPTsvidyuk2024-12-132-20/+5
| | | | commit_hash:a6500256017887b429185060801f2b959ebe955e
* Prepare Java configuration for engine switchingvpozdyayev2024-12-131-32/+62
| | | | | | | | | /market /adv/amaleya /devtools/examples/tutorials/java/hello-dep commit_hash:961cc7438c1e80c8072a8fe14a14cea306cb2bb5
* Var for IGNORED semantic and add_prefix for semantic varsdimdim112024-12-136-80/+79
| | | | | Var for IGNORED semantic and add_prefix for semantic vars commit_hash:8dc7a56d4f0878ca15437a66568ee3dfbf888749
* Use -Wno-missing-designated-field-initializersvadim-xd2024-12-131-1/+1
| | | | commit_hash:b098587edf366d98b805b1de5ce26806ebf9731a
* Intermediate changesrobot-piglet2024-12-133-0/+57
| | | | commit_hash:7261fd77a0ee849dc03daf29163ac3a7780ec1d6
* Remove ide_msvs from ymake_conf.py and other confmikhnenko2024-12-123-67/+18
| | | | commit_hash:e8e94952145b7fb93ccdf9c9d3e034b423286e22
* Update YFM for ya make to latest versionrobot-infraui-ci2024-12-121-4/+4
| | | | | Update YFM for ya make to latest version commit_hash:48f35cbcda781cb8e15ab56989f57e6f6a3cab78
* Better diagnostics for scalar context usagesvvvv2024-12-128-7/+110
| | | | | init commit_hash:12f8e607ccf54d241b69dbb1903cf36a1930295f
* CONSISTENCY_MODE => CONSISTENCY_LEVEL (prepare)ilnaz2024-12-123-5/+6
| | | | commit_hash:2d6aa4500505056c846345f04060f1fb4fee9778
* yt/cpp/mapreduce: Move Set operation to THttpRawClienthiddenpath2024-12-1215-24/+230
| | | | commit_hash:3c4bb23f8331162e4667c907c007bc859cc2fc76
* Remove empty resolving of winmmap.hthegeorg2024-12-121-1/+0
| | | | commit_hash:061c56783ee315f4ec189b21862e0e984df6e463
* YQL-19336: Fix aliased columns in PGmrlolthe1st2024-12-125-21/+49
| | | | | YQL-19336: Fix aliased columns in PG commit_hash:30ac6e8d9d0876fed9ba1e8b848d5c7ad8826dda
* Switch all tests to atd from snapshotthegeorg2024-12-123-46/+4
| | | | commit_hash:a9a7c2df09742a540851227c4fcb7d925edd9793
* initial implementation of memory preallocation in gracejoinmfilitov2024-12-123-18/+75
| | | | | Память преаллоцируется перед выполнением Join(). Если память преаллоцировать не удалось из-за ее нехватки, то включается спиллинг commit_hash:eccddfcf1304b4d64d819ced90744a163924addb
* MR: greedy quantifiers fixvokayndzop2024-12-1212-118/+138
| | | | commit_hash:942b86bef9990f5a15a3a7ce862665194278ffd4
* Intermediate changesrobot-piglet2024-12-127-13/+13
| | | | commit_hash:bc06c484f338fad20592168fcb8b4321711dd90c
* Add LINTERS_MAKE_FILENAME temp variablealevitskii2024-12-121-0/+1
| | | | | Add LINTERS_MAKE_FILENAME variable commit_hash:e38dbff84ed149d66eb29b9546abb08cbf2f0755
* Automatic release build for ymake, os_ymakerobot-ya-builder2024-12-123-10/+20
| | | | | Update tools: ymake, os_ymake commit_hash:ff606ac888dd6d0fe8282005fca7c962351a32ea
* Remove empty resolving of gdwmfapi.hthegeorg2024-12-121-1/+0
| | | | commit_hash:93d91b703e4427732bc21feed4eb4668160bcd40
* TCgiParameters: add lifetimebound checkswarmer2024-12-122-9/+9
| | | | commit_hash:d483051ff24331bcda69d8afa1413158c9e01925