This is an automated email from the git hooks/post-receive script.
x2go pushed a change to branch master
in repository x2gokdrive.
from b70a5a5 x2gokdrive*.c: Include kdrive-config.h when building against X.Org server before 1.19.99.901.
new 041844c x2gokdriveremote.{c|h}: Avoid remote.h as include file. Too commonly used.
new 974c2c8 x2gokdrive*.h: Use uniform names for include guards.
new 12294a9 x2gokdrive*.{c|h}: Use new-style function definitions for parameter-less functions.
new 82d8942 x2gokdrive*.{c|h}: Comment out dead code (needs to be removed later) that throws compiler warnings.
new 629362d x2gokdriveinit.c: Provide prototypes for ephyrInitFake and ddxInputThread (if not ifdef'ed out).
new 100d36e x2gokdrive*.c: Make all comments and deactivate code passages look uniform.
new 8e45834 x2gokdrive*.c: Silence "ISO C90 forbids mixed declarations and code" warnings.
new cc647f8 x2gokdrive*.c: Comment out defined, but unused code. Fixes several compiler warnings.
new 870ba0e rebase comments
new 63d4b8b x2gokdriveremote.c: Declare non-prototyped as static, probably more static functions in the code, needs more investigation.
new 99806b8 x2gokdriveremote.c: Attribute ln integer as _X_UNUSED.
new bc93ad9 x2gokdrive*.c: Remove unused variables (or mark them with _X_UNUSED).
The 12 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Makefile | 2 +-
Makefile.am | 4 +-
x2gokdrive.c | 484 ++++++++++-----------
x2gokdrive.h | 8 +-
x2gokdrivecursor.c | 42 +-
x2gokdriveinit.c | 45 +-
x2gokdrivelog.h | 7 +-
remote.c => x2gokdriveremote.c | 946 ++++++++++++++++++++++-------------------
remote.h => x2gokdriveremote.h | 21 +-
x2gokdriveselection.c | 24 +-
x2gokdriveselection.h | 8 +-
11 files changed, 822 insertions(+), 769 deletions(-)
rename remote.c => x2gokdriveremote.c (80%)
rename remote.h => x2gokdriveremote.h (97%)
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git