| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | json-value: GetValueByPathOrCreate | ilnurkh | 2026-05-22 | 3 | -0/+13 |
| | | | | | commit_hash:dbf6bb806bcac71fd67d65ec209838e5f5133710 | ||||
| * | Fix style | akhropov | 2026-03-29 | 1 | -9/+12 |
| | | | | | commit_hash:2ba91e501cb0d1d5f727d7018af5bdc34ebd51f2 | ||||
| * | [json] Add non-const version of `GetStringSafe` method (relates) | mvel | 2026-03-19 | 3 | -0/+16 |
| | | | | | | Странно, что такого метода не было. А он полезен, если хочешь хачить уже имеющуюся структуру. commit_hash:09763c7c08d149a27867a4cf5908b694b3024e99 | ||||
| * | Document behaviour of Read* and Validate* functions | akhropov | 2025-12-21 | 1 | -0/+21 |
| | | | | | commit_hash:f59114332e05d1b6466c35db856e780573fe0525 | ||||
| * | json_writer: remove unused predicate and move out result string | swarmer | 2025-11-26 | 1 | -12/+2 |
| | | | | | commit_hash:11905e9c07bac938a838c340f99a05579e2f5b5c | ||||
| * | forward decalaration for the TJsonValue | swarmer | 2025-11-20 | 3 | -6/+8 |
| | | | | | commit_hash:856a8b4b61af064aec80aa907e2784f9d4ffce61 | ||||
| * | Style fix | nae202 | 2025-09-23 | 45 | -557/+513 |
| | | | | | commit_hash:d506e2a0f2770f3662449a3711e976499eb9ccbb | ||||
| * | implement appending `[]` and reverse-lookup `[-1]` in json *ByValue methods | ilnurkh | 2025-09-21 | 6 | -4/+105 |
| | | | | | commit_hash:27ed69b5a37eb0d58449fb062147aaeb67ec51ba | ||||
| * | Intermediate changes | robot-piglet | 2025-09-18 | 4 | -10/+16 |
| | | | | | commit_hash:a2c65251912228db1f8c195afd59840d04daf7ff | ||||
| * | Intermediate changes | robot-piglet | 2025-08-08 | 17 | -0/+5647 |
| | | | | | commit_hash:369029716d3b4afaec45df28e06b27c781a5b564 | ||||
| * | Intermediate changes | robot-piglet | 2025-04-25 | 1 | -2/+0 |
| | | | | | commit_hash:a2ae9e9ddb0ebd0f3ce876aa1f8f29e291d3aed1 | ||||
| * | Add more IWYU export pragmas in library/* | vadim-xd | 2025-04-06 | 1 | -1/+1 |
| | | | | | | Followup for rXXXXXX - reduce false-positives of include cleaner commit_hash:03bb3b1817067ed576faa57c597737b01d63d2e4 | ||||
| * | Merge yexception.h and bt_exception.h to prevent include cycle | thegeorg | 2025-03-28 | 1 | -1/+1 |
| | | | | | commit_hash:4a6a74639669cf2836dedbc7b61efb1f43faef1f | ||||
| * | annotate TJsonValue's methods with a lifetime bound attribute | swarmer | 2025-03-15 | 1 | -29/+30 |
| | | | | | | Check that the strings and dictionaries owned by TJsonValue are not accessed after the destruction of the TJsonValue instance itself. commit_hash:0ed6d84f28681d3f9d8c0fe7080bd7a5dd183919 | ||||
| * | Intermediate changes | robot-piglet | 2025-02-21 | 1 | -2/+8 |
| | | | | | commit_hash:0ece39f764da165d6f259d1e8d89904001d07282 | ||||
| * | Allow to read Nan/Inf values from JSON | d-dima | 2024-08-05 | 4 | -0/+40 |
| | | | | | | Allow to read Nan/Inf values from JSON 9fbb79a21d81cf178abc89cd11d7ac75a9a4aaed | ||||
| * | Intermediate changes | robot-piglet | 2024-07-19 | 2 | -0/+2 |
| | | |||||
| * | library: don't ignore map keys when checking json maxDepth | ionagamed | 2024-07-02 | 2 | -4/+35 |
| | | | | | e5feb0553ad2842db9974979d9808105e6c5ba34 | ||||
| * | feat contrib: aiogram 3 | armenqa | 2024-01-19 | 36 | -821/+0 |
| | | | | | Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/ | ||||
| * | External build system generator release 65 | robot-ya-builder | 2023-12-05 | 6 | -18/+18 |
| | | | | | Update tools: yexport, os-yexport | ||||
| * | library/json: add MaxDepth and iterative parsing into config | ionagamed | 2023-11-29 | 3 | -33/+135 |
| | | | | | | | | | rationale: у нас была проблема где приезжает пользовательский json небольшой (на пару-тройку кб) и рвет нам стек из-за глубины. Со стороны rapidjson это проще всего поправить включив у них итеративный парсинг, который не будет использовать системный стек. Но это не совсем все — с нашей стороны оно все развалится когда надо будет вызвать рекурсивно деструкторы TJsonValue — и тут уже можно будет покрутить MaxDepth. | ||||
| * | add darwin-arm64 CMakeLists | dcherednik | 2023-11-20 | 12 | -0/+151 |
| | | |||||
| * | Y_VERIFY->Y_ABORT_UNLESS at ^l | ilnurkh | 2023-10-09 | 1 | -2/+2 |
| | | | | | https://clubs.at.yandex-team.ru/arcadia/29404 | ||||
| * | (no commit message) | pg | 2023-08-31 | 2 | -4/+7 |
| | | |||||
| * | Fix input variable missprint | svidyuk | 2023-08-30 | 4 | -0/+24 |
| | | |||||
| * | All .ll files support in LLVM_BC | svidyuk | 2023-08-30 | 4 | -24/+0 |
| | | |||||
| * | Remove extra semicolon | bulatman | 2023-08-02 | 1 | -1/+0 |
| | | |||||
| * | add TryNodeFromJsonString: ability to parse object and check errors without ↵ | ilnurkh | 2023-07-27 | 2 | -0/+5 |
| | | | | | try-catch | ||||
| * | Опеспечить совместимость с GCC 12.3 | philimonov | 2023-07-13 | 1 | -1/+1 |
| | | | | | | | | | | | | Команда робототехники Я.Маркета собирает свою кодовую базу с помощью GCC 10.3. Хотелось бы в ближайшем будущем обновиться до GCC 12.3. Часть кода собирается из директорий: * util * library * yandex_io Поправил ошибки лексического анализатора GCC 12.3 + добавил пропущенный стандартные include файлы | ||||
| * | add ymake export to ydb | alexv-smirnov | 2023-06-13 | 12 | -0/+183 |
| | | |||||
| * | External build system generator release 29 | robot-ya-builder | 2023-04-19 | 6 | -6/+6 |
| | | | | Update tools: yexport | ||||
| * | Revert ymake build from ydb oss export | alexv-smirnov | 2023-03-28 | 12 | -183/+0 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-03-22 | 1 | -0/+11 |
| | | |||||
| * | External build system generator release 21 | robot-ya-builder | 2023-03-17 | 6 | -18/+18 |
| | | | | Update tools: yexport | ||||
| * | add library/cpp/actors, ymake build to ydb oss export | alexv-smirnov | 2023-03-15 | 12 | -0/+183 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-03-09 | 12 | -0/+151 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-03-07 | 18 | -12/+12 |
| | | |||||
| * | External build system generator release 17 | robot-ya-builder | 2023-03-06 | 9 | -6/+24 |
| | | | | Update tools: yexport | ||||
| * | Intermediate changes | robot-piglet | 2023-02-07 | 18 | -36/+36 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-02-07 | 18 | -36/+36 |
| | | |||||
| * | External build system generator release 12 | robot-ya-builder | 2023-01-31 | 6 | -6/+6 |
| | | | | Update tools: yexport | ||||
| * | External build system generator release 8 | robot-ya-builder | 2023-01-17 | 24 | -24/+24 |
| | | | | Update tools: yexport | ||||
| * | Sync linux-headers instead of using system ones | thegeorg | 2022-12-15 | 24 | -85/+453 |
| | | |||||
| * | Update contrib/libs/cxxsupp/openmp to 15.0.2 | thegeorg | 2022-10-20 | 2 | -13/+9 |
| | | |||||
| * | Fix spilling UT | va-kuznecov | 2022-10-18 | 3 | -0/+389 |
| | | |||||
| * | health checker tests | andrew-rykov | 2022-10-07 | 1 | -39/+0 |
| | | |||||
| * | Update external build system generation utility | robot-ya-builder | 2022-09-01 | 1 | -0/+5 |
| | | | | | * [cmake] Hierarchical add_subdirectroy structure * [cmake] Support for same file compilation multiple times with different flags | ||||
| * | const char* -> TStringBuf | tobo | 2022-08-09 | 1 | -1/+1 |
| | | |||||
| * | fix ya.make | monster | 2022-07-07 | 4 | -396/+0 |
| | | |||||
| * | intermediate changes | arcadia-devtools | 2022-05-26 | 1 | -0/+0 |
| | | | | | ref:053341dde4c25aa65918f21eb765fc97232e55cb | ||||
