index
:
ydb
add-upcoming-event-1
alexv-smirnov-patch-1
alexv-smirnov1
blinkov-patch-1
docs-dont-link-to-archived-go-sdk
docs-drop-unused-files
docs-gtm
docs-quickstart-add-mkdir
docs-yfm-link
fix-header-ident-bloom
get_cmakelists2
license-year-2023
mai
main
readme-linkedin-link
readme-links-update
readme-social-update
roadmap
stable-22-2
stable-22-4
stable-22-5
stable-23-1
stable-23-2
stable-23-3
Mirror of YDB github repos
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
build
/
export_generators
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix path to flatc
thegeorg
2024-07-03
1
-1
/
+1
*
Completely remove traces of prebuilt contrib/tools/flatc
thegeorg
2024-07-03
1
-1
/
+1
*
Fixes for conan in new cmake generator
dimdim11
2024-06-26
1
-0
/
+3
*
Structure of the generated project changed
c0nsumer
2024-06-20
1
-1
/
+1
*
Fixes yexport cmake generator
dimdim11
2024-06-20
2
-5
/
+13
*
Many fixes for cmake generator based on jinja templates
dimdim11
2024-06-19
5
-31
/
+43
*
YT-21561: Remove clear cmake flags
nadya73
2024-06-18
2
-4
/
+4
*
kotlinx serialization
c0nsumer
2024-06-12
1
-1
/
+4
*
Errorprone plugin supported
c0nsumer
2024-06-06
1
-0
/
+18
*
Enable policy CMP0132 if available (CMake 3.24+) to avoid setting CC, CXX tha...
akhropov
2024-06-05
2
-0
/
+8
*
Properly detect Visual Studio version if non-standard toolset for this versio...
akhropov
2024-06-04
2
-0
/
+28
*
Continue merge cmake and jinja generator
dimdim11
2024-05-30
21
-153
/
+528
*
Apply YDB feedback for generated cmake disclamer
svidyuk
2024-05-27
2
-10
/
+10
*
Add darwin-x86_64 profile to generator.toml.
akhropov
2024-05-21
3
-0
/
+19
*
Support cross-platform building on host macOS arm64 to target macOS x86_64.
akhropov
2024-05-17
1
-0
/
+11
*
CMake generator based on Jinja generator
dimdim11
2024-05-15
13
-63
/
+162
*
Draft for new cmake generator
dimdim11
2024-05-08
49
-69
/
+3914
*
Merge jinja and cmake generators - first stage
dimdim11
2024-04-28
2
-0
/
+3
*
Fully remove prologue/epilogue from yexport code
dimdim11
2024-04-23
2
-11
/
+2
*
Remove prologue/epilogue from yexport code, remove platform CNameLists from code
dimdim11
2024-04-23
5
-42
/
+54
*
Use common and directory templates from generator toml, cut off constants wit...
dimdim11
2024-04-19
1
-0
/
+6
*
Ya ide gradle integration with Arcadia plugin
c0nsumer
2024-04-18
2
-1
/
+9
*
Some proto problems fixed
c0nsumer
2024-04-16
2
-0
/
+12
*
Fix grammar and use more idiomatic language
akhropov
2024-04-10
1
-4
/
+4
*
Improve generated cmake disclamer
svidyuk
2024-04-04
1
-5
/
+13
*
Compatibility with Python < 3.9 (https://docs.python.org/3.9/whatsnew/3.9.htm...
akhropov
2024-03-28
1
-1
/
+2
*
Add vanilla_protobuf attribute and logic in cmake generator (patch by python)
dimdim11
2024-03-28
4
-51
/
+96
*
Finish removing platform_flags, restyle jinja
dimdim11
2024-03-27
4
-13
/
+18
*
Revert commit rXXXXXX,Add vanilla_protobuf attribute and logic in cmake gener...
svidyuk
2024-03-25
2
-45
/
+50
*
Add vanilla_protobuf attribute and logic in cmake generator
dimdim11
2024-03-21
2
-50
/
+45
*
New templates for cmake-generator
sennikovmv
2024-03-21
2
-4
/
+48
*
Options for dump sems and attrs
dimdim11
2024-03-21
4
-4
/
+23
*
Prepare for vanilla protoc
dimdim11
2024-03-20
1
-0
/
+1
*
Update path to flatc
thegeorg
2024-03-19
1
-1
/
+1
*
Cutting cmake conditions from cpp code
sennikovmv
2024-03-19
1
-0
/
+10
*
Lombok plugin deduplication in ya ide gradle
c0nsumer
2024-03-18
1
-24
/
+3
*
Fix misprint
svidyuk
2024-03-16
1
-1
/
+1
*
Revert commit rXXXXXX,Cutting cmake conditions from cpp code
svidyuk
2024-03-13
2
-16
/
+4
*
Cutting cmake conditions from cpp code
sennikovmv
2024-03-13
2
-4
/
+16
*
Ya ide gradle improvements
c0nsumer
2024-03-12
3
-2
/
+36
*
Add platforms to cmake generator.toml
sennikovmv
2024-03-12
1
-0
/
+27
*
Cmake export over Jinja-templates
sennikovmv
2024-03-11
3
-0
/
+91
*
Conanfile jinja-template
sennikovmv
2024-03-04
2
-1
/
+22
*
Refactor with_kotlin(c) from bool to flags
dimdim11
2024-02-22
2
-10
/
+10
*
Bump nvcc standard from c++14 to c++17 in CMake build as well.
akhropov
2024-02-21
1
-1
/
+1
*
--allow-unsupported-compiler in CMake builds as well.
akhropov
2024-02-21
1
-0
/
+2
*
get rid of six
snermolaev
2024-02-20
1
-8
/
+4
*
Testdep attribute for dependency to test (from test or from module)
dimdim11
2024-02-20
2
-3
/
+6
*
Remove EXCLUDE_FROM_ALL for recursive_library.
akhropov
2024-02-16
1
-1
/
+1
*
Fix recursive_library after rXXXXXX.
akhropov
2024-02-16
2
-2
/
+2
[prev]
[next]