| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Intermediate changes | robot-piglet | 2026-04-25 | 2 | -3/+3 |
| | | | | | commit_hash:878f72b5f66871e1b67482aac5131352b059934b | ||||
| * | Intermediate changes | robot-piglet | 2025-12-16 | 2 | -3/+3 |
| | | | | | commit_hash:1d85526a96cc86de05f7d3ad874fc4a57fd0ea77 | ||||
| * | Intermediate changes | robot-piglet | 2025-08-24 | 2 | -3/+3 |
| | | | | | commit_hash:eeb63526b0e7d1af454fe7f827a075e48a720c82 | ||||
| * | Intermediate changes | robot-piglet | 2025-08-22 | 1 | -1/+1 |
| | | | | | commit_hash:c695140ef0756cc6f8476240f944dd500ed41915 | ||||
| * | Intermediate changes | robot-piglet | 2025-04-26 | 7 | -42/+30 |
| | | | | | commit_hash:d5803d0504d2b59e86f5f760aa15993f6c445389 | ||||
| * | Intermediate changes | robot-piglet | 2025-03-12 | 2 | -0/+31 |
| | | | | | commit_hash:9238849c63346221a3ce13aa39095edcf1e96aeb | ||||
| * | Intermediate changes | robot-piglet | 2025-02-12 | 1 | -1/+1 |
| | | | | | commit_hash:968efa1587ed15d27ed5b3b0c8f68f01abcbba67 | ||||
| * | Intermediate changes | robot-piglet | 2024-12-16 | 1 | -2/+2 |
| | | | | | commit_hash:416c992fad14963a4469fc690253a3e4e9abd034 | ||||
| * | publishFullContrib: true for ydb | maxim-yurchuk | 2024-10-09 | 3 | -0/+253 |
| | | | | | | <HIDDEN_URL> commit_hash:c82a80ac4594723cebf2c7387dec9c60217f603e | ||||
| * | Intermediate changes | robot-piglet | 2024-08-15 | 1 | -2/+2 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2024-04-30 | 2 | -3/+3 |
| | | |||||
| * | feat contrib: aiogram 3 | armenqa | 2024-01-19 | 6 | -131/+0 |
| | | | | | Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/ | ||||
| * | Intermediate changes | robot-piglet | 2023-12-15 | 1 | -2/+2 |
| | | |||||
| * | External build system generator release 65 | robot-ya-builder | 2023-12-05 | 1 | -3/+3 |
| | | | | | Update tools: yexport, os-yexport | ||||
| * | add darwin-arm64 CMakeLists | dcherednik | 2023-11-20 | 2 | -0/+24 |
| | | |||||
| * | add ydb deps | nkozlovskiy | 2023-09-29 | 10 | -0/+3667 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-08-16 | 1 | -2/+2 |
| | | |||||
| * | add ymake export to ydb | alexv-smirnov | 2023-06-13 | 1 | -0/+30 |
| | | |||||
| * | External build system generator release 29 | robot-ya-builder | 2023-04-19 | 1 | -1/+1 |
| | | | | Update tools: yexport | ||||
| * | Revert ymake build from ydb oss export | alexv-smirnov | 2023-03-28 | 14 | -3942/+0 |
| | | |||||
| * | External build system generator release 21 | robot-ya-builder | 2023-03-17 | 1 | -3/+3 |
| | | | | Update tools: yexport | ||||
| * | add library/cpp/actors, ymake build to ydb oss export | alexv-smirnov | 2023-03-15 | 14 | -0/+3942 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-03-09 | 2 | -0/+24 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-03-07 | 3 | -2/+2 |
| | | |||||
| * | External build system generator release 17 | robot-ya-builder | 2023-03-06 | 1 | -1/+1 |
| | | | | Update tools: yexport | ||||
| * | External build system generator release 12 | robot-ya-builder | 2023-01-31 | 1 | -1/+1 |
| | | | | Update tools: yexport | ||||
| * | External build system generator release 8 | robot-ya-builder | 2023-01-17 | 4 | -4/+4 |
| | | | | Update tools: yexport | ||||
| * | Sync linux-headers instead of using system ones | thegeorg | 2022-12-15 | 4 | -14/+75 |
| | | |||||
| * | yamaker: apply boost helper to some projects | bugaevskiy | 2022-09-25 | 1 | -1/+0 |
| | | |||||
| * | Exclude date_time and serialization from boost metaproject | bugaevskiy | 2022-09-19 | 1 | -0/+1 |
| | | |||||
| * | speedup GmTimeR function | tobo | 2022-08-25 | 2 | -0/+57 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | в профиле перфа Маркетного репорта постоянно вижу GmTimeR там в цикле вычитается по количеству дней в году и прибавляется по 1 году с 1970 по 2022 на каждый вызов В Маркете проблема стреляла и раньше в последней итерации функция становится на ~~30% быстрее системной gmtime_r %% ----------- GmTimeR --------------- samples: 20691 iterations: 264304536 iterations hr: 264M run time: 5.002055225 per iteration: 39.85866484 cycles ----------- gmtime_r --------------- samples: 17452 iterations: 188034528 iterations hr: 188M run time: 5.001259884 per iteration: 56.96146577 cycles %% текущая верся почти в 2 раза медленнее системной: %% ----------- GmTimeR --------------- samples: 12760 iterations: 100514931 iterations hr: 101M run time: 5.00096133 per iteration: 105.4334174 cycles ----------- gmtime_r --------------- samples: 17667 iterations: 192697896 iterations hr: 193M run time: 5.001356603 per iteration: 55.69031415 cycles %% | ||||
| * | Reimport boost/pool as a separate project | bugaevskiy | 2022-08-24 | 1 | -0/+22 |
