c368013f13
- Unit test for sending file data from server to client. - Removed singleton pattern from CSocketMultiplexer for easier unit testing. - Incremented protocol version from 1.4 to 1.5 (new file chunk message). - Storing pointer to CConfig instead of copying in CServer (so we can mock it). - Created a common event queue for testing (timeout, quit event, etc). - Fixed code style. |
||
---|---|---|
doc | ||
res | ||
src | ||
tools | ||
.gitignore | ||
.lvimrc | ||
CMakeLists.txt | ||
COMPILE | ||
COPYING | ||
ChangeLog | ||
INSTALL | ||
README | ||
configure | ||
hm.cmd | ||
hm.py | ||
hm.sh |
README
See: http://synergy-foss.org/pm/projects/synergy/wiki/Readme Announcement | 2009-08-04 ========================= We have recently switched to CMake, to replace Automake. Plese read the Compiling wiki page for help with CMake: http://synergy-foss.org/pm/projects/synergy/wiki/Compiling Linux/Mac --------- Instead of using the traditional GNU style `./configure; make` commands, you will now need to use CMake. Windows ------- Instead of using the VS2005 and VS2008 directories, you now need to generate the Visual Studio project files using CMake.