summaryrefslogtreecommitdiffstats
path: root/build/export_generators/hardcoded-cmake/cmake
Commit message (Collapse)AuthorAgeFilesLines
* Remove hardcoded-cmake generator filesdimdim112024-10-0334-3247/+0
| | | | | Remove hardcoded-cmake generator files commit_hash:133622cd3a729cbb7cbfdee793de79d6de4f20f4
* Fix run_antlr semantics, add run_antlr4 semanticdimdim112024-09-122-7/+36
| | | | | | | Add run_antlr4 semantic Add semantic for run antlr4 commit_hash:55ff8945c64f798c87399822344b24b5bd6c7b16
* Fix export IDN and AIOdimdim112024-09-102-4/+4
| | | | | Fix export IDN and AIO b136f876eac2579a7b34019ebbf179f988d2a8b2
* Add '-rdynamic' to link options on Android and Linux to enable symbols in ↵akhropov2024-07-251-0/+4
| | | | | | backtraces. 17818639645d6b8106c4a569bc611c7fab654b68
* Set ARCADIA_ROOT and ARCADIA_BUILD_ROOT for CMake-based builds.akhropov2024-07-231-0/+2
| | | | e0ce3e0c53b7a3afb7f4db6f047082a7fd924a61
* Remove adding '/std:c++latest' flags for MSVC builds. It only gives a ↵akhropov2024-07-191-1/+0
| | | | | | warning as CMake adds its own /std:c++* (* = 20 for now) flag after it anyway b6a14e7dd0bd3b7ef611eaf759aa32221e8e9b0f
* Conan2 support by use_conan2 flag in yexport.tomldimdim112024-07-182-0/+663
| | | | | Conan2 support by use_conan2 flag in yexport.toml 761168c6b3872e79fea36bede3da8a28e9736ee9
* Revert "Conan2 support by use_conan2 flag in yexport.toml"mikhnenko2024-07-082-663/+0
| | | | | | This reverts commit 53b2f6c57e617e4efacd04b2205da51579655ac8, reversing changes made to a265b57511425cc8130c5ac369e9ecb0ba0b10cf. b598f7b7bd94c27933dae8874d4a2a4a5e366591
* Conan2 support by use_conan2 flag in yexport.tomldimdim112024-07-082-0/+663
| | | | | Conan2 support by use_conan2 flag in yexport.toml 53b2f6c57e617e4efacd04b2205da51579655ac8
* Fix path to flatcthegeorg2024-07-031-1/+1
| | | | 0b1b27f1cca4d8f58470306168e85d631f1b3bda
* YT-21561: Remove clear cmake flagsnadya732024-06-181-2/+2
| | | | fa318ee584c34209f5ff244bab515c574c0352b4
* Properly detect Visual Studio version if non-standard toolset for this ↵akhropov2024-06-041-0/+14
| | | | | | version is used.. #2302 0843dd6fab7789634d13bdde50586f8d122288fa
* Add darwin-x86_64 profile to generator.toml.akhropov2024-05-211-0/+11
| | | | 797a63585c218caba357e08ce955ea4e944e1e1c
* Add vanilla_protobuf attribute and logic in cmake generator (patch by python)dimdim112024-03-281-50/+41
| | | | | Add vanilla_protobuf attribute and logic in cmake generator 0801b280e74126103f91b5cccf0fb16bdfddc492
* Revert commit rXXXXXX,Add vanilla_protobuf attribute and logic in cmake ↵svidyuk2024-03-251-40/+50
| | | | | | generator 389945f5aaf18f3cb06fcee6c6bd14b39f0beeed
* Add vanilla_protobuf attribute and logic in cmake generatordimdim112024-03-211-50/+40
| | | | | Add vanilla_protobuf attribute and logic in cmake generator 4019392e1b6894819bd2ea0a1601539803f333e8
* Update path to flatcthegeorg2024-03-191-1/+1
| | | | c5fcdf752a6f6b699997c4d0c595d6ce557d69a9
* Fix misprintsvidyuk2024-03-161-1/+1
| | | | 62a9458686ad84e7abc39794d107e400174e27e3
* Bump nvcc standard from c++14 to c++17 in CMake build as well.akhropov2024-02-211-1/+1
| | | | b1699a2ea485dcc5ef5eadd888508c49c5659e46
* --allow-unsupported-compiler in CMake builds as well.akhropov2024-02-211-0/+2
| | | | cf3c73bf342badefc42ab0534406f91757b2191e
* Remove EXCLUDE_FROM_ALL for recursive_library.akhropov2024-02-161-1/+1
| | | | f9ffa06b9e28c762693ebc9b0725daa4b8c49394
* Fix recursive_library after rXXXXXX.akhropov2024-02-161-1/+1
| | | | f4e34ac010d78d384ad18819db18ffa2e20967b9
* Yexport testsennikovmv2024-02-1610-59/+59
| | | | 42477b361df98bfa4ad9fa98d79ee8c6e27a78ef
* Backport https://github.com/ydb-platform/ydb/pull/1688/filessvidyuk2024-02-081-9/+20
|
* Fix: add input file as MAIN_DEPENDENCY in Cython call..akhropov2024-02-031-0/+1
|
* Set conan os.version setting from CMAKE_OSX_DEPLOYMENT_TARGET..akhropov2024-01-301-2/+4
|
* Remove trailing whitespaceakhropov2024-01-301-7/+7
|
* Set -mno-outline-atomics for modern versions of CLang and GCC to avoid ↵akhropov2024-01-301-0/+7
| | | | unresolved symbols linking errors on arm64.,. Fix #2527
* Enum serialization cmake build fixsvidyuk2024-01-301-2/+5
|
* Fill ENVIRONMENT for CMake projects from ENV() macrosesdimdim112024-01-251-2/+2
|
* feat contrib: aiogram 3armenqa2024-01-191-5/+8
| | | | Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/
* Library import 8 (#1074)AlexSm2024-01-1811-33/+192
| | | | | * Library import 8 * Add contrib/libs/cxxsupp/libcxx/include/__verbose_abort
* Moved cmake files to generator dir and updated generator.tomlmag1str02023-12-1219-3/+1764
|
* Add yexport export generatorsalexv-smirnov2023-07-285-0/+585