This repository has been 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
-
Removals
psync_rendir
macro.psync_file_rename
function.requirements.txt
file 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_THREAD
macro in favor of__thread
.PSYNC_DEFAULT_WINDOWS_DBNAME
macro.PSYNC_DEFAULT_WINDOWS_DIR
macro.psync_32to64
macro.psync_bool_to_zero
macro.P_PRI_D64
macro.psync_stat_ctime
macro.psync_inode_supported
macro.psync_sock_err_t
typedef.PSYNC_DIRECTORY_SEPARATOR
macro.PSYNC_DIRECTORY_SEPARATORC
macro.P_SEEK_CUR
macro.P_SEEK_END
macro.Features
-dumpversion
program option alias for--dumpversion
.Bugfix
_FILE_OFFSET_BITS
to64
on 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_callback
pointer to function topoverlay_callback
.overlay_message_t
overlay data type topoverlay_message_t
.psync_check_result()
now is macro, not function.Now they will all be in
pcloudcc/compat/*.h
pcloudcc/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