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
Nick Bolton
4e585b87a4
buildbot test
2011-01-23 23:41:38 +00:00
Nick Bolton
443647a2b1
made find revision method compatible with python 2.3
2011-01-23 23:03:28 +00:00
Nick Bolton
3b3d292f0f
added python 2.4 ignore case for qmake persist
2011-01-23 22:31:02 +00:00
Nick Bolton
cc520f08d8
merge 1.4 r887:888 into trunk
2011-01-23 19:48:38 +00:00
Nick Bolton
76c47c2346
merge 1.3 r873:875 into 1.4 and trunk
2011-01-22 01:26:58 +00:00
tehwan
3095826f0a
1.3 merge r871:872 into trunk and 1.4
2011-01-21 17:28:19 +00:00
tehwan
bac6e971e3
1.3 merge r870 into trunk and 1.4
2011-01-21 03:56:00 +00:00
tehwan
4496f36a80
merge 1.3 r867:868 into trunk and 1.4
2011-01-21 00:39:25 +00:00
Nick Bolton
2a14228b9d
removed windows cpack support and fixed unix config
2011-01-20 20:49:44 +00:00
Nick Bolton
c2b87d3d01
update dist function to rely on type, not generator
2011-01-20 04:20:56 +00:00
Nick Bolton
31876c0aed
removed lib delete, wasn't useful
2011-01-20 04:02:01 +00:00
Nick Bolton
f5e36ad7f1
added legacy cleanup for installer
2011-01-20 03:44:43 +00:00
Nick Bolton
488622ea00
task #2832 - Manually implement NSIS
2011-01-20 02:18:48 +00:00
Nick Bolton
315c304dde
trying to fix nightly build - release path was wrong
2011-01-19 03:55:57 +00:00
Nick Bolton
fe9fa85c00
trying to fix nightly build - missing variable init
2011-01-19 03:52:29 +00:00
Nick Bolton
a3bf48752f
trying to fix nightly build - windows should not use /release
2011-01-19 03:50:36 +00:00
Nick Bolton
555c5b7a1a
trying to fix nightly build - ftpdist now uses bin/release dir
2011-01-19 03:41:09 +00:00
Nick Bolton
530e611b38
improved installers somewhat, but we still need to manually implement nsis
2011-01-19 03:27:40 +00:00
Nick Bolton
2e15caa2bb
fix bug #2770 - mingwm10.dll missing from 1.4.2 and 1.5.0 installer
2011-01-18 22:55:39 +00:00
Nick Bolton
ef3baf5e52
added vcredist to windows package
2011-01-18 12:08:38 +00:00
Nick Bolton
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)
2011-01-17 20:56:04 +00:00
Nick Bolton
728e8bb035
merge 1.3 r843:844 into trunk
2011-01-17 00:41:14 +00:00
Nick Bolton
47e12f465b
added default target fix non-vs, and fixed indent in CMakeLists.txt
2011-01-16 20:06:12 +00:00