barrier/lib
crs dc499149f4 Fixed compile on gcc 3.4 and later. gcc started doing access checks
for class visibility on pointers to member function 'using the
qualifying scope of the name itself.'  what this means is if method
'prot' is declared protected in class A and B inherits from A then
a method in B cannot use &A::prot but can use &B::prot.  Synergy
now does this in the one place it had not.
2004-09-27 21:54:49 +00:00
..
arch Worked around minor gcc 3.3.2 -O3 compiler bug. 2004-09-27 21:23:47 +00:00
base Changed VC++ projects to put release targets in ./build, debug 2004-05-16 18:02:49 +00:00
client Fixed assertion failure when client connection fails immediately. 2004-06-10 21:25:09 +00:00
common Changed version to 1.1.9. Changed configure.in to get version 2004-09-27 20:53:54 +00:00
io Changed VC++ projects to put release targets in ./build, debug 2004-05-16 18:02:49 +00:00
mt Changed VC++ projects to put release targets in ./build, debug 2004-05-16 18:02:49 +00:00
net Worked around bug/weirdness on OS X. It's reporting that a 2004-07-29 21:48:40 +00:00
platform Fixed compile on gcc 3.4 and later. gcc started doing access checks 2004-09-27 21:54:49 +00:00
server Fixed handling of screen resolution changes. 2004-05-16 18:04:36 +00:00
synergy Fixed compile on gcc 3.4 and later. gcc started doing access checks 2004-09-27 21:54:49 +00:00
Makefile.am Removed DEPTH, VDEPTH, and VPATH from makefiles. 2004-04-04 12:12:32 +00:00