Jamie Newbon
4c5e5eddc5
Set stage and version
2020-09-08 12:55:36 +01:00
Jamie Newbon
3ee3bd67c3
Merge branch 'master' into issue-6750-sonarcloud
2020-08-25 19:17:18 +01:00
Jamie Newbon
c5b417d7c8
#6750 Got coverage working, removed clang tidy as that is automatic
2020-08-25 15:18:35 +01:00
Jamie Newbon
78d7a09769
#6750 Set version number and stage
2020-08-25 12:52:36 +01:00
Jamie Newbon
87720c127b
#6750 Added coverage and clang tidy reports
2020-08-24 14:12:32 +01:00
Jamie Newbon
91e6df0966
#6730 Updated ChangeLog
...
Signed-off-by: Jamie Newbon <jamie@symless.com>
2020-07-21 16:56:38 +01:00
Jamie Newbon
86bce735d2
#6730 Set stage back
...
Signed-off-by: Jamie Newbon <jamie@symless.com>
2020-07-21 16:53:33 +01:00
Jamie Newbon
76bff18857
#6730 Changed user scope settings location for backwards compatibility
...
Signed-off-by: Jamie Newbon <jamie@symless.com>
2020-07-20 13:39:59 +01:00
Jamie Newbon
02e6379e03
Set stage to rc1
...
Signed-off-by: Jamie Newbon <jamie@symless.com>
2020-07-17 11:19:31 +01:00
Jamie Newbon
c1f15d6b79
Update Changelog and Version
2020-04-30 11:10:08 +01:00
Jamie Newbon
8cda3b7076
Set stage back to snapshot
2020-03-25 13:48:09 +00:00
Jamie Newbon
f04134b19a
Set release 1.11.1-stable
2020-03-19 15:37:23 +00:00
Jamie Newbon
4a90760ec8
Updated Stage
2020-03-09 16:55:04 +00:00
Jamie Newbon
f8595fd33e
Updated Version and changelog
2020-01-15 10:25:55 +00:00
Jamie Newbon
642c1ce46e
Changed stage to stable
2019-12-16 09:54:25 +00:00
Jamie Newbon
9fecf0bc5b
Updated change log and stage for RC2
2019-11-20 10:22:08 +00:00
Jamie Newbon
5e19349e2e
Updated changelog and set stage to rc1
2019-11-01 10:52:39 +00:00
Jamie Newbon
2810a5b6da
Merge branch 'master' into v1-dev #6564
2019-10-08 17:35:28 +01:00
Jamie Newbon
ca35737ab9
Set release to stable
2019-09-03 09:41:49 +01:00
Jamie Newbon
eeb00e18df
Updated changlog and stage to rc2
2019-09-03 09:41:49 +01:00
Jamie Newbon
ec01c16bab
Updated version to release candidate 1
2019-09-03 09:41:49 +01:00
Jamie Newbon
22f47f86db
Set version 1.10.3-snapshot
2019-09-03 09:41:49 +01:00
Jamie Newbon
c47649bb48
Set version 1.10.3-snapshot
2019-05-14 11:45:20 +01:00
Jamie Newbon
e412cd2189
#6497 Updated ChangLog and version for release
2019-05-09 16:28:07 +01:00
Jamie Newbon
2d9b2c29e6
Set stage to rc2 for v1.10.2
2019-05-08 17:59:06 +01:00
Nick Bolton
0e7fef7ceb
Version to v1.10.2
2018-08-23 15:20:22 +01:00
Nick Bolton
420718101d
Version to 1.10.1 (rc2 to snapshot)
2018-07-08 16:51:59 +01:00
Nick Bolton
1b0ab12c91
#6332 Make version number easier to update in Version.cmake
2018-07-08 16:51:56 +01:00
Andrew Nelless
b396b1092d
#6301 Disable activation for Enterprise builds
2018-07-08 16:51:34 +01:00
Andrew Nelless
c20346971d
Move version number handling out of main CMake file
2017-05-27 14:01:49 +01: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
b4ac91e798
finished CXWindowsClipboardTests
2011-04-25 01:01:44 +00:00
Nick Bolton
3e70306f08
finished COSXClipboardTests
2011-04-24 17:37:15 +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
0168428198
created unittest dir, made test CMakeLists.txt smaller, and created first basic test for CClipboard
2011-04-22 20:32:29 +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
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
Nick Bolton
2a14228b9d
removed windows cpack support and fixed unix config
2011-01-20 20:49:44 +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