Nick Bolton c368013f13 Patch by Jerry for issue 46:
- 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.
2013-07-16 19:02:30 +00:00
2012-06-10 16:50:54 +00:00
2013-07-16 19:02:30 +00:00
2012-06-10 16:50:54 +00:00
2012-06-10 16:50:54 +00:00
2013-05-04 11:20:39 +00:00
2012-06-10 16:50:54 +00:00
2012-06-10 16:50:54 +00:00
2012-06-10 16:50:54 +00:00
2013-05-31 16:06:51 +00:00
2012-06-10 16:50:54 +00:00
2012-06-10 16:50:54 +00:00
2013-06-29 22:21:12 +00:00

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.
Description
Languages
C++ 50.3%
C 47.5%
Objective-C++ 1.1%
CMake 0.8%
Objective-C 0.1%