Commit Graph

698 Commits

Author SHA1 Message Date
Nick Bolton
1fe1be4c42 removed useless cmake syntax 2011-05-02 10:23:10 +00:00
Nick Bolton
0e94f696fa comment out another intermittently failing integ test 2011-05-01 19:31:10 +00:00
Nick Bolton
8ea9038e60 commented out intermittently failing integ test 2011-04-29 12:06:41 +00:00
Nick Bolton
a7b698230b stopped distftp from looking in release dir for non-windows 2011-04-28 23:01:43 +00:00
Nick Bolton
0eaba29571 corrected dist ftp search path 2011-04-28 22:43:43 +00:00
Nick Bolton
7cc7717563 corrected mac dist paths 2011-04-28 18:18:38 +00:00
Nick Bolton
a439d9826e added unix move for cpack output, and refactored hm script 2011-04-28 12:13:16 +00:00
Nick Bolton
bb0f84cba6 mac error for cpack. removed mac if 2011-04-28 12:11:53 +00:00
Nick Bolton
b5fa1a086e fixed gtest paths for linux 2011-04-28 12:10:57 +00:00
Nick Bolton
a4d9eca006 corrected installer paths 2011-04-28 10:50:42 +00:00
Nick Bolton
2155247425 split up bin and lib dirs from build dir 2011-04-28 10:42:36 +00:00
Nick Bolton
40b5a98790 moved integ and unit tests into test dir 2011-04-28 10:24:02 +00:00
Nick Bolton
b7c72dd12c changed mac paths for dist and improved mac package structure 2011-04-26 23:08:00 +00:00
Nick Bolton
f9374cbb2b code to rename legacy build dir 2011-04-26 19:55:03 +00:00
Nick Bolton
1ca32353d9 corrected toolchain and nsi paths for new build structure 2011-04-26 19:33:19 +00:00
Nick Bolton
85b2802777 fixed linux gui build and dist 2011-04-26 10:53:29 +00:00
Nick Bolton
5c93484794 missing icon file (was in deleted launcher dir) 2011-04-26 10:51:15 +00:00
Nick Bolton
f66731f19b fixed mac cmake config for synergys 2011-04-25 23:32:30 +00:00
Nick Bolton
8472fec34d removed 'lib' prefix from libraries (cmake does this for us automatically on UNIX) 2011-04-25 22:21:32 +00:00
Nick Bolton
66c4bdc356 fixed library linkage on linux 2011-04-25 22:10:46 +00:00
Nick Bolton
143c4cd297 restructured source code, put CMakeLists.txt in more conventional locations, and split the libraries up 2011-04-25 21:09:32 +00:00
Nick Bolton
9dc96ef0a0 reformatted cmake config files 2011-04-25 16:52:35 +00:00
Nick Bolton
0aa76fd05f created tools dir and moved gtest and build into there, and trimmed some CMakeLists.txt files 2011-04-25 16:20:49 +00:00
Nick Bolton
85f66153ab renamed integ test entry point file 2011-04-25 02:00:43 +00:00
Nick Bolton
e9c6190d0e removed buildbot test file 2011-04-25 01:23:36 +00:00
Nick Bolton
b4ac91e798 finished CXWindowsClipboardTests 2011-04-25 01:01:44 +00:00
Nick Bolton
82a0fc9734 reordered includes to fix 'identifier not found' errors 2011-04-24 21:58:26 +00:00
Nick Bolton
3e70306f08 finished COSXClipboardTests 2011-04-24 17:37:15 +00:00
Nick Bolton
7cd8980f7f finished CMSWindowsClipboardTests 2011-04-24 12:09:52 +00:00
Nick Bolton
061e1e109b removed hello world test suite 2011-04-24 00:26:16 +00:00
Nick Bolton
408e4c3ac9 created first integration test; unit test exe changed from tests(.exe) to unittests(.exe) 2011-04-23 23:57:32 +00:00
Nick Bolton
0b90478952 fixed copyright date 2011-04-23 22:59:08 +00:00
Nick Bolton
21cc356585 improved test function names 2011-04-23 20:15:06 +00:00
Nick Bolton
3c444517cf finished CClipboardTests 2011-04-23 19:55:55 +00:00
Nick Bolton
4adb324dda more clipboard unit tests 2011-04-23 02:14:13 +00:00
Nick Bolton
0168428198 created unittest dir, made test CMakeLists.txt smaller, and created first basic test for CClipboard 2011-04-22 20:32:29 +00:00
azanar@carrel.org
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.
Also fixed an incorrect pair of constants in the event tap generation code. Luckily, the two constants resolve to the same integer value, but things would get ugly if either value changed.

Thanks to Peter Van der Beken (peterv@propagandism.org) for the patch.
2011-04-02 17:27:45 +00:00
BostonVaulter
d4e3ead60a Clean unused cruft from cmake gtest file 2011-02-15 07:44:37 +00:00
BostonVaulter
faa2595f54 Forgot to commit the new gtest lib cmake file 2011-02-15 07:44:29 +00:00
BostonVaulter
6b634d8378 Reformat part of google test integration cmake file 2011-02-15 07:44:21 +00:00
BostonVaulter
b46d872a5e Actually compile unit tests correctly
Previously the unit tests were being compiled without linking in the
actual test file, we will still need to prettify the cmake file (i.e.
don't put the test file in the add executable section
2011-02-15 07:44:14 +00:00
Nick Bolton
462248a2de merged 1.4 r902:903 into trunk 2011-02-05 23:01:04 +00:00
BostonVaulter
2da69a8759 Committing a clean version of google test 2011-01-29 07:22:55 +00:00
BostonVaulter
286ae4f0f5 Fix bug in CMake lib targets 2011-01-28 19:00:10 +00:00
BostonVaulter
1ec2a7a80c Integrated google test into the cmake build 2011-01-28 19:00:01 +00:00
BostonVaulter
29c48d1a5c Added eclipse project files
Reference: http://www.cmake.org/Wiki/Eclipse_CDT4_Generator
2011-01-28 18:59:51 +00:00
BostonVaulter
d98e861001 Preparing for HelloWorldTest 2011-01-28 18:59:45 +00:00
BostonVaulter
57c1acb27a Starting on integrating unit tests 2011-01-28 18:59:36 +00:00
Nick Bolton
1ec74a535f merge 1.3 r894:895 into 1.4 and trunk 2011-01-24 17:00:54 +00:00
Nick Bolton
556422516c merge 1.3 r892:893 into 1.4 and trunk 2011-01-24 15:01:29 +00:00