summaryrefslogtreecommitdiffstats
path: root/build/export_generators/cmake
Commit message (Expand)AuthorAgeFilesLines
* Deny cmake in-source buildsdimdim112026-03-171-0/+7
* Remove excessive CUDA compilation parallelism that could lead to RAM exhausti...akhropov2026-02-191-1/+1
* Add -fsized-deallocation into cmake listsmikhnenko2026-02-171-0/+1
* Don't add files that are not generated to the output. Remove copy-paste.akhropov2026-02-081-8/+9
* Use CMAKE_CUDA_ARCHITECTURES. Fix #2540akhropov2026-01-221-0/+4
* Set BUILD_TYPE $<CONFIGURATION>dimdim112026-01-191-2/+6
* Allow to use libc++ with CUDA 12.3+.. #2755akhropov2025-12-021-0/+2
* Rename export paths for catboostnechda2025-09-231-3/+3
* Fix copy conan_provider.cmake for Conan 2.xdimdim112025-07-241-0/+10
* Remove support for Conan 1.xdimdim112025-07-236-1047/+12
* Use Lua brackets for options with mix valuesdimdim112025-06-261-1/+5
* Fix bison.cmakedimdim112025-06-261-2/+7
* Patch 'OpenSSL::OpenSSL' in interfaces as well.akhropov2025-05-311-0/+4
* Fix: Set __SSE__ compiler macro for MSVC.akhropov2025-05-181-0/+1
* Fix and refactor copy/move files, add copy/move_file flagdimdim112025-04-111-0/+1
* Don't include FindCython explicitly, this will allow 'Cython_ROOT' variable t...akhropov2025-03-181-5/+0
* Support switching between internal and external cython using USE_INTERNAL_CYT...akhropov2025-03-163-2/+64
* Revert commit adda1c0216c0412e626f44fe10e9709fa2716e5c, Put compiler_executab...dimdim112025-03-051-3/+3
* Uniqueness conan by OS requiresdimdim112025-03-041-10/+14
* Fix exporting run_antlr(4) to CMakedimdim112025-02-132-9/+10
* Follow changes in link_lib.py again.akhropov2025-02-121-1/+0
* Follow changes in link_lib.py.akhropov2025-02-121-0/+3
* Use custom_runs in CMakedimdim112025-02-114-11/+107
* Fix: Add pthread library in global_flags after it has been removed as a libcx...akhropov2025-01-261-0/+14
* Support options for call rescompiler in CMakedimdim112024-11-111-2/+10
* Remove old unused semanticsdimdim112024-10-311-83/+6
* Fix generators for new fixed template EXTRA_ONLYdimdim112024-10-301-0/+4
* Add semantic and protoc_extra_outs for deps.pb.hdimdim112024-10-021-1/+1
* Enable Conan2 in CatBoost export... Fix #2582akhropov2024-09-238-42/+34
* Choose msvc as a compiler in the generated conan host profile when clang-cl i...akhropov2024-09-171-9/+34
* Put compiler_executables in quotes to fix issues with paths with spaces in them.akhropov2024-09-171-3/+3
* Make static library if add_custom_command existsdimdim112024-09-131-0/+3
* Fix run_antlr semantics, add run_antlr4 semanticdimdim112024-09-123-8/+43
* Fix export IDN and AIOdimdim112024-09-103-4/+22
* Fix options in conanfile.pydimdim112024-09-091-1/+1
* Patch OpenSSL target name under Conan2dimdim112024-09-061-1/+5
* Fill SWIG_LIB manually in conanfile.pydimdim112024-09-062-0/+10
* Update conan_provider.cmake to latest versiondimdim112024-08-291-163/+176
* Conan2 fixes in templatesdimdim112024-08-292-10/+10
* Fix headers only library templatesdimdim112024-08-223-16/+17
* New CMake generator style fixesdimdim112024-08-208-17/+17
* Fix ASM as last project language 2dimdim112024-08-191-5/+2
* Fix ASM as last project languagedimdim112024-08-191-2/+4
* Fix imports for Conan2dimdim112024-08-192-3/+23
* (2of3) Use requirements function in conanfile and support os depends conan at...dimdim112024-08-133-29/+98
* Fix conanfile.py with empty requiresdimdim112024-08-091-7/+13
* Support only headers librariesdimdim112024-07-294-11/+55
* Fix target_proto_plugin functiondimdim112024-07-291-3/+3
* Add '-rdynamic' to link options on Android and Linux to enable symbols in bac...akhropov2024-07-251-0/+4
* Workaround to fix split_unittest.py on Windows.akhropov2024-07-241-3/+7