Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-04 | drop python binding support | Ryo Nakamura | |
2023-08-04 | introduce git-based versioning | Ryo Nakamura | |
MSCP_BUILD_VERSION (`git describe --tags --dirty --match "v*"`) is passed through include/mscp_version.h.in and cmake. When git is failed, use VERSION file instead (for building from source tar balls that excludes .git). | |||
2023-03-11 | add mscp and pymscp python modules. | Ryo Nakamura | |
pymscp is a C Python wrapper for libmscp functions. mscp module provides simple (?) Python API. | |||
2023-03-10 | merge main into lib | Ryo Nakamura | |
2023-03-09 | add conanfile.txt to compile mscp as a single binary | Ryo Nakamura | |
conan cmake build with -DBUILD_CONAN=ON and -DBUILD_STATIC=ON in alpine make mscp as a single binary with statically linked musl. | |||
2023-03-04 | add doxygen for mscp.h | Ryo Nakamura | |
2022-11-20 | build libssh-static from mscp cmake | Ryo Nakamura | |
2022-11-20 | add libssh 0.10.4 as submodule | Ryo Nakamura | |
2022-11-17 | add libssh to .gitignore | Ryo Nakamura | |
2022-11-17 | add libssh as submodule and LIBSSH_PATH to build mscp with static built | Ryo Nakamura | |
libssh. | |||
2022-10-30 | add cpack to build debian package | Ryo Nakamura | |
2022-10-15 | initial commit | Ryo Nakamura | |