This repository was archived by the owner on Jun 14, 2022. It is now read-only.
Second alpha version in 3x branch #91
sergeyklay
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Removals
psync_rendirmacro.psync_file_renamefunction.requirements.txtfile from the project. It was only needed toinstall conan at CI phase.
All users could do is to build it using Cygwin or Msys. However, this project
depends on some components (for ex. FUSE, POSIX threads and UNIX sockets) that
either don't work under Windows, or have poor support, or require significant
support costs. Given the fact that this project is intended for UNIX/Linux users,
Windows support becomes an unaffordable luxury. Anyway, in the WSL/Docker era,
things get a little easier, even for Windows users.
PSYNC_THREADmacro in favor of__thread.PSYNC_DEFAULT_WINDOWS_DBNAMEmacro.PSYNC_DEFAULT_WINDOWS_DIRmacro.psync_32to64macro.psync_bool_to_zeromacro.P_PRI_D64macro.psync_stat_ctimemacro.psync_inode_supportedmacro.psync_sock_err_ttypedef.PSYNC_DIRECTORY_SEPARATORmacro.PSYNC_DIRECTORY_SEPARATORCmacro.P_SEEK_CURmacro.P_SEEK_ENDmacro.Features
-dumpversionprogram option alias for--dumpversion.Bugfix
_FILE_OFFSET_BITSto64on arm64 architectures.For more info about this macro refer to
https://www.gnu.org/software/libc/manual/html_node/Feature-Test-Macros.html.
Changes
overlay_callbackpointer to function topoverlay_callback.overlay_message_toverlay data type topoverlay_message_t.psync_check_result()now is macro, not function.Now they will all be in
pcloudcc/compat/*.hpcloudcc/compat/string.h: Some extra string manipulation functionsnot present in all standard C runtimes.
pcloudcc/compat/compiler.h: Compilers compatibility constantsThis discussion was created from the release Second alpha version in 3x branch.
Beta Was this translation helpful? Give feedback.
All reactions