Commit Graph

  • 3442cbc707 Task #2933 - *nix side of task (used lock file approach) Nick Bolton 2011-05-06 22:58:12 +0000
  • 933522451a win32: Task #2933 Prevent multiple integ tests from running in parallel (had to expose some arch misc windows functions) Nick Bolton 2011-05-06 21:13:07 +0000
  • 8ea964c331 made win clipboard integ test start and end with empty clipboard Nick Bolton 2011-05-03 19:45:40 +0000
  • 1fe1be4c42 removed useless cmake syntax Nick Bolton 2011-05-02 10:23:10 +0000
  • 0e94f696fa comment out another intermittently failing integ test Nick Bolton 2011-05-01 19:31:10 +0000
  • 8ea9038e60 commented out intermittently failing integ test Nick Bolton 2011-04-29 12:06:41 +0000
  • a7b698230b stopped distftp from looking in release dir for non-windows Nick Bolton 2011-04-28 23:01:43 +0000
  • 0eaba29571 corrected dist ftp search path Nick Bolton 2011-04-28 22:43:43 +0000
  • 7cc7717563 corrected mac dist paths Nick Bolton 2011-04-28 18:18:38 +0000
  • a439d9826e added unix move for cpack output, and refactored hm script Nick Bolton 2011-04-28 12:13:16 +0000
  • bb0f84cba6 mac error for cpack. removed mac if Nick Bolton 2011-04-28 12:11:53 +0000
  • b5fa1a086e fixed gtest paths for linux Nick Bolton 2011-04-28 12:10:57 +0000
  • a4d9eca006 corrected installer paths Nick Bolton 2011-04-28 10:50:42 +0000
  • 2155247425 split up bin and lib dirs from build dir Nick Bolton 2011-04-28 10:42:36 +0000
  • 40b5a98790 moved integ and unit tests into test dir Nick Bolton 2011-04-28 10:24:02 +0000
  • b7c72dd12c changed mac paths for dist and improved mac package structure Nick Bolton 2011-04-26 23:08:00 +0000
  • f9374cbb2b code to rename legacy build dir Nick Bolton 2011-04-26 19:55:03 +0000
  • 1ca32353d9 corrected toolchain and nsi paths for new build structure Nick Bolton 2011-04-26 19:33:19 +0000
  • 85b2802777 fixed linux gui build and dist Nick Bolton 2011-04-26 10:53:29 +0000
  • 5c93484794 missing icon file (was in deleted launcher dir) Nick Bolton 2011-04-26 10:51:15 +0000
  • f66731f19b fixed mac cmake config for synergys Nick Bolton 2011-04-25 23:32:30 +0000
  • 8472fec34d removed 'lib' prefix from libraries (cmake does this for us automatically on UNIX) Nick Bolton 2011-04-25 22:21:32 +0000
  • 66c4bdc356 fixed library linkage on linux Nick Bolton 2011-04-25 22:10:46 +0000
  • 143c4cd297 restructured source code, put CMakeLists.txt in more conventional locations, and split the libraries up Nick Bolton 2011-04-25 21:09:32 +0000
  • 9dc96ef0a0 reformatted cmake config files Nick Bolton 2011-04-25 16:52:35 +0000
  • 0aa76fd05f created tools dir and moved gtest and build into there, and trimmed some CMakeLists.txt files Nick Bolton 2011-04-25 16:20:49 +0000
  • 85f66153ab renamed integ test entry point file Nick Bolton 2011-04-25 02:00:43 +0000
  • e9c6190d0e removed buildbot test file Nick Bolton 2011-04-25 01:23:36 +0000
  • b4ac91e798 finished CXWindowsClipboardTests Nick Bolton 2011-04-25 01:01:44 +0000
  • 82a0fc9734 reordered includes to fix 'identifier not found' errors Nick Bolton 2011-04-24 21:58:26 +0000
  • 3e70306f08 finished COSXClipboardTests Nick Bolton 2011-04-24 17:37:15 +0000
  • 7cd8980f7f finished CMSWindowsClipboardTests Nick Bolton 2011-04-24 12:09:52 +0000
  • 061e1e109b removed hello world test suite Nick Bolton 2011-04-24 00:26:16 +0000
  • 408e4c3ac9 created first integration test; unit test exe changed from tests(.exe) to unittests(.exe) Nick Bolton 2011-04-23 23:57:32 +0000
  • 0b90478952 fixed copyright date Nick Bolton 2011-04-23 22:59:08 +0000
  • 21cc356585 improved test function names Nick Bolton 2011-04-23 20:15:06 +0000
  • 3c444517cf finished CClipboardTests Nick Bolton 2011-04-23 19:55:55 +0000
  • 4adb324dda more clipboard unit tests Nick Bolton 2011-04-23 02:14:13 +0000
  • 0168428198 created unittest dir, made test CMakeLists.txt smaller, and created first basic test for CClipboard Nick Bolton 2011-04-22 20:32:29 +0000
  • 71e53f05c9 Fix for Bug #57. The event tap was never returning events of either of the types specified and so mapKeyFromEvent would prematurely return with a null-equivalent KeyButton. Pulling the entire block of code, as the value it produces isn't used anyway. azanar@carrel.org 2011-04-02 17:27:45 +0000
  • d4e3ead60a Clean unused cruft from cmake gtest file BostonVaulter 2011-02-15 07:44:37 +0000
  • faa2595f54 Forgot to commit the new gtest lib cmake file BostonVaulter 2011-02-15 07:44:29 +0000
  • 6b634d8378 Reformat part of google test integration cmake file BostonVaulter 2011-02-15 07:44:21 +0000
  • b46d872a5e Actually compile unit tests correctly BostonVaulter 2011-02-15 07:44:14 +0000
  • 462248a2de merged 1.4 r902:903 into trunk Nick Bolton 2011-02-05 23:01:04 +0000
  • 2da69a8759 Committing a clean version of google test BostonVaulter 2011-01-29 07:22:55 +0000
  • 286ae4f0f5 Fix bug in CMake lib targets BostonVaulter 2011-01-28 19:00:10 +0000
  • 1ec2a7a80c Integrated google test into the cmake build BostonVaulter 2011-01-28 19:00:01 +0000
  • 29c48d1a5c Added eclipse project files BostonVaulter 2011-01-28 18:59:51 +0000
  • d98e861001 Preparing for HelloWorldTest BostonVaulter 2011-01-28 18:59:45 +0000
  • 57c1acb27a Starting on integrating unit tests BostonVaulter 2011-01-28 18:59:36 +0000
  • 1ec74a535f merge 1.3 r894:895 into 1.4 and trunk Nick Bolton 2011-01-24 17:00:54 +0000
  • 556422516c merge 1.3 r892:893 into 1.4 and trunk Nick Bolton 2011-01-24 15:01:29 +0000
  • 4e585b87a4 buildbot test Nick Bolton 2011-01-23 23:41:38 +0000
  • 443647a2b1 made find revision method compatible with python 2.3 Nick Bolton 2011-01-23 23:03:28 +0000
  • 3b3d292f0f added python 2.4 ignore case for qmake persist Nick Bolton 2011-01-23 22:31:02 +0000
  • cc520f08d8 merge 1.4 r887:888 into trunk Nick Bolton 2011-01-23 19:48:38 +0000
  • 76c47c2346 merge 1.3 r873:875 into 1.4 and trunk Nick Bolton 2011-01-22 01:26:58 +0000
  • 3095826f0a 1.3 merge r871:872 into trunk and 1.4 tehwan 2011-01-21 17:28:19 +0000
  • bac6e971e3 1.3 merge r870 into trunk and 1.4 tehwan 2011-01-21 03:56:00 +0000
  • 4496f36a80 merge 1.3 r867:868 into trunk and 1.4 tehwan 2011-01-21 00:39:25 +0000
  • 2a14228b9d removed windows cpack support and fixed unix config Nick Bolton 2011-01-20 20:49:44 +0000
  • c2b87d3d01 update dist function to rely on type, not generator Nick Bolton 2011-01-20 04:20:56 +0000
  • 31876c0aed removed lib delete, wasn't useful Nick Bolton 2011-01-20 04:02:01 +0000
  • f5e36ad7f1 added legacy cleanup for installer Nick Bolton 2011-01-20 03:44:43 +0000
  • 488622ea00 task #2832 - Manually implement NSIS Nick Bolton 2011-01-20 02:18:48 +0000
  • 315c304dde trying to fix nightly build - release path was wrong Nick Bolton 2011-01-19 03:55:57 +0000
  • fe9fa85c00 trying to fix nightly build - missing variable init Nick Bolton 2011-01-19 03:52:29 +0000
  • a3bf48752f trying to fix nightly build - windows should not use /release Nick Bolton 2011-01-19 03:50:36 +0000
  • 555c5b7a1a trying to fix nightly build - ftpdist now uses bin/release dir Nick Bolton 2011-01-19 03:41:09 +0000
  • 530e611b38 improved installers somewhat, but we still need to manually implement nsis Nick Bolton 2011-01-19 03:27:40 +0000
  • 2e15caa2bb fix bug #2770 - mingwm10.dll missing from 1.4.2 and 1.5.0 installer Nick Bolton 2011-01-18 22:55:39 +0000
  • ef3baf5e52 added vcredist to windows package Nick Bolton 2011-01-18 12:08:38 +0000
  • 8285d95ba4 changed --disable-xinitthreads to --no-xinitthreads and added the arg to --help. also fixed the --help (added missing info about --yscroll, and other stuff) Nick Bolton 2011-01-17 20:56:04 +0000
  • 728e8bb035 merge 1.3 r843:844 into trunk Nick Bolton 2011-01-17 00:41:14 +0000
  • 47e12f465b added default target fix non-vs, and fixed indent in CMakeLists.txt Nick Bolton 2011-01-16 20:06:12 +0000
  • 46a4926122 added doxygen and manpage stuff to 1.3 and 1.4 Nick Bolton 2011-01-16 19:06:04 +0000
  • b0f1470db0 merge 1.3 r837:838 into trunk and 1.4 Nick Bolton 2011-01-16 16:47:11 +0000
  • 1a3edbdd70 updated some copyright stuff Nick Bolton 2011-01-15 04:52:17 +0000
  • 4da21f98bd changed one last synergy+ reference Nick Bolton 2011-01-15 04:36:13 +0000
  • 516c07c956 changed synergy+ references back to synergy (trunk) Nick Bolton 2011-01-15 04:01:31 +0000
  • f4d937532e normalised line endings - replaced \r\n with \n Nick Bolton 2011-01-15 02:20:14 +0000
  • 77200d5779 Merge 1.4 r826:827 intro trunk Nick Bolton 2011-01-13 01:34:31 +0000
  • ed1a77252b Fix for #2875: MacOS cursor should now hide when not on the active screen. This time committed to the correct branch. azanar@carrel.org 2011-01-10 07:55:41 +0000
  • cd7249d41d reactivated fix for xlib. the fix apparently only broke things on very very old rhel installations. syed.amer@gilani.eu 2011-01-04 19:01:24 +0000
  • b07d4c7747 Merge 1.4 r751:752 into trunk Nick Bolton 2010-09-14 15:22:58 +0000
  • 1237d7e1d4 Made upload message more accurate Nick Bolton 2010-09-10 14:40:55 +0000
  • cc48fcdf0d Undoing last commit Nick Bolton 2010-09-10 14:36:57 +0000
  • dee247959a Merge trunk r745:746 into 1.3 and 1.4 Nick Bolton 2010-09-10 14:32:16 +0000
  • e93c892459 Modified ftp upload behaviour Nick Bolton 2010-09-10 14:14:52 +0000
  • 3d21f93dd3 Use os.system instead of Popen, since it doesn't need the full path on unix. Nick Bolton 2010-09-07 20:52:51 +0000
  • 1d8f1b6b13 Removed repeated comment Nick Bolton 2010-09-07 13:13:54 +0000
  • bbe64d40a1 Task #2733 Nick Bolton 2010-09-07 13:11:00 +0000
  • acc558bcdd Update gitignore for doxygen BostonVaulter 2010-09-05 23:36:24 +0000
  • 845002fa6f Update doxygen configuration to be less verbose BostonVaulter 2010-09-05 23:36:18 +0000
  • 63358e959f Updated doxygen configuration to 1.7.1 BostonVaulter 2010-09-05 23:36:10 +0000
  • 3243d591d4 Applied doxygen patch from issue #211 BostonVaulter 2010-09-05 23:36:00 +0000
  • 5edc07355b Updated example mac plist BostonVaulter 2010-09-05 21:07:03 +0000
  • 26efe252e7 Adding example launchd plist from issue #56 BostonVaulter 2010-09-05 21:06:55 +0000
  • 3456f520fd Fix hm command to open project in XCode. Task #2717. SNES350 2010-09-05 06:57:24 +0000