- Jun 02, 2022
-
-
Georgy Moshkin authored
-
- May 30, 2022
-
-
since 1.61 rust has added a `whole-archive` modifier for link targets which is unset by default. Previously to this version this was probably undefined behavior, because the linking would work fine when building an executable (like picodata) but would fail with undefined symbols when building a static library. But now with the advent of this option, we can probably refactor picodata into a library which can be useful for testing, i.e. we can exclude testing stuff from the binary but still have a test binary with all the necessary runtime symbols. Closes #81
-
- Apr 29, 2022
-
-
Yaroslav Dynnikov authored
-
- Mar 11, 2022
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Mar 10, 2022
-
-
Georgy Moshkin authored
- don't patch if tarantool-sys/patch-applied exists - use a single build directory for `cargo build` & `cargo check`
-
- Mar 09, 2022
-
-
Georgy Moshkin authored
-
- Feb 21, 2022
-
-
Sergey V authored
-
- Feb 18, 2022
-
-
Georgy Moshkin authored
+ tarantool-sys submodule + tarantool-patches directory + build.rs build script to patch and build tarantool + static linking with tarantool + refactoring for cli arguments
-